Commit Graph

9422 Commits

Author SHA1 Message Date
Hannes Janetzek 4b5ce1b90a 'everything'
- let plugins store simple config data 
- fix apps 'open with' bug


SVN revision: 48162
2010-04-20 15:22:01 +00:00
Hannes Janetzek b7fcec6f05 'everything' fix config dialog
SVN revision: 48160
2010-04-20 09:12:28 +00:00
Hannes Janetzek 4945b00bb7 'everything' move plugin section into subtoolbook
SVN revision: 48159
2010-04-20 08:44:52 +00:00
Hannes Janetzek 7092ba1fc6 'everything'
files: fix scan thread


SVN revision: 48158
2010-04-20 07:57:09 +00:00
Hannes Janetzek c41b48e6ac 'everything'
- files: show more files by default, todo config option
- cleanup


SVN revision: 48157
2010-04-20 07:40:21 +00:00
Christopher Michael 65f44eb009 Make illume-home use E's background.
SVN revision: 48156
2010-04-20 02:03:43 +00:00
Christopher Michael 091525735f Fix gadgets getting added to center.
SVN revision: 48155
2010-04-20 01:32:34 +00:00
Christopher Michael aaffb12f22 Check previous border's zone before setting focus.
SVN revision: 48154
2010-04-20 00:10:10 +00:00
Christopher Michael b27bad5c9a Instead of always focusing home when there is a problem showing_below, try
to focus the previous border in the focus stack, and if that fails, then
focus home (fixed #7 in 'illume2 problems' email).



SVN revision: 48153
2010-04-20 00:06:18 +00:00
Christopher Michael f08d02f9ab If a transient gets closed, focus it's parent (fixes keybinding dialog issue).
SVN revision: 48152
2010-04-19 23:40:48 +00:00
Christopher Michael a0a04c0e09 Don't set icon here. Icon will be set in property change.
SVN revision: 48141
2010-04-19 19:34:13 +00:00
Christopher Michael 90275a397b Fix illume keyboard to handle quick toggles of show/hide.
SVN revision: 48140
2010-04-19 19:33:51 +00:00
Christopher Michael 80c91b8d19 As per k-s, remove fix from e_config_dialog and instead, call e_border_show
inside uniconify.



SVN revision: 48138
2010-04-19 17:27:45 +00:00
Christopher Michael ffbd6e3bd8 Need an e_win_show here as the border may not have been 'iconified' but
rather 'hidden' completely.



SVN revision: 48137
2010-04-19 17:02:34 +00:00
Massimo Maiurana ce67de7e63 make use of N_() in EVRY_PLUGIN_NEW and EVRY_ACTION_NEW macros as per pfritz suggestion + include one more message in translations
SVN revision: 48135
2010-04-19 16:09:35 +00:00
Christopher Michael bea9ca8d63 Raise/Show the existing Set Contents dialog if needed.
SVN revision: 48134
2010-04-19 15:51:43 +00:00
Miculcy Brian 273f8808d9 title not needed anymore
SVN revision: 48130
2010-04-19 08:30:18 +00:00
Miculcy Brian 87e0911b24 title not needed anymore
SVN revision: 48129
2010-04-19 08:23:39 +00:00
Sebastian Dransfeld 52bb692ae8 e: fix #528
basename may modify its argument, so we need to strdup before calling
basename.

SVN revision: 48128
2010-04-19 08:17:19 +00:00
Hannes Janetzek 90517199bc 'everything' fix bug in sorting of 'all' list.
- added 'subtype' to Evry_Item


SVN revision: 48125
2010-04-19 07:26:56 +00:00
Chidambar Zinnoury f578d2218f Edje files are gone...
SVN revision: 48124
2010-04-19 06:50:52 +00:00
Chidambar Zinnoury 95692ff00e Put back the edje file, a little bit too much cleaning.
SVN revision: 48123
2010-04-19 06:49:07 +00:00
Chidambar Zinnoury c237e2905c Remove useless theme module edje file.
SVN revision: 48122
2010-04-19 05:44:50 +00:00
Chidambar Zinnoury 648ec73fa2 Revert part of previous commit, this shouldn't have been committed.
SVN revision: 48121
2010-04-19 05:38:45 +00:00
Chidambar Zinnoury 8375d61b0c Use FDO-icon for fonts module and remove useless edje file.
SVN revision: 48120
2010-04-19 05:37:03 +00:00
Chidambar Zinnoury f6bf5d32b9 Use FDO-icon for mixer module and remove useless edje file.
SVN revision: 48119
2010-04-19 05:35:19 +00:00
Chidambar Zinnoury 59863cecff Use FDO-icon for screensaver module and remove useless edje file.
SVN revision: 48118
2010-04-19 05:33:46 +00:00
Chidambar Zinnoury 46b4565ba8 Use FDO-names for wallpaper modules' icons and remove useless edje files.
SVN revision: 48117
2010-04-19 05:32:59 +00:00
Carsten Haitzler fa9a759f56 use utf8 mount options for some fs's
SVN revision: 48116
2010-04-19 02:09:46 +00:00
toma b599ebd4c3 More formatting. Regex replacing so most is great, some of it is slightly off but still better. Every value does not need to be in its own tab space, but just a single space away. These changes bring it more into line with the rest of the theme formatting style.
SVN revision: 48114
2010-04-19 01:51:51 +00:00
Massimo Maiurana a18bcb3b14 oops... missed these strings in my last commit about everythings' i18n
SVN revision: 48108
2010-04-18 16:35:28 +00:00
Christopher Michael 45a460f504 Fix module icon for ofono.
SVN revision: 48107
2010-04-18 16:22:40 +00:00
Christopher Michael d90b41e7a9 Only list borders from the current zone when selecting windows.
SVN revision: 48106
2010-04-18 15:20:32 +00:00
Christopher Michael f1f0261a7e Make sure change timer is dead when window closes.
Fix some formatting.



SVN revision: 48105
2010-04-18 15:07:50 +00:00
Christopher Michael abafa68701 Don't free dbus arguments...causes segv.
SVN revision: 48104
2010-04-18 14:27:20 +00:00
Christopher Michael 2404339825 Don't free dbus message arguments...causes segfault.
SVN revision: 48103
2010-04-18 14:09:27 +00:00
Hannes Janetzek dfb9847566 fix everythings' action category
SVN revision: 48102
2010-04-18 11:04:25 +00:00
Massimo Maiurana a3d434bb21 updating french and italian translations
SVN revision: 48101
2010-04-18 10:24:52 +00:00
Massimo Maiurana 2cef57f9f5 including all messages of the Everything module in i18n
SVN revision: 48100
2010-04-18 10:23:00 +00:00
Vincent Torri 8ca39fc1bf Replace the description "Everything" by "All" as there
is a conflict with the Everything module wrt translations.


SVN revision: 48098
2010-04-18 06:29:31 +00:00
Hannes Janetzek 6a3586deb6 'everything' fix bug
SVN revision: 48097
2010-04-18 06:26:50 +00:00
Hannes Janetzek 71f4bb7947 'everything' fix mimetype bug in file history
- added helper to check item type 


SVN revision: 48096
2010-04-18 04:41:08 +00:00
Hannes Janetzek c30b76da87 'everything' files: remember mimetype in history -> dont stat files from sleeping drives
- better scale down icons than up


SVN revision: 48089
2010-04-18 00:17:15 +00:00
Christopher Michael 3dfcb86235 Move initializing intl support until after splash is setup as we want to be
able to let the user know that intl support is starting...and we can't do
that until splash is up.



SVN revision: 48084
2010-04-17 19:40:21 +00:00
Christopher Michael 180f2a6ac9 Remove extra blank line.
SVN revision: 48083
2010-04-17 19:32:06 +00:00
Hannes Janetzek 6dc5aa2fe2 'everything' nicer slide
SVN revision: 48082
2010-04-17 19:13:01 +00:00
Hannes Janetzek 31312d16e3 'everything'
fix: make sure timer is deleted 


SVN revision: 48080
2010-04-17 18:28:01 +00:00
Hannes Janetzek dd081b14ea 'everything' delay sliding in until items are fetched
SVN revision: 48079
2010-04-17 18:18:31 +00:00
Hannes Janetzek 7dc2ee70ae cleanup
SVN revision: 48078
2010-04-17 17:51:00 +00:00
Hannes Janetzek bdb41a6254 'everything'
- slide anim for browsing into folders
- fix for spd when framerate is below 25fps
-Wall checked


SVN revision: 48077
2010-04-17 17:50:27 +00:00