Commit Graph

9922 Commits

Author SHA1 Message Date
Christopher Michael 9001c5c729 Add some todo remarks.
SVN revision: 49313
2010-05-29 20:15:06 +00:00
Christopher Michael 0be175764d Make sure we cleanup existing bindings else we could leak stringshares.
SVN revision: 49312
2010-05-29 20:08:22 +00:00
Christopher Michael f4d8204f49 Add missing params to acpi_binding struct(s).
SVN revision: 49311
2010-05-29 20:06:31 +00:00
Christopher Michael 55fad2b2f3 Add default acpi bindings to config source.
Enable conf_acpibindings module by default.



SVN revision: 49310
2010-05-29 19:59:54 +00:00
Christopher Michael d2d1e49bf5 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
2010-05-29 19:57:13 +00:00
Christopher Michael 4d1f37af1a Finish ACPI conf dialog.
SVN revision: 49308
2010-05-29 19:55:11 +00:00
Christopher Michael be64363d34 Revert that commit...my bad, misread some code.
SVN revision: 49307
2010-05-29 19:43:29 +00:00
Christopher Michael fc865b348b e_bindings_key_del already does a stringshare_del when free'n the key.
SVN revision: 49306
2010-05-29 19:34:44 +00:00
Hannes Janetzek 8b7e86be29 fix bottom right and bottom left edge position
SVN revision: 49305
2010-05-29 18:21:23 +00:00
Hannes Janetzek 6a4d5b1712 calc: enable history again
SVN revision: 49304
2010-05-29 17:18:17 +00:00
Hannes Janetzek 6c2d69f724 finish all plugins
SVN revision: 49303
2010-05-29 15:04:18 +00:00
Carsten Haitzler 8db097c619 fix dnd from menu bug.
SVN revision: 49302
2010-05-29 14:55:47 +00:00
Hannes Janetzek e651e0780e calc: no time to fix bug. dont keep history for now
SVN revision: 49301
2010-05-29 14:02:00 +00:00
Carsten Haitzler ea715abe03 pass distcheck!
SVN revision: 49296
2010-05-29 13:33:16 +00:00
Hannes Janetzek adef24d650 fix for Makefile.am for distcheck. remove unused image. slightly darker outline for evry
SVN revision: 49295
2010-05-29 13:15:38 +00:00
Carsten Haitzler c2dfd65b92 wtf? filename too long? it just doesnt get into the tarball.
SVN revision: 49294
2010-05-29 13:01:43 +00:00
Hannes Janetzek 6269d8df2b final tweaks for now
SVN revision: 49293
2010-05-29 12:55:24 +00:00
Hannes Janetzek 8526922728 evry theme
SVN revision: 49292
2010-05-29 12:43:33 +00:00
Hannes Janetzek 77c284d3dc evry theme tweak and clanup
SVN revision: 49291
2010-05-29 12:40:19 +00:00
Hannes Janetzek 9e8531de6e bit more contrast
SVN revision: 49290
2010-05-29 12:30:16 +00:00
Hannes Janetzek ae2c61ca2b new theme for evry. matches default a bit more and looks also good when using edge bindings with evry
SVN revision: 49289
2010-05-29 12:19:41 +00:00
Hannes Janetzek 9d978f7055 fix segv in browse_item
SVN revision: 49288
2010-05-29 11:17:15 +00:00
Carsten Haitzler 4625a590c2 and now follow the same setup as efl libs too.
SVN revision: 49286
2010-05-29 10:37:52 +00:00
Hannes Janetzek a1fbb586f1 - use parents' plugin config when browsing
- hide aggregator when no items to aggregate


SVN revision: 49264
2010-05-28 23:30:24 +00:00
Hannes Janetzek 249e926a61 initial config dialog for collection
suff mentioned in last commit msg


SVN revision: 49263
2010-05-28 23:02:27 +00:00
Gustavo Sverzut Barbieri 9e581982f7 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
2010-05-28 22:13:20 +00:00
Gustavo Sverzut Barbieri 1c3afc74b2 Emit events when windows become or leave fullscreen.
SVN revision: 49258
2010-05-28 21:37:42 +00:00
Hannes Janetzek 49b152519c dont add collection plugin config each start
SVN revision: 49257
2010-05-28 20:58:01 +00:00
Gustavo Sverzut Barbieri 1a818e8ac8 fix bitfield.
SVN revision: 49256
2010-05-28 20:49:01 +00:00
Hannes Janetzek b2de5ef2ef 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
2010-05-28 20:32:07 +00:00
Gustavo Sverzut Barbieri 5e42f12ffb 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
2010-05-28 18:54:25 +00:00
Christopher Michael fa790a1557 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
2010-05-28 16:20:31 +00:00
Hannes Janetzek b7962efbbc fix segv on double click when actions were not already fetched
cleanups


SVN revision: 49241
2010-05-27 21:10:20 +00:00
Hannes Janetzek 4bc1ed355e - 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
2010-05-27 20:25:09 +00:00
Carsten Haitzler 71df71f4c8 oops - typo typo typo
SVN revision: 49235
2010-05-27 16:00:28 +00:00
Hannes Janetzek d5d9e91a57 fix app sorting
SVN revision: 49234
2010-05-27 14:38:51 +00:00
Hannes Janetzek 52932a174a make return behavior consistent: always browse item.
cleanup selectors_switch: dont switch automatically back to subj selector
cleanups 


SVN revision: 49233
2010-05-27 14:30:12 +00:00
Hannes Janetzek 702218034b check strings not null
SVN revision: 49230
2010-05-27 12:45:41 +00:00
Hannes Janetzek 06bfeb30a0 dont use mouse out hide timer for edge popup. add config option later
reduce slide resistance


SVN revision: 49227
2010-05-27 09:42:16 +00:00
Hannes Janetzek c796422e36 drag-n-slide fixes.
animate slideing to next selector


SVN revision: 49220
2010-05-26 23:57:48 +00:00
Hannes Janetzek f37c2c4986 sort command with params to front
SVN revision: 49219
2010-05-26 23:28:01 +00:00
Hannes Janetzek 8cd845023b fix last commit
SVN revision: 49217
2010-05-26 21:06:25 +00:00
Hannes Janetzek ae2896d446 - dont drag-slide back from last selector to first
- cleanup


SVN revision: 49214
2010-05-26 21:01:30 +00:00
Hannes Janetzek a75535b50a 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
2010-05-26 20:12:03 +00:00
Hannes Janetzek 5731177770 allow also drag-n-slide for non browsable items. goes to action selector then
fix aggregator


SVN revision: 49212
2010-05-26 15:54:07 +00:00
Hannes Janetzek ee1b2abec7 fix zoom level 2
SVN revision: 49210
2010-05-26 15:38:59 +00:00
Hannes Janetzek afed15ef67 fsck
SVN revision: 49209
2010-05-26 15:34:31 +00:00
Hannes Janetzek 2b95b6d91c fix config
SVN revision: 49208
2010-05-26 15:33:43 +00:00
Hannes Janetzek 253d8be915 added e action for edge bindings. preferable to be used with theme from trunk/THEMES/evry-theme
thumb mode zoom now between 96/128/256
dont sort non-tolevel plugins in front of other items
make text plugin non-top level, so that it is always reachable. e.g. when you want to search the type text with google etc


SVN revision: 49207
2010-05-26 15:09:51 +00:00
Christopher Michael a9f6e4186e Bus id can be longer than 4 chars, so fix scanf.
SVN revision: 49201
2010-05-26 02:29:48 +00:00