platform/upstream/enlightenment.git
15 years agouse sort id and sort!
Carsten Haitzler [Sat, 18 Apr 2009 13:52:41 +0000 (13:52 +0000)]
use sort id and sort!

SVN revision: 40167

15 years ago1. fix thumb to not use preload thread - i spotted bugs. concurrency ones.
Carsten Haitzler [Sat, 18 Apr 2009 13:52:24 +0000 (13:52 +0000)]
1. fix thumb to not use preload thread - i spotted bugs. concurrency ones.
2. also write a sort id (harmless - doesnt affect anything). useful for...
sorting.

SVN revision: 40166

15 years agolist of autohide-dependent widgets should not be global.
Gustavo Sverzut Barbieri [Sat, 18 Apr 2009 13:47:29 +0000 (13:47 +0000)]
list of autohide-dependent widgets should not be global.

SVN revision: 40165

15 years agoshelf "shrink to contents" is not related to its size.
Gustavo Sverzut Barbieri [Sat, 18 Apr 2009 13:43:05 +0000 (13:43 +0000)]
shelf "shrink to contents" is not related to its size.

SVN revision: 40164

15 years agoalso disable slider if label is disabled.
Gustavo Sverzut Barbieri [Fri, 17 Apr 2009 22:59:13 +0000 (22:59 +0000)]
also disable slider if label is disabled.

this is actually weird, maybe we should disable the whole
configuration dialog if there is no screensaver? I just noticed these
problems since I missed to install libxss-dev :-(

SVN revision: 40154

15 years ago * Funky EINA_LIST_FOREACH usage :)
Davide Andreoli [Fri, 17 Apr 2009 21:41:09 +0000 (21:41 +0000)]
  * Funky EINA_LIST_FOREACH usage :)

SVN revision: 40152

15 years agousability improvement - disable widgets if check disabled
Andreas Volz [Fri, 17 Apr 2009 20:46:30 +0000 (20:46 +0000)]
usability improvement - disable widgets if check disabled

SVN revision: 40151

15 years agoreformated with "astyle -s3" because of inconsistent formating
Andreas Volz [Fri, 17 Apr 2009 20:35:04 +0000 (20:35 +0000)]
reformated with "astyle -s3" because of inconsistent formating
-> NO CODE CHANGES!

SVN revision: 40150

15 years agocurrently for e.g. ubuntu the mixer module won't work as it uses pulseaudio as mixer
Andreas Volz [Fri, 17 Apr 2009 20:16:56 +0000 (20:16 +0000)]
currently for e.g. ubuntu the mixer module won't work as it uses pulseaudio as mixer
-> this needs to be implemented
-> as short "solution" I changed the default text from "dummy" to "No ALSA mixer found!"
  -> this gives the user at least a useful error message

SVN revision: 40149

15 years agothe mixer module was completly inconsistent formated!
Andreas Volz [Fri, 17 Apr 2009 20:13:17 +0000 (20:13 +0000)]
the mixer module was completly inconsistent formated!
-> used "astyle -s3" to format it
-> NO CODE CHANGES!

SVN revision: 40148

15 years agoAdd fixed parts for syscon module: bad layout in some traslations
Massimiliano Calamelli [Fri, 17 Apr 2009 10:18:30 +0000 (10:18 +0000)]
Add fixed parts for syscon module: bad layout in some traslations

SVN revision: 40133

15 years agoshelf ignore mouse_out when going to children windows.
Gustavo Sverzut Barbieri [Fri, 17 Apr 2009 04:56:54 +0000 (04:56 +0000)]
shelf ignore mouse_out when going to children windows.

this solves an annoyance with systray: the bounce-on-mouse-over (mouse
over systray would make shelf hide, but after the animation starts the
shelf get mouse-in again and abort the hide, then starts again). But
it will introduce another annoyance: if systray open a menu and you
navigate to it, shelf will not get mouse-out event and thus will not
autohide.

