Commit Graph

7647 Commits

Author SHA1 Message Date
Gustavo Sverzut Barbieri 3aae39faec fix shelf autohide after changing its settings in advanced mode.
shelf should be hidden if it was recreated (restart == 1) and autohide
is set.



SVN revision: 40127
2009-04-17 03:15:27 +00:00
Gustavo Sverzut Barbieri b94960c645 fix shelf autohide on zone geometry changes.
when xrandr/xinerama changes zone (screen/output) geometry, the shelf
needs to update its hide_origin and also do hide animation if it was
hidden already.



SVN revision: 40126
2009-04-17 02:54:56 +00:00
Gustavo Sverzut Barbieri 9cc29ad360 fix bug when there is no file extension.
This was spotted by a segmentation faults on systems where sprintf()
don't handle NULL as "%s" (Solaris, BSDs), but it makes no sense to
lookup "*(null)" as extension on Linux either.

Reported by: mcalamell



SVN revision: 40120
2009-04-16 22:17:50 +00:00
Andreas Volz cf1e0172cf usability improvement
-> shrink and autohide widgets are only enabled if checks are set


SVN revision: 40117
2009-04-16 21:03:43 +00:00
Andreas Volz df07dc5807 the ilist was to small
SVN revision: 40116
2009-04-16 20:03:32 +00:00
Andreas Volz 4240bde378 usabilty improvement - disable widgets if not checked
SVN revision: 40115
2009-04-16 19:59:11 +00:00
Iván Briano e5478eb0e3 Don't leak.
SVN revision: 40100
2009-04-16 04:48:46 +00:00
Carsten Haitzler c5680c811c and handle premapped windows
SVN revision: 40075
2009-04-15 04:52:40 +00:00
toma 76ac7e0263 Fix some clipping issues in gadgets that are on shelves.
SVN revision: 40073
2009-04-15 02:31:22 +00:00
toma b4650f44eb Formatting.
SVN revision: 40070
2009-04-15 01:41:00 +00:00
Andreas Volz 909e3aa378 usability improvement - autoraise slider only if check active
SVN revision: 40063
2009-04-14 21:53:06 +00:00
Andreas Volz 73ad8e4462 usability improvement - geometry slider only available if check active
SVN revision: 40062
2009-04-14 21:46:12 +00:00
Massimiliano Calamelli 829d452e55 Fix missing MAX for OpenSolaris
SVN revision: 40061
2009-04-14 21:41:59 +00:00
Andreas Volz 543f71218f usability improvement
-> warp mouse setting in advanced dialog is not complete consistent, but better as before...


SVN revision: 40060
2009-04-14 21:31:49 +00:00
Andreas Volz ebdee6b204 visuell feedback for disabled labels
SVN revision: 40059
2009-04-14 21:20:28 +00:00
Andreas Volz c72e584ebf theme enabled/disabled support for label widget
SVN revision: 40058
2009-04-14 21:18:16 +00:00
Andreas Volz 6ec9f6475c only E_FREE - no need to check anything
SVN revision: 40056
2009-04-14 20:53:27 +00:00
Andreas Volz 560362354d usability improvement - disable if not usable
SVN revision: 40053
2009-04-14 19:54:21 +00:00
Andreas Volz 53fbe500b9 use eina list foreach macro
SVN revision: 40051
2009-04-14 19:14:30 +00:00
Andreas Volz 245f911e8c use eina list macro
SVN revision: 40049
2009-04-14 19:13:36 +00:00
Andreas Volz 74e57059c1 use eina macro
SVN revision: 40048
2009-04-14 19:12:40 +00:00
Andreas Volz 21339b9ed3 no problem to free a NULL pointer, so no check needed
SVN revision: 40047
2009-04-14 18:57:38 +00:00
Andreas Volz cba66580ca - correct free
- 'if' arround free cfdata - it's better like this


SVN revision: 40046
2009-04-14 18:54:29 +00:00
Andreas Volz 9247b2712b correct free
SVN revision: 40045
2009-04-14 18:49:58 +00:00
Andreas Volz bcb5cbd97c thanks for the hint Gustavo :-)
SVN revision: 40044
2009-04-14 18:47:33 +00:00
Daniel Kolesa b5ee1afef6 Updated debian stuff(grew Standards-Version, updated python-ecore rules file)
SVN revision: 40043
2009-04-14 17:21:19 +00:00
Gustavo Sverzut Barbieri 3bfa205a20 disable connman until we update it to newer connman api in e_dbus.
SVN revision: 40024
2009-04-13 20:03:11 +00:00
Christopher Michael 8509b408b2 Fix formatting. Add EAPI import_del/fsel_del functions to the import
header to remove compile warning


