[Xfce4-commits] xfdesktop:master Minimize grid resizes

2014-03-02 Thread Eric Koegel
Updating branch refs/heads/master to dfb8f2141ca627e25d226ff259e7fe78cbd27434 (commit) from ad533417c2e491c36cfa0705aeb4cf020adad918 (commit) commit dfb8f2141ca627e25d226ff259e7fe78cbd27434 Author: Eric Koegel eric.koe...@gmail.com Date: Sun Mar 2 12:46:40 2014 +0300

[Xfce4-commits] xfdesktop:master Remove old version check

2014-03-01 Thread Eric Koegel
Updating branch refs/heads/master to c0c498678def0f32f24bb0a1653408c78f9495da (commit) from e92af0cdace692250c289ea608568fc2b24d684d (commit) commit c0c498678def0f32f24bb0a1653408c78f9495da Author: Eric Koegel eric.koe...@gmail.com Date: Sun Mar 2 09:13:13 2014 +0300 Remove

[Xfce4-commits] xfdesktop:master Right click edits launchers

2014-03-01 Thread Eric Koegel
Updating branch refs/heads/master to 12b9528fd10769fff10346a503922fa280d0c293 (commit) from c0c498678def0f32f24bb0a1653408c78f9495da (commit) commit 12b9528fd10769fff10346a503922fa280d0c293 Author: Eric Koegel eric.koe...@gmail.com Date: Sun Mar 2 10:20:56 2014 +0300 Right

[Xfce4-commits] xfdesktop:master Fix a crash when removing displays

2014-02-26 Thread Eric Koegel
Updating branch refs/heads/master to 22fd6840660e5154a7051647051deefea90bfe27 (commit) from 36387ed6c75662a42d822d32029e425ae73a556d (commit) commit 22fd6840660e5154a7051647051deefea90bfe27 Author: Eric Koegel eric.koe...@gmail.com Date: Wed Feb 26 12:43:02 2014 +0300 Fix

[Xfce4-commits] xfdesktop:master Fix a runtime warning

2014-02-26 Thread Eric Koegel
Updating branch refs/heads/master to 19df3baad37c51d2ebc8cef0d3b0dfa8ab098033 (commit) from 22fd6840660e5154a7051647051deefea90bfe27 (commit) commit 19df3baad37c51d2ebc8cef0d3b0dfa8ab098033 Author: Eric Koegel eric.koe...@gmail.com Date: Wed Feb 26 13:46:57 2014 +0300 Fix

[Xfce4-commits] xfdesktop:master Better migration from previous version

2014-02-25 Thread Eric Koegel
Updating branch refs/heads/master to 26feb3b13e8c3c5ea9f41a51768dec230f139f15 (commit) from 68be2f077b28db13eb5c4c095fbdc9b9027e5143 (commit) commit 26feb3b13e8c3c5ea9f41a51768dec230f139f15 Author: Eric Koegel eric.koe...@gmail.com Date: Tue Feb 25 12:08:46 2014 +0300

[Xfce4-commits] xfdesktop:master Reload the iconview on reload

2014-02-25 Thread Eric Koegel
Updating branch refs/heads/master to 36387ed6c75662a42d822d32029e425ae73a556d (commit) from 26feb3b13e8c3c5ea9f41a51768dec230f139f15 (commit) commit 36387ed6c75662a42d822d32029e425ae73a556d Author: Eric Koegel eric.koe...@gmail.com Date: Wed Feb 26 10:02:35 2014 +0300

[Xfce4-commits] xfdesktop:master Fix a couple runtime warnings

2014-02-23 Thread Eric Koegel
Updating branch refs/heads/master to b1a7c62d4e78dc1cee7e3d499440618c085c7d48 (commit) from d309a6949b751002b33ed432f88fd47a1384db0e (commit) commit b1a7c62d4e78dc1cee7e3d499440618c085c7d48 Author: Eric Koegel eric.koe...@gmail.com Date: Sun Feb 23 13:37:20 2014 +0300 Fix

[Xfce4-commits] xfdesktop:master Fix an settings issue when plug names aren't available

2014-02-23 Thread Eric Koegel
Updating branch refs/heads/master to 05adaa59dbedd89b3e0ae6001ff367572c1be7d2 (commit) from b1a7c62d4e78dc1cee7e3d499440618c085c7d48 (commit) commit 05adaa59dbedd89b3e0ae6001ff367572c1be7d2 Author: Eric Koegel eric.koe...@gmail.com Date: Sun Feb 23 14:49:49 2014 +0300 Fix

[Xfce4-commits] xfdesktop:master Clean up some user strings

2014-02-23 Thread Eric Koegel
Updating branch refs/heads/master to d1d98fb12fd461bd00b99e821cae155ccd926716 (commit) from 755ae10f0b20bc4f105d9a35b2596bae956bc1ff (commit) commit d1d98fb12fd461bd00b99e821cae155ccd926716 Author: Eric Koegel eric.koe...@gmail.com Date: Mon Feb 24 10:16:20 2014 +0300 Clean

[Xfce4-commits] xfdesktop:master Show add/remove workspace option is on by default

2014-02-23 Thread Eric Koegel
Updating branch refs/heads/master to 755ae10f0b20bc4f105d9a35b2596bae956bc1ff (commit) from 05adaa59dbedd89b3e0ae6001ff367572c1be7d2 (commit) commit 755ae10f0b20bc4f105d9a35b2596bae956bc1ff Author: Eric Koegel eric.koe...@gmail.com Date: Mon Feb 24 09:59:58 2014 +0300 Show

[Xfce4-commits] xfdesktop:master Fix segfault on session start

2014-02-22 Thread Eric Koegel
Fix segfault on session start Signed-off-by: Eric Koegel eric.koe...@gmail.com src/xfce-desktop.c |4 1 file changed, 4 insertions(+) diff --git a/src/xfce-desktop.c b/src/xfce-desktop.c index aff857e..b076589 100644 --- a/src/xfce-desktop.c +++ b/src/xfce-desktop.c

[Xfce4-commits] xfdesktop:master Remember the window size of the settings dialog.

2014-02-22 Thread Eric Koegel
the window size of the settings dialog. Signed-off-by: Eric Koegel eric.koe...@gmail.com settings/main.c | 29 ++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/settings/main.c b/settings/main.c index 9170ef0..a34256e 100644 --- a/settings/main.c