I'm leaving this behavior as it is less annoying. I discussed a bit
with rasterman and solving this is not easy, we'd need to poll for
mouse position and query window tree, this would waste cpu and keep
timeout rate high, draining battery.

SVN revision: 40128

15 years agofix shelf autohide after changing its settings in advanced mode.
Gustavo Sverzut Barbieri [Fri, 17 Apr 2009 03:15:27 +0000 (03:15 +0000)]
fix shelf autohide after changing its settings in advanced mode.

shelf should be hidden if it was recreated (restart == 1) and autohide
is set.

SVN revision: 40127

15 years agofix shelf autohide on zone geometry changes.
Gustavo Sverzut Barbieri [Fri, 17 Apr 2009 02:54:56 +0000 (02:54 +0000)]
fix shelf autohide on zone geometry changes.

when xrandr/xinerama changes zone (screen/output) geometry, the shelf
needs to update its hide_origin and also do hide animation if it was
hidden already.

SVN revision: 40126

15 years agofix bug when there is no file extension.
Gustavo Sverzut Barbieri [Thu, 16 Apr 2009 22:17:50 +0000 (22:17 +0000)]
fix bug when there is no file extension.

This was spotted by a segmentation faults on systems where sprintf()
don't handle NULL as "%s" (Solaris, BSDs), but it makes no sense to
lookup "*(null)" as extension on Linux either.

Reported by: mcalamell

SVN revision: 40120

15 years agousability improvement
Andreas Volz [Thu, 16 Apr 2009 21:03:43 +0000 (21:03 +0000)]
usability improvement
-> shrink and autohide widgets are only enabled if checks are set

SVN revision: 40117

15 years agothe ilist was to small
Andreas Volz [Thu, 16 Apr 2009 20:03:32 +0000 (20:03 +0000)]
the ilist was to small

SVN revision: 40116

15 years agousabilty improvement - disable widgets if not checked
Andreas Volz [Thu, 16 Apr 2009 19:59:11 +0000 (19:59 +0000)]
usabilty improvement - disable widgets if not checked

SVN revision: 40115

15 years agoDon't leak.
Iván Briano [Thu, 16 Apr 2009 04:48:46 +0000 (04:48 +0000)]
Don't leak.

SVN revision: 40100

15 years agoand handle premapped windows
Carsten Haitzler [Wed, 15 Apr 2009 04:52:40 +0000 (04:52 +0000)]
and handle premapped windows

SVN revision: 40075

15 years agoFix some clipping issues in gadgets that are on shelves.
toma [Wed, 15 Apr 2009 02:31:22 +0000 (02:31 +0000)]
Fix some clipping issues in gadgets that are on shelves.

SVN revision: 40073

15 years agoFormatting.
toma [Wed, 15 Apr 2009 01:41:00 +0000 (01:41 +0000)]
Formatting.

SVN revision: 40070

15 years agousability improvement - autoraise slider only if check active
Andreas Volz [Tue, 14 Apr 2009 21:53:06 +0000 (21:53 +0000)]
usability improvement - autoraise slider only if check active

SVN revision: 40063

15 years agousability improvement - geometry slider only available if check active
Andreas Volz [Tue, 14 Apr 2009 21:46:12 +0000 (21:46 +0000)]
usability improvement - geometry slider only available if check active

SVN revision: 40062

15 years agoFix missing MAX for OpenSolaris
Massimiliano Calamelli [Tue, 14 Apr 2009 21:41:59 +0000 (21:41 +0000)]
Fix missing MAX for OpenSolaris

SVN revision: 40061

15 years agousability improvement
Andreas Volz [Tue, 14 Apr 2009 21:31:49 +0000 (21:31 +0000)]
usability improvement
-> warp mouse setting in advanced dialog is not complete consistent, but better as before...

SVN revision: 40060

