platform/upstream/enlightenment.git
14 years agoWindow/Action/Push in direction is now able to do 2d movements.
Gustavo Sverzut Barbieri [Fri, 4 Jun 2010 02:08:43 +0000 (02:08 +0000)]
Window/Action/Push in direction is now able to do 2d movements.

Allow one to send window to corners. up-left, up-right, down-left and
down-right are the new possible values.

HINT: for those that don't know, the "Push" has the nice behavior to
do the push in the given direction but stops in the first
window/obstacle in that direction, thus avoiding overlapping windows.

SVN revision: 49433

14 years agoFix Window/Actions/{Move to..., Push in Direction...} to account shelf.
Gustavo Sverzut Barbieri [Fri, 4 Jun 2010 01:51:24 +0000 (01:51 +0000)]
Fix Window/Actions/{Move to..., Push in Direction...} to account shelf.

Now push to edges or move to position will account for shelves and not
move things below/ontop of them.

Move to help was also changed to say "+" instead of " " as it is more
clear. The code just checks for '-', so anything else is accounted as
positive anyway.

SVN revision: 49432

14 years agoannoyances--: do not place desktop icons under shelves.
Gustavo Sverzut Barbieri [Fri, 4 Jun 2010 01:12:04 +0000 (01:12 +0000)]
annoyances--: do not place desktop icons under shelves.

The new trend these days seems to be "place a shelf on top of the
screen", in that case your desktop icons will get under that shelf and
looks annoying, people laugh at E users that use that :-D (fortunately
I'm the one that usually laugh...)

Fixed, but possible other places to be fixed as well. If one wants to
avoid the shelves, use the e_zone_useful_geometry_get().

e_zone now emits E_EVENT_ZONE_MOVE_RESIZE when the useful geometry
becomes dirty. Maybe it is worth to add a new signal, but I'm reusing
it until someone complains.

SVN revision: 49431

14 years agoactually compile.
Carsten Haitzler [Fri, 4 Jun 2010 01:08:34 +0000 (01:08 +0000)]
actually compile.

SVN revision: 49430

14 years agochange svnversion shell goop to nuke sed and just use tr to delete
Carsten Haitzler [Fri, 4 Jun 2010 01:04:24 +0000 (01:04 +0000)]
change svnversion shell goop to nuke sed and just use tr to delete
unwanted goop.

SVN revision: 49429

14 years agodont show skip_taskbar and skip_pager windows
Hannes Janetzek [Thu, 3 Jun 2010 23:53:28 +0000 (23:53 +0000)]
dont show skip_taskbar and skip_pager windows

SVN revision: 49427

14 years agox-ui.sh is now command-line/env-vars configurable.
Gustavo Sverzut Barbieri [Thu, 3 Jun 2010 23:00:25 +0000 (23:00 +0000)]
x-ui.sh is now command-line/env-vars configurable.

Make it easier to test with common cases, like debuggers, clean/empty
$HOME and so on.

SVN revision: 49425

14 years agoSave config queue when new binding is added.
Christopher Michael [Thu, 3 Jun 2010 19:33:12 +0000 (19:33 +0000)]
Save config queue when new binding is added.

SVN revision: 49421

14 years agoAdd ability to Add/Del acpi bindings.
Christopher Michael [Thu, 3 Jun 2010 19:28:30 +0000 (19:28 +0000)]
Add ability to Add/Del acpi bindings.

NB: Consider this preliminary code as it still needs lots more
testing, so use with caution.

SVN revision: 49420

14 years agoCleanup todo.
Christopher Michael [Thu, 3 Jun 2010 19:27:44 +0000 (19:27 +0000)]
Cleanup todo.

SVN revision: 49419

14 years agoMake sure we don't go below zero (for the case where _thaw gets called
Christopher Michael [Thu, 3 Jun 2010 17:35:41 +0000 (17:35 +0000)]
Make sure we don't go below zero (for the case where _thaw gets called
an odd number of times).

SVN revision: 49418

14 years agoupdating french translation
Massimo Maiurana [Thu, 3 Jun 2010 17:09:27 +0000 (17:09 +0000)]
updating french translation

SVN revision: 49417

14 years agoAdd a way to freeze incoming acpi events.
Christopher Michael [Thu, 3 Jun 2010 16:57:09 +0000 (16:57 +0000)]
Add a way to freeze incoming acpi events.

NB: To be used in the acpi bindings config dialog. This allows us to freeze
all existing events so that if the user presses the power button
(or something else) when adding a new binding, their machine does not
power off.

