Commit Graph

118 Commits

Author SHA1 Message Date
sebastid 6a638a7806 Fix EAPI warnings.
SVN revision: 19597
2006-01-07 10:39:46 +00:00
codewarrior d3c1a4a4a0 -Efm:
- cleanups
- patch from Jose for menus.
- patch from Mista for Open With and other misc.


SVN revision: 19581
2006-01-06 23:45:13 +00:00
Christopher Michael aeb360012f Many compiler warning clean-ups
SVN revision: 19372
2005-12-29 14:51:25 +00:00
codewarrior b6bc092d13 EFM:
- e_icon_canvas cleanup and more work on white bug problem


SVN revision: 19145
2005-12-19 14:11:28 +00:00
codewarrior 6f66ee6346 metadata + positioning:
- disable this for now so we can debug other things, them come back to it.


SVN revision: 18994
2005-12-13 14:56:21 +00:00
codewarrior f4ca9e33b0 - better cleanups
SVN revision: 18914
2005-12-08 13:03:06 +00:00
codewarrior 34566645fd Continue working on the eap editor and file dialog.
- add hilite propagation (single click file, press ok is now the same as double clicking the file directly)
- eap editor saves new eaps if you give them a path, simple <-> advanced doesnt relay the info between each other yet.

Going to try to do a bit every night.


SVN revision: 18849
2005-12-05 22:20:34 +00:00
codewarrior 6f098b1984 translation, thanks Massimo.
SVN revision: 18822
2005-12-04 11:46:09 +00:00
stffrdhrn 4eeab3fe72 Trying to hunt white efm bug
- Cleanup: Ecore_List -> Evas_List
- Fix: a leak where heap was twice allocated


SVN revision: 18812
2005-12-03 12:25:06 +00:00
stffrdhrn b81b2c3044 E_Intl changes
- Hunt a path for message files


SVN revision: 18600
2005-11-22 13:28:10 +00:00
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
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
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
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
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 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
sebastid 88281ed2fc Down event in a down callback.
SVN revision: 18319
2005-11-05 12:42:59 +00:00
codewarrior cdbab6c509 - move keyboard code to evas callbacks, thanks raster
SVN revision: 18315
2005-11-05 11:13:13 +00:00
Carsten Haitzler dcc5a3ac95 dude! serious wrongness there!
SVN revision: 18310
2005-11-05 01:51:20 +00:00
codewarrior 662315075a - fix first / last element nav via keyboard
SVN revision: 18309
2005-11-05 01:31:05 +00:00
codewarrior 5e89f6761b - more work on keyboard nav, now window scrolls when we move with keys. still have bug in top topmost first item and lowermost right item.
SVN revision: 18307
2005-11-05 01:01:26 +00:00
sebastid bdd04a90d2 So fix it the correct way :)
SVN revision: 18306
2005-11-04 23:59:53 +00:00
codewarrior 770dd2625e - getting the event window doesnt work this way
SVN revision: 18300
2005-11-04 22:53:08 +00:00
sebastid 147fc80848 Remove unneccesary local allocations.
Remove unused variables and code.
Add missing return statement.
Fix missing return value.


SVN revision: 18298
2005-11-04 21:09:38 +00:00
Carsten Haitzler 9314e43b46 kind of bring fileman icons into some semblance of working
SVN revision: 18284
2005-11-04 17:02:42 +00:00
codewarrior b0cd7dcbec - temp fix until icons are properly done
SVN revision: 18282
2005-11-04 14:58:03 +00:00
codewarrior 8451bbda11 - being icon overhaul
- icons look bad for now, until everthing is fixed.


SVN revision: 18262
2005-11-04 03:33:23 +00:00
codewarrior 9f6d2b667c - work on icon thumbs, give them their own theme part.
SVN revision: 18254
2005-11-03 15:26:46 +00:00
Carsten Haitzler 9eef59377f file selector is resizable now - cleaned up some unfinisehd code to make it
work :)


SVN revision: 18240
2005-11-03 06:17:08 +00:00
codewarrior 854874e713 - enter changes dirs or launches file
SVN revision: 18222
2005-11-02 16:31:18 +00:00
codewarrior ded6eadf00 - dont fiddle with the keyboard if we dont have a win assigned
SVN revision: 18221
2005-11-02 16:18:18 +00:00
codewarrior a4b88871a1 - being keyboard navigation for efm
SVN revision: 18219
2005-11-02 16:08:21 +00:00
Carsten Haitzler 94999ae2ba some correctness stuff
SVN revision: 18204
2005-11-02 06:28:52 +00:00
Carsten Haitzler 95bef51771 actually clip files.
SVN revision: 18203
2005-11-02 06:07:33 +00:00
Carsten Haitzler 246580b240 make them different sizes for debugging help fun and an extra clip show
check for correctness


SVN revision: 18201
2005-11-02 04:05:13 +00:00
codewarrior c0e46ebfe7 - fix icon file names
- fix spacing


SVN revision: 18197
2005-11-02 01:37:11 +00:00