Commit Graph

9714 Commits

Author SHA1 Message Date
Christopher Michael 5a71db9083 Tell quickpanel to hide when we start dragging.
SVN revision: 48682
2010-05-08 15:34:12 +00:00
Hannes Janetzek 4c8e8f64ce added utility function for md5 sum
item_changed event now says what has changed


SVN revision: 48680
2010-05-08 15:24:07 +00:00
Massimo Maiurana 836bc51c7e updating french and italian translations
SVN revision: 48675
2010-05-07 21:00:16 +00:00
Sebastian Dransfeld 6c19119975 revert stringshare code for e_hal
SVN revision: 48673
2010-05-07 18:07:11 +00:00
Sebastian Dransfeld c5109d9b59 e: eina_stringshare_del to clean up
SVN revision: 48672
2010-05-07 18:07:00 +00:00
Mike Blumenkrantz b25f91128f add stringshares, fix dbus return handling to avoid ref loss
SVN revision: 48671
2010-05-07 16:49:46 +00:00
Sebastian Dransfeld 3741667825 e: need to stringshare returns
SVN revision: 48658
2010-05-06 20:51:42 +00:00
Sebastian Dransfeld c31e108c14 e/modules/battery: match strdup with free
SVN revision: 48656
2010-05-06 20:51:31 +00:00
Sebastian Dransfeld bf511e235c e/modules/battery: need to stringshare
SVN revision: 48655
2010-05-06 20:51:20 +00:00
Hannes Janetzek 255a245acc only show recent files of subdirs when browsing
SVN revision: 48648
2010-05-06 16:12:34 +00:00
Hannes Janetzek 2b5e44b070 more work on recent-files
SVN revision: 48647
2010-05-06 15:48:31 +00:00
Hannes Janetzek 82615f63c3 when browsing search recent files only in current dir. cleanup
SVN revision: 48646
2010-05-06 14:54:19 +00:00
Hannes Janetzek 4d746f5484 - splitted files plugin into recent-files/files
- added top-level option for plugins to either show the plugins' items or 
  the the plugin in aggregator
- added min_query option for plugins.
- added 'show in all' plugin option
- removed default config curft from plugin struct. plugin_register returns true 
  when a new config was created to set defaults.
- reorganized settings plugin.

 


SVN revision: 48642
2010-05-06 13:09:14 +00:00
Christopher Michael a67ad7f9d6 Add return for evas_object_key_grab to remove compiler warning.
Use PATH_MAX.
Remove Whitespace.
Fix formatting.



SVN revision: 48629
2010-05-05 16:42:16 +00:00
Christopher Michael 2ea9dd7909 Use our own border show/hide functions.
SVN revision: 48628
2010-05-05 16:17:24 +00:00
Christopher Michael 8aef780c86 Fix showing Settings & System desktops.
SVN revision: 48626
2010-05-05 16:15:51 +00:00
Christopher Michael ba62246671 No need to send_message to change state here, use existing functions.
No need to hide the clickwin twice.



SVN revision: 48625
2010-05-05 16:00:25 +00:00
Christopher Michael 36b527afa4 Set match type before creating dialog.
Cleanup some matching code.



SVN revision: 48624
2010-05-05 15:58:52 +00:00
Christopher Michael 30805207fa Dang, can't skip stolen borders as kbd border is also stolen, so
revert that portion :(



SVN revision: 48622
2010-05-05 15:52:49 +00:00
Christopher Michael 076ac52ef4 Use eina_stringshare_replace.
Don't list stolen borders (these are usually quickpanel borders and
thus should not be listed).



SVN revision: 48621
2010-05-05 15:51:02 +00:00
Massimo Maiurana 3afdbcfa45 updating french and italian translations
SVN revision: 48612
2010-05-04 15:49:16 +00:00
Hannes Janetzek f419041865 less hash lookups - keep history_item with item
SVN revision: 48605
2010-05-04 01:19:16 +00:00
Hannes Janetzek e0908dd7c9 comments, and cleanups
SVN revision: 48597
2010-05-03 23:08:24 +00:00
Gustavo Sverzut Barbieri 936465b774 don't let stale pointers around.
This fixes the bug when one adds a mixer, it becomes the default, then
removes it and use one of the global volume modifiers, it would use
the stale pointer.

TODO: a way to configure the volume independently of a shelf gadget.