SVN revision: 49416

14 years agocleanups
Hannes Janetzek [Thu, 3 Jun 2010 13:05:34 +0000 (13:05 +0000)]
cleanups

SVN revision: 49413

14 years agoadded go back button '<<' for browsing back. tab view needs to be redone as edje...
Hannes Janetzek [Thu, 3 Jun 2010 12:58:03 +0000 (12:58 +0000)]
added go back button '<<' for browsing back. tab view needs to be redone as edje box part but for now..

SVN revision: 49412

14 years agoLet git-svn users get the right revision number to be used as version.
Iván Briano [Thu, 3 Jun 2010 07:40:54 +0000 (07:40 +0000)]
Let git-svn users get the right revision number to be used as version.

SVN revision: 49407

14 years agoadded Plugin_Selected event
Hannes Janetzek [Wed, 2 Jun 2010 23:19:02 +0000 (23:19 +0000)]
added Plugin_Selected event

SVN revision: 49403

14 years agoallow direct editing of icon name.
Hannes Janetzek [Wed, 2 Jun 2010 19:59:48 +0000 (19:59 +0000)]
allow direct editing of icon name.
before it was not possible to set an icon by name and not by path.
also one has now direct feedback if an icon can be found in theme

SVN revision: 49398

14 years agofix exec files with executables. fixes xdg-open fallback of websearch
Hannes Janetzek [Wed, 2 Jun 2010 18:46:38 +0000 (18:46 +0000)]
fix exec files with executables. fixes xdg-open fallback of websearch

SVN revision: 49396

14 years agoupdating italian translation
Massimo Maiurana [Wed, 2 Jun 2010 10:11:26 +0000 (10:11 +0000)]
updating italian translation

SVN revision: 49393

14 years agolittle modification to ease translators' work; "none" and "all" were used in many...
Massimo Maiurana [Wed, 2 Jun 2010 09:04:23 +0000 (09:04 +0000)]
little modification to ease translators' work; "none" and "all" were used in many other contexts.

SVN revision: 49391

14 years agochange hal poller to a dbus signal handler
Mike Blumenkrantz [Wed, 2 Jun 2010 03:42:03 +0000 (03:42 +0000)]
change hal poller to a dbus signal handler

SVN revision: 49389

14 years agoadd header, fix compile warning when printing int64 (use PRIi64)
Mike Blumenkrantz [Wed, 2 Jun 2010 03:23:49 +0000 (03:23 +0000)]
add header, fix compile warning when printing int64 (use PRIi64)

SVN revision: 49388

14 years agojust nuke 1 line.
Carsten Haitzler [Tue, 1 Jun 2010 23:49:52 +0000 (23:49 +0000)]
just nuke 1 line.

SVN revision: 49386

14 years agokeep current view when browsing
Hannes Janetzek [Tue, 1 Jun 2010 21:05:00 +0000 (21:05 +0000)]
keep current view when browsing

SVN revision: 49384

14 years agochange dbus paths/interfaces to #defines
Mike Blumenkrantz [Tue, 1 Jun 2010 21:02:33 +0000 (21:02 +0000)]
change dbus paths/interfaces to #defines

SVN revision: 49383

14 years agochange dbus path/bus to #defines, also fixed a compile warning and now correctly...
Mike Blumenkrantz [Tue, 1 Jun 2010 21:02:05 +0000 (21:02 +0000)]
change dbus path/bus to #defines, also fixed a compile warning and now correctly free a kbd in kbd_free (I think?)

SVN revision: 49382

14 years agomatches_update: deselect current plugin if it does not provide items
Hannes Janetzek [Tue, 1 Jun 2010 20:24:15 +0000 (20:24 +0000)]
matches_update: deselect current plugin if it does not provide items

SVN revision: 49381

14 years agonow other plugins can be added to 'Start'
Hannes Janetzek [Tue, 1 Jun 2010 16:51:46 +0000 (16:51 +0000)]
now other plugins can be added to 'Start'

SVN revision: 49375

14 years agomake page-up/down select item one page further
Hannes Janetzek [Tue, 1 Jun 2010 15:45:01 +0000 (15:45 +0000)]
make page-up/down select item one page further
unfocus gadget icon on hide

SVN revision: 49374