[Xfce4-commits] xfdesktop|xfdesktop-4.11.3 Creating annotated tag xfdesktop-4.11.3

2014-02-19 Thread Eric Koegel
Updating annotated tag refs/tags/xfdesktop-4.11.3 as new annotated tag to b71993f719a1320c1e817257399fdb29d009ecc8 (tag) succeeds xfdesktop-4.11.2-42-g9b9bacb tagged by Eric Koegel eric.koe...@gmail.com on 2014-02-19 18:54 +0100 Eric Koegel (1): Updates

[Xfce4-commits] xfdesktop:master Updates for release.

2014-02-19 Thread Eric Koegel
Updating branch refs/heads/master to ffb99ffdcc7926cae8b8d1bbee286c5797d28083 (commit) from 9b9bacb445ded5050ea073b9b1c784883a43456b (commit) commit ffb99ffdcc7926cae8b8d1bbee286c5797d28083 Author: Eric Koegel eric.koe...@gmail.com Date: Wed Feb 19 20:54:05 2014 +0300

[Xfce4-commits] xfdesktop:master Post release tag bump.

2014-02-19 Thread Eric Koegel
Updating branch refs/heads/master to e613364882c606e337bb4036cd5a5b910967393a (commit) from ffb99ffdcc7926cae8b8d1bbee286c5797d28083 (commit) commit e613364882c606e337bb4036cd5a5b910967393a Author: Eric Koegel eric.koe...@gmail.com Date: Wed Feb 19 21:00:12 2014 +0300 Post

[Xfce4-commits] xfdesktop:master Always redraw backdrop on display change

2014-02-17 Thread Eric Koegel
Updating branch refs/heads/master to 11990471655a1ea7277497c8c93b716b1a3a2749 (commit) from e0f355e0f031b9ab2cc19cb7a32fbc6a4722e8cd (commit) commit 11990471655a1ea7277497c8c93b716b1a3a2749 Author: Eric Koegel eric.koe...@gmail.com Date: Mon Feb 17 14:14:39 2014 +0300

[Xfce4-commits] xfdesktop:master Release pixmap on screen changes

2014-02-17 Thread Eric Koegel
Updating branch refs/heads/master to 9b9bacb445ded5050ea073b9b1c784883a43456b (commit) from 11990471655a1ea7277497c8c93b716b1a3a2749 (commit) commit 9b9bacb445ded5050ea073b9b1c784883a43456b Author: Eric Koegel eric.koe...@gmail.com Date: Mon Feb 17 15:26:42 2014 +0300

[Xfce4-commits] xfdesktop:master Scale up small image previews in xfdesktop-settings (Bug 10690)

2014-02-16 Thread Eric Koegel
Updating branch refs/heads/master to e0f355e0f031b9ab2cc19cb7a32fbc6a4722e8cd (commit) from 9a7ea5a209faa3fd43ae9bc85a86491207897af3 (commit) commit e0f355e0f031b9ab2cc19cb7a32fbc6a4722e8cd Author: Eric Koegel eric.koe...@gmail.com Date: Sun Feb 16 17:22:15 2014 +0300 Scale

[Xfce4-commits] xfdesktop:master Revert Simplify adding icons to the desktop

2014-02-11 Thread Eric Koegel
Updating branch refs/heads/master to 9a7ea5a209faa3fd43ae9bc85a86491207897af3 (commit) from 8ae12c53e5fde26fc7e635fff10e02ec22be5cd3 (commit) commit 9a7ea5a209faa3fd43ae9bc85a86491207897af3 Author: Eric Koegel eric.koe...@gmail.com Date: Tue Feb 11 11:33:12 2014 +0300

[Xfce4-commits] xfdesktop:master Simplify adding icons to the desktop

2014-02-10 Thread Eric Koegel
Updating branch refs/heads/master to e339463f95c70578aae33f339ac54433f51cc5ae (commit) from 9cec4dbbd0dcd9f1d6a0e247a64c133324c6a9c2 (commit) commit e339463f95c70578aae33f339ac54433f51cc5ae Author: Eric Koegel eric.koe...@gmail.com Date: Mon Feb 10 15:07:29 2014 +0300

[Xfce4-commits] xfdesktop:master Fix strict aliasing issue

2014-02-10 Thread Eric Koegel
Updating branch refs/heads/master to 369fe226968f678faf255805f5285665f20e03af (commit) from e339463f95c70578aae33f339ac54433f51cc5ae (commit) commit 369fe226968f678faf255805f5285665f20e03af Author: Eric Koegel eric.koe...@gmail.com Date: Mon Feb 10 16:06:21 2014 +0300 Fix

[Xfce4-commits] xfdesktop:master update README with new defaults

2014-02-10 Thread Eric Koegel
Updating branch refs/heads/master to 8ae12c53e5fde26fc7e635fff10e02ec22be5cd3 (commit) from 09f4a5e334a6858369ea69cc62ddd381250c9d62 (commit) commit 8ae12c53e5fde26fc7e635fff10e02ec22be5cd3 Author: Eric Koegel eric.koe...@gmail.com Date: Mon Feb 10 22:15:25 2014 +0300

[Xfce4-commits] xfdesktop:master Update default icon size, spacing, and text proportion

2014-02-10 Thread Eric Koegel
Updating branch refs/heads/master to 09f4a5e334a6858369ea69cc62ddd381250c9d62 (commit) from 03900b4256dcd4e597882fa7116da3b2d7b56001 (commit) commit 09f4a5e334a6858369ea69cc62ddd381250c9d62 Author: Eric Koegel eric.koe...@gmail.com Date: Mon Feb 10 22:05:27 2014 +0300

[Xfce4-commits] xfce4-power-manager:eric/bugzilla-patches xfpm-power-info: add current percentage of batteries

2014-02-10 Thread Eric Koegel
2012 +0200 xfpm-power-info: add current percentage of batteries a bluetooth mouse's battery might not have any Energy* properties (all zero), but a Percentage property, so it might be useful to show that. Signed-off-by: Eric Koegel eric.koe...@gmail.com src/xfpm-power

[Xfce4-commits] xfce4-power-manager:eric/bugzilla-patches xfpm-battery: do not show an icon for HID devices

2014-02-10 Thread Eric Koegel
2012 +0200 xfpm-battery: do not show an icon for HID devices my bluetooth mouse always shows up as a second battery which is not too useful -- ignore devices starting with hid- TODO: check if this affects UPSs. Signed-off-by: Eric Koegel eric.koe...@gmail.com src

