platform/upstream/enlightenment.git
15 years agoreconfigure the zone bg on zone move/resize, and make sure it is recalculated if...
Viktor Kojouharov [Fri, 11 Sep 2009 17:27:08 +0000 (17:27 +0000)]
reconfigure the zone bg on zone move/resize, and make sure it is recalculated if the bg pans

SVN revision: 42419

15 years agoreturn icon.list size if icon.icon size is not set
Hannes Janetzek [Thu, 10 Sep 2009 21:02:09 +0000 (21:02 +0000)]
return icon.list size if icon.icon size is not set

SVN revision: 42392

15 years ago- show edje thumbnails in wallpaper and themes dialog again.
Hannes Janetzek [Thu, 10 Sep 2009 20:48:52 +0000 (20:48 +0000)]
- show edje thumbnails in wallpaper and themes dialog again.
- use 48px for fdo icons in flist
- #if 0 unused code

SVN revision: 42389

15 years agoprefer 24px icons for menus. downscaling looks less worse then upscaling. if ok
Hannes Janetzek [Thu, 10 Sep 2009 20:03:17 +0000 (20:03 +0000)]
prefer 24px icons for menus. downscaling looks less worse then upscaling. if ok
for everyone, bug http://trac.enlightenment.org/e/ticket/355 can be closed.

SVN revision: 42388

15 years agodisable move in pager for now. as it leads to lost window if one drops between the...
Hannes Janetzek [Thu, 10 Sep 2009 13:51:12 +0000 (13:51 +0000)]
disable move in pager for now. as it leads to lost window if one drops between the desks

SVN revision: 42380

15 years agoInclude illime2 directory in dist tarball
Horms [Wed, 9 Sep 2009 01:17:37 +0000 (01:17 +0000)]
Include illime2 directory in dist tarball

