platform/upstream/enlightenment.git
11 years agoalso remove randr edj from gitignore
Mike Blumenkrantz [Wed, 10 Oct 2012 07:09:26 +0000 (07:09 +0000)]
also remove randr edj from gitignore

SVN revision: 77698

11 years agoE (RandR): Remove _fill_data function (not needed). Implement Applying
Christopher Michael [Wed, 10 Oct 2012 06:20:41 +0000 (06:20 +0000)]
E (RandR): Remove _fill_data function (not needed). Implement Applying
of any changes to monitors.

NB: Be careful ... this will actually apply any changes now. Tested
here and appears to work ok, but YOU HAVE BEEN WARNED !!! If you apply
something and it turns your monitor into a paperweight, don't cry to me.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 77693

11 years agoE (RandR): Add function prototypes for getting position, orientation,
Christopher Michael [Wed, 10 Oct 2012 06:20:39 +0000 (06:20 +0000)]
E (RandR): Add function prototypes for getting position, orientation,
and mode from monitor.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 77692

11 years agoE (RandR): Add function prototype to randr widget so we can retrieve
Christopher Michael [Wed, 10 Oct 2012 06:20:37 +0000 (06:20 +0000)]
E (RandR): Add function prototype to randr widget so we can retrieve
list of monitors.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 77691

11 years agoE (RandR): Use output->monitor first to get resolutions (if it exists), then
Christopher Michael [Wed, 10 Oct 2012 06:20:33 +0000 (06:20 +0000)]
E (RandR): Use output->monitor first to get resolutions (if it exists), then
fallback to output->crtc common modes if needed.

No need to drop duplicate resolutions anymore, in fact we should list
them due to different refresh rates.

Add functions to smart monitor object for getting position,
orientation, and mode info.

When searching for a resolution within snapping fuzziness, also try to
find one which matches the current refresh rate.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 77690

11 years agoupdating portuguese and italian translations
Massimo Maiurana [Tue, 9 Oct 2012 18:48:34 +0000 (18:48 +0000)]
updating portuguese and italian translations

SVN revision: 77670

11 years agoSet randr widget to changed when we receive the proper signals,
Christopher Michael [Tue, 9 Oct 2012 12:19:39 +0000 (12:19 +0000)]
Set randr widget to changed when we receive the proper signals,
regardless if monitor matches or not.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 77643

11 years agoActually, use the real rate value from the mode. This allows similar
Christopher Michael [Tue, 9 Oct 2012 12:15:09 +0000 (12:15 +0000)]
Actually, use the real rate value from the mode. This allows similar
modes with the same rate to correctly select the proper radio.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 77642

11 years agoAdd method to list/show/change refresh rate on monitor.
Christopher Michael [Tue, 9 Oct 2012 11:55:43 +0000 (11:55 +0000)]
Add method to list/show/change refresh rate on monitor.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 77640

11 years agoAdd method to list/select refresh rates.
Christopher Michael [Tue, 9 Oct 2012 11:55:40 +0000 (11:55 +0000)]
Add method to list/select refresh rates.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 77639

11 years agoFix RandR dialog icon.
Christopher Michael [Tue, 9 Oct 2012 11:55:37 +0000 (11:55 +0000)]
Fix RandR dialog icon.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 77638

11 years agoe: remove unused variable
Sebastian Dransfeld [Tue, 9 Oct 2012 08:40:26 +0000 (08:40 +0000)]
e: remove unused variable

SVN revision: 77626

11 years agoe: remove unused variables
Sebastian Dransfeld [Tue, 9 Oct 2012 08:40:14 +0000 (08:40 +0000)]
e: remove unused variables

SVN revision: 77625

11 years agoe: if 0 to disable code
Sebastian Dransfeld [Tue, 9 Oct 2012 08:28:18 +0000 (08:28 +0000)]
e: if 0 to disable code

SVN revision: 77624

