Commit Graph

2620 Commits

Author SHA1 Message Date
David Walter Seikel 947396a983 raster gave this one the all clear.
SVN revision: 25902
2006-09-17 02:50:17 +00:00
David Walter Seikel 3e2608760e Maybe this is a bit saner. Maybe I should just give up and sleep.
SVN revision: 25901
2006-09-17 02:05:19 +00:00
David Walter Seikel 6bace96662 Tweak the E_App object reference counting. I think this is correct, but
I suspect the dir scanning in e_apps.c still needs an unref.


SVN revision: 25900
2006-09-17 00:13:52 +00:00
David Walter Seikel 326815ab80 typo--
SVN revision: 25899
2006-09-16 22:48:01 +00:00
David Walter Seikel be09428b9c *The icon theme checkbox now works.
*Clean things up a bit.


SVN revision: 25898
2006-09-16 20:59:40 +00:00
David Walter Seikel 4d8bb1d88c Show icons for applications in menus again.
SVN revision: 25896
2006-09-16 17:37:05 +00:00
Carsten Haitzler 41c804c698 fix del menu item... finally
SVN revision: 25886
2006-09-16 13:07:55 +00:00
Carsten Haitzler 3a4aa7dbf2 display delete menu if its a .order indirect ref and u have write perms to
.order


SVN revision: 25883
2006-09-16 12:38:27 +00:00
Carsten Haitzler 7b9643460a handle .order files in favorites when adding link
SVN revision: 25882
2006-09-16 12:20:31 +00:00
David Walter Seikel 6064d537f9 *Saving E_Apps forces new ones into ~/.e/e/applications/all, and adds
them to the _e_apps_all list directly.

* No monitoring of ~/.e/e/applications/all, it should all be taken care
of internally.


SVN revision: 25880
2006-09-16 12:09:29 +00:00
Carsten Haitzler 393710f46c if there is a label - use it to sort... :)
SVN revision: 25878
2006-09-16 12:02:53 +00:00
Carsten Haitzler dac3a44c8c fileman code is not needed anymore (not built)
error code is pretty legacy - going going going gone.


SVN revision: 25876
2006-09-16 11:51:05 +00:00
Carsten Haitzler 3737f4e554 printf--
SVN revision: 25875
2006-09-16 11:36:50 +00:00
Carsten Haitzler 8c9abfcdc5 there is now a mime type ->? icon mapping that can work in many ways... hooray
SVN revision: 25874
2006-09-16 11:35:54 +00:00
Carsten Haitzler 7f233d50bf when maximized - punt of configure reqa to the saved pos.
SVN revision: 25870
2006-09-16 05:38:09 +00:00
Carsten Haitzler afd5b0cfc0 found the speed problem with loading dirs of .desktop files....
SVN revision: 25867
2006-09-16 03:03:25 +00:00
David Walter Seikel 998414cd23 Stringshare for the E_App, strdup for the widgets.
SVN revision: 25865
2006-09-15 22:42:04 +00:00
David Walter Seikel 862404665c An experimental memory optimisation that seems to fix up the border
issues.  Changing the NO_APP_LIST define to 0 will put things back the
way they where.  This reuses a list that was sitting there doing
nothing, and avoids adding things onto it that where already there, thus
slowing down searches.


SVN revision: 25863
2006-09-15 21:46:25 +00:00
David Walter Seikel db2b722431 * There was still one cache left over, and it's needed for searching, so
search it and timestamp it.

* App dialog now does all its own .order file mangling.  This is
temporary until e_app is back up to scratch following the cachectomy.


SVN revision: 25857
2006-09-15 17:44:23 +00:00
Carsten Haitzler 6e12d30138 and fix key nav to be 100% right :) u can go into subdirs and go back to
parents with return/escape etc.


SVN revision: 25854
2006-09-15 14:28:50 +00:00
Carsten Haitzler 11ccc9a4fa typebuf makes a comeback... bitches! yooot!
SVN revision: 25853
2006-09-15 14:06:23 +00:00
Carsten Haitzler 64feda1d3c safety from setting null zone
SVN revision: 25847
2006-09-14 23:16:46 +00:00
Carsten Haitzler 00634a43ad fm2 has some slightly better keyboard nav ability - needs to become better
with old efm typebuffer-like matching etc. etc.

added a seg fix for .desktop parse fails.

also fixed linuxtitan's error checking for stat()


SVN revision: 25843
2006-09-14 16:07:57 +00:00
David Walter Seikel ab40044e0e Eap caching code really removed this time. There may still be some
traces of it, I'll find them.  Everything complies and I've been running
this version.

I still feel there are some bugs out there that where hidden by the
existance of the cache.  Time to stomp those before hiding them again
with the new cache code.