15 years agovisuell feedback for disabled labels
Andreas Volz [Tue, 14 Apr 2009 21:20:28 +0000 (21:20 +0000)]
visuell feedback for disabled labels

SVN revision: 40059

15 years agotheme enabled/disabled support for label widget
Andreas Volz [Tue, 14 Apr 2009 21:18:16 +0000 (21:18 +0000)]
theme enabled/disabled support for label widget

SVN revision: 40058

15 years agoonly E_FREE - no need to check anything
Andreas Volz [Tue, 14 Apr 2009 20:53:27 +0000 (20:53 +0000)]
only E_FREE - no need to check anything

SVN revision: 40056

15 years agousability improvement - disable if not usable
Andreas Volz [Tue, 14 Apr 2009 19:54:21 +0000 (19:54 +0000)]
usability improvement - disable if not usable

SVN revision: 40053

15 years agouse eina list foreach macro
Andreas Volz [Tue, 14 Apr 2009 19:14:30 +0000 (19:14 +0000)]
use eina list foreach macro

SVN revision: 40051

15 years agouse eina list macro
Andreas Volz [Tue, 14 Apr 2009 19:13:36 +0000 (19:13 +0000)]
use eina list macro

SVN revision: 40049

15 years agouse eina macro
Andreas Volz [Tue, 14 Apr 2009 19:12:40 +0000 (19:12 +0000)]
use eina macro

SVN revision: 40048

15 years agono problem to free a NULL pointer, so no check needed
Andreas Volz [Tue, 14 Apr 2009 18:57:38 +0000 (18:57 +0000)]
no problem to free a NULL pointer, so no check needed

SVN revision: 40047

15 years ago- correct free
Andreas Volz [Tue, 14 Apr 2009 18:54:29 +0000 (18:54 +0000)]
- correct free
- 'if' arround free cfdata - it's better like this

SVN revision: 40046

15 years agocorrect free
Andreas Volz [Tue, 14 Apr 2009 18:49:58 +0000 (18:49 +0000)]
correct free

SVN revision: 40045

15 years agothanks for the hint Gustavo :-)
Andreas Volz [Tue, 14 Apr 2009 18:47:33 +0000 (18:47 +0000)]
thanks for the hint Gustavo :-)

SVN revision: 40044

15 years agoUpdated debian stuff(grew Standards-Version, updated python-ecore rules file)
Daniel Kolesa [Tue, 14 Apr 2009 17:21:19 +0000 (17:21 +0000)]
Updated debian stuff(grew Standards-Version, updated python-ecore rules file)

SVN revision: 40043

15 years agodisable connman until we update it to newer connman api in e_dbus.
Gustavo Sverzut Barbieri [Mon, 13 Apr 2009 20:03:11 +0000 (20:03 +0000)]
disable connman until we update it to newer connman api in e_dbus.

SVN revision: 40024

15 years agoFix formatting. Add EAPI import_del/fsel_del functions to the import
Christopher Michael [Mon, 13 Apr 2009 16:56:37 +0000 (16:56 +0000)]
Fix formatting. Add EAPI import_del/fsel_del functions to the import
header to remove compile warning

SVN revision: 40023

15 years agoCzech - updated translations, added etk translation
Daniel Kolesa [Mon, 13 Apr 2009 15:34:58 +0000 (15:34 +0000)]
Czech - updated translations, added etk translation

SVN revision: 40017

15 years agomajor cleanup of path creation to $DATADIR and $HOME/.e/e
Gustavo Sverzut Barbieri [Mon, 13 Apr 2009 14:56:38 +0000 (14:56 +0000)]
major cleanup of path creation to $DATADIR and $HOME/.e/e

This cleanup replaces snprintf() usage with specific calls, they have
the benefit of being cleaner (so easier to grep), typing less and also
marginal speed up compared to the other (specially concat_static),
although those are rarely used in critical paths.

I'm testing it for some time and seems to not break anything, but let
me know of any problem. If you can review the patch and try to spot
incorrect names, please do.