14 years agochange efm functionality to account for hal not being present. previously on startup...
Mike Blumenkrantz [Tue, 1 Jun 2010 15:33:56 +0000 (15:33 +0000)]
change efm functionality to account for hal not being present. previously on startup, efm sent dbus messages to nonexistent hal object paths, setting up watches and handlers (but not actually setting them up since hal didn't exist).
now we test for hal presence through introspection call and set up handlers only if hal is present. otherwise set a poller to call introspect on hal every 30 seconds and then set up handlers if hal is later detected
note: this commit message is excessively long.

SVN revision: 49373

14 years agoevry start icon gadget, not finished but works
Hannes Janetzek [Tue, 1 Jun 2010 14:26:09 +0000 (14:26 +0000)]
evry start icon gadget, not finished but works

SVN revision: 49371

14 years ago1. 60fps by default
Carsten Haitzler [Tue, 1 Jun 2010 10:53:58 +0000 (10:53 +0000)]
1. 60fps by default
2. add menus conf to set the applications menu file - select it.

SVN revision: 49368

14 years ago60fps by default
Carsten Haitzler [Tue, 1 Jun 2010 02:45:38 +0000 (02:45 +0000)]
60fps by default

SVN revision: 49367

14 years agofix bug with browsing folders: create view also when there is no plugin
Hannes Janetzek [Tue, 1 Jun 2010 02:01:01 +0000 (02:01 +0000)]
fix bug with browsing folders: create view also when there is no plugin

SVN revision: 49365

14 years agorefactor matches/plugin_update, fix aggregator to always be first, cleanups
Hannes Janetzek [Mon, 31 May 2010 21:15:32 +0000 (21:15 +0000)]
refactor matches/plugin_update, fix aggregator to always be first, cleanups

SVN revision: 49359

14 years agoupdating french and italian translations
Massimo Maiurana [Mon, 31 May 2010 16:46:13 +0000 (16:46 +0000)]
updating french and italian translations

SVN revision: 49355

14 years agolock on suspend option++ (also on hibernate - same options)
Carsten Haitzler [Mon, 31 May 2010 15:17:02 +0000 (15:17 +0000)]
lock on suspend option++ (also on hibernate - same options)

SVN revision: 49354

14 years agonopw svn revision works again.
Carsten Haitzler [Mon, 31 May 2010 03:12:45 +0000 (03:12 +0000)]
nopw svn revision works again.

SVN revision: 49344

14 years agofix - if no svn tree, then it will pretend to be a release.
Carsten Haitzler [Mon, 31 May 2010 01:59:22 +0000 (01:59 +0000)]
fix - if no svn tree, then it will pretend to be a release.

SVN revision: 49343

14 years agoNot much need to reget the widget data when trying to retrieve text
Christopher Michael [Mon, 31 May 2010 01:23:07 +0000 (01:23 +0000)]
Not much need to reget the widget data when trying to retrieve text
from the entry. We already have the widget data struct, so grab the
text directly from e_entry.

SVN revision: 49341

14 years agoAdd ability to have ACPI events do a custom command.
Christopher Michael [Mon, 31 May 2010 01:22:16 +0000 (01:22 +0000)]
Add ability to have ACPI events do a custom command.

SVN revision: 49340

14 years agoevry: bit more shiny top bar
Hannes Janetzek [Sun, 30 May 2010 22:07:24 +0000 (22:07 +0000)]
evry: bit more shiny top bar

SVN revision: 49337

14 years ago- fix switching to object selector
Hannes Janetzek [Sun, 30 May 2010 21:44:20 +0000 (21:44 +0000)]
- fix switching to object selector
- dont add plugins twice in browse_item
- enable plugins plugin

SVN revision: 49336

14 years agokeep aggregator in front of plugins list
Hannes Janetzek [Sun, 30 May 2010 19:48:03 +0000 (19:48 +0000)]
keep aggregator in front of plugins list

SVN revision: 49335

14 years agoswitch aggregator and action plugins to create new instances in _begin.
Hannes Janetzek [Sun, 30 May 2010 19:16:33 +0000 (19:16 +0000)]
switch aggregator and action plugins to create new instances in _begin.
action plugin is no special selector plugin anymore
added 'plugins' collection plugin. dont use! some plugins must be converted
to return new instances in begin.
fix leak in browse_item function
fix aspell config path
cleanups

SVN revision: 49333

14 years agosegv! fix!
Carsten Haitzler [Sun, 30 May 2010 18:23:35 +0000 (18:23 +0000)]
segv! fix!

SVN revision: 49332

14 years agothese dialogs should be resizable in basic mode
Carsten Haitzler [Sun, 30 May 2010 18:07:30 +0000 (18:07 +0000)]
these dialogs should be resizable in basic mode

SVN revision: 49331

14 years agoleak fix, one ref too much. cleanups
Hannes Janetzek [Sun, 30 May 2010 13:30:13 +0000 (13:30 +0000)]
leak fix, one ref too much. cleanups

SVN revision: 49325

14 years agopossibly ignore broken temp sensors
Mike Blumenkrantz [Sun, 30 May 2010 07:33:21 +0000 (07:33 +0000)]
possibly ignore broken temp sensors

SVN revision: 49323

14 years agoSet any new bindings (when config gets upgraded) to the appropriate
Christopher Michael [Sun, 30 May 2010 02:45:27 +0000 (02:45 +0000)]
Set any new bindings (when config gets upgraded) to the appropriate
status. (Oops, I missed a commit.)

SVN revision: 49321

14 years agoCheck for a binding status of -1 so that we skip comparison with
Christopher Michael [Sun, 30 May 2010 02:23:06 +0000 (02:23 +0000)]
Check for a binding status of -1 so that we skip comparison with
event_status (if needed).

SVN revision: 49320

14 years agoFix default acpi_bindings to use -1 for a status that we don't need to
Christopher Michael [Sun, 30 May 2010 02:22:13 +0000 (02:22 +0000)]
Fix default acpi_bindings to use -1 for a status that we don't need to
compare.

SVN revision: 49319

14 years agoComplete the move to "advanced" ;)
Christopher Michael [Sun, 30 May 2010 01:44:11 +0000 (01:44 +0000)]
Complete the move to "advanced" ;)

