Commit Graph

5386 Commits

Author SHA1 Message Date
Sebastian Dransfeld 318788a78c Safe looping on shutdown.
SVN revision: 29368
2007-04-05 11:51:35 +00:00
Sebastian Dransfeld e8590e0357 - Add flag to indicate when main loop has ended.
- Don't allow (some) events during shutdown, as events wont be processed.
- Don't remove drop handlers on dnd shutdown, they should be removed by
  their creators.
- init/shutdown fwin
- Delete fwins on shutdown.
- Remove weird ipc wrapper function.
- Don't do additional shutdown functions on restart.


SVN revision: 29366
2007-04-05 06:59:02 +00:00
Sebastian Dransfeld 74ab197e1b Don't del order objects on shutdown, it's the job of the creators.
SVN revision: 29363
2007-04-05 06:06:39 +00:00
Christopher Michael 8734a65956 Ravenlock's mouse cleanup patch.
SVN revision: 29362
2007-04-04 23:13:16 +00:00
Carsten Haitzler 9192d97d5d segv--
SVN revision: 29361
2007-04-04 22:52:21 +00:00
Carsten Haitzler cb8474ce6f bump gen
SVN revision: 29360
2007-04-04 22:45:45 +00:00
Sebastian Dransfeld 5c70a5ecaa Keep all actions in a list so we can safely shutdown.
SVN revision: 29359
2007-04-04 22:35:08 +00:00
Sebastian Dransfeld 4d0bd7c9b5 Keep track of order objects.
SVN revision: 29358
2007-04-04 22:25:41 +00:00
Carsten Haitzler 2d102509d2 fix removables icons
SVN revision: 29355
2007-04-04 14:17:32 +00:00
e-taro 556cf48906 e17 ja.po update (Yasufumi Haga)
SVN revision: 29354
2007-04-04 14:02:49 +00:00
Carsten Haitzler 104a847300 cedric's patches.
SVN revision: 29353
2007-04-04 13:25:55 +00:00
Carsten Haitzler ba94614313 1. removed mosue_events 0 on swallows - as this now changes behavior. normalise
2. gustavo's patch.


SVN revision: 29352
2007-04-04 12:51:51 +00:00
Carsten Haitzler be86d5d352 ravenlock screensaver stuff
SVN revision: 29344
2007-04-04 11:43:36 +00:00
Carsten Haitzler 108ad19a65 remove idle timer hack in desklock - not reliable anyway. no poitn fixing it.
rely on e_manager to trigger desklock from scrensaver events.


SVN revision: 29336
2007-04-04 10:18:19 +00:00
Carsten Haitzler 93aabd730b pager urgent popup patch - good
evas clipouts less allocs patch - definite spedusp for when it's used heavily!


SVN revision: 29331
2007-04-04 09:55:40 +00:00
Viktor Kojouharov e323bed654 emit "e,action,exec" once again. still needs to emit "e,action,start|stop" for apps with startup_notify
SVN revision: 29329
2007-04-03 20:26:41 +00:00
Sebastian Dransfeld fdabd62867 - Add return value.
- Remove unused function.


SVN revision: 29324
2007-04-03 19:08:27 +00:00
Sebastian Dransfeld 1384cb7ef4 Formatting.
Remove debug printf.


SVN revision: 29322
2007-04-03 18:46:54 +00:00
Sebastian Dransfeld 9d3b74c069 This is fixed now with the new efreet event.
SVN revision: 29320
2007-04-03 18:31:04 +00:00
Christopher Michael c84a9fe3f8 Run the config_save first before we call dpms_init because dpms_init reads
the e_config variables and we want to be sure it is reading current values.