[Xfce4-commits] xfdesktop:master Check for thumbnails in the new location

2014-02-09 Thread Eric Koegel
Updating branch refs/heads/master to 21e242639b81e0d7ae0a6c7e922b78149ff2deab (commit) from 3706a99fcf96557107b9f422463dc721f64ba616 (commit) commit 21e242639b81e0d7ae0a6c7e922b78149ff2deab Author: Eric Koegel eric.koe...@gmail.com Date: Sun Feb 9 20:01:33 2014 +0300 Check

[Xfce4-commits] xfdesktop:master Scale down special icons (Bug 10653)

2014-02-04 Thread Eric Koegel
Updating branch refs/heads/master to 9160a163e60bda06f5a1f550b5c04f846ff3817a (commit) from c585aff2aaf90e0c9350355b0096371f3cdc679a (commit) commit 9160a163e60bda06f5a1f550b5c04f846ff3817a Author: Eric Koegel eric.koe...@gmail.com Date: Mon Feb 3 15:38:20 2014 +0300 Scale

[Xfce4-commits] xfdesktop:master Fix issues with icon resizing

2014-01-27 Thread Eric Koegel
Updating branch refs/heads/master to b730aad939db6b8ab5b99e5e4873c7540f7e2be0 (commit) from 983a5d601273ab2ef61bc437d655f999c45b8e01 (commit) commit b730aad939db6b8ab5b99e5e4873c7540f7e2be0 Author: Eric Koegel eric.koe...@gmail.com Date: Mon Jan 27 12:17:38 2014 +0300 Fix

[Xfce4-commits] xfdesktop:master Fix some more potential bugs

2014-01-25 Thread Eric Koegel
Updating branch refs/heads/master to 3aeedbb076b1315b56e43e798694425657569abe (commit) from cad4ddfa7d735b62099c9716e99821536a02b006 (commit) commit 3aeedbb076b1315b56e43e798694425657569abe Author: Eric Koegel eric.koe...@gmail.com Date: Sat Jan 25 21:32:26 2014 +0300 Fix

[Xfce4-commits] xfdesktop:master Refresh desktop on style changes

2014-01-25 Thread Eric Koegel
Updating branch refs/heads/master to 1516cb96c6ec9b20b63f05e7bcc4af8594d43129 (commit) from 9628995ae4ae767591de3a31fb98ef233852617e (commit) commit 1516cb96c6ec9b20b63f05e7bcc4af8594d43129 Author: Eric Koegel eric.koe...@gmail.com Date: Sat Jan 25 18:33:19 2014 +0300

[Xfce4-commits] xfdesktop:master Fix some potential bugs

2014-01-24 Thread Eric Koegel
Updating branch refs/heads/master to 78393c501d071ec05986d62b210b26e0170942ad (commit) from da61495218044db15bf95c4f2184ec969dc50c7a (commit) commit 78393c501d071ec05986d62b210b26e0170942ad Author: Eric Koegel eric.koe...@gmail.com Date: Sat Jan 25 08:32:29 2014 +0300 Fix

[Xfce4-commits] xfce4-power-manager:eric/bugzilla-patches Don't allow systemd to handle suspend/hibernate events.

2014-01-20 Thread Eric Koegel
+0400 Don't allow systemd to handle suspend/hibernate events. Signed-off-by: Eric Koegel eric.koe...@gmail.com src/xfpm-main.c | 87 +-- 1 file changed, 85 insertions(+), 2 deletions(-) diff --git a/src/xfpm-main.c b/src/xfpm

[Xfce4-commits] xfce4-power-manager:eric/bugzilla-patches Update to XFCE_PANEL_PLUGIN_REGISTER

2014-01-19 Thread Eric Koegel
Updating branch refs/heads/eric/bugzilla-patches to f1bf6f36e19bf38f149e22dc5a4f34f4b9e07eed (commit) from 9cae533cfd76113651330811c73f54691608aab4 (commit) commit f1bf6f36e19bf38f149e22dc5a4f34f4b9e07eed Author: Eric Koegel eric.koe...@gmail.com Date: Mon Jan 13 15:42:42 2014

[Xfce4-commits] xfce4-power-manager:eric/bugzilla-patches Add support for keyboard backlight control (Bug 10470)

2014-01-19 Thread Eric Koegel
Updating branch refs/heads/eric/bugzilla-patches to fbf8daf3709bd9fedbe251b6faaeebafcf02f830 (commit) from f1bf6f36e19bf38f149e22dc5a4f34f4b9e07eed (commit) commit fbf8daf3709bd9fedbe251b6faaeebafcf02f830 Author: Sonal Santan sonal.san...@gmail.com Date: Mon Jan 20 10:01:47 2014

[Xfce4-commits] xfce4-power-manager:eric/bugzilla-patches Fix empty systray icon in some panels on battery removal and addition

2014-01-18 Thread Eric Koegel
/show_bug.cgi?id=8424 https://bugs.launchpad.net/ubuntu/+source/lxpanel/+bug/846878 https://bugzilla.redhat.com/show_bug.cgi?id=765726 Signed-off-by: Eric Koegel eric.koe...@gmail.com src/xfpm-battery.c |2 ++ src/xfpm-power.c |1 + 2 files changed, 3 insertions(+) diff

[Xfce4-commits] xfce4-power-manager:eric/bugzilla-patches Display power percentage

2014-01-18 Thread Eric Koegel
2013 +0100 Display power percentage This is particularly relevant for Logitech Unifying devices. My test device was a Logitech M185 wireless mouse, which has no power related properties except for percentage. Signed-off-by: Eric Koegel eric.koe...@gmail.com src

[Xfce4-commits] xfce4-power-manager:eric/bugzilla-patches Fix status icon for devices other than battery and ups (Bug 8188)

2014-01-18 Thread Eric Koegel
Updating branch refs/heads/eric/bugzilla-patches to 9cae533cfd76113651330811c73f54691608aab4 (commit) from 4549373bdd56d42892cdda414b655e4a0b853a6c (commit) commit 9cae533cfd76113651330811c73f54691608aab4 Author: Eric Koegel eric.koe...@gmail.com Date: Sun Jan 19 09:44:31 2014