SVN revision: 49318

14 years agomove to advanced - system is actyally for .desktop files that provide
Carsten Haitzler [Sun, 30 May 2010 01:38:21 +0000 (01:38 +0000)]
move to advanced - system is actyally for .desktop files that provide
"system config tools" that e execs.

SVN revision: 49316

14 years agoAdd some todo remarks.
Christopher Michael [Sat, 29 May 2010 20:15:06 +0000 (20:15 +0000)]
Add some todo remarks.

SVN revision: 49313

14 years agoMake sure we cleanup existing bindings else we could leak stringshares.
Christopher Michael [Sat, 29 May 2010 20:08:22 +0000 (20:08 +0000)]
Make sure we cleanup existing bindings else we could leak stringshares.

SVN revision: 49312

14 years agoAdd missing params to acpi_binding struct(s).
Christopher Michael [Sat, 29 May 2010 20:06:31 +0000 (20:06 +0000)]
Add missing params to acpi_binding struct(s).

SVN revision: 49311

14 years agoAdd default acpi bindings to config source.
Christopher Michael [Sat, 29 May 2010 19:59:54 +0000 (19:59 +0000)]
Add default acpi bindings to config source.
Enable conf_acpibindings module by default.

SVN revision: 49310

14 years agoAdd bindings for ACPI.
Christopher Michael [Sat, 29 May 2010 19:57:13 +0000 (19:57 +0000)]
Add bindings for ACPI.
Add acpi bindings to config.
Add handlers in e_acpi for common/default acpi events.
Add actions for some missing ACPI events.
 - NB: Dim/Undim screen do nothing currently except a printf.

SVN revision: 49309

14 years agoFinish ACPI conf dialog.
Christopher Michael [Sat, 29 May 2010 19:55:11 +0000 (19:55 +0000)]
Finish ACPI conf dialog.

SVN revision: 49308

14 years agoRevert that commit...my bad, misread some code.
Christopher Michael [Sat, 29 May 2010 19:43:29 +0000 (19:43 +0000)]
Revert that commit...my bad, misread some code.

SVN revision: 49307

14 years agoe_bindings_key_del already does a stringshare_del when free'n the key.
Christopher Michael [Sat, 29 May 2010 19:34:44 +0000 (19:34 +0000)]
e_bindings_key_del already does a stringshare_del when free'n the key.

SVN revision: 49306

14 years agofix bottom right and bottom left edge position
Hannes Janetzek [Sat, 29 May 2010 18:21:23 +0000 (18:21 +0000)]
fix bottom right and bottom left edge position

SVN revision: 49305

14 years agocalc: enable history again
Hannes Janetzek [Sat, 29 May 2010 17:18:17 +0000 (17:18 +0000)]
calc: enable history again

SVN revision: 49304

14 years agofinish all plugins
Hannes Janetzek [Sat, 29 May 2010 15:04:18 +0000 (15:04 +0000)]
finish all plugins

SVN revision: 49303

