Commit Graph

2682 Commits

Author SHA1 Message Date
rephorm ef9c5648e1 the check theme shouldn't need to track state. emit the proper signals whenever it changes.
SVN revision: 18557
2005-11-20 21:20:09 +00:00
stffrdhrn 5df0d961ca Send signal so clear font fallbacks can work
SVN revision: 18546
2005-11-20 06:13:37 +00:00
Carsten Haitzler f7027577cc added 2 more config dialogs. examples of slider
SVN revision: 18534
2005-11-19 06:10:52 +00:00
Carsten Haitzler 34ad3b788a added 2 more config dialogs. examples of slider
SVN revision: 18533
2005-11-19 06:10:51 +00:00
Carsten Haitzler 37d0816348 i'm not happy with this slider... but it'll do for now.
SVN revision: 18531
2005-11-19 03:22:06 +00:00
Carsten Haitzler b0a324b5ee slider widget... workies (in theory). still nto that pretty.
SVN revision: 18529
2005-11-18 15:25:38 +00:00
Carsten Haitzler c1ea85e2b4 slightly better defaults...
SVN revision: 18526
2005-11-18 07:21:21 +00:00
Carsten Haitzler 4698fd4656 add slider widget wrapper - NOT COMPLETe YET. DO NOT USE. i have just put it
there as a plceholder to work on over the next day or so. also i fixed the
edit icon. it RELIED on e_utile_ap_edit to be installed. also it didnt
produce a good template either etc. it can be better though...


SVN revision: 18525
2005-11-18 07:14:10 +00:00
troback cd7cd2d870 Update from Guillermo Movia.
SVN revision: 18520
2005-11-17 21:40:22 +00:00
Carsten Haitzler 04a3737a3c first step - slider smart and minimal theme stuff. i need to make the gfx
proper and do a label area.


SVN revision: 18516
2005-11-17 08:34:33 +00:00
Emfox Zhou 9fd1fdf8b8 add zh_TW translation, thanks to Sam Xu.
SVN revision: 18491
2005-11-16 03:47:20 +00:00
Carsten Haitzler 441534bf5f note what config is handled in a gui so far
SVN revision: 18484
2005-11-15 13:07:31 +00:00
nielsabspoel 0c8c5eeb32 dutch translation of enlightenment:changed one line favorite applications
SVN revision: 18481
2005-11-15 11:12:41 +00:00
troback 641dcd6da6 Downgrade to previous version. Sorry about that:-]
SVN revision: 18477
2005-11-15 08:42:21 +00:00
troback c1fba07b6f Update from Guillermo.
SVN revision: 18476
2005-11-15 06:41:48 +00:00
maiurana 806e457b04 *** empty log message ***
SVN revision: 18465
2005-11-13 19:24:46 +00:00
codewarrior ecd58b8b55 dont forget \n
SVN revision: 18460
2005-11-13 12:01:09 +00:00
nielsabspoel 13e5bf169b update dutch translation now 352 strings instead of 350
SVN revision: 18446
2005-11-13 00:28:56 +00:00
Carsten Haitzler 44a5e0fb3e working on ma configuration panel biatches
SVN revision: 18431
2005-11-12 05:27:58 +00:00
Carsten Haitzler f7e262683f always make icons work
SVN revision: 18428
2005-11-11 08:15:29 +00:00
Carsten Haitzler b44dc02703 asparagus time! :)
SVN revision: 18427
2005-11-11 08:03:49 +00:00
Carsten Haitzler b5be31c1c5 finish off border selector dialog
SVN revision: 18423
2005-11-11 04:26:25 +00:00
codewarrior 1f7ec2c6af patch from Holger Hanrath <barnabas76@arcor.de>
SVN revision: 18417
2005-11-10 13:01:02 +00:00
codewarrior e4f6eb08cd - fix bug in edd creation, metadata works now.
SVN revision: 18414
2005-11-10 11:52:26 +00:00
codewarrior 2f3a16acdc - add metadata structs to icons
- add metadata per dir
- small theme change

- bug: i have something wrong with saving the eet list. can anyone find out what it is?


SVN revision: 18411
2005-11-10 09:12:58 +00:00
technikolor 4ff58f81fc MIN def is ambiguous and not defined in this codebase. Defining it here just in case.
SVN revision: 18396
2005-11-09 10:58:09 +00:00
codewarrior c81e32c6af - stretch item swallow when we dont have scrollbar
- emit proper signals on mouse down / up