[Xfce4-commits] xfce4-power-manager:eric/bugzilla-patches Creating branch eric/bugzilla-patches

2014-01-17 Thread Eric Koegel
Updating branch refs/heads/eric/bugzilla-patches as new branch to 79e77846329775ea4986ecb8c414642f61746b70 (commit) Branches are created implicitly by pushing. This mail only exists to let you know that there was code pushed to refs/heads/eric/bugzilla-patches for the first

[Xfce4-commits] xfce4-power-manager:eric/bugzilla-patches Add shutdown/reboot functionality for systemd (Bug 10167)

2014-01-17 Thread Eric Koegel
without needing systemd. Eric Koegel changed the xfpm-systemd.c code to use xfpm's internal polkit code rather than require an external dependancy so the checks can be done at runtime. src/Makefile.am|2 + src/xfpm-manager.c | 38 +++-- src/xfpm-power.c | 123

[Xfce4-commits] xfdesktop:master Fix some runtime warnings

2014-01-12 Thread Eric Koegel
Updating branch refs/heads/master to ae085d7a1b961870b70e0b22916d7cae67b992eb (commit) from 8e84a7f57a3d3c8dfe788d537e4b14ae16d22608 (commit) commit ae085d7a1b961870b70e0b22916d7cae67b992eb Author: Eric Koegel eric.koe...@gmail.com Date: Sun Jan 12 15:04:02 2014 +0300 Fix

[Xfce4-commits] xfdesktop:master Fix keyboard cursor movement in the icon view

2014-01-12 Thread Eric Koegel
Updating branch refs/heads/master to 0ab5c4185fa9d9a97c330267ad668107147c1fff (commit) from ae085d7a1b961870b70e0b22916d7cae67b992eb (commit) commit 0ab5c4185fa9d9a97c330267ad668107147c1fff Author: Eric Koegel eric.koe...@gmail.com Date: Mon Jan 13 10:43:50 2014 +0300 Fix

[Xfce4-commits] xfdesktop:master Fix icon labels in RTL languages (Bug 10604)

2014-01-08 Thread Eric Koegel
Updating branch refs/heads/master to 3cbad61da8ed5ef919d3e1ce38a483134eca8044 (commit) from be66a78f2a43de278411bd02bdde1cc0764bb03e (commit) commit 3cbad61da8ed5ef919d3e1ce38a483134eca8044 Author: Eric Koegel eric.koe...@gmail.com Date: Mon Jan 6 16:01:50 2014 +0300 Fix

[Xfce4-commits] xfdesktop:master Ensure a quit signal causes xfdesktop to shutdown

2014-01-08 Thread Eric Koegel
Updating branch refs/heads/master to cfe5a0ad88b84a23a4cd6d18a25635ec84cbaf68 (commit) from 3cbad61da8ed5ef919d3e1ce38a483134eca8044 (commit) commit cfe5a0ad88b84a23a4cd6d18a25635ec84cbaf68 Author: Eric Koegel eric.koe...@gmail.com Date: Wed Jan 8 20:36:16 2014 +0300 Ensure

[Xfce4-commits] xfdesktop:master Use get_folder_actions for clicks on the desktop itself

2014-01-05 Thread Eric Koegel
Updating branch refs/heads/master to c4782e358f100f33c665e67d47425f77c9655ec4 (commit) from 1028f607551254cca5db4951e9e52d4bb4d09c6d (commit) commit c4782e358f100f33c665e67d47425f77c9655ec4 Author: Eric Koegel eric.koe...@gmail.com Date: Sun Jan 5 21:47:39 2014 +0300 Use

[Xfce4-commits] xfdesktop:master Only use thunarx_menu_provider_get_file_actions (Bug 10492)

2013-12-31 Thread Eric Koegel
Updating branch refs/heads/master to b13d47e52d3755f9e9c424339063370a8ca7234b (commit) from ff207e4a68c3308083c3fc8dab48700672d9f061 (commit) commit b13d47e52d3755f9e9c424339063370a8ca7234b Author: Eric Koegel eric.koe...@gmail.com Date: Sun Dec 29 22:39:07 2013 +0300 Only

[Xfce4-commits] xfdesktop:master Updates for release.

2013-12-22 Thread Eric Koegel
Updating branch refs/heads/master to 9e7c92a9701efa4c262c26bb48b427651e47c9c1 (commit) from a893ba38b656d6a76ff2c93050d19526419641a2 (commit) commit 9e7c92a9701efa4c262c26bb48b427651e47c9c1 Author: Eric Koegel eric.koe...@gmail.com Date: Sun Dec 22 15:22:27 2013 +0300

[Xfce4-commits] xfdesktop|xfdesktop-4.11.2 Creating annotated tag xfdesktop-4.11.2

2013-12-22 Thread Eric Koegel
Updating annotated tag refs/tags/xfdesktop-4.11.2 as new annotated tag to 4afbee8262d3fd67d052220e972207f6baf4f464 (tag) succeeds xfdesktop-4.11.1-137-ga893ba3 tagged by Eric Koegel eric.koe...@gmail.com on 2013-12-22 13:23 +0100 Eric Koegel (1): Updates

[Xfce4-commits] xfdesktop:master Post release tag bump.

2013-12-22 Thread Eric Koegel
Updating branch refs/heads/master to b275ed97f978c8fda037c185efbdd01d56738b48 (commit) from 9e7c92a9701efa4c262c26bb48b427651e47c9c1 (commit) commit b275ed97f978c8fda037c185efbdd01d56738b48 Author: Eric Koegel eric.koe...@gmail.com Date: Sun Dec 22 15:28:31 2013 +0300 Post

[Xfce4-commits] xfdesktop:master Scale down oversize icons in menus (Bugs 10545, 10461)

2013-12-19 Thread Eric Koegel
Updating branch refs/heads/master to 596ac7b07939b3b93c6253b2db704a91e68e75d0 (commit) from 37baff27944ba6282e420069e0993f08953ff482 (commit) commit 596ac7b07939b3b93c6253b2db704a91e68e75d0 Author: Eric Koegel eric.koe...@gmail.com Date: Sun Dec 15 12:18:01 2013 +0300 Scale

[Xfce4-commits] xfdesktop:master Remove old GLIB/GTK macro checks