SVN revision: 40023
2009-04-13 16:56:37 +00:00
Daniel Kolesa cec95d3969 Czech - updated translations, added etk translation
SVN revision: 40017
2009-04-13 15:34:58 +00:00
Gustavo Sverzut Barbieri e0040cefb9 major cleanup of path creation to $DATADIR and $HOME/.e/e
This cleanup replaces snprintf() usage with specific calls, they have
the benefit of being cleaner (so easier to grep), typing less and also
marginal speed up compared to the other (specially concat_static),
although those are rarely used in critical paths.

I'm testing it for some time and seems to not break anything, but let
me know of any problem. If you can review the patch and try to spot
incorrect names, please do.




SVN revision: 40014
2009-04-13 14:56:38 +00:00
Vincent Torri 64f80081aa define MAX for all OS, instead of plenty #include
SVN revision: 40012
2009-04-13 10:25:11 +00:00
Aron Xu bb15485a0f Added pt to LINGUAS of e
SVN revision: 40004
2009-04-12 11:58:52 +00:00
Aron Xu a90bd5c668 sync translations from launchpad
SVN revision: 39997
2009-04-12 06:51:20 +00:00
Aron Xu ff478c940b Added ku.po from launchpad
SVN revision: 39996
2009-04-12 06:42:46 +00:00
Aron Xu b9b52e17d8 Added hr.po from launchpad
SVN revision: 39995
2009-04-12 06:35:02 +00:00
Aron Xu 5d31c5e270 Changes to do with POTFILES.skip
SVN revision: 39994
2009-04-12 05:21:22 +00:00
Carsten Haitzler 098cd6dbcd shoudl just use regular win.
SVN revision: 39976
2009-04-11 08:42:24 +00:00
Vincent Torri 0e6ad24c60 remove useless subwindow code
SVN revision: 39975
2009-04-11 08:33:44 +00:00
Andreas Volz 3ef3df1e5d free EinaList at exit
SVN revision: 39971
2009-04-11 07:22:33 +00:00
Andreas Volz 9731c6abf6 unused variable
SVN revision: 39970
2009-04-11 07:22:05 +00:00
Andreas Volz 1231a05e4a change to Eina_List
SVN revision: 39969
2009-04-11 07:20:54 +00:00
Gustavo Sverzut Barbieri 886a0bca01 move batch directory creation to ecore_file.
as suggested by raster, this could be abstracted into ecore-file and
other applications could use it as well.



SVN revision: 39965
2009-04-11 07:10:12 +00:00
Carsten Haitzler 51eff88b13 allow for system startup .orders... not great - but simple.
SVN revision: 39963
2009-04-11 06:20:11 +00:00
Carsten Haitzler dae9cf2027 cedrice pathc to stop seg of eillume on unload,
SVN revision: 39962
2009-04-11 06:13:34 +00:00
Gustavo Sverzut Barbieri 689146ef39 Alternative version for those legacy systems without atfile-source
atfile source is posix 2008, but some legacy systems seems to not ship
with those, in that case use slower version.



SVN revision: 39958
2009-04-11 05:40:18 +00:00
Gustavo Sverzut Barbieri 44a5dff5f9 improve string copying.
SVN revision: 39956
2009-04-11 04:40:01 +00:00
Andreas Volz 04e9e183bd change only dpms options if enabled
-> for the first step this is ok, but needs more work. The enabling logic in this dialog is two levels depth.


SVN revision: 39954
2009-04-10 22:50:11 +00:00
Andreas Volz 095dcb2614 NULL
SVN revision: 39953
2009-04-10 22:37:36 +00:00
Andreas Volz dd2e62448b - possible configure the xscreensaver options only if activated
- now used Eina_List for storage (I hope I used it correct...)


SVN revision: 39952
2009-04-10 22:34:15 +00:00
Davide Andreoli 9b12de4e79 Patch by semernin to fix bug#272
thanks



SVN revision: 39951
2009-04-10 22:28:58 +00:00