Commit Graph

10227 Commits

Author SHA1 Message Date
Chidambar Zinnoury bcf9ec9154 Pager: typo.
SVN revision: 50155
2010-07-09 11:03:26 +00:00
Chidambar Zinnoury 029a558a98 WinList: add a new functionality so that we can switch between windows of the same class.
This is a major (and interesting) killer-feature of Gnome3, so let's shamelessly steal it.


SVN revision: 50154
2010-07-09 10:34:20 +00:00
Massimo Maiurana b03dbd8535 updating french translation
SVN revision: 50153
2010-07-09 10:27:56 +00:00
Andreas Volz c0a5d4e794 fix to prevent lost windows if resizing a window to offscreen coordinates
SVN revision: 50133
2010-07-08 21:05:34 +00:00
Tiago Rezende Campos Falcao 6e18235fb2 Everything selection event, and theme to back button
SVN revision: 50132
2010-07-08 21:04:57 +00:00
Tiago Rezende Campos Falcao dddf703520 Illume config icon
SVN revision: 50131
2010-07-08 21:04:52 +00:00
Massimo Maiurana 7ec024c09e updating french and italian translations
SVN revision: 50128
2010-07-08 15:40:18 +00:00
Chidambar Zinnoury 3308dbecfe MIME conf module: add check changed, and gracefully resize the dialog.
SVN revision: 50125
2010-07-08 10:46:10 +00:00
Boris Faure 682783f271 winlist: add actions to move to window on the left/right/up/down
SVN revision: 50096
2010-07-07 21:36:23 +00:00
Massimo Maiurana 6f75a8d25c updating french and italian translations
SVN revision: 50095
2010-07-07 16:04:36 +00:00
Christopher Michael abb7c4287b Bump config generation for newly added geometry options.
SVN revision: 50084
2010-07-06 20:04:07 +00:00
Andreas Volz 6e35928dea added two new configuration options for the geometry_manipulation conf plugin:
int         geometry_auto_move; // GUI
   int         geometry_auto_resize_limit; // GUI

This does influence the configure_request algorithm in the way that the user could disable the window 
geometry move and resize feature that is useful for e.g. Gnome fileselector or gnome-terminal tabs.
There was a use case on the list where this was not nice so I created an option to disable it. If one thinks
a special e.src shouldn't activate this feature by default, please change it.

SVN revision: 50083
2010-07-06 19:49:48 +00:00
Christopher Michael 18a8c0961c Whitespace removal.
SVN revision: 50082
2010-07-06 19:44:33 +00:00
Andreas Volz c86c1144fe req_window_oversize:
If a window likes to open with bigger 
initial coordinates bigger than the screen 
(minus ignore zones like not overlap allowed shelfes) 
the window should be sized to the maximum allowed size.

SVN revision: 50028
2010-07-04 19:10:09 +00:00
Massimo Maiurana e8d69bde2f updating french and italian translations
SVN revision: 50026
2010-07-04 15:16:15 +00:00
Davide Andreoli 008cbed18f * New E17 online wallpaper selector (no more ExchangeSmartObject).
* online theme selector disabled for a moment.

Please test and report problems/suggestions.


SVN revision: 50015
2010-07-03 22:33:17 +00:00
Carsten Haitzler 83d649c897 make overflow a defiine
SVN revision: 50006
2010-07-03 01:50:29 +00:00
Cedric BAIL b5b1d3fc1a * e: don't crash to easily when Ecore_Evas windows can't be created.
SVN revision: 49996
2010-07-02 13:47:31 +00:00
Cedric BAIL 114e04ebed * e: remove gradient used by e_color_dialog.
NOTE: maybe a bug in evas map or a wrong use by myself, but colors
	look ugly sometime (well, often).


SVN revision: 49965
2010-07-01 16:05:17 +00:00
Andreas Volz c153c4b86e req_maximize_ignore_zone:
If a window likes to maximize while it stays below a ignore zone (like not overlap allowed shelfes) it should be maximized only in the overlap allowed zone. At returning to normal state it should be placed in the original position.

SVN revision: 49942
2010-06-29 21:04:34 +00:00
Lucas De Marchi 916000bccc connman: show configuration instead of status in config dialog
IPv4.* are the status properties and are valid only when a service is
connected. In a configuration dialog, the right properties to use are
the IPv4.Configuration.* ones.



SVN revision: 49940
2010-06-29 16:30:10 +00:00
Christopher Michael 4798504a46 Missed one place where __UNUSED__ was not proper. Fix.
SVN revision: 49938
2010-06-29 15:22:18 +00:00
Christopher Michael 4a554402f2 Fix the mess called pager:
- Use PATH_MAX & E_FREE
 - Make use of __UNUSED__ correctly.
 - Fix formatting.
 