SVN revision: 40014

15 years agodefine MAX for all OS, instead of plenty #include
Vincent Torri [Mon, 13 Apr 2009 10:25:11 +0000 (10:25 +0000)]
define MAX for all OS, instead of plenty #include

SVN revision: 40012

15 years agoAdded pt to LINGUAS of e
Aron Xu [Sun, 12 Apr 2009 11:58:52 +0000 (11:58 +0000)]
Added pt to LINGUAS of e

SVN revision: 40004

15 years agosync translations from launchpad
Aron Xu [Sun, 12 Apr 2009 06:51:20 +0000 (06:51 +0000)]
sync translations from launchpad

SVN revision: 39997

15 years agoAdded ku.po from launchpad
Aron Xu [Sun, 12 Apr 2009 06:42:46 +0000 (06:42 +0000)]
Added ku.po from launchpad

SVN revision: 39996

15 years agoAdded hr.po from launchpad
Aron Xu [Sun, 12 Apr 2009 06:35:02 +0000 (06:35 +0000)]
Added hr.po from launchpad

SVN revision: 39995

15 years agoChanges to do with POTFILES.skip
Aron Xu [Sun, 12 Apr 2009 05:21:22 +0000 (05:21 +0000)]
Changes to do with POTFILES.skip

SVN revision: 39994

15 years agoshoudl just use regular win.
Carsten Haitzler [Sat, 11 Apr 2009 08:42:24 +0000 (08:42 +0000)]
shoudl just use regular win.

SVN revision: 39976

15 years agoremove useless subwindow code
Vincent Torri [Sat, 11 Apr 2009 08:33:44 +0000 (08:33 +0000)]
remove useless subwindow code

SVN revision: 39975

15 years agofree EinaList at exit
Andreas Volz [Sat, 11 Apr 2009 07:22:33 +0000 (07:22 +0000)]
free EinaList at exit

SVN revision: 39971

15 years agounused variable
Andreas Volz [Sat, 11 Apr 2009 07:22:05 +0000 (07:22 +0000)]
unused variable

SVN revision: 39970

15 years agochange to Eina_List
Andreas Volz [Sat, 11 Apr 2009 07:20:54 +0000 (07:20 +0000)]
change to Eina_List

SVN revision: 39969

15 years agomove batch directory creation to ecore_file.
Gustavo Sverzut Barbieri [Sat, 11 Apr 2009 07:10:12 +0000 (07:10 +0000)]
move batch directory creation to ecore_file.

as suggested by raster, this could be abstracted into ecore-file and
other applications could use it as well.

SVN revision: 39965

15 years agoallow for system startup .orders... not great - but simple.
Carsten Haitzler [Sat, 11 Apr 2009 06:20:11 +0000 (06:20 +0000)]
allow for system startup .orders... not great - but simple.

SVN revision: 39963

15 years agocedrice pathc to stop seg of eillume on unload,
Carsten Haitzler [Sat, 11 Apr 2009 06:13:34 +0000 (06:13 +0000)]
cedrice pathc to stop seg of eillume on unload,

SVN revision: 39962

15 years agoAlternative version for those legacy systems without atfile-source
Gustavo Sverzut Barbieri [Sat, 11 Apr 2009 05:40:18 +0000 (05:40 +0000)]
Alternative version for those legacy systems without atfile-source

atfile source is posix 2008, but some legacy systems seems to not ship
with those, in that case use slower version.

SVN revision: 39958

15 years agoimprove string copying.
Gustavo Sverzut Barbieri [Sat, 11 Apr 2009 04:40:01 +0000 (04:40 +0000)]
improve string copying.

SVN revision: 39956

15 years agochange only dpms options if enabled
Andreas Volz [Fri, 10 Apr 2009 22:50:11 +0000 (22:50 +0000)]
change only dpms options if enabled
-> for the first step this is ok, but needs more work. The enabling logic in this dialog is two levels depth.