2013-12-14 Thread Eric Koegel
Updating branch refs/heads/master to 1a91076400b8f56126e654ccbd9751acc24974ed (commit) from f12aa431c11f4aac2e9805f68e2f1d5b5424e079 (commit) commit 1a91076400b8f56126e654ccbd9751acc24974ed Author: Eric Koegel eric.koe...@gmail.com Date: Sat Dec 14 21:35:35 2013 +0300

[Xfce4-commits] xfdesktop:master Add a settings option for the add/remove workspace property

2013-12-14 Thread Eric Koegel
Updating branch refs/heads/master to fb2bee20a297458adb1d00a4ea878a36d290b57a (commit) from e2e0d0feee28148e6786245b6ee47a64c9d1cc46 (commit) commit fb2bee20a297458adb1d00a4ea878a36d290b57a Author: Eric Koegel eric.koe...@gmail.com Date: Sat Dec 14 22:04:30 2013 +0300 Add

[Xfce4-commits] xfdesktop:master Move max-template-files xfconf property

2013-12-14 Thread Eric Koegel
Updating branch refs/heads/master to e2e0d0feee28148e6786245b6ee47a64c9d1cc46 (commit) from 1a91076400b8f56126e654ccbd9751acc24974ed (commit) commit e2e0d0feee28148e6786245b6ee47a64c9d1cc46 Author: Eric Koegel eric.koe...@gmail.com Date: Sat Dec 14 21:52:38 2013 +0300 Move

[Xfce4-commits] xfdesktop:master Update man page

2013-12-12 Thread Eric Koegel
Updating branch refs/heads/master to a83d43d32562c76754cbba3b5cbcabcd656c0081 (commit) from ce72d74bc4d339336e2e856097d9ef82fb5a4f59 (commit) commit a83d43d32562c76754cbba3b5cbcabcd656c0081 Author: Eric Koegel eric.koe...@gmail.com Date: Thu Dec 12 11:35:56 2013 +0300

[Xfce4-commits] xfdesktop:master Add xfconf property for add/remove workspace (Bug 4278, 7337)

2013-12-12 Thread Eric Koegel
Updating branch refs/heads/master to f12aa431c11f4aac2e9805f68e2f1d5b5424e079 (commit) from a83d43d32562c76754cbba3b5cbcabcd656c0081 (commit) commit f12aa431c11f4aac2e9805f68e2f1d5b5424e079 Author: Eric Koegel eric.koe...@gmail.com Date: Thu Dec 12 17:48:55 2013 +0300 Add

[Xfce4-commits] xfdesktop:master Don't set the root pixmap until it's been drawn

2013-11-27 Thread Eric Koegel
Don't set the root pixmap until it's been drawn Signed-off-by: Eric Koegel eric.koe...@gmail.com src/xfce-desktop.c |2 -- 1 file changed, 2 deletions(-) diff --git a/src/xfce-desktop.c b/src/xfce-desktop.c index 27df359..ad8f533 100644 --- a/src/xfce-desktop.c +++ b/src/xfce-desktop.c

[Xfce4-commits] xfdesktop:master Don't set ESETROOT.

2013-11-27 Thread Eric Koegel
Don't set ESETROOT. This atom is used to inform other processes that the background was set by a RetainPermanent client, which should be killed if the background changes. Since xfdesktop is not RetainPermanent and should not get killed, don't set this. Signed-off-by: Eric

[Xfce4-commits] xfdesktop:master Don't show the window until the background is ready.

2013-11-25 Thread Eric Koegel
. Signed-off-by: Eric Koegel eric.koe...@gmail.com src/xfce-desktop.c |1 + src/xfdesktop-application.c |2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/xfce-desktop.c b/src/xfce-desktop.c index d93535c..27df359 100644 --- a/src/xfce-desktop.c +++ b/src/xfce

[Xfce4-commits] xfdesktop:master Fix a couple warning messages

2013-11-15 Thread Eric Koegel
Updating branch refs/heads/master to 7eef5d322ad5092b5839e37aae3aab98a91064ff (commit) from 92abe3c5a0a1991eef78fb9ce903aa279ab24abb (commit) commit 7eef5d322ad5092b5839e37aae3aab98a91064ff Author: Eric Koegel eric.koe...@gmail.com Date: Fri Nov 15 17:30:15 2013 +0300 Fix

[Xfce4-commits] xfdesktop:master Make application source file strings translatable

2013-11-14 Thread Eric Koegel
Updating branch refs/heads/master to 4a33d012bb775c1d867f9dbd2431a5719a41e901 (commit) from 3df3613163fc6a0db624dbc86f743e5fd9983d4e (commit) commit 4a33d012bb775c1d867f9dbd2431a5719a41e901 Author: Eric Koegel eric.koe...@gmail.com Date: Fri Nov 15 02:16:28 2013 +0300 Make

[Xfce4-commits] xfdesktop:master Improve how backdrops are choosen

2013-11-14 Thread Eric Koegel
Updating branch refs/heads/master to c033f2db3efd826723cc2c54f6d1970b2bf308e4 (commit) from 4a33d012bb775c1d867f9dbd2431a5719a41e901 (commit) commit c033f2db3efd826723cc2c54f6d1970b2bf308e4 Author: Eric Koegel eric.koe...@gmail.com Date: Fri Nov 15 02:17:47 2013 +0300

[Xfce4-commits] xfdesktop:master Wait for the window manager (Bug 7769)

2013-11-13 Thread Eric Koegel
Updating branch refs/heads/master to f8204f77cf48452b7021ee707369f6b69f322928 (commit) from 1d9dca11efbc9ac7f416d9c9dccb2049be2b5997 (commit) commit f8204f77cf48452b7021ee707369f6b69f322928 Author: Eric Koegel eric.koe...@gmail.com Date: Sat Sep 21 11:34:48 2013 +0300 Wait

[Xfce4-commits] xfdesktop:master Merge branch 'eric/Port-to-GApplication'

2013-11-13 Thread Eric Koegel
Updating branch refs/heads/master to 46c09c3a910df3e71bf9b15f5488c8265816256c (commit) from 2e4d8d39015c87b4c91c6a0e9192dba123a0c681 (commit) commit 46c09c3a910df3e71bf9b15f5488c8265816256c Merge: 2e4d8d3 14fa81a Author: Eric Koegel eric.koe...@gmail.com Date: Thu Nov 14 02:37

[Xfce4-commits] xfdesktop:master Tell session manage not to restart when quitting