SVN revision: 25838
2006-09-14 15:16:27 +00:00
David Walter Seikel 2a879e5d20 Implement menu generation fallback option. Scan standard dirs, build
menus out of whatever .desktop files are found.


SVN revision: 25830
2006-09-14 12:47:08 +00:00
David Walter Seikel 1e85cc6bf8 Add the rest of the info from .eaps.
SVN revision: 25815
2006-09-13 13:51:39 +00:00
David Walter Seikel 3ae4f33bde One last modification, add proper icons to the up/down buttons.
SVN revision: 25773
2006-09-12 13:16:21 +00:00
David Walter Seikel 6b5d955256 Fix the FIXMEs. This is probably finished for now, the TODO requires
more support elsewhere to be written first.


SVN revision: 25771
2006-09-12 12:47:18 +00:00
David Walter Seikel 47a3221188 Default the available apps to a categorised fm based on system menus,
but allow user to choose from the original big, sorted list.


SVN revision: 25763
2006-09-12 10:02:49 +00:00
David Walter Seikel ee2d867a8e We want stretchies here.
SVN revision: 25762
2006-09-12 08:02:59 +00:00
David Walter Seikel bc154d06b8 Fix a typo I thought I had already fixed. Some more clean up.
SVN revision: 25753
2006-09-11 21:37:18 +00:00
Carsten Haitzler 3040356339 add system icons dir for e, patches for evas.
SVN revision: 25715
2006-09-11 09:36:32 +00:00
Carsten Haitzler 4413a33c7d might want to free strings that are strdup'd
SVN revision: 25687
2006-09-10 10:34:17 +00:00
Carsten Haitzler a952e6a2e0 icons for most sys ops - not great, but something.
SVN revision: 25684
2006-09-10 09:15:54 +00:00
Carsten Haitzler 71be7e7882 sys actions have status/info/progress dialogs that should work right for all
actions (so you know what is going on and have some feedback/status).


SVN revision: 25670
2006-09-10 04:51:07 +00:00
Massimo Maiurana a2691b6c1e some strings that need to be translated
SVN revision: 25663
2006-09-09 16:41:00 +00:00
Carsten Haitzler 04d99e3df8 main menu cleanups.
sys actions check error/status etc. logout implemented, and used. need to
have status for reboot/halt and for suspend and hibernate.


SVN revision: 25656
2006-09-09 07:00:14 +00:00
Christopher Michael bc5923cafd Check that initial text is actually set befor trying to strdup it.
SVN revision: 25601
2006-09-07 16:56:54 +00:00
David Walter Seikel 206da88fa8 Diddle with the paths. I can't recall if this was the system path
raster wanted, but it seems to be where the other icons are stored.


SVN revision: 25581
2006-09-07 13:17:46 +00:00
Carsten Haitzler 8c003ef92f patches from the world - fixes and todo's
SVN revision: 25578
2006-09-07 10:33:57 +00:00
David Walter Seikel bd51254720 Put the exe and it's parameters back together when needed.
SVN revision: 25575
2006-09-07 08:53:09 +00:00
moom fce9abc827 [Widget_Slider] Fix the emission of the "e,state,enabled/disabled" signal
SVN revision: 25564
2006-09-06 21:56:25 +00:00
moom ff7fff2dad * [Ibar/Ibox] Make "o_empty" object expand so we can right-click
everywhere in the ibar/ibox to add new icons when it's empty. (TODO--)


SVN revision: 25562
2006-09-06 21:40:17 +00:00
moom 6fec152f32 * The window's icon no longer disappears when the border is changed
SVN revision: 25547
2006-09-06 18:04:13 +00:00
Carsten Haitzler f5de58485b a few patches from emails. :) emails will be coming.. when i flush my mush.
SVN revision: 25533
2006-09-06 12:09:53 +00:00
sebastid d283372cf7 parameter type should be void
SVN revision: 25531
2006-09-06 08:44:30 +00:00
sebastid 242263bdad delete objects with e_object_del
SVN revision: 25530
2006-09-06 08:22:57 +00:00
sebastid 6c84f94b62 Don't compile old fileman.
SVN revision: 25529
2006-09-06 08:06:19 +00:00
sebastid 5733e36ef9 Use correct struct for object.
SVN revision: 25528
2006-09-06 08:02:51 +00:00
David Walter Seikel d99ec4f550 Reenable the old eap caching code. It appears that with the caching
enabled, there is always one reference to each E_App (the one in the
cache), and that hides some sloppiness in the object reference counting.
So that everybody can continue to use E without crashing all the time,
this is turned back on pending a reveiw.


SVN revision: 25510
2006-09-06 04:48:11 +00:00