14 years agofix dnd from menu bug.
Carsten Haitzler [Sat, 29 May 2010 14:55:47 +0000 (14:55 +0000)]
fix dnd from menu bug.

SVN revision: 49302

14 years agocalc: no time to fix bug. dont keep history for now
Hannes Janetzek [Sat, 29 May 2010 14:02:00 +0000 (14:02 +0000)]
calc: no time to fix bug. dont keep history for now

SVN revision: 49301

14 years agopass distcheck!
Carsten Haitzler [Sat, 29 May 2010 13:33:16 +0000 (13:33 +0000)]
pass distcheck!

SVN revision: 49296

14 years agofix for Makefile.am for distcheck. remove unused image. slightly darker outline for...
Hannes Janetzek [Sat, 29 May 2010 13:15:38 +0000 (13:15 +0000)]
fix for Makefile.am for distcheck. remove unused image. slightly darker outline for evry

SVN revision: 49295

14 years agowtf? filename too long? it just doesnt get into the tarball.
Carsten Haitzler [Sat, 29 May 2010 13:01:43 +0000 (13:01 +0000)]
wtf? filename too long? it just doesnt get into the tarball.

SVN revision: 49294

14 years agofinal tweaks for now
Hannes Janetzek [Sat, 29 May 2010 12:55:24 +0000 (12:55 +0000)]
final tweaks for now

SVN revision: 49293

14 years agoevry theme
Hannes Janetzek [Sat, 29 May 2010 12:43:33 +0000 (12:43 +0000)]
evry theme

SVN revision: 49292

14 years agoevry theme tweak and clanup
Hannes Janetzek [Sat, 29 May 2010 12:40:19 +0000 (12:40 +0000)]
evry theme tweak and clanup

SVN revision: 49291

14 years agobit more contrast
Hannes Janetzek [Sat, 29 May 2010 12:30:16 +0000 (12:30 +0000)]
bit more contrast

SVN revision: 49290

14 years agonew theme for evry. matches default a bit more and looks also good when using edge...
Hannes Janetzek [Sat, 29 May 2010 12:19:41 +0000 (12:19 +0000)]
new theme for evry. matches default a bit more and looks also good when using edge bindings with evry

SVN revision: 49289

14 years agofix segv in browse_item
Hannes Janetzek [Sat, 29 May 2010 11:17:15 +0000 (11:17 +0000)]
fix segv in browse_item

SVN revision: 49288

14 years agoand now follow the same setup as efl libs too.
Carsten Haitzler [Sat, 29 May 2010 10:37:52 +0000 (10:37 +0000)]
and now follow the same setup as efl libs too.

SVN revision: 49286

14 years ago- use parents' plugin config when browsing
Hannes Janetzek [Fri, 28 May 2010 23:30:24 +0000 (23:30 +0000)]
- use parents' plugin config when browsing
- hide aggregator when no items to aggregate

SVN revision: 49264

14 years agoinitial config dialog for collection
Hannes Janetzek [Fri, 28 May 2010 23:02:27 +0000 (23:02 +0000)]
initial config dialog for collection
suff mentioned in last commit msg

SVN revision: 49263

14 years agoDo not activate DPMS, Screen Saver or Locker if there is a fullscreen window.
Gustavo Sverzut Barbieri [Fri, 28 May 2010 22:13:20 +0000 (22:13 +0000)]
Do not activate DPMS, Screen Saver or Locker if there is a fullscreen window.

I guess there is nothing more annoying than having a fullscreen window
to watch a quick movie, read some text or webpage or whatever and have
the DPMS to show, or the screensaver to be activated or your screen to
be locked.

This patch uses the new border signal and counts, if there is at least
one fullscreen border, then avoid doing these annoyances.

I'm not accounting for any border parameter/property, like if it is in
a visible screen or desktop. I hope this is fine, otherwise let me know.

I also asked and common sense at IRC (at least to me and englebass) is
that there is no need to configure such behavior, so there is no
configure option for it.

I'm also thinking about maximized windows to have a configurable
behavior to match this, but I'm not sure.

SVN revision: 49262

14 years agoEmit events when windows become or leave fullscreen.
Gustavo Sverzut Barbieri [Fri, 28 May 2010 21:37:42 +0000 (21:37 +0000)]
Emit events when windows become or leave fullscreen.

SVN revision: 49258

14 years agodont add collection plugin config each start
Hannes Janetzek [Fri, 28 May 2010 20:58:01 +0000 (20:58 +0000)]
dont add collection plugin config each start