SVN revision: 49937
2010-06-29 15:19:48 +00:00
Christopher Michael 88c10a380e Fix formatting.
SVN revision: 49925
2010-06-28 14:31:21 +00:00
Christopher Michael 66c5b6662d Fix formatting.
SVN revision: 49924
2010-06-28 14:29:21 +00:00
Christopher Michael c883b0019d Fix formatting.
SVN revision: 49923
2010-06-28 14:27:51 +00:00
Tiago Rezende Campos Falcao d8326f3fc1 Make illume-mode-toggle from e_button to edje
SVN revision: 49921
2010-06-28 13:05:17 +00:00
Tiago Rezende Campos Falcao 21e6cc0488 Make illume-kbd-toggle from e_button to edje
SVN revision: 49920
2010-06-28 13:05:12 +00:00
Tiago Rezende Campos Falcao 2e8beb1798 Make illume-home-toggle from e_button to edje
SVN revision: 49919
2010-06-28 13:05:07 +00:00
Andreas Volz bb3501c1c8 req_window_resize_move:
If a window resizes itself without border interaction it's moved to the next available coordinates which aren't covered by ignore zones like not overlap allowed shelfes.


SVN revision: 49910
2010-06-27 20:48:43 +00:00
Andreas Volz ce88316472 req_window_offscreen:
If a window likes to open with initial offscreen coordinates E should move it to the nearest onscreen coordinates.

req_window_ignore_zone:
If a window likes to open with initial coordinates in a window ignore zone (like not overlap allowed shelfes) if should be moved to the next allowed coordinates.



SVN revision: 49909
2010-06-27 20:41:52 +00:00
Andreas Volz cd158657f1 overlap shelfes are for sure useful geometry
SVN revision: 49908
2010-06-27 20:31:36 +00:00
Andreas Volz 2fdb25b89b this was for sure a bug -> it should be x instead of y
SVN revision: 49907
2010-06-27 20:27:20 +00:00
Carsten Haitzler 9d3166854a and final post snap - next releasename
SVN revision: 49903
2010-06-27 14:06:10 +00:00
Carsten Haitzler d1bf04526a snap+release
SVN revision: 49899
2010-06-27 13:45:27 +00:00
Carsten Haitzler 0fe57a3e58 Snapshot e
SVN revision: 49897
2010-06-27 13:33:23 +00:00
Carsten Haitzler 94eb10404e edge -> no ev. dont seg
SVN revision: 49884
2010-06-27 08:35:59 +00:00
Massimo Maiurana 6e445ae53c updating french translation
SVN revision: 49883
2010-06-27 08:25:58 +00:00
Cedric BAIL 2e92d43a46 * e: cleanup pager code.
SVN revision: 49855
2010-06-25 08:57:32 +00:00
Christopher Michael d98a7f5eaa Fixes for Ecore Api changes.
SVN revision: 49836
2010-06-24 17:53:38 +00:00
Christopher Michael 6270d0af60 Fixes for Ecore Api changes.
SVN revision: 49835
2010-06-24 17:52:35 +00:00
Christopher Michael 180e057bb3 Fixes for recent Ecore Api changes.
SVN revision: 49834
2010-06-24 17:52:08 +00:00
Cedric BAIL c6a118d738 * e: remove warning due to Ecore API change.
SVN revision: 49833
2010-06-24 16:19:12 +00:00
Massimo Maiurana 61d7b9fe28 updating french translation
SVN revision: 49798
2010-06-22 18:16:06 +00:00
Massimo Maiurana fb079573b5 updating french translation
SVN revision: 49782
2010-06-21 11:03:12 +00:00
Christopher Michael a34913ae56 Add fuzzy to config edd so udev 'fuzzy' mode can be saved.
SVN revision: 49779
2010-06-21 03:39:50 +00:00
Christopher Michael 8f8bc172e3 Oops, didn't mean to add a space there :(
SVN revision: 49778
2010-06-21 02:47:02 +00:00
Christopher Michael d257679726 Remove decimals for udev temperature.
SVN revision: 49777
2010-06-21 02:40:10 +00:00
Christopher Michael 215051a900 Fix compiler warning.
SVN revision: 49776
2010-06-21 02:22:17 +00:00
Christopher Michael 384a49358f Fix compiler warnings when E is compiled without gettext.
SVN revision: 49775
2010-06-21 02:17:58 +00:00