2013-11-13 Thread Eric Koegel
Updating branch refs/heads/master to 0efc8138db0b63262f1b674b49d2b23d92e4b37c (commit) from f8204f77cf48452b7021ee707369f6b69f322928 (commit) commit 0efc8138db0b63262f1b674b49d2b23d92e4b37c Author: Eric Koegel eric.koe...@gmail.com Date: Mon Sep 23 14:10:27 2013 +0300 Tell

[Xfce4-commits] xfdesktop:master Add an info bar to the settings app (Bug 10460)

2013-11-13 Thread Eric Koegel
Updating branch refs/heads/master to 9a7b5c1381b8047dc97d2080a6274b2d468987e1 (commit) from 2456c1974cace0cb0494638146c33a88737cf6a9 (commit) commit 9a7b5c1381b8047dc97d2080a6274b2d468987e1 Author: Eric Koegel eric.koe...@gmail.com Date: Wed Nov 13 14:57:11 2013 +0300 Add

[Xfce4-commits] xfdesktop:master Workaround g_action_map being too new

2013-11-13 Thread Eric Koegel
Updating branch refs/heads/master to 1d9dca11efbc9ac7f416d9c9dccb2049be2b5997 (commit) from f4fa63b92f0ee07268f0af8b0bccb39a03c0e0e5 (commit) commit 1d9dca11efbc9ac7f416d9c9dccb2049be2b5997 Author: Eric Koegel eric.koe...@gmail.com Date: Sat Sep 21 10:50:39 2013 +0300

[Xfce4-commits] xfdesktop:master xfdesktop-application code cleanup

2013-11-13 Thread Eric Koegel
Updating branch refs/heads/master to 14fa81af7edeb570e6f3251ed9b3dc795560a328 (commit) from 0efc8138db0b63262f1b674b49d2b23d92e4b37c (commit) commit 14fa81af7edeb570e6f3251ed9b3dc795560a328 Author: Eric Koegel eric.koe...@gmail.com Date: Wed Nov 13 09:09:22 2013 +0300

[Xfce4-commits] xfdesktop:master Use the GApplication API

2013-11-13 Thread Eric Koegel
Updating branch refs/heads/master to f4fa63b92f0ee07268f0af8b0bccb39a03c0e0e5 (commit) from c014cb3231259ea4ffc4477f7ce7c7531f1c5d12 (commit) commit f4fa63b92f0ee07268f0af8b0bccb39a03c0e0e5 Author: Eric Koegel eric.koe...@gmail.com Date: Sat Sep 21 09:57:11 2013 +0300 Use

[Xfce4-commits] xfdesktop:master Use a label instead of a frame

2013-11-13 Thread Eric Koegel
Updating branch refs/heads/master to 2456c1974cace0cb0494638146c33a88737cf6a9 (commit) from 46c09c3a910df3e71bf9b15f5488c8265816256c (commit) commit 2456c1974cace0cb0494638146c33a88737cf6a9 Author: Eric Koegel eric.koe...@gmail.com Date: Wed Nov 13 14:54:31 2013 +0300 Use

[Xfce4-commits] xfdesktop:eric/Port-to-GApplication xfdesktop-application code cleanup

2013-11-12 Thread Eric Koegel
Updating branch refs/heads/eric/Port-to-GApplication to 14fa81af7edeb570e6f3251ed9b3dc795560a328 (commit) from 0efc8138db0b63262f1b674b49d2b23d92e4b37c (commit) commit 14fa81af7edeb570e6f3251ed9b3dc795560a328 Author: Eric Koegel eric.koe...@gmail.com Date: Wed Nov 13 09:09:22

[Xfce4-commits] xfdesktop:master Fix icons for .desktop files with absolute paths

2013-11-11 Thread Eric Koegel
Updating branch refs/heads/master to 9797cb5493524eaf786e49a665f11cf9869dbe88 (commit) from 7d7ce99052f57600d12b8f077fecf1b1a9ca8e25 (commit) commit 9797cb5493524eaf786e49a665f11cf9869dbe88 Author: Eric Koegel eric.koe...@gmail.com Date: Sun Nov 10 09:21:19 2013 +0300 Fix

[Xfce4-commits] xfdesktop:master Fix icon renames causing duplicate icons

2013-11-11 Thread Eric Koegel
Updating branch refs/heads/master to bdfd3970d31218643fe0e2a89079cd6817aafb4a (commit) from 9797cb5493524eaf786e49a665f11cf9869dbe88 (commit) commit bdfd3970d31218643fe0e2a89079cd6817aafb4a Author: Eric Koegel eric.koe...@gmail.com Date: Mon Nov 11 15:14:53 2013 +0300 Fix

[Xfce4-commits] xfdesktop:master Don't show hidden or backup files on the desktop (Bug 9001)

2013-11-09 Thread Eric Koegel
Updating branch refs/heads/master to 91f8183252ed809502b1ff36cd51a385e9f11848 (commit) from f33d91b16c38deb6f2a788b1a78c9676e04255b3 (commit) commit 91f8183252ed809502b1ff36cd51a385e9f11848 Author: Eric Koegel eric.koe...@gmail.com Date: Sun Nov 10 08:52:03 2013 +0300 Don't

[Xfce4-commits] xfdesktop:master Fix keyboard navigation in settings app

2013-11-03 Thread Eric Koegel
Updating branch refs/heads/master to 013856d55f3d8576494034d875173660bfec3f71 (commit) from c81192e242f2c715ea88602f1434b5c76093aa2b (commit) commit 013856d55f3d8576494034d875173660bfec3f71 Author: Eric Koegel eric.koe...@gmail.com Date: Sun Nov 3 09:35:36 2013 +0300 Fix

[Xfce4-commits] xfdesktop:master Post release tag bump.

2013-11-02 Thread Eric Koegel
Updating branch refs/heads/master to b4563b682d3c4bcf9e4dc9b99c5c6727efc5e4da (commit) from 6e59a0b84939f9f356224ead59b1c3963084a21a (commit) commit b4563b682d3c4bcf9e4dc9b99c5c6727efc5e4da Author: Eric Koegel eric.koe...@gmail.com Date: Sat Nov 2 09:04:14 2013 +0300 Post

[Xfce4-commits] xfdesktop:master Don't cache the pixbufs in single workspace mode