SVN revision: 49257

14 years agofix bitfield.
Gustavo Sverzut Barbieri [Fri, 28 May 2010 20:49:01 +0000 (20:49 +0000)]
fix bitfield.

SVN revision: 49256

14 years agoadded evry_plug_collection which can hold other plugins.
Hannes Janetzek [Fri, 28 May 2010 20:32:07 +0000 (20:32 +0000)]
added evry_plug_collection which can hold other plugins.
- currently only registers 'Start',
- TODO config dialog to create and edit collections

settings plugin: added config categories.

view: double click on browsable items now browses it.
- click action to run or right click to run and continue

SVN revision: 49255

14 years agoif fullscreen border was moved between desks, update desk fullscreen count.
Gustavo Sverzut Barbieri [Fri, 28 May 2010 18:54:25 +0000 (18:54 +0000)]
if fullscreen border was moved between desks, update desk fullscreen count.

just happened to notice this possible error, no idea if paths could
really trigger it, but was simple enough to fix.

SVN revision: 49249

14 years agoMake sure the data in the list is valid. (Ran into an odd segv here,
Christopher Michael [Fri, 28 May 2010 16:20:31 +0000 (16:20 +0000)]
Make sure the data in the list is valid. (Ran into an odd segv here,
so added this catch to trap it).

SVN revision: 49248

14 years agofix segv on double click when actions were not already fetched
Hannes Janetzek [Thu, 27 May 2010 21:10:20 +0000 (21:10 +0000)]
fix segv on double click when actions were not already fetched
cleanups

SVN revision: 49241

14 years ago- fix sliding back from list with no items
Hannes Janetzek [Thu, 27 May 2010 20:25:09 +0000 (20:25 +0000)]
- fix sliding back from list with no items
- allow direct sliding back. i.e. no need for mouse up and down again
- fix theme path to /modules/everything

SVN revision: 49236

14 years agooops - typo typo typo
Carsten Haitzler [Thu, 27 May 2010 16:00:28 +0000 (16:00 +0000)]
oops - typo typo typo

SVN revision: 49235

14 years agofix app sorting
Hannes Janetzek [Thu, 27 May 2010 14:38:51 +0000 (14:38 +0000)]
fix app sorting

SVN revision: 49234

14 years agomake return behavior consistent: always browse item.
Hannes Janetzek [Thu, 27 May 2010 14:30:12 +0000 (14:30 +0000)]
make return behavior consistent: always browse item.
cleanup selectors_switch: dont switch automatically back to subj selector
cleanups

SVN revision: 49233

14 years agocheck strings not null
Hannes Janetzek [Thu, 27 May 2010 12:45:41 +0000 (12:45 +0000)]
check strings not null

SVN revision: 49230

14 years agodont use mouse out hide timer for edge popup. add config option later
Hannes Janetzek [Thu, 27 May 2010 09:42:16 +0000 (09:42 +0000)]
dont use mouse out hide timer for edge popup. add config option later
reduce slide resistance

SVN revision: 49227

14 years agodrag-n-slide fixes.
Hannes Janetzek [Wed, 26 May 2010 23:57:48 +0000 (23:57 +0000)]
drag-n-slide fixes.
animate slideing to next selector

SVN revision: 49220

14 years agosort command with params to front
Hannes Janetzek [Wed, 26 May 2010 23:28:01 +0000 (23:28 +0000)]
sort command with params to front

SVN revision: 49219

14 years agofix last commit
Hannes Janetzek [Wed, 26 May 2010 21:06:25 +0000 (21:06 +0000)]
fix last commit

SVN revision: 49217

14 years ago- dont drag-slide back from last selector to first
Hannes Janetzek [Wed, 26 May 2010 21:01:30 +0000 (21:01 +0000)]
- dont drag-slide back from last selector to first
- cleanup

SVN revision: 49214

14 years agodont install desktop for wizard. it's fucking to easy to kill ones profile with it -
Hannes Janetzek [Wed, 26 May 2010 20:12:03 +0000 (20:12 +0000)]
dont install desktop for wizard. it's fucking to easy to kill ones profile with it -
 just too easy to use multiple select and have it loaded by accident

SVN revision: 49213

14 years agoallow also drag-n-slide for non browsable items. goes to action selector then
Hannes Janetzek [Wed, 26 May 2010 15:54:07 +0000 (15:54 +0000)]
allow also drag-n-slide for non browsable items. goes to action selector then
fix aggregator

SVN revision: 49212