11 years agofix EINTERN to be more portable and not require e.h in mixer pulse
Mike Blumenkrantz [Tue, 9 Oct 2012 07:08:00 +0000 (07:08 +0000)]
fix EINTERN to be more portable and not require e.h in mixer pulse

SVN revision: 77613

11 years agoe: Fix unused variable warnings
Mike McCormack [Mon, 8 Oct 2012 20:55:43 +0000 (20:55 +0000)]
e: Fix unused variable warnings

Signed-off-by: Mike McCormack <mikem@atratus.org>
SVN revision: 77588

11 years agoundef gettext macro to fix build
Mike Blumenkrantz [Mon, 8 Oct 2012 17:48:38 +0000 (17:48 +0000)]
undef gettext macro to fix build

SVN revision: 77583

11 years agofix mixer pulse includes and apply EINTERN to pulse functions so they won't be mistak...
Mike Blumenkrantz [Mon, 8 Oct 2012 13:44:39 +0000 (13:44 +0000)]
fix mixer pulse includes and apply EINTERN to pulse functions so they won't be mistakenly called by stupid gstreamer

SVN revision: 77573

11 years agofix possible magic failure in mixer
Mike Blumenkrantz [Mon, 8 Oct 2012 13:37:37 +0000 (13:37 +0000)]
fix possible magic failure in mixer

SVN revision: 77572