2013-11-01 Thread Eric Koegel
Updating branch refs/heads/master to 160cb351381664faac01a0506d91fa46559e2bb6 (commit) from cec316ea5c7c4d241cabd778aed3bfcd8299ea95 (commit) commit 160cb351381664faac01a0506d91fa46559e2bb6 Author: Eric Koegel eric.koe...@gmail.com Date: Fri Nov 1 10:41:48 2013 +0300 Don't

[Xfce4-commits] xfdesktop:master Fix icon moves and deletions

2013-11-01 Thread Eric Koegel
Updating branch refs/heads/master to 20c79bb1e8b1ee2d818d5717688ce54772f85fbe (commit) from 160cb351381664faac01a0506d91fa46559e2bb6 (commit) commit 20c79bb1e8b1ee2d818d5717688ce54772f85fbe Author: Eric Koegel eric.koe...@gmail.com Date: Fri Nov 1 11:44:43 2013 +0300 Fix

[Xfce4-commits] xfdesktop:master Wrong g_return_if_fail macro used

2013-11-01 Thread Eric Koegel
Updating branch refs/heads/master to 7a001c2de7440da2d0a65a5462134a36f5a1ee3e (commit) from 20c79bb1e8b1ee2d818d5717688ce54772f85fbe (commit) commit 7a001c2de7440da2d0a65a5462134a36f5a1ee3e Author: Eric Koegel eric.koe...@gmail.com Date: Fri Nov 1 15:41:58 2013 +0300 Wrong

[Xfce4-commits] xfdesktop|xfdesktop-4.11.1 Creating annotated tag xfdesktop-4.11.1

2013-11-01 Thread Eric Koegel
Updating annotated tag refs/tags/xfdesktop-4.11.1 as new annotated tag to d8bcd6c17ce99c2ed1d0f1267b5c4df655245c42 (tag) succeeds xfdesktop-4.11.0-60-g52cfc66 tagged by Eric Koegel eric.koe...@gmail.com on 2013-11-02 06:44 +0100 Eric Koegel (1): Updates

[Xfce4-commits] xfdesktop:master Updates for release.

2013-11-01 Thread Eric Koegel
Updating branch refs/heads/master to 784f97d3a70372996ba28a160ea87e95861dab6f (commit) from 52cfc6671c7f495cd3309901b62b3ea57f5f8ced (commit) commit 784f97d3a70372996ba28a160ea87e95861dab6f Author: Eric Koegel eric.koe...@gmail.com Date: Sat Nov 2 08:43:53 2013 +0300

[Xfce4-commits] xfdesktop:master Revert Updates for release.

2013-11-01 Thread Eric Koegel
Updating branch refs/heads/master to 6b4f14c9535e58fe2e7edabfa67902224bbdfad4 (commit) from 784f97d3a70372996ba28a160ea87e95861dab6f (commit) commit 6b4f14c9535e58fe2e7edabfa67902224bbdfad4 Author: Eric Koegel eric.koe...@gmail.com Date: Sat Nov 2 08:52:30 2013 +0300 Revert

[Xfce4-commits] xfdesktop:master Updates for release.

2013-11-01 Thread Eric Koegel
Updating branch refs/heads/master to 6e59a0b84939f9f356224ead59b1c3963084a21a (commit) from 6b4f14c9535e58fe2e7edabfa67902224bbdfad4 (commit) commit 6e59a0b84939f9f356224ead59b1c3963084a21a Author: Eric Koegel eric.koe...@gmail.com Date: Sat Nov 2 08:55:37 2013 +0300

[Xfce4-commits] xfdesktop:master Speed up template sub-menu loading code (Bug 7834)

2013-10-31 Thread Eric Koegel
Updating branch refs/heads/master to 4e5cd1813862800c5d768d5ef59279b37adbdfc1 (commit) from 312098a1d9ba81cc588d7d121587c14e35728eed (commit) commit 4e5cd1813862800c5d768d5ef59279b37adbdfc1 Author: Eric Koegel eric.koe...@gmail.com Date: Wed Oct 30 20:05:07 2013 +0300 Speed

[Xfce4-commits] xfdesktop:master Always move files from the trash (Bug 3983)

2013-10-31 Thread Eric Koegel
Updating branch refs/heads/master to 312098a1d9ba81cc588d7d121587c14e35728eed (commit) from 5eb24adb0f1ca7ef072552d83fdc04bb8044f96b (commit) commit 312098a1d9ba81cc588d7d121587c14e35728eed Author: Eric Koegel eric.koe...@gmail.com Date: Mon Oct 28 14:21:38 2013 +0300

[Xfce4-commits] xfdesktop:master Clear all pixels from drag highlight box (Bug 10450)

2013-10-31 Thread Eric Koegel
Updating branch refs/heads/master to 74797c73ab513258d796f77edb2908a0fba16bb3 (commit) from 4e5cd1813862800c5d768d5ef59279b37adbdfc1 (commit) commit 74797c73ab513258d796f77edb2908a0fba16bb3 Author: Eric Koegel eric.koe...@gmail.com Date: Thu Oct 31 20:49:40 2013 +0300 Clear

[Xfce4-commits] xfdesktop:master Fix menu popups via the command line

2013-10-29 Thread Eric Koegel
Updating branch refs/heads/master to 82b385d0e243dc26429b8cc647630f18107ebe6a (commit) from 24d5681d0bd57bce021cc1b44995de27c67e5fcc (commit) commit 82b385d0e243dc26429b8cc647630f18107ebe6a Author: Eric Koegel eric.koe...@gmail.com Date: Sun Oct 27 13:04:28 2013 +0300 Fix

[Xfce4-commits] xfdesktop:master Fix template sub-menu loading code (Bug 10138)

2013-10-29 Thread Eric Koegel
Updating branch refs/heads/master to 11b1396b120e4719abf19ae37589a73f900b3ff7 (commit) from 82b385d0e243dc26429b8cc647630f18107ebe6a (commit) commit 11b1396b120e4719abf19ae37589a73f900b3ff7 Author: Eric Koegel eric.koe...@gmail.com Date: Mon Oct 28 16:38:30 2013 +0300 Fix

