Commit Graph

137 Commits

Author SHA1 Message Date
stffrdhrn bf100262c9 Fix most compiler warnings
SVN revision: 20757
2006-02-23 16:42:38 +00:00
stffrdhrn e419556c40 Cleanups, bug fixes (intl, ipc_handlers, fileman)
* Dont segv when sending invalid path to e_remote
 * Add public codec function to .h file
 * Intl Error message cleanup
 * Only set env variables once the locales have been validated
 * Setup gettext for env locale if no locale configured in e
 * Comments and local var cleanups in fileman


SVN revision: 20755
2006-02-23 15:17:52 +00:00
Carsten Haitzler 47e7c5f243 cross-compile fixes, (odd that this didnt screw up before when i did some
cross-compiling of e for arm), illogict patches too :)


SVN revision: 20552
2006-02-18 04:35:35 +00:00
stffrdhrn 573d4b339b EFM Memory Management
- Make a copy, now freeing the e_fm_file list should be a bit more safe.


SVN revision: 20530
2006-02-16 22:04:16 +00:00
jlzapata 7a4bc88869 efm:
- context menu (dragging with the right button) works
- dragging from one efm window to another efm window pops up the context
menu or calls the default relative action
- menu item labels are filled with the correct text


SVN revision: 20523
2006-02-16 17:06:37 +00:00
jlzapata 8510d3dcf1 efm:
- two more states for the fileman edje, hover - unhover
- implemented hover functions when dragging
- relative actions / default relative action in place (not working yet)
- there is SERIOUS BUG when using multiple windows of efm, when dragging
or using the band on 2+ windows for the first time segvs, i think this
was also before my changes.
- still there are lots of things to be coded, dont expect to work
cleanly yet


SVN revision: 20511
2006-02-16 03:13:30 +00:00
stffrdhrn f70e439aea Some fileman work:
* Free a list which had a FIXME note, looks like no need to free data
 * Fix a bug when right clicking on directories (do a NULL check)


SVN revision: 20475
2006-02-15 14:18:06 +00:00
jlzapata bac975332a efm:
- added default actions for each mime type, will be called on double
click
- added relative actions (actions that need a destination directory to
work)
- initial code for thumbnails and previews on the mime side :) (isnt
working yet)


SVN revision: 20459
2006-02-14 19:39:39 +00:00
jlzapata a8094c9329 efm:
- actions working, for test cases it only has: "edit with gimp",
"play with xmms" and "enqueue on xmms". test it :)


SVN revision: 20448
2006-02-14 02:32:14 +00:00
jlzapata c98217f129 efm:
- new code for mime handling, an inheritance model, working good
  check the e_fileman_mime.c for the idea.
- rewrite of several parts of efm to handle the new model.
- it isnt fully functional, but this commit is a first step.
- actions are working for the menu generation only, they dont execute
  right now.
- lots of comments, docs on the source.
* **WARNING** this is code in progress expect it to brake things *


SVN revision: 20445
2006-02-14 00:40:57 +00:00
jlzapata c05bcf16ea efm:
- multiple dnd files working (only the icons no data for now)
- initial code for the autoscroll (disabled for now)
- callbacks cleanup


SVN revision: 20406
2006-02-11 22:54:07 +00:00
jlzapata dbd474f723 efm:
- xdnd / internal dnd works
- new signals for drag/drop of icons

----------------------------------------------------------------------


SVN revision: 20366
2006-02-09 18:31:14 +00:00
jlzapata c9d66783c2 efm: correct icon movement
SVN revision: 20356
2006-02-09 04:04:53 +00:00
jlzapata b6aec4bc2b efm work, dnd working, save/load working
SVN revision: 20351
2006-02-08 23:06:12 +00:00
codewarrior efb3481bcb xdnd in efm
SVN revision: 20332
2006-02-07 14:30:21 +00:00
codewarrior a4ee129a7f - remove the E_Drag code for now, its not working
- start new xdnd implementation (not working now, but no more hangs)


SVN revision: 20318
2006-02-07 01:52:03 +00:00
David Walter Seikel e2cadbf7aa When changing API semantics, grep is your friend. My policy - if I break
it, I fix it.


SVN revision: 19968
2006-01-22 18:20:59 +00:00
codewarrior 6437ea875a - patch from mista (Efm)
- allow eap image w/h to be changable.


SVN revision: 19808
2006-01-14 21:05:44 +00:00
sebastid e5461c66c6 Fix warnings.
SVN revision: 19617
2006-01-07 17:54:31 +00:00
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