Commit Graph

2086 Commits

Author SHA1 Message Date
codewarrior 97cc78cdb0 - make e_thumb fork internally
- add queue / dequeue calls to e_thumb
- change e_icon_layout to e_icon_grid
- add e_icon_canvas which will eventually allow for free icon placement and optimized scrolling using a tiles principle
- add new calls to e_widget_image
- add new bg selector (broken because of a segv on cancel press, needs fixing)

NOTES:
- bg selector needs fixing.
- efm still needs work, will segv if you scroll while files are generated
- other efm bugs exist so I would advise that you dont use it atm
- if we dont need e_icon_grid (strict grid layout) we should remove it.


SVN revision: 18593
2005-11-22 09:27:25 +00:00
Carsten Haitzler 57a8d8af40 fix desktop config dialog - prepare for doing a real desktop - preview (blank
atm)


SVN revision: 18592
2005-11-22 08:31:21 +00:00
handyande 170e156bfd Thanks again devilhorns, this time I mis-read the timeout
SVN revision: 18584
2005-11-21 21:16:57 +00:00
handyande 191c16ed76 oops, min of 1, not 0 for desk count
SVN revision: 18583
2005-11-21 20:37:34 +00:00
handyande d57ce2ca2d Add a desktop settings dialog - needs a nice preview of the desks (which will fix the layout) but I don't know how to do that!
works though :)


SVN revision: 18575
2005-11-21 12:44:19 +00:00
rephorm ff885ab6ac tell the radio theme to turn on when its activated
SVN revision: 18559
2005-11-20 21:28:59 +00:00
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 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
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
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 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
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
codewarrior 5755a65049 - fix dnd
SVN revision: 18340
2005-11-06 13:38:46 +00:00
codewarrior 773afb1336 - optimize e_icon_layout (still need to do unpack)
- optimize loading of large folders (10,000+ files load well now)

Please test and report bugs. I have found a couple myself but havent traced them down yet.


SVN revision: 18339
2005-11-06 13:09:54 +00:00
Carsten Haitzler 582177522c and now show the default and borderless ones. need to scan all available ones
though next and build the list in code.


SVN revision: 18338
2005-11-06 10:13:43 +00:00
Carsten Haitzler f503db40a0 more ilist widget work... but more fix up livethumb to be cleaner
SVN revision: 18337
2005-11-06 09:59:12 +00:00