SVN revision: 29290
2007-03-31 21:24:58 +00:00
Massimo Maiurana 89f833959d *** empty log message ***
SVN revision: 29281
2007-03-31 11:03:25 +00:00
Carsten Haitzler d57b9d94b8 fix fileman favorites
SVN revision: 29274
2007-03-31 04:55:38 +00:00
Carsten Haitzler 062d5f9ee5 use efreets new event for desk list change
SVN revision: 29271
2007-03-31 01:59:42 +00:00
Carsten Haitzler 0eebbfec87 add icon dirs
SVN revision: 29268
2007-03-31 01:16:28 +00:00
rephorm 6b3b7642da don't add e's dirs to efreet's search path. .desktops should be in $XDG_DATA_HOME/applications and icons should be in $XDG_DATA_HOME/icons now
SVN revision: 29238
2007-03-30 13:48:23 +00:00
Carsten Haitzler 2fa73507cb come back to me my ibar!!! come back! show me your icons honey!
SVN revision: 29236
2007-03-30 12:14:32 +00:00
rephorm 85d62dfd7b remove #if 1
SVN revision: 29209
2007-03-28 05:58:54 +00:00
rephorm 54a7d9e662 update desktop editor to use efreet.
this isn't enabled yet, but will be after a bit more testing.


SVN revision: 29208
2007-03-28 05:58:01 +00:00
rephorm 73850bfc73 add function to add an icon given an icon path or theme name
use this for desktop_icon_add()


SVN revision: 29207
2007-03-28 05:52:33 +00:00
rephorm 0cf67a84aa don't leak when setting an icon on a button that already has one
don't leave stale subobjects when setting a button's icon to NULL


SVN revision: 29206
2007-03-28 05:50:43 +00:00
Sebastian Dransfeld cc01d54945 Use shutdown stack.
Don't shutdown ecore_file twice.


SVN revision: 29188
2007-03-26 21:19:53 +00:00
Sebastian Dransfeld ad3429fa30 More correct list over files that need translation
SVN revision: 29182
2007-03-26 17:27:57 +00:00
Sebastian Dransfeld 95f5e51ca0 More files to translate.
SVN revision: 29181
2007-03-26 17:25:22 +00:00
Christopher Michael eae250b9b0 Align the 'Separate Groups' framelist content to the top.
Must call e_config_save_queue() on Apply to save the data.


SVN revision: 29180
2007-03-26 17:13:57 +00:00
Sebastian Dransfeld 5c9c68298a Remove stale code.
SVN revision: 29160
2007-03-25 22:46:21 +00:00
Sebastian Dransfeld f6dc1dc1cc Remove stale code.
Fix comments.


SVN revision: 29159
2007-03-25 22:45:00 +00:00
Sebastian Dransfeld a286d71061 Remove stale code.
SVN revision: 29158
2007-03-25 22:20:45 +00:00
Sebastian Dransfeld 53234b3d95 Fix memleak.
SVN revision: 29156
2007-03-25 22:07:39 +00:00
Sebastian Dransfeld 7fec4f9c6a Formatting
SVN revision: 29155
2007-03-25 22:06:33 +00:00
Sebastian Dransfeld 16b0fb53e7 fix leak
SVN revision: 29154
2007-03-25 21:58:09 +00:00
Sebastian Dransfeld 9a61425cbe These files are gone.
SVN revision: 29152
2007-03-25 20:13:29 +00:00
Sebastian Dransfeld 25d4cced74 don't depend on ecore-desktop
SVN revision: 29148
2007-03-25 19:29:34 +00:00
Sebastian Dransfeld 13a6ad061d And ecore_desktop is gone.
Eap Editor must still be fixed!


SVN revision: 29147
2007-03-25 19:28:51 +00:00
Sebastian Dransfeld dcaf8b369e ++
SVN revision: 29146
2007-03-25 19:26:14 +00:00
Kim Woelders 1a2f29834b Seach local m4 directory first.
SVN revision: 29145
2007-03-25 19:11:49 +00:00
Sebastian Dransfeld 6c349751a0 efreet
SVN revision: 29144
2007-03-25 19:05:05 +00:00
Sebastian Dransfeld 99e3bb55bb efreet
SVN revision: 29137
2007-03-25 18:20:07 +00:00
Sebastian Dransfeld fb50d074bf efreet
SVN revision: 29134
2007-03-25 17:36:21 +00:00
Sebastian Dransfeld 9bca1bc88e More efreet stuff. We need a .desktop file monitor.
SVN revision: 29133
2007-03-25 17:29:51 +00:00
Sebastian Dransfeld 47ad22217e Convert borders to efreet.
SVN revision: 29131
2007-03-25 17:23:49 +00:00