SVN revision: 39954

15 years agoNULL
Andreas Volz [Fri, 10 Apr 2009 22:37:36 +0000 (22:37 +0000)]
NULL

SVN revision: 39953

15 years ago- possible configure the xscreensaver options only if activated
Andreas Volz [Fri, 10 Apr 2009 22:34:15 +0000 (22:34 +0000)]
- possible configure the xscreensaver options only if activated
- now used Eina_List for storage (I hope I used it correct...)

SVN revision: 39952

15 years agoPatch by semernin to fix bug#272
Davide Andreoli [Fri, 10 Apr 2009 22:28:58 +0000 (22:28 +0000)]
Patch by semernin to fix bug#272
thanks

SVN revision: 39951

15 years ago * e_fwin.c : Make some cleaning here. Whitespaces + functions grouped better.
Davide Andreoli [Fri, 10 Apr 2009 22:02:32 +0000 (22:02 +0000)]
 * e_fwin.c : Make some cleaning here. Whitespaces + functions grouped better.
No changes to code made.  Still need to rename some functions in a more
standard way.

SVN revision: 39950

15 years agoallow editing of Custom Screenlock only if activated check
Andreas Volz [Fri, 10 Apr 2009 21:17:58 +0000 (21:17 +0000)]
allow editing of Custom Screenlock only if activated check

SVN revision: 39949

15 years agoenabled and disabled state for checkboxes
Andreas Volz [Fri, 10 Apr 2009 21:03:20 +0000 (21:03 +0000)]
enabled and disabled state for checkboxes

SVN revision: 39947

15 years agoGUI improvement by enable/disable radio group chained to checkbox state
Andreas Volz [Fri, 10 Apr 2009 18:52:18 +0000 (18:52 +0000)]
GUI improvement by enable/disable radio group chained to checkbox state

SVN revision: 39946

15 years agodisabled state for e/widgets/radio and e/widgets/radio_icon implemented
Andreas Volz [Fri, 10 Apr 2009 17:51:36 +0000 (17:51 +0000)]
disabled state for e/widgets/radio and e/widgets/radio_icon implemented

SVN revision: 39943

15 years agoFrom: Sergey Semernin <sergey.semernin@gmail.com>
Sergey Semernin [Fri, 10 Apr 2009 14:21:36 +0000 (14:21 +0000)]
From: Sergey Semernin <sergey.semernin@gmail.com>

In E_Dialog space key grabbed before than keydown event reach to entry widget
in E_Entry_Dialog.
Thus, I forced ungrab space key in e_entry_dialog_show constructor.
Moreover, I added escape key handling in _e_entry_cb_key_down callback.

I do not delete space key grub in E_Dialog, because, I think, it may be
usefull here,
when we need selecting controls with space. Or not?

SVN revision: 39936

15 years agoallow compilation of battery module on mac os x
Vincent Torri [Fri, 10 Apr 2009 14:05:50 +0000 (14:05 +0000)]
allow compilation of battery module on mac os x

SVN revision: 39935

15 years ago[name]_CFLAGS and [name]_LIBS are already substituted by PKG_CHECK_MODULES
Vincent Torri [Fri, 10 Apr 2009 13:40:37 +0000 (13:40 +0000)]
[name]_CFLAGS and [name]_LIBS are already substituted by PKG_CHECK_MODULES

SVN revision: 39934

15 years agoecore_x_window_del -> ecore_x_window_free
Vincent Torri [Fri, 10 Apr 2009 12:18:36 +0000 (12:18 +0000)]
ecore_x_window_del -> ecore_x_window_free

SVN revision: 39931

15 years agoset minimum size for cards list
Andreas Volz [Fri, 10 Apr 2009 11:11:49 +0000 (11:11 +0000)]
set minimum size for cards list

SVN revision: 39928