Resolves the following error reported when running make distcheck:
config.status: error: cannot find input file: `src/modules/illume2/Makefile.in'
make: *** [distcheck] Error 1

SVN revision: 42357

15 years agoupdating french translation
Massimo Maiurana [Tue, 8 Sep 2009 17:10:35 +0000 (17:10 +0000)]
updating french translation

SVN revision: 42351

15 years ago<PrinceAMD> http://pastebin.ca/1557990 < fix Ticket #407
Carsten Haitzler [Tue, 8 Sep 2009 04:15:25 +0000 (04:15 +0000)]
<PrinceAMD> pastebin.ca/1557990 < fix Ticket #407
<PrinceAMD> raster, http://trac.enlightenment.org/e/ticket/407

SVN revision: 42336

15 years agofix systray to work with argb shelf windows
Hannes Janetzek [Mon, 7 Sep 2009 16:41:22 +0000 (16:41 +0000)]
fix systray to work with argb shelf windows

SVN revision: 42329

15 years agoUpdate to match new EINA init/shutdown.
Gustavo Sverzut Barbieri [Sun, 6 Sep 2009 22:23:04 +0000 (22:23 +0000)]
Update to match new EINA init/shutdown.

SVN revision: 42301

15 years agoidentify shelf and menu windows as such for compositing managers
Hannes Janetzek [Sun, 6 Sep 2009 20:04:20 +0000 (20:04 +0000)]
identify shelf and menu windows as such for compositing managers

SVN revision: 42299

15 years agodo not populate gadman twice. now that there are two sources from which custom gadcon...
Hannes Janetzek [Sun, 6 Sep 2009 12:21:27 +0000 (12:21 +0000)]
do not populate gadman twice. now that there are two sources from which custom gadcons might be populated

SVN revision: 42291

15 years agopopulate custom gadcons on when added
Hannes Janetzek [Sat, 5 Sep 2009 17:02:09 +0000 (17:02 +0000)]
populate custom gadcons on when added
- now gadman shows gadgets when it is unloaded and loaded again

SVN revision: 42284

15 years agoDo not allow windows (which are not ECORE_X_WINDOW_TYPE_NORMAL) to be
Christopher Michael [Sat, 5 Sep 2009 14:22:50 +0000 (14:22 +0000)]
Do not allow windows (which are not ECORE_X_WINDOW_TYPE_NORMAL) to be
Iconified, Maximized, or Fullscreen'd via the border menu. These type of
windows do not support those actions via the border buttons, so do not support
them via the menu either.

SVN revision: 42279

15 years agofix naming and warnings
Hannes Janetzek [Sat, 5 Sep 2009 12:43:44 +0000 (12:43 +0000)]
fix naming and warnings

SVN revision: 42278

15 years ago--printf, once again..
Hannes Janetzek [Fri, 4 Sep 2009 20:41:00 +0000 (20:41 +0000)]
--printf, once again..

SVN revision: 42268

15 years agofix module unload issue: maybe there are some more places where EINA_LIST_FREE interf...
Hannes Janetzek [Fri, 4 Sep 2009 20:26:25 +0000 (20:26 +0000)]
fix module unload issue: maybe there are some more places where EINA_LIST_FREE interferes with e_object_del

SVN revision: 42267

15 years agoBetter grammar.
Christopher Michael [Fri, 4 Sep 2009 20:00:04 +0000 (20:00 +0000)]
Better grammar.

SVN revision: 42266

15 years agoFix module description. It was displaying in Czech by default. Make English
Christopher Michael [Fri, 4 Sep 2009 19:58:33 +0000 (19:58 +0000)]
Fix module description. It was displaying in Czech by default. Make English
the default and fix the czech translation of Comment to contain the country
code.

SVN revision: 42265

15 years agoFix typo in module description.
Christopher Michael [Fri, 4 Sep 2009 19:54:34 +0000 (19:54 +0000)]
Fix typo in module description.

SVN revision: 42264

15 years ago--printf
Hannes Janetzek [Fri, 4 Sep 2009 19:43:41 +0000 (19:43 +0000)]
--printf

SVN revision: 42263

15 years agoe17:shutdown all modules
Hannes Janetzek [Fri, 4 Sep 2009 19:43:10 +0000 (19:43 +0000)]
e17:shutdown all modules

SVN revision: 42262

15 years agoe/src/modules:
Hannes Janetzek [Thu, 3 Sep 2009 16:32:48 +0000 (16:32 +0000)]
e/src/modules:
- cast ints to pointer correctly
- remove unused variables
- #if 0 unusued code
- fix some function declarations for callbacks

SVN revision: 42210

15 years ago * e_fm_shared.h: Proper fix with new API.
Cedric BAIL [Thu, 3 Sep 2009 14:48:46 +0000 (14:48 +0000)]
* e_fm_shared.h: Proper fix with new API.

SVN revision: 42209

15 years agowhoops, this shouldnt have went in the patch
Hannes Janetzek [Thu, 3 Sep 2009 14:23:14 +0000 (14:23 +0000)]
whoops, this shouldnt have went in the patch

SVN revision: 42206

15 years ago'everything'
Hannes Janetzek [Thu, 3 Sep 2009 14:21:27 +0000 (14:21 +0000)]
'everything'
- remember context of action. e.g. which app was used for
  opening a file with a specific mimetype

SVN revision: 42205

15 years agopartly revert your stuff cedric... BAD frenchie! BAD! segv's for e17 all
Carsten Haitzler [Thu, 3 Sep 2009 13:33:35 +0000 (13:33 +0000)]
partly revert your stuff cedric... BAD frenchie! BAD! segv's for e17 all
round. members of E_Volume are strduped. rest of e's code still deals with it
that way. e_hal from dbus also returns duped strings (thats why)

SVN revision: 42204

15 years agoecomorph hookes from <hannes.janetzek@googlemail.com>
Carsten Haitzler [Thu, 3 Sep 2009 12:37:10 +0000 (12:37 +0000)]
ecomorph hookes from <hannes.janetzek@googlemail.com>

SVN revision: 42203

15 years ago * e: Use new and cleaner eet API.
Cedric BAIL [Thu, 3 Sep 2009 12:05:49 +0000 (12:05 +0000)]
* e: Use new and cleaner eet API.

Note: The situation regarding string from config file could be improved.
We could use the same trick as Edje and directly map the string from
Eet config file. This will improve memory used by E, if string from
config file are used a lot. So the question is : "Do we save a lot of
string in config file ?"

SVN revision: 42201

15 years agoEAPI, again :-)
Gustavo Sverzut Barbieri [Wed, 2 Sep 2009 22:04:37 +0000 (22:04 +0000)]
EAPI, again :-)

Please, compile with -fvisibility=hidden, you'll get these errors and
benefit from reasonably faster load of E17.

Except by ETK, whole EFL is able to be compiled with this flag, so I'd
recommend using it in general.

SVN revision: 42192

15 years ago'everything'
Hannes Janetzek [Wed, 2 Sep 2009 19:46:12 +0000 (19:46 +0000)]
'everything'
- cleanups

SVN revision: 42190

15 years ago'everything'
Hannes Janetzek [Wed, 2 Sep 2009 19:43:16 +0000 (19:43 +0000)]
'everything'
- added sudo app action and config option
- remove unused item after seven days from history

SVN revision: 42189

15 years agoMore API Inconsistency fixes.
Christopher Michael [Tue, 1 Sep 2009 16:58:22 +0000 (16:58 +0000)]
More API Inconsistency fixes.

SVN revision: 42165

15 years agoMore API Inconsistency fixes:
Christopher Michael [Tue, 1 Sep 2009 16:47:09 +0000 (16:47 +0000)]
More API Inconsistency fixes:

e_flowlayout_min_size/e_flowlayout_max_size_ changed to size_min/max
e_entry_min_size_* changed to e_entry_size_min_*
e_slider_min_size changed to e_slider_size_min_*

SVN revision: 42164

15 years agoFix API Inconsistency:
Christopher Michael [Tue, 1 Sep 2009 16:39:10 +0000 (16:39 +0000)]
Fix API Inconsistency:

e_ilist_min_size_* to e_ilist_size_min_*

SVN revision: 42163

15 years agoMore API Inconsistency fixes:
Christopher Michael [Tue, 1 Sep 2009 16:29:46 +0000 (16:29 +0000)]
More API Inconsistency fixes:

e_box_min_size_* to e_box_size_min_*
e_box_max_size_* to e_box_size_max_*

SVN revision: 42161

15 years agoFix API Inconsistency in regards to e_widget_min_size_* . Renamed to
Christopher Michael [Tue, 1 Sep 2009 13:34:42 +0000 (13:34 +0000)]
Fix API Inconsistency in regards to e_widget_min_size_* . Renamed to
e_widget_size_min_* . This Large commit should fix everything in svn that is
using those functions.

SVN revision: 42152

15 years agoeverything missed EAPI, again...
Gustavo Sverzut Barbieri [Mon, 31 Aug 2009 21:04:13 +0000 (21:04 +0000)]
everything missed EAPI, again...

SVN revision: 42140

15 years ago'everything'
Hannes Janetzek [Mon, 31 Aug 2009 18:48:54 +0000 (18:48 +0000)]
'everything'
- this is hopefully the last format change of history for now..
- keep the numbers low. need to add normalization when first item hits 1.0

SVN revision: 42137

15 years agoupdating french and italian translations
Massimo Maiurana [Mon, 31 Aug 2009 18:46:09 +0000 (18:46 +0000)]
updating french and italian translations

SVN revision: 42136

15 years ago'everything'
Hannes Janetzek [Mon, 31 Aug 2009 15:12:43 +0000 (15:12 +0000)]
'everything'
- need to store transient flag of history items as
  the hash is unloaded while inactive.

SVN revision: 42129

15 years ago'everything'
Hannes Janetzek [Mon, 31 Aug 2009 13:04:53 +0000 (13:04 +0000)]
'everything'
- more work on history sort
- use return for browsing only in thumb mode.
  one needs it also to launch actions on folders..
- cleanups

SVN revision: 42122

15 years agoFrom: victor <victor.scorpion@gmail.com>
victor [Mon, 31 Aug 2009 11:23:03 +0000 (11:23 +0000)]
From: victor <victor.scorpion@gmail.com>

Hi guys.

Here is my solution for #113 ticket request. This allows to transfer a
gadget to different locations. In short,

- any module can register arbitrary number of locations by invoking
e_gadcon_location_register().
- module is responsible to provide 2 functions, one for removing
particular gadget and one to add particular gadget class.
- module responsible to equip its gadcon(s) with reference to registered
location. If a gadcon contains non-NULL location reference, each gadget
contained by this gadcon can have submenu on its context menu. Template
function for constructing such submenu is provided
e_gadcon_client_add_location_menu. Gadgets can be moved from and to this
location by invoking menu items. Gadcons with NULL location reference
can accept transferred gadgets by module logic but can't send contained
gadgets to another module.
- module responsible to unregister location when gadcon is no more
available.
- menu items for context submenu is sorted by E_GADCON_SITE_XXX assigned
to that. Module can assign and change an icon for context menu item
corresponding to its location(s).
- Currently only shelves and gadman (desktop) used in gadget transfer
operations. I believe it is no trouble to ivolve any other
gadcon-capable module into the process. If you want to have that, please
just let me know.

Here the patch in attachmet. It even works, at least sometimes and at
least for me. Hope you'll find it useful.

SVN revision: 42121

15 years ago'everything'
Hannes Janetzek [Mon, 31 Aug 2009 10:30:55 +0000 (10:30 +0000)]
'everything'
- improve the history sort
- cleanups

SVN revision: 42120

15 years ago'everything'
Hannes Janetzek [Mon, 31 Aug 2009 09:21:51 +0000 (09:21 +0000)]
'everything'
- theme: allow smaller popup size, cleanups
- free items from history. needs some more testing
  to let the history not grow too large

SVN revision: 42119

15 years ago'everything'
Hannes Janetzek [Mon, 31 Aug 2009 02:13:19 +0000 (02:13 +0000)]
'everything'
theme fix: enlarge proportionally

SVN revision: 42118

15 years ago'everything'
Rafael Antognolli [Sun, 30 Aug 2009 23:00:28 +0000 (23:00 +0000)]
'everything'
- fix build problem (possibly only occurs when builddir != srcdir)

SVN revision: 42116

15 years agoNow you can enlarge everything!
Hannes Janetzek [Sun, 30 Aug 2009 18:34:39 +0000 (18:34 +0000)]
Now you can enlarge everything!

SVN revision: 42113

15 years ago'everything'
Hannes Janetzek [Sun, 30 Aug 2009 15:33:08 +0000 (15:33 +0000)]
'everything'
- give exact matches higher priority
  - i.e. type "xt" and select a specific xterm window
    afterwards xt will put this item first in the list
- cleanup

SVN revision: 42107

15 years ago'everything'
Hannes Janetzek [Sun, 30 Aug 2009 15:19:24 +0000 (15:19 +0000)]
'everything'
remove that ugly hack

SVN revision: 42106

15 years ago'everything'
Hannes Janetzek [Sun, 30 Aug 2009 14:56:18 +0000 (14:56 +0000)]
'everything'
wrong hash

SVN revision: 42105

15 years ago'everything'
Hannes Janetzek [Sun, 30 Aug 2009 14:54:25 +0000 (14:54 +0000)]
'everything'
- identify border items as transient to be removed from history on shutdown
- history_add function cleanup

SVN revision: 42103

15 years ago'everythin'
Hannes Janetzek [Sun, 30 Aug 2009 13:53:22 +0000 (13:53 +0000)]
'everythin'
less aging of history items..

SVN revision: 42099

15 years ago'everyting'
Hannes Janetzek [Sun, 30 Aug 2009 13:35:06 +0000 (13:35 +0000)]
'everyting'
reduce size of history by jsut storing the previous folder as context for files

SVN revision: 42098

15 years ago'everything'
Hannes Janetzek [Sun, 30 Aug 2009 12:01:50 +0000 (12:01 +0000)]
'everything'
- moved history functions to evry_history.c
- unload history hash when popup is not visible
- TODO cleanup history when it ahs grown too large

SVN revision: 42097

15 years ago'everything' only show items in aggregator that match input or are in history
Hannes Janetzek [Sun, 30 Aug 2009 11:07:10 +0000 (11:07 +0000)]
'everything' only show items in aggregator that match input or are in history
when more than one plugin is active

SVN revision: 42096

15 years ago'everything'
Hannes Janetzek [Sun, 30 Aug 2009 08:51:15 +0000 (08:51 +0000)]
'everything'
- added history that should adapt sort list sorting to usage
- conf dialog: moved plugiγ types to separate pages
- fixed bug from shared hash of apps plugins

SVN revision: 42095

15 years agoMake it possible to disable the auto gdb backtrace.
Iván Briano [Sun, 30 Aug 2009 00:19:10 +0000 (00:19 +0000)]
Make it possible to disable the auto gdb backtrace.

SVN revision: 42093

15 years ago'everything'
Hannes Janetzek [Sat, 29 Aug 2009 06:29:24 +0000 (06:29 +0000)]
'everything'
- draw dropshadow when e_config->use_composite is enabled

SVN revision: 42085

15 years ago'everything' theme
Hannes Janetzek [Sat, 29 Aug 2009 05:08:06 +0000 (05:08 +0000)]
'everything' theme
- started to add composite mode. for dropshadow and stuff

SVN revision: 42083

15 years ago'everything'
Hannes Janetzek [Sat, 29 Aug 2009 04:42:17 +0000 (04:42 +0000)]
'everything'
- good ol' x40 revealed some performance issues with dirbrowse. fixed
- renamed state->sel_item to cur_item

SVN revision: 42082

15 years agofix broken translation: unable to compile E
Samuel F. Baggen [Fri, 28 Aug 2009 11:23:30 +0000 (11:23 +0000)]
fix broken translation: unable to compile E

SVN revision: 42074

15 years ago'everything'
Hannes Janetzek [Fri, 28 Aug 2009 10:29:21 +0000 (10:29 +0000)]
'everything'
- add cursor left/right folder navigation back to list view + arrows for the theme
- remove old list view theme
- use ctrl+3 / ctrl++ for changing zoom level in thumb view

SVN revision: 42070

15 years agoremember the borders' .desktop file after restart
Hannes Janetzek [Fri, 28 Aug 2009 09:25:36 +0000 (09:25 +0000)]
remember the borders' .desktop file after restart

SVN revision: 42067

15 years agoe_exec: wait for openoffice to come an grab its icon
Hannes Janetzek [Fri, 28 Aug 2009 08:37:07 +0000 (08:37 +0000)]
e_exec: wait for openoffice to come an grab its icon

SVN revision: 42066

15 years agoUpdate Simplified Chinese translation.
Aron Xu [Fri, 28 Aug 2009 06:54:05 +0000 (06:54 +0000)]
Update Simplified Chinese translation.

SVN revision: 42061

15 years ago'everything'
Hannes Janetzek [Fri, 28 Aug 2009 02:39:29 +0000 (02:39 +0000)]
'everything'
- actually make the action prio sort work
- clenaups

SVN revision: 42052

15 years ago'everything'
Hannes Janetzek [Fri, 28 Aug 2009 02:25:13 +0000 (02:25 +0000)]
'everything'
- optimized view to update when required
- dirbrowse send asnyc upadte only when current list has changed
- ++ evry_action priorities, needs config option though
- moved _app_action to evry_util_app_exec

SVN revision: 42051

15 years ago'everything'
Hannes Janetzek [Thu, 27 Aug 2009 22:58:34 +0000 (22:58 +0000)]
'everything'
- use ecore_thread for dir dir-browse
- theme: less artificial delay

SVN revision: 42050

15 years ago'everything'
Hannes Janetzek [Thu, 27 Aug 2009 20:52:14 +0000 (20:52 +0000)]
'everything'
- keep state of view for zoom and mode when browsing
- only update non async sources when switching selectors while update timer is active
- fix 'open with' action

SVN revision: 42047

15 years ago'everything' module:
Hannes Janetzek [Thu, 27 Aug 2009 11:23:54 +0000 (11:23 +0000)]
'everything' module:
- make scrolling smooth on my old x40
- put thumb view first

SVN revision: 42038

15 years agoAdded Arabic translation.
Aron Xu [Thu, 27 Aug 2009 10:57:20 +0000 (10:57 +0000)]
Added Arabic translation.

SVN revision: 42036

15 years agosync translations from launchpad.
Aron Xu [Thu, 27 Aug 2009 10:44:51 +0000 (10:44 +0000)]
sync translations from launchpad.

SVN revision: 42033

15 years agoeverything theme.., sorry
Hannes Janetzek [Thu, 27 Aug 2009 10:41:26 +0000 (10:41 +0000)]
everything theme.., sorry

SVN revision: 42032

15 years ago'everything'
Hannes Janetzek [Thu, 27 Aug 2009 10:35:32 +0000 (10:35 +0000)]
'everything'
- removed old list view. both is in thumb view now. toggle them with ctrl+2
- removed o_icon and o_bg memebers from Evry_Item, those didnt belong there..
- moved some stuff into evry_util.c

SVN revision: 42031

15 years agoillume2 - work, toolbart - short labels, ok
Carsten Haitzler [Thu, 27 Aug 2009 09:26:13 +0000 (09:26 +0000)]
illume2 - work, toolbart - short labels, ok

SVN revision: 42030

15 years ago'everything' module: enabled thumbs for selector again
Hannes Janetzek [Wed, 26 Aug 2009 05:14:08 +0000 (05:14 +0000)]
'everything' module: enabled thumbs for selector again
.. ok the bug was on my side

SVN revision: 42004

15 years ago'everything' module: disable thumb nails for selector
Hannes Janetzek [Wed, 26 Aug 2009 03:12:00 +0000 (03:12 +0000)]
'everything' module: disable thumb nails for selector
- there is a bug somewhere.. i guess it's e_thumb not liking to have the same file twice to thumbnail
- cleanups for thumb view

SVN revision: 42003

15 years ago'evrything' module:
Hannes Janetzek [Wed, 26 Aug 2009 00:53:12 +0000 (00:53 +0000)]
'evrything' module:
- really fix plugin_select..

SVN revision: 42002

15 years ago'everything' module:
Hannes Janetzek [Wed, 26 Aug 2009 00:36:59 +0000 (00:36 +0000)]
'everything' module:
- fix select_plugin, it was possible that s->plugin kept an orphaned pointer
- theme: align popup in the middle

SVN revision: 41999

15 years agoUse simpler method for testing disabled state vs what we want it to be.
Christopher Michael [Tue, 25 Aug 2009 23:06:40 +0000 (23:06 +0000)]
Use simpler method for testing disabled state vs what we want it to be.

SVN revision: 41996

15 years agoFormatting.
Christopher Michael [Tue, 25 Aug 2009 23:04:22 +0000 (23:04 +0000)]
Formatting.

SVN revision: 41995

15 years ago'everything' module:
Hannes Janetzek [Tue, 25 Aug 2009 22:58:23 +0000 (22:58 +0000)]
'everything' module:
- fix ctrl+letter plugins selection
- cleanups suggested by clang

SVN revision: 41994

15 years ago'everything' theme cleanup
Hannes Janetzek [Tue, 25 Aug 2009 21:59:46 +0000 (21:59 +0000)]
'everything' theme cleanup

SVN revision: 41988

15 years ago'everything' module: it seems to be possible that an idler cb is called after
Hannes Janetzek [Tue, 25 Aug 2009 21:58:13 +0000 (21:58 +0000)]
'everything' module: it seems to be possible that an idler cb is called after
  the idler is deleted ...

SVN revision: 41987

15 years ago'everything' module: changed zoom in thumb mode to ctrl+plus
Hannes Janetzek [Tue, 25 Aug 2009 21:01:38 +0000 (21:01 +0000)]
'everything' module: changed zoom in thumb mode to ctrl+plus

SVN revision: 41983

15 years ago'everything' module:
Hannes Janetzek [Tue, 25 Aug 2009 20:52:40 +0000 (20:52 +0000)]
'everything' module:
- thumnails for selector
- cleanups

SVN revision: 41982

15 years ago'everything'
Hannes Janetzek [Tue, 25 Aug 2009 19:18:58 +0000 (19:18 +0000)]
'everything'
- fix action interceptor code

SVN revision: 41981

15 years ago'everything' module: make evry_plug_view_tabs plublic
Hannes Janetzek [Tue, 25 Aug 2009 17:52:11 +0000 (17:52 +0000)]
'everything' module: make evry_plug_view_tabs plublic

SVN revision: 41980

15 years agoFormatting.
Christopher Michael [Tue, 25 Aug 2009 11:49:46 +0000 (11:49 +0000)]
Formatting.

SVN revision: 41973

15 years agoFormatting.
Christopher Michael [Tue, 25 Aug 2009 11:23:46 +0000 (11:23 +0000)]
Formatting.
Whitespace Removal.
Use E_FREE for cfdata structure.

SVN revision: 41972

15 years ago'everything' apps: filter out unwanted categories
Hannes Janetzek [Tue, 25 Aug 2009 11:19:04 +0000 (11:19 +0000)]
'everything' apps: filter out unwanted categories

SVN revision: 41971

15 years ago'everything' theme:get rid of that stupid widen animation, just slide!
Hannes Janetzek [Tue, 25 Aug 2009 11:18:13 +0000 (11:18 +0000)]
'everything' theme:get rid of that stupid widen animation, just slide!
- finer selector outline

SVN revision: 41970

15 years ago'everything' apps plugin:
Hannes Janetzek [Tue, 25 Aug 2009 09:30:14 +0000 (09:30 +0000)]
'everything' apps plugin:
- copied dir scanner from exebuf, finds now all the stuff that showed up in exebuf
 - should have an option to be disabled by default. most people will only use
   -desktops anyway
- use shared hash for apps and 'open with' plugin
- added 'run command' action

SVN revision: 41969

15 years ago'everythin'
Hannes Janetzek [Tue, 25 Aug 2009 06:08:54 +0000 (06:08 +0000)]
'everythin'
- del import cb handler
- fix scrolling in thumb view

SVN revision: 41967

15 years agoPatch from victor to fix removing modules via the "Set Contents" dialog.
Christopher Michael [Tue, 25 Aug 2009 06:06:26 +0000 (06:06 +0000)]
Patch from victor to fix removing modules via the "Set Contents" dialog.

SVN revision: 41966

15 years ago'everything'
Hannes Janetzek [Tue, 25 Aug 2009 05:15:50 +0000 (05:15 +0000)]
'everything'
- use separate idler to start thumbnailing

SVN revision: 41965

15 years agoeverything module theme fix
Hannes Janetzek [Tue, 25 Aug 2009 04:35:09 +0000 (04:35 +0000)]
everything module theme fix

SVN revision: 41964

15 years agoanother forgotten file
Hannes Janetzek [Tue, 25 Aug 2009 04:33:16 +0000 (04:33 +0000)]
another forgotten file

SVN revision: 41963

15 years agoforgotten file
Hannes Janetzek [Tue, 25 Aug 2009 04:26:56 +0000 (04:26 +0000)]
forgotten file

SVN revision: 41962