SVN revision: 18393
2005-11-09 08:08:05 +00:00
technikolor 4cac22613e Patch submitted by Devon O\'Dell <devon.odell@gmail.com>. A fix for FreeBSD/AMD64 which lacks APM.
SVN revision: 18392
2005-11-09 07:56:20 +00:00
codewarrior 9bcb821d09 - add more signals to icons / bg (need to properly rename them to make more sense)
- add dynamic glob matches to typebuffer (can get slow with 10,000 files, as expected, should be faster when we optimize e_icon_layout)
- add ability to start efm from e_remote (thanks ngc)
- add some edje effects.
- add a test idea for dynamic selection: when you bring up the typebuffer,
everything goes into "dark mode", and your searches light up dynamically as
they are found while you type.

- question: should A be equal to *A* in the typebuffer? ngc and rephorm
suggested this could be an option and if we do add a * manually then this
case will be invalidated.

- note: when browsing 10,000+ files, the slowness of the dir loading occurs
due to the fact that ecore_file's monitor will loop thru all the files and do
an insertion sort. raster said we can fix this with some work on the monitor
code.


SVN revision: 18390
2005-11-09 02:00:33 +00:00
codewarrior 803d1158dc - remove regex.h
SVN revision: 18387
2005-11-08 22:59:01 +00:00
codewarrior f6c4388778 - regex are kewl for regex geeks, globs are better for every day users (=
SVN revision: 18386
2005-11-08 22:56:54 +00:00
codewarrior 5c90321ccd - close typebuffer if we click on an icon (mouse up) or on the canvas (mouse down). the reason i have mouse up on the icon is that sometimes you click and wait (read it or look at it) then raise you finger off the mouse button. this doesnt apply to the bg because then you can click and drag to show the rubber band so we hide it directly.
SVN revision: 18382
2005-11-08 13:19:46 +00:00
Carsten Haitzler d2524a5d54 fix icons stacking/clip
SVN revision: 18381
2005-11-08 13:02:19 +00:00
Carsten Haitzler e12efa75b2 safety - cacheburst to 0 to ensure flushing of eet writes
SVN revision: 18373
2005-11-08 06:47:48 +00:00
Carsten Haitzler 2a9d106492 fix cahce scan / modify update stuff
SVN revision: 18371
2005-11-08 03:28:02 +00:00
codewarrior 7378480083 todo--
SVN revision: 18370
2005-11-08 00:53:33 +00:00
codewarrior 8bee59678a - if typebuffer is active, left / right should move cursor (no movement yet, but doesnt move selection any more)
- if typebuffer is active, up / down might do some sort of history scrolling, for now, they just close the typebuffer


SVN revision: 18369
2005-11-08 00:47:22 +00:00
codewarrior 363ab60d99 - dont do anything if the regex failes to compile
SVN revision: 18368
2005-11-08 00:25:13 +00:00
codewarrior 412665caf4 use string, not key
SVN revision: 18367
2005-11-08 00:06:30 +00:00
codewarrior ea2d0482c7 - more work on typebuffer
- you can do things like '*a*' or 'A*' and they will get selected.
- todo:
 * replace TEXT part with something better (size limitations)
 * add more logic to typebuffer


SVN revision: 18366
2005-11-08 00:00:30 +00:00
codewarrior d3ebda92b0 oops, thanks devilhorns (=
SVN revision: 18365
2005-11-07 22:48:15 +00:00
codewarrior 4c76423df2 - efm smart uses its own edje
- fix x, y in win (move)
- clean up efm code
- add basics for typebuffer
- allow icon_layout to sort internall (no unpack / pack)


SVN revision: 18362
2005-11-07 15:31:08 +00:00
troback 58233eab2f Minor update.
SVN revision: 18361
2005-11-07 12:57:26 +00:00
codewarrior 91cbda833c printf--
SVN revision: 18355
2005-11-07 00:21:12 +00:00
codewarrior 63253b3824 - raise change cb when we press backspace or delete
SVN revision: 18354
2005-11-07 00:19:58 +00:00
codewarrior abcf9bf333 oops
SVN revision: 18353
2005-11-07 00:13:54 +00:00
codewarrior f266f85762 - fix e_widget_entry's focus
- add on_change callback to e_widget_entry
- tidy up some e_entry code


SVN revision: 18352
2005-11-07 00:09:20 +00:00
codewarrior 213e05a4fd - some first / last icon selection fixes
SVN revision: 18347
2005-11-06 15:35:06 +00:00
codewarrior 9bbe9c7839 - bind BackSpace to go back 1 dir
SVN revision: 18346
2005-11-06 14:46:39 +00:00
codewarrior 63f95267e9 -m pressing a key like "i" will take you to "images" and "C" takes you to "Code". Wrapping is also supported."
SVN revision: 18345
2005-11-06 14:40:58 +00:00