15 years agoecore_x_window_del -> ecore_x_window_free
Vincent Torri [Fri, 10 Apr 2009 09:57:57 +0000 (09:57 +0000)]
ecore_x_window_del -> ecore_x_window_free

SVN revision: 39924

15 years agoUpdated E debian stuff for new repos
Daniel Kolesa [Fri, 10 Apr 2009 09:55:48 +0000 (09:55 +0000)]
Updated E debian stuff for new repos

SVN revision: 39923

15 years agoupdating french and italian translations
Massimo Maiurana [Thu, 9 Apr 2009 15:48:06 +0000 (15:48 +0000)]
updating french and italian translations

SVN revision: 39908

15 years agoeina_stringshare_replace() gets in!
Gustavo Sverzut Barbieri [Wed, 8 Apr 2009 18:25:02 +0000 (18:25 +0000)]
eina_stringshare_replace() gets in!

I was replicating this code in many places, it should go into eina itself.

It's the right way to change strings that you don't know are
stringshared before, since it will first add a reference and then
remove, making it impossible to have references to go 0 and string
being released before adding new references, fixing the following
possible problem:

   x = eina_stringshare_add("x");
   replace(x, x);

   then:
   incorrect_replace(const char **b, const char *a) {
      eina_stringshare_del(*b); /* reference gets to 0 */
      eina_stringshare_add(a); /* BUG!!! */
      *b = a;
   }

SVN revision: 39903

15 years agoRemove erroneous widget_data_get call
Christopher Michael [Wed, 8 Apr 2009 18:02:27 +0000 (18:02 +0000)]
Remove erroneous widget_data_get call

SVN revision: 39902

15 years agowhen hacking.... know what u are doing
Carsten Haitzler [Wed, 8 Apr 2009 08:34:11 +0000 (08:34 +0000)]
when hacking.... know what u are doing

SVN revision: 39892

15 years agoadd a cmd-line opt to skip format test...
Carsten Haitzler [Wed, 8 Apr 2009 08:30:13 +0000 (08:30 +0000)]
add a cmd-line opt to skip format test...

SVN revision: 39891

15 years agoMake profiles working again. Thanks to Sachiel for the fix :)
Daniel Kolesa [Tue, 7 Apr 2009 18:29:13 +0000 (18:29 +0000)]
Make profiles working again. Thanks to Sachiel for the fix :)

SVN revision: 39889

15 years agoupdating french and italian translations
Massimo Maiurana [Tue, 7 Apr 2009 15:55:32 +0000 (15:55 +0000)]
updating french and italian translations

SVN revision: 39888

15 years agoshorten some strings
Viktor Kojouharov [Mon, 6 Apr 2009 21:22:12 +0000 (21:22 +0000)]
shorten some strings

SVN revision: 39886

15 years agoconvert the fm config dialog into a toolbook.
Viktor Kojouharov [Mon, 6 Apr 2009 20:39:09 +0000 (20:39 +0000)]
convert the fm config dialog into a toolbook.
gui for 2 new options -> windows_modifiers (this should really be the default) and case insensitivity

SVN revision: 39883

15 years agominor speedups.
Gustavo Sverzut Barbieri [Mon, 6 Apr 2009 12:59:58 +0000 (12:59 +0000)]
minor speedups.