11 years agoRemove RandR window from theme (not needed as we use a config dialog
Christopher Michael [Mon, 8 Oct 2012 10:58:36 +0000 (10:58 +0000)]
Remove RandR window from theme (not needed as we use a config dialog
now).

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 77571

11 years agoMake on/off indicator toggling also send a changed event to the RandR
Christopher Michael [Mon, 8 Oct 2012 09:13:30 +0000 (09:13 +0000)]
Make on/off indicator toggling also send a changed event to the RandR
widget.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 77570

11 years agoMake config dialog listen on "changed" signal from RandR smart object
Christopher Michael [Mon, 8 Oct 2012 08:39:46 +0000 (08:39 +0000)]
Make config dialog listen on "changed" signal from RandR smart object
to enable Apply button.

NB: Cannot use basic->check_changed here as the Monitor smart objects
do the changing, but the Randr smart object never does. Since
"check_changed" only listens on the main dialog widget (randr smart
object in this case), then the "check_changed" of dialog_view would
not work in this case.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 77569

11 years agoRemove 'changed' flag for monitor smart object.
Christopher Michael [Mon, 8 Oct 2012 08:39:43 +0000 (08:39 +0000)]
Remove 'changed' flag for monitor smart object.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 77568

11 years agoMake RandR smart object support 'changed' so that the Apply button in
Christopher Michael [Mon, 8 Oct 2012 08:39:39 +0000 (08:39 +0000)]
Make RandR smart object support 'changed' so that the Apply button in
the config dialog can function properly.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 77567

11 years agoMake RandR dialog function as a Config Dialog.
Christopher Michael [Mon, 8 Oct 2012 07:56:18 +0000 (07:56 +0000)]
Make RandR dialog function as a Config Dialog.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 77565

11 years agofix separator position on resizable config dialogs
Mike Blumenkrantz [Mon, 8 Oct 2012 07:42:07 +0000 (07:42 +0000)]
fix separator position on resizable config dialogs

SVN revision: 77564

11 years agoe finally remembers the module config dialog and reopens it on restart
Mike Blumenkrantz [Mon, 8 Oct 2012 07:36:17 +0000 (07:36 +0000)]
e finally remembers the module config dialog and reopens it on restart

SVN revision: 77563

11 years agospellcheck hooooooooooooooooooooooo
Mike Blumenkrantz [Mon, 8 Oct 2012 06:59:58 +0000 (06:59 +0000)]
spellcheck hooooooooooooooooooooooo

SVN revision: 77562

11 years agoE17: better inclusion of file to parse (openbsd and netbsd
Vincent Torri [Sun, 7 Oct 2012 20:05:45 +0000 (20:05 +0000)]
E17: better inclusion of file to parse (openbsd and netbsd

Patch By Maxime Villard

SVN revision: 77560

11 years agoupdating portuguese translations
Massimo Maiurana [Sun, 7 Oct 2012 10:46:40 +0000 (10:46 +0000)]
updating portuguese translations

SVN revision: 77559

11 years agoadd config for disabling delayed modules. this actually drastically
Carsten Haitzler [Sun, 7 Oct 2012 10:01:14 +0000 (10:01 +0000)]
add config for disabling delayed modules. this actually drastically
speeds up e startup - but this i mean the shelf comes up instantly
populated rather than taking 2 or 3 seconds to figure its life out.

SVN revision: 77558

11 years agodisable sigusr1 for config dialog - thsi is actually a race cond that
Carsten Haitzler [Sun, 7 Oct 2012 10:00:24 +0000 (10:00 +0000)]
disable sigusr1 for config dialog - thsi is actually a race cond that
never was hit before - but e's start uses a pause() to wait for init
splash to be ready and a sigusr1 is used to do the waking up.

SVN revision: 77557

11 years agoreally quick patch on connman asking for logins... agent->msg is the
Carsten Haitzler [Sun, 7 Oct 2012 09:59:07 +0000 (09:59 +0000)]
really quick patch on connman asking for logins... agent->msg is the
same as msg in the cb. this stops an instant segv but doesnt fully fix
it. it's at least marked/commented to be looked at.

SVN revision: 77556

11 years agodisable lock fps and grab in comp as its not in the gui now.
Carsten Haitzler [Sun, 7 Oct 2012 09:56:22 +0000 (09:56 +0000)]
disable lock fps and grab in comp as its not in the gui now.

SVN revision: 77555

11 years agoupdating portuguese and italian translations
Massimo Maiurana [Sun, 7 Oct 2012 07:49:24 +0000 (07:49 +0000)]
updating portuguese and italian translations

SVN revision: 77554

11 years agosome fileman strings were not included in enlightenment.pot
Massimo Maiurana [Sun, 7 Oct 2012 07:46:11 +0000 (07:46 +0000)]
some fileman strings were not included in enlightenment.pot

SVN revision: 77553

11 years agoe: formatting
Sebastian Dransfeld [Sun, 7 Oct 2012 06:08:56 +0000 (06:08 +0000)]
e: formatting

SVN revision: 77552

11 years agoupdating portuguese and italian translations
Massimo Maiurana [Sat, 6 Oct 2012 10:05:25 +0000 (10:05 +0000)]
updating portuguese and italian translations

SVN revision: 77545

11 years agoe: merge in notification intl
Sebastian Dransfeld [Fri, 5 Oct 2012 11:41:11 +0000 (11:41 +0000)]
e: merge in notification intl

SVN revision: 77530

11 years agoe: add notification to po
Sebastian Dransfeld [Fri, 5 Oct 2012 11:28:04 +0000 (11:28 +0000)]
e: add notification to po

SVN revision: 77529

11 years agodesktop gadgets no longer have the confusing "Behavior" menu, instead the hover layer...
Mike Blumenkrantz [Fri, 5 Oct 2012 10:36:11 +0000 (10:36 +0000)]
desktop gadgets no longer have the confusing "Behavior" menu, instead the hover layer is now a separate location which can receive gadget moves from any gadcon in the "Move to" menu

SVN revision: 77528

11 years agounnecessary cast
Mike Blumenkrantz [Fri, 5 Oct 2012 10:23:52 +0000 (10:23 +0000)]
unnecessary cast

SVN revision: 77527

11 years agouse list macros for gadman handlers
Mike Blumenkrantz [Fri, 5 Oct 2012 10:22:57 +0000 (10:22 +0000)]
use list macros for gadman handlers

SVN revision: 77526

11 years agogadcon "Move to" menu no longer shows the gadget's current gadcon
Mike Blumenkrantz [Fri, 5 Oct 2012 10:07:22 +0000 (10:07 +0000)]
gadcon "Move to" menu no longer shows the gadget's current gadcon

SVN revision: 77523

11 years agogadcon location gadget_add callbacks now have a gadcon client param so the config...
Mike Blumenkrantz [Fri, 5 Oct 2012 09:57:34 +0000 (09:57 +0000)]
gadcon location gadget_add callbacks now have a gadcon client param so the config can be retrieved since these callbacks are (currently) only used for changing locations of gadgets
also the related gcc param in gadget_del can now have a NULL config to signify that the gadget has been moved to a new gadcon

this means that moving a gadget to a new location will no longer cause it to lose its gadget config

ticket #1594

SVN revision: 77521

11 years agoblock mouse in/out events for iconified borders to fix case where iconifying a window...
Mike Blumenkrantz [Fri, 5 Oct 2012 09:17:47 +0000 (09:17 +0000)]
block mouse in/out events for iconified borders to fix case where iconifying a window using the border menu would prevent it from becoming iconified

SVN revision: 77520

11 years agogadgets can now be configured from the Desktop menu to bypass selecting layer in...
Mike Blumenkrantz [Fri, 5 Oct 2012 09:05:34 +0000 (09:05 +0000)]
gadgets can now be configured from the Desktop menu to bypass selecting layer in the overall gadget config

SVN revision: 77517

11 years agoblank text previews during read
Mike Blumenkrantz [Fri, 5 Oct 2012 09:03:27 +0000 (09:03 +0000)]
blank text previews during read
ticket #1601

SVN revision: 77516

11 years agoadd desktop menu category
Mike Blumenkrantz [Fri, 5 Oct 2012 09:01:45 +0000 (09:01 +0000)]
add desktop menu category

SVN revision: 77515

11 years agoensure that missing gadman gadget geom popup only ever appears once, also set edit...
Mike Blumenkrantz [Fri, 5 Oct 2012 08:23:00 +0000 (08:23 +0000)]
ensure that missing gadman gadget geom popup only ever appears once, also set edit mode on repositioned gadget

SVN revision: 77514

11 years agoalso handle reapplying default sizing more effectively
Mike Blumenkrantz [Fri, 5 Oct 2012 08:16:11 +0000 (08:16 +0000)]
also handle reapplying default sizing more effectively

SVN revision: 77513

11 years agofix gadman popups to work and support markup
Mike Blumenkrantz [Fri, 5 Oct 2012 08:13:43 +0000 (08:13 +0000)]
fix gadman popups to work and support markup

SVN revision: 77512

11 years agofix setting drag on new desktop gadgets
Mike Blumenkrantz [Fri, 5 Oct 2012 08:05:50 +0000 (08:05 +0000)]
fix setting drag on new desktop gadgets

SVN revision: 77511

11 years agobreak out gadman popups into separate functions with timers and handlers to ensure...
Mike Blumenkrantz [Fri, 5 Oct 2012 07:31:10 +0000 (07:31 +0000)]
break out gadman popups into separate functions with timers and handlers to ensure that they actually go away

SVN revision: 77509

11 years agouse default coords when repositioning a misconfigured desktop gadget so it will be...
Mike Blumenkrantz [Fri, 5 Oct 2012 06:59:06 +0000 (06:59 +0000)]
use default coords when repositioning a misconfigured desktop gadget so it will be less likely to be hidden by open dialogs

SVN revision: 77506

11 years agoadd pulse_disconnect() function and properly send disconnect events when disconnectin...
Mike Blumenkrantz [Fri, 5 Oct 2012 06:56:13 +0000 (06:56 +0000)]
add pulse_disconnect() function and properly send disconnect events when disconnecting during pulse auth

SVN revision: 77505

11 years agoAnd format for 80 columns again.
Christopher Michael [Fri, 5 Oct 2012 06:45:05 +0000 (06:45 +0000)]
And format for 80 columns again.

SVN revision: 77504

11 years agosimplify worst case shelf visibility check
Mike Blumenkrantz [Fri, 5 Oct 2012 06:44:53 +0000 (06:44 +0000)]
simplify worst case shelf visibility check

SVN revision: 77503

11 years agocheck for shelf visibility on init before showing
Mike Blumenkrantz [Fri, 5 Oct 2012 06:43:44 +0000 (06:43 +0000)]
check for shelf visibility on init before showing
ticket #1595

SVN revision: 77502

11 years agoadd util function for returning current container without needing to pass manager
Mike Blumenkrantz [Fri, 5 Oct 2012 06:43:13 +0000 (06:43 +0000)]
add util function for returning current container without needing to pass manager

SVN revision: 77501

11 years agouse list handler macro
Mike Blumenkrantz [Fri, 5 Oct 2012 06:36:00 +0000 (06:36 +0000)]
use list handler macro

SVN revision: 77500

11 years agoFormat for 80 columns.
Christopher Michael [Fri, 5 Oct 2012 06:04:34 +0000 (06:04 +0000)]
Format for 80 columns.

SVN revision: 77497

11 years agoe: formatting
Sebastian Dransfeld [Thu, 4 Oct 2012 23:30:35 +0000 (23:30 +0000)]
e: formatting

SVN revision: 77493

11 years agoe: Fix typo
Sebastian Dransfeld [Thu, 4 Oct 2012 23:27:07 +0000 (23:27 +0000)]
e: Fix typo

Patch by Igor Murzov

SVN revision: 77492

11 years agoe: Cleanup
Sebastian Dransfeld [Thu, 4 Oct 2012 23:27:01 +0000 (23:27 +0000)]
e: Cleanup

Fixes potential invalid memory reads.

Patch by Igor Murzov

SVN revision: 77491

11 years agoe: Cleanup
Sebastian Dransfeld [Thu, 4 Oct 2012 23:26:48 +0000 (23:26 +0000)]
e: Cleanup

Removes unused variables, drops duplicate return or break
     statements and drops unnecessary checks.

Patch by Igor Murzov

SVN revision: 77490

11 years agoE17: Path of keyboard definition files changed to /usr/X11R6/share/X11/xkb/ in OpenBS...
Vincent Torri [Thu, 4 Oct 2012 17:18:45 +0000 (17:18 +0000)]
E17: Path of keyboard definition files changed to /usr/X11R6/share/X11/xkb/ in OpenBSD 5.0.

Patch by Maxime Villard (rustyBSD)

SVN revision: 77447

11 years agoe/connman: Check for the correct messages.
Stefan Schmidt [Thu, 4 Oct 2012 14:56:17 +0000 (14:56 +0000)]
e/connman: Check for the correct messages.

Checking two times the same message does not make any sense. The only logical
thing seems to be checking for the properties message here. Leaving the wifi
properties message out as not every setup has wifi. At least on my desktop
here I don't have /net/connman/technology/wifi so we should not fail without
it.

Dermarchi or Bdilly please cry or fix if this is not as intended.
(Brought to you by double_condition_check.cocci)

SVN revision: 77440

11 years agoRemove dead code.
Christopher Michael [Thu, 4 Oct 2012 13:14:33 +0000 (13:14 +0000)]
Remove dead code.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 77438

11 years agoalso set icon for single click menu item
Mike Blumenkrantz [Thu, 4 Oct 2012 13:09:14 +0000 (13:09 +0000)]
also set icon for single click menu item

SVN revision: 77437

11 years agoset icon for secure delete menu item
Mike Blumenkrantz [Thu, 4 Oct 2012 13:07:14 +0000 (13:07 +0000)]
set icon for secure delete menu item

SVN revision: 77436

11 years agoadd menu option to enable/disable secure deletion in efm when global setting is not...
Mike Blumenkrantz [Thu, 4 Oct 2012 13:04:50 +0000 (13:04 +0000)]
add menu option to enable/disable secure deletion in efm when global setting is not enabled

SVN revision: 77435

11 years agoadd gui option for secure deletion in efm
Mike Blumenkrantz [Thu, 4 Oct 2012 12:58:18 +0000 (12:58 +0000)]
add gui option for secure deletion in efm

SVN revision: 77434

11 years agosimplify previous commit
Mike Blumenkrantz [Thu, 4 Oct 2012 12:11:17 +0000 (12:11 +0000)]
simplify previous commit

SVN revision: 77432

11 years agoefm right click -> "Open" will now become "Run" when the file will be executed direct...
Mike Blumenkrantz [Thu, 4 Oct 2012 11:57:51 +0000 (11:57 +0000)]
efm right click -> "Open" will now become "Run" when the file will be executed directly in order to be more clear

SVN revision: 77431

11 years agoand the gettext
Mike Blumenkrantz [Thu, 4 Oct 2012 11:52:30 +0000 (11:52 +0000)]
and the gettext

SVN revision: 77430

11 years agomore mixer magic failure fixes
Mike Blumenkrantz [Thu, 4 Oct 2012 11:51:31 +0000 (11:51 +0000)]
more mixer magic failure fixes

SVN revision: 77429

11 years agoformat string whoops
Mike Blumenkrantz [Thu, 4 Oct 2012 11:50:15 +0000 (11:50 +0000)]
format string whoops

SVN revision: 77428

11 years agoe: Fix warning
Mike McCormack [Thu, 4 Oct 2012 11:47:43 +0000 (11:47 +0000)]
e: Fix warning

e_smart_monitor.c:1036:29: warning: ‘mode’ may be used uninitialized in this function

Signed-off-by: Mike McCormack <mikem@atratus.org>
SVN revision: 77427

11 years agofinally fix annoying pulse mixer magic failure
Mike Blumenkrantz [Thu, 4 Oct 2012 10:33:59 +0000 (10:33 +0000)]
finally fix annoying pulse mixer magic failure

SVN revision: 77424

11 years agoclock popup now hides only when switching to a desktop where its parent gadcon is...
Mike Blumenkrantz [Thu, 4 Oct 2012 10:05:40 +0000 (10:05 +0000)]
clock popup now hides only when switching to a desktop where its parent gadcon is not present or if a window goes fullscreen after the popup has appeared
ticket #1592

SVN revision: 77417

11 years agomove shelf visible detection code from e_desk to e_shelf
Mike Blumenkrantz [Thu, 4 Oct 2012 09:53:52 +0000 (09:53 +0000)]
move shelf visible detection code from e_desk to e_shelf

SVN revision: 77416

11 years agowhen loading a .desktop file with fprev which is a link but NOT a link to removable...
Mike Blumenkrantz [Thu, 4 Oct 2012 09:15:22 +0000 (09:15 +0000)]
when loading a .desktop file with fprev which is a link but NOT a link to removable media, set the link target as the new file to be previewed and update (fixes previews of .desktop files pointing to directories)

SVN revision: 77414

11 years agofix magic fail with remember idler
Mike Blumenkrantz [Thu, 4 Oct 2012 09:13:48 +0000 (09:13 +0000)]
fix magic fail with remember idler

SVN revision: 77413

11 years agoshow desktop filename in icon selection dialog
Mike Blumenkrantz [Thu, 4 Oct 2012 08:43:50 +0000 (08:43 +0000)]
show desktop filename in icon selection dialog
ticket #1237

SVN revision: 77411

11 years agoremember window restore cb is now an idler so we don't get a giant block of time...
Mike Blumenkrantz [Thu, 4 Oct 2012 08:31:35 +0000 (08:31 +0000)]
remember window restore cb is now an idler so we don't get a giant block of time where we're restoring dialogs without the user being able to do anything

SVN revision: 77410

11 years agoadd new flag for preventing a window from being opened on restart by its remember...
Mike Blumenkrantz [Thu, 4 Oct 2012 08:11:51 +0000 (08:11 +0000)]
add new flag for preventing a window from being opened on restart by its remember, apply this to both the desktop editor and shelf config dialogs

SVN revision: 77407

11 years agofix filepreview when reusing same fprev and switching between txt and dir
Mike Blumenkrantz [Thu, 4 Oct 2012 07:23:38 +0000 (07:23 +0000)]
fix filepreview when reusing same fprev and switching between txt and dir

SVN revision: 77406

11 years agoset clip state for pager when selecting stuff
Mike Blumenkrantz [Thu, 4 Oct 2012 06:44:09 +0000 (06:44 +0000)]
set clip state for pager when selecting stuff
ticket #1570

SVN revision: 77405

11 years agoupdating portuguese and italian translations
Massimo Maiurana [Wed, 3 Oct 2012 20:09:15 +0000 (20:09 +0000)]
updating portuguese and italian translations

SVN revision: 77384

11 years agofm preview: fix alignment and formatting string.
Gustavo Sverzut Barbieri [Wed, 3 Oct 2012 18:40:59 +0000 (18:40 +0000)]
fm preview: fix alignment and formatting string.

SVN revision: 77383

11 years agofilepreview now does a partial preview of text files and shell scripts
Mike Blumenkrantz [Wed, 3 Oct 2012 14:21:02 +0000 (14:21 +0000)]
filepreview now does a partial preview of text files and shell scripts

SVN revision: 77370

11 years agonext/prev xkb layout switch actions now properly set the current/selected kbd layout...
Mike Blumenkrantz [Wed, 3 Oct 2012 13:46:11 +0000 (13:46 +0000)]
next/prev xkb layout switch actions now properly set the current/selected kbd layout name

SVN revision: 77369

11 years agoE (RandR): Add function to return if a specific monitor is moving. Add
Christopher Michael [Wed, 3 Oct 2012 12:03:00 +0000 (12:03 +0000)]
E (RandR): Add function to return if a specific monitor is moving. Add
function to "reposition" a monitor when move is finished. Implement
basic monitor moving (still has some issues tho).

SVN revision: 77367

11 years agohide some file preview lines for directories
Mike Blumenkrantz [Wed, 3 Oct 2012 12:01:05 +0000 (12:01 +0000)]
hide some file preview lines for directories
ticket #1585

SVN revision: 77366

11 years agoE: remove duplicate variable setting
Sebastian Dransfeld [Wed, 3 Oct 2012 11:54:03 +0000 (11:54 +0000)]
E: remove duplicate variable setting

It is set to 1 again just below.

SVN revision: 77365

11 years agouse printf for this macro so we don't get log domain failures
Mike Blumenkrantz [Wed, 3 Oct 2012 11:43:26 +0000 (11:43 +0000)]
use printf for this macro so we don't get log domain failures

SVN revision: 77364

11 years agoE: Fix window hide
Sebastian Dransfeld [Wed, 3 Oct 2012 11:40:14 +0000 (11:40 +0000)]
E: Fix window hide

The idea of not deleting the borders of unmapped windows started with
r12777 to fix problems when changing virtual desktops. A lot of stuff
was added later to fix this problem, but this original fix has lived on.

When hunting down a mplayer bug raster commented in r14744:
"we need to re-enable the above. when clients hide windows they often
dont destory - keep around to do somethign else with. if we dont unmanage
then we have all sorts of problems believeing it still exists. bigger
problems than mplayer. :)"

So I guess the right thing to do is to destroy the borders of hidden
windows, fixes #917

SVN revision: 77363

11 years agofix stringshare usage
Mike Blumenkrantz [Wed, 3 Oct 2012 09:44:12 +0000 (09:44 +0000)]
fix stringshare usage

SVN revision: 77360

11 years agoblock going to parent directory on desktop using backspace key when desktop navigatio...
Mike Blumenkrantz [Wed, 3 Oct 2012 09:41:10 +0000 (09:41 +0000)]
block going to parent directory on desktop using backspace key when desktop navigation is not enabled

SVN revision: 77359