SVN revision: 48593
2010-05-03 21:14:33 +00:00
Chidambar Zinnoury c9113b4f48 Some text work.
SVN revision: 48592
2010-05-03 20:14:08 +00:00
Hannes Janetzek 13d29193d4 restrict warning to case where really no plugins loaded
SVN revision: 48591
2010-05-03 20:01:55 +00:00
Hannes Janetzek 20dc27cb8a - show message when no plugin is loaded, cleanups
SVN revision: 48590
2010-05-03 19:51:46 +00:00
Hannes Janetzek 1958516715 disambiguate api: separate begin() and browse().
cleanups


SVN revision: 48587
2010-05-03 19:19:42 +00:00
Christopher Michael 3ca39a9bec Remove unused variable.
SVN revision: 48579
2010-05-03 15:41:33 +00:00
Christopher Michael f5dca6bcba Better handling of the clickwin. This works with dual-mode better, so
clicking anywhere outside the quickpanel borders will close them.



SVN revision: 48578
2010-05-03 15:38:24 +00:00
Massimo Maiurana 76f8b65d57 updating french and italian translations
SVN revision: 48573
2010-05-03 11:02:55 +00:00
Carsten Haitzler 34e7b3a1bc iocharset not valid for udf (and normal user id) :/
SVN revision: 48572
2010-05-03 01:53:27 +00:00
Christopher Michael e0c252ec42 Fix parent of quickpanel clickwin so that the input window gets
layered correctly, and any widgets/buttons in a quickpanel are
clickable again.

Thanks TAsn for the report ;)



SVN revision: 48571
2010-05-02 22:25:32 +00:00
Hannes Janetzek 03a23598cc merged aggregator sort functions
SVN revision: 48570
2010-05-02 22:20:19 +00:00
Hannes Janetzek 2b83a5816e fix sorting file cache
SVN revision: 48569
2010-05-02 22:03:33 +00:00
Hannes Janetzek fab4a8fcf5 ok... now it really sorts right :)
SVN revision: 48568
2010-05-02 21:47:28 +00:00
Hannes Janetzek d908276143 sry, changed the history eet format. better now than later
SVN revision: 48564
2010-05-02 20:40:21 +00:00
Chidambar Zinnoury 575217b9f6 Just to be safe.
SVN revision: 48557
2010-05-02 18:23:45 +00:00
Hannes Janetzek 20cd1af8ca more testing with clean profile. use predefined plugin/item priority
SVN revision: 48556
2010-05-02 18:14:21 +00:00
Chidambar Zinnoury 24b5a3cf4f Key bindings: several changes:
- no icon on the bindings list as that brings no information (always the same);
- rename "Add/Delete/Modify Key" to "... Binding";
- change the icon shown when asking the user to enter the binding;
- add headers to the list, filled with modifiers.


SVN revision: 48555
2010-05-02 18:03:33 +00:00
Hannes Janetzek 2b4133e32b fix segv..
SVN revision: 48553
2010-05-02 17:42:08 +00:00
Chidambar Zinnoury d7e965fdb8 Keybindings: use FDO icons.
SVN revision: 48552
2010-05-02 17:14:29 +00:00
Hannes Janetzek 0c6c27eac7 better explicitly state that an action is context dependent
SVN revision: 48551
2010-05-02 16:29:32 +00:00
Hannes Janetzek 3f751f14f9 - fix last commit, need to check where hist item does vanish
- sort actions better



SVN revision: 48550
2010-05-02 16:16:20 +00:00
Hannes Janetzek fc31b50109 - speedup history lookup
- fix cleanup of recent files


SVN revision: 48549
2010-05-02 15:46:02 +00:00
Chidambar Zinnoury ae97144aa9 EFM - "Open with" dialog: entry should steal focus at start so that strange things don't happen when pressing the space bar.
Fixes #471.


SVN revision: 48548
2010-05-02 14:47:11 +00:00
Hannes Janetzek 60ae3759de add action option whether it is specific for a context provided by subject item.
e.g. copy is not specific for images while image viewer action is


SVN revision: 48547
2010-05-02 13:11:32 +00:00
Carsten Haitzler 12c8a33b11 fix segv with removable devices!!!! decode forced strdup/free etc... but rest
of code assumed stringshare.



SVN revision: 48546
2010-05-02 12:05:56 +00:00
Hannes Janetzek 60336d031f accept_list option for actions to handle multiple items at once
SVN revision: 48544
2010-05-02 11:57:39 +00:00
Hannes Janetzek f7d18f7ab6 delete action update timer on brosw_back, cleanup
SVN revision: 48543
2010-05-02 11:31:01 +00:00