the e_main.c change might prove useful as it will minimize path
resolution a lot, something that is not that cheap, even more durin e
startup where disc is still spinning due other tasks
starting. HOWEVER, it might bring problems to those using pre
GLibC-2.4 (we're at 2.9 these days) and maybe people using Solaris or
BSD, let's see if they have any trouble.

SVN revision: 39880

15 years agoFormatting, Whitespace Removal, Remove useless return in one function,
Christopher Michael [Sun, 5 Apr 2009 17:07:18 +0000 (17:07 +0000)]
Formatting, Whitespace Removal, Remove useless return in one function,
Initialize variables to NULL.

SVN revision: 39872

15 years agoFormatting
Christopher Michael [Sun, 5 Apr 2009 16:58:49 +0000 (16:58 +0000)]
Formatting

SVN revision: 39870

15 years agoInclude proper slider images for each group.
Christopher Michael [Sun, 5 Apr 2009 16:35:24 +0000 (16:35 +0000)]
Include proper slider images for each group.

SVN revision: 39868

15 years agodefault theme is now the grey wp at the start... should have a better frame
Carsten Haitzler [Sun, 5 Apr 2009 16:10:50 +0000 (16:10 +0000)]
default theme is now the grey wp at the start... should have a better frame
for it - need to improve the thum frames anyway. also the all desktops/this
desk/this screen now works. need to next add add pic/add exhcange/add
gradient buttons

SVN revision: 39867

15 years agofor e_thumb.. use preload!
Carsten Haitzler [Sun, 5 Apr 2009 03:49:16 +0000 (03:49 +0000)]
for e_thumb.. use preload!

SVN revision: 39866

15 years ago * E_Fwin:
Davide Andreoli [Sun, 5 Apr 2009 00:26:31 +0000 (00:26 +0000)]
 * E_Fwin:

Ctrl+w -> close the window
Ctrl+a -> select all

SVN revision: 39865

15 years ago Fix 'Open' command of EFM. was broken since last commit...
Davide Andreoli [Sat, 4 Apr 2009 23:28:37 +0000 (23:28 +0000)]
 Fix 'Open' command of EFM. was broken since last commit...
Done a quick fix, that code need a refactor

SVN revision: 39864

15 years agoRemove silly return at end of function.
Christopher Michael [Sat, 4 Apr 2009 19:40:00 +0000 (19:40 +0000)]
Remove silly return at end of function.

SVN revision: 39861

15 years agoclick anywhere dismisses slideout.
Carsten Haitzler [Sat, 4 Apr 2009 15:39:12 +0000 (15:39 +0000)]
click anywhere dismisses slideout.

SVN revision: 39859

15 years agonice shadow around/behind the slide-up.
Carsten Haitzler [Sat, 4 Apr 2009 15:11:26 +0000 (15:11 +0000)]
nice shadow around/behind the slide-up.

SVN revision: 39858

15 years agocomments for todo...
Carsten Haitzler [Sat, 4 Apr 2009 14:37:07 +0000 (14:37 +0000)]
comments for todo...

SVN revision: 39856

15 years agoadd a slide out panel/tab to put options and stuff in.
Carsten Haitzler [Sat, 4 Apr 2009 14:15:08 +0000 (14:15 +0000)]
add a slide out panel/tab to put options and stuff in.

SVN revision: 39855

15 years agoand properly hide windows that ask to be iconified on start!
Carsten Haitzler [Sat, 4 Apr 2009 07:18:55 +0000 (07:18 +0000)]
and properly hide windows that ask to be iconified on start!

SVN revision: 39853

15 years ago * Add a submenu to the efm open-with menu, to show suggested applications.
Davide Andreoli [Sat, 4 Apr 2009 04:14:01 +0000 (04:14 +0000)]
 * Add a submenu to the efm open-with menu, to show suggested applications.
So you don't have to load the whole applications list to choose between 2 or 3 options :)

Hope you like it
Dave

SVN revision: 39852

15 years agoIcons compliments of Manowarror. (Hopefully I've put them in the correct location)
Eric Schuele [Sat, 4 Apr 2009 02:52:52 +0000 (02:52 +0000)]
Icons compliments of Manowarror.  (Hopefully I've put them in the correct location)

SVN revision: 39851

15 years agoIcons compliments of Manowarror. (Hopefully I've put them in the correct location)
Eric Schuele [Sat, 4 Apr 2009 02:52:07 +0000 (02:52 +0000)]
Icons compliments of Manowarror.  (Hopefully I've put them in the correct location)

SVN revision: 39850