[Xfce4-commits] xfdesktop:master Use the Path key of desktop files if a path is not set (Bug #8741)

2013-10-28 Thread Eric Koegel
Updating branch refs/heads/master to 8f89ae4bb60fe6b15e0a8eb5b31135fbdd6ca182 (commit) from 3deb28c2b6f26951a556b1e46d69591c8f6c6299 (commit) commit 8f89ae4bb60fe6b15e0a8eb5b31135fbdd6ca182 Author: Eric Koegel eric.koe...@gmail.com Date: Sat Apr 28 14:05:12 2012 +0300 Use

[Xfce4-commits] xfdesktop:eric/settings-changes Correctly display settings defaults

2013-10-27 Thread Eric Koegel
Updating branch refs/heads/eric/settings-changes to ee9c70df22b26648ec734e84181f4bf27a892aec (commit) from 2f9278f47973b337f52619afece20cf498664fd6 (commit) commit ee9c70df22b26648ec734e84181f4bf27a892aec Author: Eric Koegel eric.koe...@gmail.com Date: Sun Oct 27 10:38:54 2013

[Xfce4-commits] xfdesktop:eric/settings-changes Fix memory leaks in the settings app

2013-10-27 Thread Eric Koegel
Updating branch refs/heads/eric/settings-changes to f6a34c5144f05eaf8327eca02da724353c542dff (commit) from ee9c70df22b26648ec734e84181f4bf27a892aec (commit) commit f6a34c5144f05eaf8327eca02da724353c542dff Author: Eric Koegel eric.koe...@gmail.com Date: Sun Oct 27 10:59:48 2013

[Xfce4-commits] xfdesktop:eric/settings-changes Fix some memory leaks

2013-10-27 Thread Eric Koegel
Updating branch refs/heads/eric/settings-changes to 2f9278f47973b337f52619afece20cf498664fd6 (commit) from 715985a0cfdcabe4eacc391c8f37690d343351e7 (commit) commit 2f9278f47973b337f52619afece20cf498664fd6 Author: Eric Koegel eric.koe...@gmail.com Date: Sun Oct 27 09:29:43 2013

[Xfce4-commits] xfdesktop:master Tooltip options in xfdesktop-settings

2013-10-27 Thread Eric Koegel
Updating branch refs/heads/master to 7b305eb5092ce88c32e019d6479903d630b9ae86 (commit) from d12988225513fff7c219df973dd11e18a4670a27 (commit) commit 7b305eb5092ce88c32e019d6479903d630b9ae86 Author: Eric Koegel eric.koe...@gmail.com Date: Mon Oct 21 11:22:16 2013 +0300

[Xfce4-commits] xfdesktop:master Allow the font size to go to 0.

2013-10-27 Thread Eric Koegel
Updating branch refs/heads/master to 751d6e29c1ad3e02d7fdaaf873ff3c3285cc568a (commit) from 7b305eb5092ce88c32e019d6479903d630b9ae86 (commit) commit 751d6e29c1ad3e02d7fdaaf873ff3c3285cc568a Author: Eric Koegel eric.koe...@gmail.com Date: Mon Oct 21 11:39:03 2013 +0300 Allow

[Xfce4-commits] xfdesktop:master Correctly display settings defaults

2013-10-27 Thread Eric Koegel
Updating branch refs/heads/master to ee9c70df22b26648ec734e84181f4bf27a892aec (commit) from 2f9278f47973b337f52619afece20cf498664fd6 (commit) commit ee9c70df22b26648ec734e84181f4bf27a892aec Author: Eric Koegel eric.koe...@gmail.com Date: Sun Oct 27 10:38:54 2013 +0300

[Xfce4-commits] xfdesktop:master Fix memory leaks in the settings app

2013-10-27 Thread Eric Koegel
Updating branch refs/heads/master to f6a34c5144f05eaf8327eca02da724353c542dff (commit) from ee9c70df22b26648ec734e84181f4bf27a892aec (commit) commit f6a34c5144f05eaf8327eca02da724353c542dff Author: Eric Koegel eric.koe...@gmail.com Date: Sun Oct 27 10:59:48 2013 +0300 Fix

[Xfce4-commits] xfdesktop:master Add a chronological backdrop cycle option

2013-10-27 Thread Eric Koegel
Updating branch refs/heads/master to d12988225513fff7c219df973dd11e18a4670a27 (commit) from 8ee9256cf6459ee827d8a98e09fa51e0ca7e2a30 (commit) commit d12988225513fff7c219df973dd11e18a4670a27 Author: Eric Koegel eric.koe...@gmail.com Date: Mon Oct 21 09:11:46 2013 +0300 Add

[Xfce4-commits] xfdesktop:master Additonal backdrop cycle options

2013-10-27 Thread Eric Koegel
Updating branch refs/heads/master to 8ee9256cf6459ee827d8a98e09fa51e0ca7e2a30 (commit) from c460b0acb86791eb7ee9d954fae505589b88a68a (commit) commit 8ee9256cf6459ee827d8a98e09fa51e0ca7e2a30 Author: Eric Koegel eric.koe...@gmail.com Date: Sat Oct 19 21:20:43 2013 +0300

[Xfce4-commits] xfdesktop:master Include the chronological option in the combobox

2013-10-27 Thread Eric Koegel
Updating branch refs/heads/master to 715985a0cfdcabe4eacc391c8f37690d343351e7 (commit) from 751d6e29c1ad3e02d7fdaaf873ff3c3285cc568a (commit) commit 715985a0cfdcabe4eacc391c8f37690d343351e7 Author: Eric Koegel eric.koe...@gmail.com Date: Tue Oct 22 21:08:23 2013 +0300

[Xfce4-commits] xfdesktop:master Fix some memory leaks

2013-10-27 Thread Eric Koegel
Updating branch refs/heads/master to 2f9278f47973b337f52619afece20cf498664fd6 (commit) from 715985a0cfdcabe4eacc391c8f37690d343351e7 (commit) commit 2f9278f47973b337f52619afece20cf498664fd6 Author: Eric Koegel eric.koe...@gmail.com Date: Sun Oct 27 09:29:43 2013 +0300 Fix

[Xfce4-commits] xfdesktop:master More removable device icon types (Bug 4056)

2013-10-27 Thread Eric Koegel
Updating branch refs/heads/master to c460b0acb86791eb7ee9d954fae505589b88a68a (commit) from 7fd36c23d7e72cec2721c5324b63ca1e57dd2fef (commit) commit c460b0acb86791eb7ee9d954fae505589b88a68a Author: Eric Koegel eric.koe...@gmail.com Date: Tue Oct 15 19:25:30 2013 +0300 More

  1   2   3   >