Mike Blumenkrantz
3e62bb05b3
disable gnome+kde integration by default so they don't fuck up resolution and kbd layout
...
ticket #2011
SVN revision: 81433
10 years ago
Hannes Janetzek
2e15739b21
e17/evry: ensure that there will be only one true popup.
...
- add timer to delay closing with the same binding that triggers evry
SVN revision: 81432
10 years ago
Mike Blumenkrantz
68e80049c7
improve xkb init: don't call setxkbmap more than once, wait a short while on a timer before setting the layout group to (hopefully) ensure that setxkbmap has completed before trying to set the group number
...
SVN revision: 81430
10 years ago
Mike Blumenkrantz
8f1ad5c813
correctly add new keyboard layouts from wizard
...
SVN revision: 81429
10 years ago
Mike Blumenkrantz
11fcf6a97e
delete idle enterers with idle_enterer_del()
...
SVN revision: 81428
10 years ago
Daniel Juyung Seo
e0e0387ee7
e ko.po: updated Korean translations. oh my god, there are too many wrong translations...
...
SVN revision: 81422
10 years ago
Daniel Juyung Seo
22d5422d57
e po: updated po files.
...
SVN revision: 81421
10 years ago
Hannes Janetzek
72f84ca2f1
e17/evry: fix placement of selected item when toggling list/thumb mode:
...
force reconfigure again on update frame, but delete idler
disable 'drag into item' gesture for now
SVN revision: 81412
10 years ago
Hannes Janetzek
07863c14ec
e17/evry: workaround against possible loop when calculating item placement
...
SVN revision: 81411
10 years ago
Boris Faure
c9dfe38ac2
e:slider: delete timer early to avoid losing it. Fix #2050
...
SVN revision: 81408
10 years ago
Lucas De Marchi
b102c96377
Revert "e/connman: just update popup list at each 5 secs"
...
This reverts commit r79842 for the exact reason stated in the commit
log. First I thought it would not affect the usability, but it indeed
did. And it's a bit worse than having to wait 5 seconds to see the state
changes: you never see them, except if you close and open the popup
again. This could be "fixed" by setting up the timer in
_econnman_popup_update() inside "if (inst->popup_locked)", but we would
still not see the transitions, only the final state.
A proper solution would be to first separate the service state changes
from the list updates, then do something like what was proposed in
r79842. Revert it while we don't have a solution that doesn't break the
more common cases of clicking in a service and see it connecting.
SVN revision: 81407
10 years ago
Massimo Maiurana
fbc93840ca
updated russian translations
...
SVN revision: 81398
10 years ago
Massimo Maiurana
791b78f92a
updated arabic and italian translations
...
SVN revision: 81397
10 years ago
Massimo Maiurana
c4058ca063
Make some error dialogs translatable (patch from Igor Murzov)
...
SVN revision: 81394
10 years ago
Massimo Maiurana
77cb445100
updating various translations
...
SVN revision: 81393
10 years ago
Mike Blumenkrantz
271f92f912
ahh never too late for an API/ABI break. e_icon_file_get now returns edje group, which fixes fileman border icons
...
ticket #rasternaggedme
SVN revision: 81387
10 years ago
Cedric BAIL
23e2a04c29
e: take a plane and fix that damn battery time left !
...
SVN revision: 81383
10 years ago
Carsten Haitzler
fec11b1b7d
sorry jeremy - back out your patch. mier more broken than before.
...
SVN revision: 81382
10 years ago
Christopher Michael
69cb1822e1
Fix monitor apply settings.
...
NB: According to a conversation with T_UNIX, we actually do use the
ecore_x randr functions to apply the config.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 81377
10 years ago
Christopher Michael
829558db50
Fix randr widget applying settings as per discussion with T_UNIX.
...
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 81376
10 years ago
Christopher Michael
39b6588855
Revert exposing the try_restore_config function.
...
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 81375
10 years ago
Mike Blumenkrantz
37767d960f
fix "hide instead of raise" for quickaccess
...
SVN revision: 81371
10 years ago
Christopher Michael
be20b9d15d
Add some debugging for disabled monitors.
...
If we are trying to add a disabled monitor, check for possible outputs.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 81368
10 years ago
Christopher Michael
75981aa321
Set struct field for Enabled/Disabled Before we try to find possible
...
crtc.
If the monitor's crtc does not have a current_mode (because it was
previously disabled), then grab the last available mode (typically the
largest) and set the crtc current_mode to that.
Add some debugging for Enable/Disable.
Remove code which was trying to use ecore_x calls to re-enable a
monitor.
Use the randr function for trying to enable an output (if previously
disabled).
NB: Enable/Disable Does work, HOWEVER in my testing I have found that
when you re-enable a monitor, you will need to completely back out of
X and restart it in order for the Monitor to show output again. Unsure
if this is an X bug or something in e_randr or someother weirdness....
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 81367
10 years ago
Christopher Michael
1012d6be1d
Change e_randr_12_try_enable_output to be exported via EAPI.
...
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 81366
10 years ago
Christopher Michael
4d4fd44b39
Expose the e_randr_12_try_enable_output function via EAPI.
...
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 81365
10 years ago
Mike Blumenkrantz
ae7ca9105f
Hi,
...
here is a patch.
1. free() already null-checks the passed argument, so it is not
necessary to do 'if(x) free(x)'.
2. Moved some '{free(x); x = NULL}' to E_FREE.
3. In e_start_main.c, 'buf' is allocated with the size of the
two arguments + '=', so we don't need to check for lenght;
we should use sprintf().
thanks
Maxime Villard
SVN revision: 81364
10 years ago
Mike Blumenkrantz
b393de2eaa
fix shelf autohide on click
...
ticket #2051
SVN revision: 81362
10 years ago
Mike Blumenkrantz
4e9bb38d9a
if fileman navbar gets eio monitor error, delete monitor and retry
...
ticket #2044
SVN revision: 81357
10 years ago
Massimo Maiurana
f2a33e5429
updated spanish and italian translations
...
SVN revision: 81356
10 years ago
Mike Blumenkrantz
4ff6488dfa
apparently scrollframe has its own key grabs??? wtf???
...
ticket #2043
SVN revision: 81355
10 years ago
Mike Blumenkrantz
ddd898bdac
"set as background" ctx action now sets default bg instead of current desk bg
...
ticket #2042
SVN revision: 81352
10 years ago
Christopher Michael
7829e00b45
Comment out some debugging printfs.
...
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 81351
10 years ago
Christopher Michael
1d174b11ba
Add header for crtc_set function.
...
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 81350
10 years ago
Christopher Michael
80539b0c9a
Fix smart monitor object to handle disabled monitors more gracefully.
...
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 81349
10 years ago
Mike McCormack
69291d9c4c
e: Remove pointless assignments
...
Signed-off-by: Mike McCormack <mikem@atratus.org>
SVN revision: 81347
10 years ago
Mike Blumenkrantz
9e7557241c
directory is not a proper noun
...
SVN revision: 81344
10 years ago
Mike Blumenkrantz
f8b39332d1
using wallpaper fsel to manually navigate to and set a non-edj wallpaper now pops the import config dialog
...
ticket #2046
SVN revision: 81343
10 years ago
Mike Blumenkrantz
847608de78
fix possible uninitialized variable crash, also fix selection of locale when switching to/from advanced
...
SVN revision: 81341
10 years ago
Mike Blumenkrantz
d6b83ff15e
don't return blank locale parts
...
SVN revision: 81340
10 years ago
Stefan Schmidt
b2663a26fa
e/conf_randr: Move radio creation into the block that needs it.
...
Discussed with devilhorns.
SVN revision: 81339
10 years ago
Mike Blumenkrantz
43dca4ccd8
don't leak efreet menus!
...
SVN revision: 81338
10 years ago
Mike Blumenkrantz
b49ee6c857
I suppose we probably shouldn't leak pulse mixer sources after getting them
...
SVN revision: 81337
10 years ago
Mike Blumenkrantz
91aad68829
e_util_strcmp now checks if ptrs are equal before running strcmp
...
SVN revision: 81336
10 years ago
Mike Blumenkrantz
24ce5a79a3
initialize var for static analyzer
...
SVN revision: 81333
10 years ago
Mike Blumenkrantz
602c4dd07a
change shelf style during config while gadcon is unpopulated for a small speedup, also fixes crash when changing size and style
...
ticket #2048
SVN revision: 81332
10 years ago
Mike Blumenkrantz
aa35b742c5
don't stop filling a gadcon if one (systray) fails to create
...
SVN revision: 81331
10 years ago
Christopher Michael
6bef8001ce
Stop crazy fileman crash that I keep getting....
...
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 81330
10 years ago
Mike Blumenkrantz
44c599480b
changing shelf style no longer repopulates the gadcon
...
SVN revision: 81329
10 years ago
Mike Blumenkrantz
504c88e033
fix shelf autohiding for when people slowly, over the course of an hour or longer, move their mouses a single pixel distance out of the shelf onto a gtk app
...
ticket #1884
SVN revision: 81327
10 years ago