This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pyhoca-gui. from c8aa892 Revert "pyhoca/wxgui/notify.py: Drop support for GTK2'ish pynotify. Dead upstream." new a9e53b6 release 0.5.1.0 The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: ChangeLog | 6063 ++++++++++++++++++++++++++++++++++++++++++++++ debian/changelog | 8 +- man/man1/pyhoca-gui.1 | 2 +- pyhoca-gui.spec | 2 +- pyhoca/wxgui/__init__.py | 2 +- 5 files changed, 6070 insertions(+), 7 deletions(-) create mode 100644 ChangeLog -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-gui. commit a9e53b6ed93437dce65b4647d3cd59e9277d7191 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Nov 20 08:15:01 2019 +0100 release 0.5.1.0 --- ChangeLog | 6063 ++++++++++++++++++++++++++++++++++++++++++++++ debian/changelog | 8 +- man/man1/pyhoca-gui.1 | 2 +- pyhoca-gui.spec | 2 +- pyhoca/wxgui/__init__.py | 2 +- 5 files changed, 6070 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..2205aa4 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,6063 @@ +2019-11-20 08:15:01 +0100 Mike Gabriel (4f0afac) + + * release 0.5.1.0 (HEAD -> master, tag: 0.5.1.0) + +2019-11-20 07:58:46 +0100 Mike Gabriel (c8aa892) + + * Revert "pyhoca/wxgui/notify.py: Drop support for GTK2'ish pynotify. + Dead upstream." + +2019-11-20 07:52:46 +0100 Mike Gabriel (250b594) + + * pyhoca/wxgui/notify.py: Drop support for GTK2'ish pynotify. Dead + upstream. + +2019-07-23 22:07:09 +0200 Mike Gabriel (e76e2e2) + + * Update binary .mo files for all available translation. + +2019-07-23 22:06:35 +0200 Mike Gabriel (04df188) + + * Update German translation file. + +2019-07-23 22:01:39 +0200 Mike Gabriel (7361851) + + * po/: Update locale .po{,t} files. + +2019-07-23 21:52:19 +0200 Mike Gabriel (21f711d) + + * Add support for X2Go KDrive graphical Xsession backend. + +2019-07-23 21:51:39 +0200 Mike Gabriel (069f722) + + * pyhoca-gui.spec: Raise versioned dependency on python-x2go to (>= + 0.6.1.0). + +2019-07-23 21:51:12 +0200 Mike Gabriel (3c9cad9) + + * debian/control: Raise versioned dependency on python-x2go to (>= + 0.6.1.0). + +2019-07-23 21:15:57 +0200 Mike Gabriel (bebe235) + + * Introduce stdout_NotifierPopup fallback class for situations where + no desktop notification service is running. + +2019-07-23 20:47:39 +0200 Mike Gabriel (8db96bc) + + * Reduce 'Gtk-Critical: gtk_box_gadget_distribute: assertion 'size >= + 0' failed in GtkRadioButton' error message. Unfortunately, + some of them left when entering profile manager. + +2019-07-23 18:33:40 +0200 Mike Gabriel (a2e9edd) + + * Properly scale BrowseButton widgets (fixes buttons being too + small). + +2019-07-23 17:51:27 +0200 Mike Gabriel (ee25855) + + * Don't set minimum width for wxSpinCtrl widgets. Leave min-sizing to + Gtk+ as it might know better what minimum width is needed. + This resolves Gtk-CRITICAL: gtk_box_gadget_distribute: + assertion 'size >= 0' failed in GtkSpinButton + +2019-07-23 17:04:09 +0200 Mike Gabriel (426085d) + + * Don't set minimum height for wxSpinCtrl widgets. Leave min-sizing + to GTK+ as it might know better what minimum size is + needed. This resolves Gtk-CRITICAL: for_size smaller than + min-size (28 < 32) while measuring gadget (node entry, + owner GtkSpinButton) + +2019-07-23 16:34:53 +0200 Mike Gabriel (51256ab) + + * pyhoca/wxgui/printingprefs.py: Set _icons_location in constructor, + not outside of the class definition. (It fails to set a + local icon path if PyHoca-GUI runs in + PYHOCAGUI_DEVELOPMENT mode). + +2019-07-23 15:14:56 +0200 Mike Gabriel (5414106) + + * Work around 'AT-SPI: Could not obtain desktop path or name' error + messages by disabling the AT bridge. + +2019-07-22 17:05:07 +0200 Mike Gabriel (8c57581) + + * debian/control: Drop python-notify alternative dependency, rely on + the GTK-3 Notify GObject. + +2019-02-06 08:07:27 +0100 Mike Gabriel (1f99471) + + * po/: Update Bokmail (Norwegian) translation file. Thanks to Klaus + Ade Johnstad. + +2019-02-05 08:52:44 +0100 Mihai Moldovan (0e48a91) + + * po/*.po: replace "x 2go-upstream" with "PyHoca-GUI VERSION" in + Project-Id-Version. + +2019-02-05 08:49:36 +0100 Mihai Moldovan (3e0efec) + + * po/{,LINGUAS}: rename ny_NO to nn_NO, which seems to be the more + widely recognized language code. + +2019-02-05 07:19:50 +0100 X2Go Release Manager (daa5679) + + * Continue development + +2019-02-05 04:07:37 +0100 X2Go Release Manager (b5015f9) + + * release 0.5.0.8 (tag: 0.5.0.8) + +2019-02-05 04:12:27 +0100 Mihai Moldovan (698bc11) + + * man/man1/pyhoca-gui.1: update date stamps pre-release. + +2019-02-05 04:11:10 +0100 Mihai Moldovan (3e3cf0a) + + * update-po.sh: update copyright date. + +2019-02-04 15:03:07 +0100 Mike Gabriel (2752208) + + * Enforce utf-8 encoding for vim. Add such header lines to most + files. + +2019-02-04 14:36:11 +0100 Mike Gabriel (84105c1) + + * Copy+paste Xinerama support config option translations from X2Go + Client's i18n files. + +2019-02-04 14:34:58 +0100 Mike Gabriel (8b7ae91) + + * po/: another i18n update + +2019-02-04 14:29:59 +0100 Mike Gabriel (6381e2e) + + * po/LINGUAS: Replace nb by nb_NO and ny_NO. + +2019-02-04 14:24:33 +0100 Mike Gabriel (b63a85b) + + * Update X2Go Server version with SHADOW-for-PyHoca support in all + translation files. + +2019-02-04 14:17:15 +0100 Mike Gabriel (0c1a4ac) + + * Refer to https:// URLs wherever possible. + +2019-02-04 14:14:15 +0100 Mike Gabriel (95a209e) + + * Happy New Year! + +2019-02-04 14:13:51 +0100 Mike Gabriel (d6d0801) + + * po/de.po: Update German translation. + +2019-02-04 13:58:09 +0100 Mike Gabriel (5b07ebc) + + * po/: Update translation files. + +2019-02-04 13:51:18 +0100 Mike Gabriel (b0a8c29) + + * Add Xinerama checkbox to profile manager. + +2018-11-26 10:21:52 +0100 Mike Gabriel (58e9f56) + + * pyhoca/wxgui/profilemanager.py: Support IceWM desktop environment. + +2018-11-26 10:21:25 +0100 Mike Gabriel (6c68830) + + * pyhoca/wxgui/profilemanager.py: Support IceWM desktop environment. + +2018-11-13 10:18:15 +0100 Mike Gabriel (6f3a868) + + * pyhoca/wxgui/profilemanager.py: Rename shadowing sessiontype to + 'X2Go/X11 Desktop Sharing (SHADOW)'. + +2018-11-11 13:19:59 +0100 Mihai Moldovan (940f661) + + * pyhoca-gui.spec: avoid %{python2_sitelib} on older OpenSuSE + versions - doesn't seem to be defined there. + +2018-11-11 11:25:57 +0100 Mihai Moldovan (c6ea37c) + + * pyhoca-gui.spec: own %{python2_sitelib}/pyhoca directory, including + subcontent. + +2018-11-11 11:22:23 +0100 Mihai Moldovan (f0f4c91) + + * pyhoca-gui.spec: use %{py(thon)2_build} instead of calling setup.py + build manually if possible, otherwise build artifacts will + be removed before calling %{py(thon)2_install} later on, + which leads to a build failure on OpenSuSE platforms. + +2018-11-10 17:00:56 +0100 Mihai Moldovan (fd16963) + + * pyhoca-gui.spec: test %build macro, because the second command + seems to be skipped on OpenSuSE (what?) + +2018-11-10 15:11:42 +0100 Mihai Moldovan (c1f9e55) + + * pyhoca-gui.spec: cherry-pick files in structure even more + carefully. + +2018-11-10 15:10:39 +0100 Mihai Moldovan (e922f36) + + * pyhoca-gui.spec: use more modern install macros. + +2018-11-09 16:38:09 +0100 Mihai Moldovan (81da70c) + + * pyhoca-gui.spec: fix pyhoca pulling, we also need to get the + directory, not just everything within it. + +2018-11-09 15:02:01 +0100 Mihai Moldovan (75229d1) + + * pyhoca-gui.spec: pull files out of sitelib more selectively. + +2018-11-09 14:59:29 +0100 Mihai Moldovan (8e0112d) + + * misc: switch to /usr/bin/env python2. + +2018-11-09 14:31:39 +0100 Mihai Moldovan (8bc1bc6) + + * pyhoca-gui.spec: comment out glob-including everything in sitelib. + +2018-11-09 14:28:00 +0100 Mihai Moldovan (b517a63) + + * pyhoca-gui.spec: use %{__python2*} instead of %{__python*} on + FC29+. + +2017-10-26 10:06:59 +0200 Mike Gabriel (300e381) + + * pyhoca/wxgui/frontend.py: Update versioning info on X2Go Server + with support for PyHoca's way of handling SHADOW sessions. + +2017-10-15 06:10:57 +0200 Martti Pitkänen (709bd1d) + + * po/fi.po: update Finnish translation file. + +2017-09-24 11:29:49 +0200 X2Go Release Manager (0dd5121) + + * Continue development + +2017-09-24 10:57:14 +0200 X2Go Release Manager (05f5747) + + * release 0.5.0.7 (tag: 0.5.0.7) + +2017-08-25 12:09:20 +0200 Mike Gabriel (a36d858) + + * Add LXQt support. + +2016-06-28 04:15:33 +0200 Mihai Moldovan (b531f4c) + + * debian/changelog: add entry for last change. + +2016-06-27 04:10:01 +0200 Mihai Moldovan (29a7b82) + + * debian/control: add myself as uploader. + +2016-04-12 12:38:00 +0200 Mike Gabriel (16adaa7) + + * grammar fix (2) + +2016-04-12 12:37:14 +0200 Mike Gabriel (7f5657c) + + * Fix grammar flaw in pyhoca-gui man page. + +2016-04-06 04:31:18 +0200 Martti Pitkänen (cf5d2bd) + + * po/fi.po: update Finnish translation file. + +2016-03-29 23:16:48 +0200 Mihai Moldovan (b4c9507) + + * po/fi.po: fix Finnish translation file - mostly by fixing the use + of spaces around dashes. + +2016-03-29 21:14:38 +0200 Martti Pitkänen (28bae60) + + * po/fi.po: update Finnish translation file. + +2016-03-24 23:36:53 +0100 X2Go Release Manager (26377df) + + * Continue development + +2016-03-24 23:23:12 +0100 X2Go Release Manager (a5460fc) + + * release 0.5.0.6 (tag: 0.5.0.6) + +2016-02-07 18:21:15 +0100 Klaus Ade Johnstad (d18ac04) + + * po/nb_NO.po: update Bokmål (Norway) translation file. + +2016-02-01 10:52:06 +0100 Mike Gabriel (1772819) + + * Facilitate reproducible builds on non-Windows platforms. Don't + append the build's date to the program version string. + (Closes Debian Bug #792668). + +2016-01-29 04:13:37 +0100 Mihai Moldovan (b2bfa4c) + + * build/mo: add Turkish binary translation directory structure and + file. + +2016-01-29 04:12:14 +0100 Mihai Moldovan (e1b2295) + + * {po,build/mo}: update translation files. + +2016-01-29 04:09:17 +0100 Mihai Moldovan (4437af0) + + * setup.py: explain how to update the translation template file + *.pot. + +2016-01-29 04:08:01 +0100 Mihai Moldovan (b473152) + + * setup.py: replace "MacOS X" with "OS X", add "Darwin" platform + support to all Linux branches. + +2016-01-28 19:04:33 +0100 X2Go Release Manager (8341080) + + * Continue development... + +2016-01-28 18:24:31 +0100 X2Go Release Manager (f9780f8) + + * release 0.5.0.5 (tag: 0.5.0.5) + +2016-01-28 16:46:01 +0100 Mihai Moldovan (da81512) + + * misc: whitespace only. + +2016-01-28 15:31:46 +0100 Mihai Moldovan (f1f1b88) + + * common: update copyright notices. Happy new year! + +2016-01-26 21:05:48 +0100 Mihai Moldovan (6230684) + + * debian/changelog: add contributor name. + +2016-01-26 21:04:13 +0100 Mihai Moldovan (24d0638) + + * debian/control: drop python-support run-time dependency, add + dh-python alternative to python-support build dependency. + +2016-01-26 20:59:13 +0100 Mihai Moldovan (a7b6837) + + * debian/control: whitespace only. + +2016-01-11 22:04:59 +0100 Mike Gabriel (1356291) + + * add bug closure for #979, fixed by previous commit + +2016-01-02 07:43:38 +0100 Mike Gabriel (63359b0) + + * Catch a wx._core.PyAssertionError (C++ assertion "IsOk()" failed at + ../src/common/image.cpp(429) in Scale(): invalid image) + when rendering icons in the published applications menu. + +2015-05-27 12:16:25 +0200 Mike Gabriel (f5d975c) + + * debian/control,pyhoca-gui.specs: Pull-in gobject introspection + packages for libnotify support. Fallback to pynotify (GTK2 + based notifcations) only if gi.repository.Notify is + unavailable. (Fixes: #689). + +2015-05-27 11:50:04 +0200 Mike Gabriel (e44e848) + + * Handle notification the GTK3-way. (Fixes: #769). + +2015-05-27 11:47:26 +0200 Mike Gabriel (3412f4f) + + * Continue development... + +2015-01-25 13:08:38 +0100 Mike Gabriel (301225f) + + * release 0.5.0.4 (tag: 0.5.0.4) + +2015-01-24 15:06:44 -0500 Mike DePaulo (18506bd) + + * Changelog: clarification + +2015-01-24 15:03:49 -0500 Mike DePaulo (06284de) + + * Update changelog about Python (lib) updates + +2015-01-24 11:28:25 -0500 Mike DePaulo (1442f57) + + * Append "-YYYYMMDD" to the NSIS version string. + +2015-01-24 08:37:48 -0500 Mike DePaulo (7bed708) + + * Windows: Include all fonts in NSIS installer, make them optional, + and install only "misc" by default. (Fixes: #108) + +2015-01-24 01:56:26 -0500 Mike DePaulo (8059179) + + * Update changelog about nxproxy cygwin libraries + +2015-01-24 01:44:19 -0500 Mike DePaulo (7a1d83c) + + * Upgrade VcXsrv to 1.15.2.2-xp+vc2013+x2go1 + +2015-01-24 01:03:52 -0500 Mike DePaulo (d02f989) + + * Fix win32 build (Fixes: #649) + +2015-01-12 15:19:05 +0100 Mike Gabriel (6caa71f) + + * i18n update, rebuild .mo files + +2015-01-12 15:18:22 +0100 Mark Pedersen-Cook (28c1c81) + + * Update Danish translation file. Thanks to Niels Thykier for + feedback. + +2015-01-08 19:46:14 +0100 Mihai Moldovan (fee9eeb) + + * common: update copyright notices. Happy new year! + +2014-12-14 02:02:03 +0100 Mike Gabriel (1b77c20) + + * fix for last commit + +2014-12-13 03:33:15 +0100 Mike Gabriel (dc69a94) + + * fix tr.po + +2014-12-13 01:00:20 +0100 Kaan Ozdincer (ed711b7) + + * Add Turkish translation to PyHoca-GUI. + +2014-11-27 12:37:39 +0100 Mike Gabriel (72d7e4d) + + * Provide empty Turkish translation file. + +2014-11-27 12:37:01 +0100 Mike Gabriel (d58aec7) + + * Continue development... + +2014-11-27 11:35:15 +0100 Mike Gabriel (7a41428) + + * release 0.5.0.3 (tag: 0.5.0.3) + +2014-10-31 09:13:13 +0100 Mike Gabriel (01504ae) + + * Update README.i18n and po/*.po: Use our new mailing list URL and + address. + +2014-10-31 09:09:15 +0100 Martti Pitkanen (3a891c7) + + * Update / finalize Finnish translation file. + +2014-10-28 15:00:39 +0100 Mark Pedersen-Cook (e5f4904) + + * Update Danish translation file. + +2014-10-20 18:18:03 -0400 Mike DePaulo (e7b5e0c) + + * Update nxproxy from 3.5.0.27 to 3.5.0.27_cygwin-2014-10-18 + +2014-10-20 18:02:08 -0400 Mike DePaulo (5593115) + + * Windows: Update from VcXsrv-xp-1.14.3.2 to + VcXsrv-1.15.2.1-xp+vc2013+x2go1 + +2014-10-21 00:05:16 +0200 Mike Gabriel (faee0d4) + + * changelog fix in 0.5.0.1 release stanza + +2014-10-21 00:03:09 +0200 Mike Gabriel (9062b72) + + * debian/control: Add to S (pyhoca-gui): mteleplayer-clientside. + +2014-10-21 00:02:30 +0200 Mike Gabriel (5a7ba38) + + * Continue development... + +2014-10-20 23:54:28 +0200 Mike Gabriel (b3fa2d7) + + * release 0.5.0.2 (tag: 0.5.0.2) + +2014-10-20 23:53:54 +0200 Mike Gabriel (418160d) + + * Fix module version (0.5.0.0 -> 0.5.0.2). + +2014-10-20 23:52:23 +0200 Mike Gabriel (77c3126) + + * Continue development... + +2014-10-20 23:49:26 +0200 Mike Gabriel (1738d9c) + + * release 0.5.0.1 (tag: 0.5.0.1) + +2014-10-20 23:27:58 +0200 Mike Gabriel (fc387d9) + + * Bump Standards: to 3.9.6. No changes needed. + +2014-10-20 23:26:40 +0200 Mike Gabriel (7127f40) + + * happy new year 2014 (belated) + +2014-10-20 23:26:28 +0200 Mike Gabriel (8423001) + + * man page: Update version and date. + +2014-10-20 23:23:52 +0200 Mike Gabriel (52e1a33) + + * Update README file. + +2014-10-20 23:20:18 +0200 Mike Gabriel (66cb5bc) + + * Provide my email addres in README.ssh-agent and README.i18n. + +2014-10-20 23:19:29 +0200 Mike Gabriel (769ea61) + + * debian/control: Fix wxPython dependencies as proposed by Olly Betts + (Thanks!). + +2014-10-20 23:18:16 +0200 Mike Gabriel (96afe94) + + * Update TODO file. + +2014-10-20 23:13:39 +0200 Mike Gabriel (e32cd80) + + * Add author name to README.ssh-agent file. + +2014-10-20 23:11:52 +0200 Mike Gabriel (94264d3) + + * Update README.Unity file. + +2014-10-20 23:11:31 +0200 Mike Gabriel (32801a7) + + * Continue development... + +2014-10-20 12:51:29 +0200 Mike Gabriel (4defc93) + + * release 0.5.0.0 (tag: 0.5.0.0) + +2014-10-20 12:53:03 +0200 Mike Gabriel (9988193) + + * update i18n (source/binary) files + +2014-10-20 11:12:10 +0200 Mike Gabriel (cbc87c0) + + * add binary files of the Estonian translation (for win32 releases) + +2014-10-20 11:10:52 +0200 Mike Gabriel (9d57084) + + * formalistic code cleanup using pyflakes + +2014-10-20 09:25:12 +0200 Mike Gabriel (eee3917) + + * More reliably handle errors in a given --broker-url option value. + +2014-10-18 21:34:06 +0200 Mike Gabriel (e81332b) + + * No extra BR on gettext, intltool will pull it in anyway. + +2014-10-17 13:53:56 +0200 Mike Gabriel (55651b6) + + * brokerlogin.py: Fix parameter error when evoking message box. + +2014-10-17 13:10:29 +0200 Mike Gabriel (c687d39) + + * Install locale files into bin:package. + +2014-10-17 13:07:10 +0200 Mike Gabriel (5869504) + + * fix for last commit (2) + +2014-10-17 12:58:50 +0200 Mike Gabriel (10e88fe) + + * fix for last commit + +2014-10-17 12:56:07 +0200 Mike Gabriel (1b66041) + + * setup.py: Install .mo files into DESTDIR. + +2014-10-17 12:30:32 +0200 Mike Gabriel (64284fb) + + * pyhoca-gui.desktop: Set Categories: to Network;RemoteAccess;. + +2014-10-17 09:35:14 +0200 Mike Gabriel (8ecd256) + + * Translation status: + +2014-10-17 09:25:36 +0200 Mike Gabriel (c0163c7) + + * i18n: minor fuzziness fix... + +2014-10-17 09:23:03 +0200 Mike Gabriel (08ac9fd) + + * Update Spanish translation file (2x). + +2014-10-17 09:18:07 +0200 Klaus Ade Johnstad (f4bcfc3) + + * Update Bokmal (Norway) translation file. + +2014-10-15 23:17:44 +0200 Mike Gabriel (e2f0790) + + * Try to build the .po -> .mo files during package build. + +2014-10-15 23:16:09 +0200 Mike Gabriel (55561d1) + + * openSUSE (at least >= 12.3) has wxPython 2.9. So let's use it. (On + openSUSE 13.1, pyhoca-gui segfaults with wxPython 2.8). + +2014-10-14 21:42:46 +0200 Mike Gabriel (1c69ef3) + + * openSUSE has python-notify whereas Fedora/RHEL has notify-python. + +2014-10-14 21:06:21 +0200 Mike Gabriel (05f86cd) + + * pyhoca-gui.spec: License names in Fedora and SUSE are different. + +2014-10-14 21:04:14 +0200 Mike Gabriel (ef2d3da) + + * pyhoca-gui.spec: Make rpmlint a little happier. + +2014-10-14 21:00:53 +0200 Mike Gabriel (eb3ad57) + + * pyhoca-gui.desktop: Set Categories: to + Application;Network;RemoteAccess;. + +2014-10-14 20:49:09 +0200 Mike Gabriel (119424c) + + * pyhoca-gui.spec: Adapt to building on openSUSE/SLES. + +2014-10-07 22:27:00 +0200 Mike Gabriel (12afd5f) + + * Don't flood PyHocaGUI._eventid_(uns)hared_folders_map dict with + non-valid-anymore event IDs. + +2014-09-30 15:01:52 +0200 Mike Gabriel (b5dada2) + + * (Now really) Support Python wxWidgets 3.0. + +2014-09-30 14:59:32 +0200 Mike Gabriel (959fee8) + + * rebuild PyHoca-GUI.pot + +2014-09-30 14:59:05 +0200 Mike Gabriel (3a41e76) + + * rebuild some i18n binary files. + +2014-09-24 12:53:07 +0200 Mike Gabriel (fc7bda6) + + * drop unnecessary wxPython 2.6 code + +2014-09-15 12:04:47 +0200 Mike Gabriel (ba29a26) + + * fix for last commit (typo) + +2014-09-15 11:42:16 +0200 Mike Gabriel (3f6545b) + + * Support Python wxWidgets 3.0. + +2014-09-09 13:10:23 +0200 Mike Gabriel (814b358) + + * use full name for the Dutch translator + +2014-09-09 13:03:51 +0200 Robert Parts (3b84b5a) + + * Add Estonian translation file. + +2014-09-09 13:03:00 +0200 Mike Gabriel (d4a22fd) + + * add missing icon file (SVG) + +2014-08-22 14:36:26 +0200 martti pitkanen (c7bf91c) + + * Add Finnish translation file. + +2014-08-18 16:07:49 +0200 Jos (8844557) + + * Update Dutch translation file. + +2014-08-15 14:21:02 +0200 Ricardo Díaz Martín (89bba05) + + * Update Spanish translation file. + +2014-08-06 18:21:30 +0200 Mike Gabriel (52b617a) + + * Add Keywords= field to pyhoca-gui.desktop file. + +2014-07-13 10:29:44 -0400 Mike DePaulo (8ac4185) + + * Windows: Set the pyhoca-gui icon on pyhoca-gui.exe (Fixes: #548) + +2014-07-13 10:25:44 -0400 Mike DePaulo (52d26f2) + + * Windows build fix for "Rename LICENSE.txt to COPYING." + +2014-07-09 20:03:44 +0200 Mike Gabriel (2916a52) + + * Rename LICENSE.txt to COPYING. + +2014-07-09 17:33:07 +0200 Daniel Lindgren (3a8d6d1) + + * Update Swedish translation file. + +2014-07-08 00:39:44 -0400 Mike DePaulo (a72be8d) + + * Specify "Size" in add/remove programs + +2014-07-08 00:22:03 -0400 Mike DePaulo (5cd12de) + + * Windows: Update changelog to list updates to other Windows + components + +2014-07-07 19:21:11 -0400 Mike DePaulo (cc7f7a3) + + * List as "PyHoca-GUI (A graphical X2Go client)" in add/remove + programs. This way, users sorting add/remove programs + alphabetically can find it easily. + +2014-07-07 19:18:27 -0400 Mike DePaulo (b6de2dc) + + * Small code cleanup in NSIS script. + +2014-07-06 21:52:04 -0400 Mike DePaulo (1fe8265) + + * Running any part of the build process with "realtime" priority is a + terrible idea + +2014-07-06 19:42:40 -0400 Mike DePaulo (2cec5d3) + + * Windows: Update nxproxy from 3.5.0.12 to 3.5.0.27 + +2014-07-06 19:16:44 -0400 Mike DePaulo (0ed7ed8) + + * clarification to changelog + +2014-07-06 19:05:34 -0400 Mike DePaulo (dd8b65b) + + * Windows: Numerous improvements to installer + +2014-07-06 16:58:20 -0400 Mike DePaulo (a79d458) + + * Windows: Reduce size of NSIS installer by switching to lzma solid + compression + +2014-07-06 16:34:06 -0400 Mike DePaulo (cd2a015) + + * setup.py: use VcXsrv-xp 1.14.3.2 for build_exe + +2014-07-06 20:59:40 +0200 Mike Gabriel (ccc1d4c) + + * Prepare for running against wxPython 3.0. More testing needed. + (Fixes: #534). + +2014-07-06 13:27:22 -0400 Mike DePaulo (0d03b6d) + + * Windows: Use Unicode NSIS instead of regular NSIS + +2014-07-06 13:20:59 -0400 Mike DePaulo (cdbd31f) + + * Correct changelog to specify that last commit was Windows-specific + +2014-07-05 09:29:47 -0400 Mike DePaulo (8aa4026) + + * Upgrade PulseAudio from 1.1 to 5.0-rev18 (Fixes: #533) + +2014-06-30 12:07:18 +0200 Mike Gabriel (5c8bd28) + + * Make the published applications menu tree more robust against + unknown icon image types. + +2014-06-29 14:31:13 +0200 Mike Gabriel (46c8cf0) + + * update en.po/de.po, update .mo files + +2014-06-29 14:25:00 +0200 Mike Gabriel (d9d413b) + + * Make the clipboard mode configurable through the session profile + manager window. (Fixes: #507). + +2014-06-29 14:24:00 +0200 Mike Gabriel (e652f95) + + * Grey-out all SSH related options for DirectRDP sessions. + +2014-06-08 01:29:18 +0200 Mike Gabriel (f41dc46) + + * Improve NX performance by reducing reactivity of wx widgets. + +2014-06-06 03:00:06 +0200 Mike Gabriel (b7b0c57) + + * Add subsystem string support for HOOK_forward_tunnel_setup_failed + hook. + +2014-06-01 05:42:12 +0200 Mike Gabriel (a91096f) + + * debian/control: Add D (bin:package pyhoca-gui): python-cups. + (Fixes: #460). + +2014-06-01 05:32:27 +0200 Mike Gabriel (8a30756) + + * add bug closure for #394 + +2014-05-09 10:49:02 +0200 Mike Gabriel (9b1e03e) + + * fix for last commit + +2014-05-08 14:41:08 +0200 Mike Gabriel (4814e26) + + * Fix path name detection for default icons. + +2014-04-16 17:46:26 +0200 Mike Gabriel (163f22a) + + * spelling fix + +2014-04-16 16:58:44 +0200 Mike Gabriel (36f3eb4) + + * fix icon path + +2014-04-16 16:51:17 +0200 Mike Gabriel (d70b6d1) + + * typo fix + +2014-04-16 16:43:32 +0200 Mike Gabriel (929fa67) + + * PyHocaGUI_Launcher: provide an appname for the dummy wx.App + instance when notifying about already running application + +2014-04-16 14:22:10 +0200 Mike Gabriel (47bd5aa) + + * update i18n files + +2014-04-16 14:20:06 +0200 Mike Gabriel (167bfe7) + + * Notification about multiply started PyHoca-GUI instances. Don't + hard code the application name. + +2014-04-16 13:11:33 +0200 Mike Gabriel (7ace291) + + * In session profile manager GUI: handle multiple clicks on the Apply + button gracefully. + +2014-04-16 13:10:49 +0200 Mike Gabriel (ddf098e) + + * remove debug code + +2014-04-16 12:14:04 +0200 Mike Gabriel (a0c0cd9) + + * Windows builder: Explicitly add the requests module to the set of + bundled Python modules. + +2014-04-16 11:19:15 +0200 Mike Gabriel (41475c6) + + * changelog: wrap too-long lines + +2014-04-16 11:17:03 +0200 Mike Gabriel (ee42ca6) + + * Create Windows log file folder before attempting clean up (old log + file removal). + +2014-04-16 10:17:26 +0200 Mike Gabriel (f160cf6) + + * Gray-out Apply button in session profile GUI on profile creation. + +2014-04-16 10:15:07 +0200 Mike Gabriel (cd1bbe1) + + * fix for last commit + +2014-04-16 10:12:02 +0200 Mike Gabriel (a75fe21) + + * Make sure new session profiles are mutable in the session profile + manager GUI. + +2014-04-16 09:52:58 +0200 Mike Gabriel (8c9894f) + + * Windows: fix log-file-with-PID-in-name creation + +2014-04-15 23:35:45 +0200 Mike Gabriel (2e6f218) + + * syntax fix (2) + +2014-04-15 22:32:20 +0200 Mike Gabriel (0cba3d6) + + * syntax fix + +2014-04-15 22:28:55 +0200 Mike Gabriel (086ceb8) + + * Windows PyHoca-GUI.log file: create with PID in file name. On log + file creation try removing all old log files that are not + still open. + +2014-04-15 21:28:28 +0200 Mike Gabriel (9f5da1e) + + * fix NameError + +2014-04-15 21:21:59 +0200 Mike Gabriel (821786f) + + * check_running(): Don't strip .exe from application name + +2014-04-15 21:14:16 +0200 Mike Gabriel (a6f8d11) + + * typo fix + +2014-04-15 21:02:15 +0200 Mike Gabriel (4387ad8) + + * Make check_running() test terminal server / multi-session safe. + (Fixes: #19). + +2014-04-15 21:07:55 +0200 Mike Gabriel (ce8b4e1) + + * add new icon symlinks (fix for commit 83bbf02) + +2014-04-15 08:23:50 +0200 Mike Gabriel (579c3f1) + + * Revert "Rename hook method HOOK_no_known_xserver_found to + HOOK_no_installed_xservers_found. Call this new hook if no + installed X-Servers could be found on the system." + +2014-04-15 08:22:23 +0200 Mike Gabriel (f41e600) + + * Rename hook method HOOK_no_known_xserver_found to + HOOK_no_installed_xservers_found. Call this new hook if no + installed X-Servers could be found on the system. + +2014-04-15 08:05:53 +0200 Mike Gabriel (59c9cf5) + + * Make broker support available for the MS Windows build of + PyHoca-GUI. + +2014-04-15 07:55:19 +0200 Mike Gabriel (e6c7230) + + * Fix check_running() method in PyHocaGUI_Launcher on MS Windows. + +2014-04-05 09:00:37 +0200 Mike Gabriel (1ade46d) + + * whitespace fixes at EOL + +2014-04-05 08:57:14 +0200 Mike Gabriel (4eb388c) + + * broker logon: don't populate session profiles when in broker mode + +2014-04-05 08:56:36 +0200 Mike Gabriel (79b118b) + + * Properly set focus in broker logon window (default: password, if no + username provided: username, if no URL provided: + broker-URL field). + +2014-04-05 01:24:35 +0200 Mike Gabriel (3c01a64) + + * i18n update + +2014-04-05 01:18:58 +0200 Mike Gabriel (8284868) + + * Gracefully handle "Connection refused" errors after a broker login + has already been successful. + +2014-04-05 01:18:02 +0200 Mike Gabriel (bd01f67) + + * typo fix, and some whitespace fixes + +2014-03-24 15:25:11 +0100 Mike Gabriel (f8c6a42) + + * profilemanager: also disable the DefaultButton for immutable + session profiles + +2014-03-24 13:48:55 +0100 Mike Gabriel (83bbf02) + + * Handle "Connection refused" errors during broker login attempts. + +2014-03-21 01:29:52 +0100 Mike Gabriel (9d7574c) + + * fix profile COPYing + +2014-03-19 15:24:35 +0100 Mike Gabriel (7f005e5) + + * fix for last commit + +2014-03-19 14:55:19 +0100 Mike Gabriel (aa3e4e9) + + * Provide cmdline option --broker-cacertfile. Enable https:// + connections with SSL certificates that have been + self-signed against a non-public root-CA certificate file. + +2014-03-19 14:53:02 +0100 Mike Gabriel (995a9fa) + + * brokerlogon: fix notification icons + +2014-03-19 14:42:29 +0100 Mike Gabriel (2cf0128) + + * Optimize menu rendering. Reduce accessing session profile data as + best as is possible. + +2014-03-18 17:21:50 +0100 Mike Gabriel (efa31ac) + + * update i18n files + +2014-03-18 17:21:35 +0100 Mike Gabriel (0bf4eea) + + * Update English / German translation. + +2014-03-18 17:21:06 +0100 Mike Gabriel (2ab01a6) + + * update i18n template + +2014-03-17 14:11:24 +0100 Mike Gabriel (486eb89) + + * Add X2Go Session Broker support. + +2014-03-17 14:19:14 +0100 Mike Gabriel (5543711) + + * Re-order cmdline sections (man page, defaults.py). + +2014-03-17 14:16:45 +0100 Mike Gabriel (1efc52b) + + * Focus the user name field on logon if no user name is stored in the + session profile. + +2014-03-17 14:02:51 +0100 Mike Gabriel (54bedba) + + * changelog: fix layout + +2014-03-17 13:53:47 +0100 Mike Gabriel (402cb1f) + + * Session profile manager: the host parameter will be of type + ListType for future versions of Python X2Go (>= 0.5.0.0). + +2014-03-05 11:51:05 +0100 Mike Gabriel (9b32500) + + * more icon location detection fixes + +2014-03-05 11:48:10 +0100 Mike Gabriel (2f8f92b) + + * add missing icons files + +2014-03-05 11:43:33 +0100 Mike Gabriel (c408e42) + + * fix icon location detection + +2014-02-22 13:33:54 +0100 Mike Gabriel (8b6b7fb) + + * pyhoca-gui.install: fix icon file installation + +2014-02-21 11:13:22 +0100 Mike Gabriel (07863f0) + + * NSIS: update i18n README and mention the translatable strings in + the NSIS installer + +2014-02-21 00:38:54 +0100 Mike Gabriel (44c27d6) + + * Show printing preferences when tray icon is in restricted mode. + +2014-02-21 00:22:23 +0100 Mike Gabriel (617ac17) + + * NSIS script: make sure SetOutPath gets called at the beginning of + every section. + +2014-02-12 10:41:55 +0100 Mike Gabriel (82f3871) + + * debian/pyhoca-gui.install: make sure that new icon names get + installed + +2014-02-10 17:15:35 +0100 Mike Gabriel (700c7db) + + * Make the hover text of the tray icon brandable (drop hard-coded + PyHoca-GUI application name). + +2014-02-07 22:59:44 +0100 Mike Gabriel (954e9b1) + + * make bbfreeze_cleanup.sh executable (tag: CVix/1.99.1) + +2014-02-07 22:59:12 +0100 Mike Gabriel (094ae43) + + * Provide script for cleaning up before running bbfreeze. + +2014-02-07 22:53:04 +0100 Mike Gabriel (d6cf95b) + + * Don't include the py.exe shell in frozen builds. + +2014-02-07 20:13:18 +0100 Mike Gabriel (f826fd0) + + * Provide mswin_logging as separate module in pyhoca.wxgui namespace, + undo earlier namespace split-off. + +2014-02-07 15:06:27 +0100 Mike Gabriel (bf1a8df) + + * Explicitly add pyhoca.mswin to setup.py if building on MS Windows. + +2014-01-09 10:52:08 +0100 Mike Gabriel (9a2ca04) + + * Fix referencing backends X2GoServerSessionInfo and + X2GoServerSessionList. + +2014-02-07 14:05:13 +0100 Mike Gabriel (0a26624) + + * adapt application name in image/icon paths + +2014-02-07 14:04:19 +0100 Mike Gabriel (a4e038b) + + * rename images, re-add python-x2go about image + +2014-02-07 14:00:14 +0100 Mike Gabriel (ae5dba6) + + * Rename icon files to match default application name (PyHoca-GUI). + +2014-02-07 12:32:18 +0100 Mike Gabriel (47ea8d7) + + * Allow appname based mini icons on About... windows. + +2014-02-07 12:09:19 +0100 Mike Gabriel (ac8cc88) + + * typo fix + +2014-02-07 12:00:16 +0100 Mike Gabriel (f5f5d06) + + * rename occurrences of win32 to mswin + +2014-02-07 11:55:08 +0100 Mike Gabriel (fa62f0f) + + * NSIS script: empty installation destination before installing new + files into $INSTDIR. + +2014-02-07 11:50:25 +0100 Mike Gabriel (29bd0bd) + + * Install more modules into setup.exe: hmac (for ecdsa). + +2014-02-07 10:48:05 +0100 Mike Gabriel (ae4d2d8) + + * Move setup_win32log to a separate module namespace. + +2014-02-07 10:43:20 +0100 Mike Gabriel (062e7eb) + + * Move setup_win32log to a separate module file. + +2014-02-06 01:16:10 +0100 Mike Gabriel (fe56933) + + * call setup_consolelog() as early as possible + +2014-02-07 13:25:00 +0100 Mike Gabriel (73a0e37) + + * fix pyhoca-gui imports + +2014-02-06 01:14:05 +0100 Mike Gabriel (a0a4c3a) + + * try moving setup_consolelog out of the PyHocaGUI_Launcher class + +2014-02-06 00:26:35 +0100 Mike Gabriel (715226e) + + * Don't refer to py2exe anymore in nsis_template's naming scheme. + +2014-02-06 00:22:12 +0100 Mike Gabriel (6f39441) + + * line break fix + +2014-02-06 00:17:15 +0100 Mike Gabriel (6842f64) + + * fix for commit cd95596 + +2014-02-06 00:14:01 +0100 Mike Gabriel (cd95596) + + * Make setup.py importable, only run setup() function on direct + calls. + +2014-02-06 00:05:21 +0100 Mike Gabriel (2816490) + + * Make SCRIPT_NAME in setup.py configurable (monkey-patchable). + +2014-02-05 23:40:32 +0100 Mike Gabriel (6d5481d) + + * some whitespace fixes + +2014-02-05 12:41:06 +0100 Mike Gabriel (3cf6798) + + * Make default cmdline option parameters overridable before the arg + parser gets initialized. + +2014-02-05 10:23:06 +0100 Mike Gabriel (4e860ad) + + * Allow automatic image branding (splash, about image, tray icon) by + setting another application name than the default. + +2014-02-05 09:32:54 +0100 Mike Gabriel (7bd3d3a) + + * Move most code of the pyhoca-gui executable into a dedicated class + named PyHocaGUI_Launcher. + +2014-01-09 10:50:13 +0100 Mike Gabriel (b53a52c) + + * Adapt to new backend concept found in Python X2Go (>= 0.5.0.0). + +2014-01-09 10:28:53 +0100 Mike Gabriel (a6ca10b) + + * bump version to 0.5.0.0 + +2014-01-08 21:29:15 +0100 Mike Gabriel (3a9227c) + + * Continue development... + +2014-01-08 15:20:54 +0100 Mike Gabriel (c465830) + + * release 0.4.0.9 (tag: 0.4.0.9) + +2013-12-17 20:53:42 +0100 Mike Gabriel (8fbc117) + + * Revert "Fix regression: Make password logins with PyHoca-CLI + succeed again." + +2013-12-17 20:53:25 +0100 Mike Gabriel (99feb44) + + * Fix regression: Make password logins with PyHoca-CLI succeed again. + +2013-12-17 11:47:15 +0100 Mike Gabriel (648c63f) + + * Add to BR: python-argparse, python-cups. + +2013-12-10 22:24:39 +0100 Mike Gabriel (09f7d13) + + * When installing icons via setup.py, let's use the copied icons + rather than the icon set from icons_symlinked. That + assures that really all icons are present. (The + icons_symlinked folder is rather Debianic and not + appropriate for non-Debian derived distributions). + +2013-12-10 21:07:18 +0100 Mike Gabriel (45e855e) + + * pyhoca-gui.spec: Ship pyhoca-gui.spec (RPM package definitions) in + upstream project. (Thanks to the Fedora package + maintainers). + +2013-11-29 13:49:28 +0100 Mike Gabriel (c74c62a) + + * change version scheme of X2Go auto-built packages + +2013-11-27 14:57:15 +0100 Mike Gabriel (96c3ebf) + + * debian/source/format: Switch to format 1.0. + +2013-11-25 20:55:46 +0100 Daniel Lindgren (32b6e3c) + + * Update Swedish translation. + +2013-11-25 20:54:27 +0100 Ricardo Díaz Martín (0233d81) + + * complete Spanish translation + +2013-11-21 23:38:36 +0100 Mike Gabriel (665a74c) + + * Update German and English translation. + +2013-11-21 23:30:06 +0100 Mike Gabriel (e3dfa4a) + + * update i18n files + +2013-11-21 23:27:51 +0100 Ricardo Díaz Martín (718a7e4) + + * Update Spanish translation. + +2013-11-21 23:25:48 +0100 Mike Gabriel (2a9a5a5) + + * add passphrase.py to POTFILES.in + +2013-11-21 23:21:42 +0100 Mike Gabriel (ca7ff69) + + * Slight notification layout change for + HOOK_on_control_session_death() method. + +2013-11-21 23:15:24 +0100 Mike Gabriel (3c8ddea) + + * Initialize thisPyHocaGUI instance as NoneType object before + starting the wxApplication. + +2013-11-17 09:44:11 +0100 Mike Gabriel (b6d80b0) + + * Fix termination of published application sessions. + +2013-11-15 22:42:49 +0100 Mike Gabriel (6dc9be8) + + * Resolve tilde char in session icon names. + +2013-11-15 22:32:01 +0100 Mike Gabriel (6d25c21) + + * fix fallback about image + +2013-11-15 22:20:09 +0100 Mike Gabriel (ae7833e) + + * re-arrange changelog lines + +2013-11-15 22:19:14 +0100 Mike Gabriel (f9a2213) + + * Resolve tilde char in file path of the splash image. + +2013-11-15 22:18:40 +0100 Mike Gabriel (14b4e4a) + + * more fixes for about image path + +2013-11-15 22:18:17 +0100 Mike Gabriel (d1e9668) + + * Resolve tilde char in base directories for the PyHoca-GUI + application. + +2013-11-15 22:04:23 +0100 Mike Gabriel (fc15db6) + + * Allow for full path about image icon names, resolve tilde char in + icon file path. + +2013-11-15 21:59:33 +0100 Mike Gabriel (c062109) + + * fix for commit 623aa9c + +2013-11-15 21:58:41 +0100 Mike Gabriel (9394bb3) + + * Allow multiple PyHoca-GUI instances for the same user, one per :0. + +2013-11-15 12:10:34 +0100 Mike Gabriel (b9235e3) + + * fix default icon name in PyHoca_AboutFrame class constructor + +2013-11-15 12:10:07 +0100 Mike Gabriel (623aa9c) + + * Resolve tilde char in file path of the about image. + +2013-11-15 12:06:58 +0100 Mike Gabriel (573ccd6) + + * Allow for full path taskbar icon names, resolve tilde char in icon + file path. + +2013-11-13 22:22:38 +0100 Mike Gabriel (c7c9cb7) + + * Connect to sharable desktop session when selecting the session + display with double click from the list of available + desktop sessions. + +2013-11-13 22:13:24 +0100 Mike Gabriel (a80f88c) + + * drop unneeded import + +2013-11-13 08:53:56 +0100 Mike Gabriel (37da9f7) + + * Become aware of new Python X2Go hook method + (HOOK_desktop_sharing_denied). + +2013-11-07 08:42:26 +0100 Mike Gabriel (f4642cf) + + * update i18n files + +2013-11-05 18:05:21 +0100 Mike Gabriel (55f94c9) + + * Recommend mate-notification-daemon (or notification-daemon as + fallback). + +2013-10-29 18:37:02 +0100 Mike Gabriel (7ddc496) + + * Become aware of new Python X2Go hook method + (HOOK_on_failing_SFTP_client). + +2013-10-29 09:58:24 +0100 Mike Gabriel (299bb0e) + + * Don't crash if no notification-daemon provide is registered in + DBUS. (Fixes: #321). + +2013-09-14 15:53:30 +0200 Mike Gabriel (6da6228) + + * Implement two-factor authentication. + +2013-09-08 01:15:29 +0200 Mike Gabriel (7256699) + + * Support encrypted on SSH proxy whith password authentication on + X2Go Server. + +2013-09-08 00:06:38 +0200 Mike Gabriel (6706416) + + * Only show notifications if there really is something to show. + +2013-09-03 18:39:38 +0200 Mike Gabriel (b7f65e1) + + * remove debug code + +2013-09-03 18:25:13 +0200 Mike Gabriel (d7deb4a) + + * Add support for encrypted/locked/passphrase-protected SSH private + key files. + +2013-09-03 18:22:51 +0200 Mike Gabriel (8954b44) + + * Make notifications more robust. + +2013-09-03 12:48:19 +0200 Mike Gabriel (e662d99) + + * /debian/copyright: Update file. Add entry for file icon2exe.py. + +2013-08-27 18:12:39 +0200 Mike Gabriel (1d5a3c2) + + * Continue development... + +2013-08-27 18:08:33 +0200 Mike Gabriel (977c760) + + * release 0.4.0.8 (tag: 0.4.0.8) + +2013-08-27 18:08:12 +0200 Mike Gabriel (aa62bf4) + + * Throw exceptions on ,,unknown errors'' during authentication when + application is run in debug/libdebug mode. + +2013-08-27 17:49:02 +0200 Mike Gabriel (a602a61) + + * Fix updating/editing session profiles. + +2013-08-27 17:34:05 +0200 Mike Gabriel (d8dbf07) + + * typo fix in en.po + +2013-08-26 14:58:10 +0200 Mike Gabriel (39fdb50) + + * Continue development... + +2013-08-26 14:44:47 +0200 Mike Gabriel (59a18b6) + + * release 0.4.0.7 (tag: 0.4.0.7) + +2013-08-25 21:19:26 +0200 Dick Kniep (bc66f88) + + * Update Dutch translation file. + +2013-08-21 21:26:19 +0200 Mike Gabriel (b96f788) + + * provide Finnish translation file + +2013-08-17 21:30:01 +0200 Mike Gabriel (220cefe) + + * Hand over the complete session profile parameter to add_profile() + on profile creation. + +2013-08-13 20:14:54 +0200 Nicolai Hansen (c2e490a) + + * Update Danish translation file. + +2013-08-12 12:16:14 +0200 Terje Andersen (1982b5f) + + * Update Norwegian Bokmaal translation file. + +2013-08-10 20:02:53 +0200 Mike Gabriel (9fc04f4) + + * Update Russion translation file. + +2013-08-09 11:57:28 +0200 Daniel Lindgren (1b8a0e4) + + * Update Swedish translation file. + +2013-08-06 11:08:53 +0200 Ricardo Díaz Martín (a997da0) + + * Update of Spanish translation file. + +2013-08-05 12:39:31 +0200 Mike Gabriel (4b4bc67) + + * Tolerate blanks during profile name validation. + +2013-08-03 22:48:00 +0200 Mike Gabriel (7f21635) + + * rebuild i18n files + +2013-08-03 22:47:38 +0200 Mike Gabriel (6340a81) + + * fix wrong German translation + +2013-08-03 18:53:49 +0200 Mike Gabriel (ab019d7) + + * fix for last commit + +2013-08-03 18:35:43 +0200 Mike Gabriel (0246201) + + * sort profile names in notification feedback + +2013-08-03 18:27:43 +0200 Mike Gabriel (a8352af) + + * Update German and English translation files. + +2013-08-03 18:19:21 +0200 Mike Gabriel (056da5d) + + * rebuild i18n files + +2013-08-03 18:18:58 +0200 Mike Gabriel (527741c) + + * Depend on python-x2go (>= 0.4.0.7). + +2013-08-03 18:18:02 +0200 Mike Gabriel (d08b602) + + * Add import feature to the session profile manager. + +2013-07-30 22:36:35 +0200 Mike Gabriel (c2c9d03) + + * /debian/control: Replace LDAP support with session brokerage + support in LONG_DESCRIPTION. + +2013-07-30 13:36:27 +0200 Mike Gabriel (d4dc4d1) + + * Continue development... + +2013-07-30 13:19:52 +0200 Mike Gabriel (fe80885) + + * release 0.4.0.6 (tag: 0.4.0.6) + +2013-07-30 13:19:33 +0200 Mike Gabriel (26556ff) + + * Only use default speed if it cannot be obtained from the session + profile configuration. Makes the speed setting now + configurable. (Fixes: #274). + +2013-07-30 13:01:04 +0200 Mike Gabriel (7819b75) + + * Fix AttributeError in setup.py when using py2exe build method. + +2013-07-30 00:15:54 +0200 Mike Gabriel (ef27d3f) + + * more dependencies for building with bbfreeze (4) + +2013-07-30 00:14:28 +0200 Mike Gabriel (26c7fa4) + + * more dependencies for building with bbfreeze (3) + +2013-07-30 00:08:00 +0200 Mike Gabriel (51c7e17) + + * more dependencies for building with bbfreeze (2) + +2013-07-30 00:04:29 +0200 Mike Gabriel (13b115e) + + * more dependencies for building with bbfreeze + +2013-07-28 19:57:00 +0200 Mike Gabriel (5367d13) + + * Continue development... + +2013-07-28 19:50:37 +0200 Mike Gabriel (d674200) + + * release 0.4.0.5 (tag: 0.4.0.5) + +2013-07-24 08:19:35 +0200 Mike Gabriel (77902da) + + * Depend on Python X2Go (>= 0.4.0.6). + +2013-07-23 23:16:25 +0200 Mike Gabriel (ed0d934) + + * Make PyHoca-GUI aware of the MATE desktop environment. + +2013-07-19 23:14:32 +0200 Mike Gabriel (08107b7) + + * setup.py: use VcXsrv 1.14.2.0 for build_exe + +2013-07-19 22:28:01 +0200 Mike Gabriel (911380f) + + * fix win32 build + +2013-07-19 22:34:57 +0200 Mike Gabriel (b3509d2) + + * Continue development... + +2013-07-19 22:32:45 +0200 Mike Gabriel (bff7d33) + + * release 0.4.0.4 (tag: 0.4.0.4) + +2013-07-19 22:31:13 +0200 Mike Gabriel (12a986f) + + * Fix size of ,,About...'' windows for Win32 version. + +2013-07-19 21:32:44 +0200 Mike Gabriel (450a9fe) + + * Allow custom window titles for About...windows. + +2013-07-19 20:57:22 +0200 Mike Gabriel (065423d) + + * Continue development... + +2013-07-19 20:50:16 +0200 Mike Gabriel (093a6dd) + + * release 0.4.0.3 (tag: 0.4.0.3) + +2013-07-19 20:48:37 +0200 Mike Gabriel (e754860) + + * Add an ,,About Python X2Go...'' menu item that opens a window + providing information on the Python X2Go source code + download information. + +2013-06-26 00:18:56 +0200 Mike Gabriel (a31b8d7) + + * i18n update + +2013-06-26 00:15:46 +0200 Mike Gabriel (c6124a2) + + * Update host key mismatch message. + +2013-06-25 22:52:27 +0200 Mike Gabriel (a3e48a6) + + * update i18n files, update German translation + +2013-06-25 22:49:47 +0200 Mike Gabriel (e089adc) + + * Catch SSH Exception for mismatching host keys and make it + translatable. (Fixes: #166). + +2013-04-29 14:01:38 +0200 Mike Gabriel (e10c24c) + + * On selecting »Unshare All Local Folders« purge all shares from the + »export« session profile parameter if »restoreexports« is + set to true in the session profile. + +2013-04-21 23:09:51 +0200 Mike Gabriel (bdfcaf3) + + * Continue development... + +2013-04-21 22:45:56 +0200 Mike Gabriel (3aac457) + + * release 0.4.0.2 (tag: 0.4.0.2) + +2013-04-21 22:38:01 +0200 Mike Gabriel (d118ba6) + + * As we got rid of the multiple notification icons in the system + tray: On MS Windows, also use the PyHoca icon in the + system tray. + +2013-04-21 22:30:36 +0200 Mike Gabriel (72a92e5) + + * Use TaskBarIcon.ShowBalloon() instead of wx.NotificationMessage for + notifications. + +2013-04-21 21:44:34 +0200 Mike Gabriel (19fd6c1) + + * fix for last commit + +2013-04-21 21:43:46 +0200 Mike Gabriel (aeb4143) + + * make taskbar.MakeIcon a function + +2013-04-21 21:39:08 +0200 Mike Gabriel (18e7c0a) + + * use classmethod for MakeIcon call + +2013-04-21 21:35:49 +0200 Mike Gabriel (36bca6b) + + * Explicitly set the tray icon for wx.NotificationMessage calls. + +2013-04-21 21:09:19 +0200 Mike Gabriel (288f8f2) + + * Provide icon2exe.py for adding .ico files to .exe files. Thanks to + the original authors: Giovanni Bajo and previously + McMillan Enterprises, Inc. + +2013-04-21 21:05:14 +0200 Mike Gabriel (dfee092) + + * make sure PyHoca-GUI logs stdout/stderr to file with bbfreeze as + freezer tool + +2013-04-21 20:48:52 +0200 Mike Gabriel (96d5f34) + + * Make sure PyHoca-GUI freezing works with gevent 1.0b3 and later. + Freeze with gui_only enabled, hides the console Window + PyHoca-GUI runs in. + +2013-04-21 17:21:54 +0200 Mike Gabriel (eea34d1) + + * MS Windows: use bbfreeze to freeze the Win32 version of PyHoca-GUI. + +2013-04-16 17:17:58 +0200 Mike Gabriel (fecb8d6) + + * use relative path in paramiko symlink + +2013-04-11 14:19:34 +0200 Mike Gabriel (6c800d1) + + * Make sure that there is no KeyException when checking/unchecking + the restoreexports item in the shared folders menu. + +2013-03-26 00:54:20 +0100 Mike Gabriel (b9cca13) + + * fix versioned dependency on python-x2go + +2013-03-26 00:38:15 +0100 Mike Gabriel (af60d30) + + * Make PyHoca-GUI aware of the Cinnamon desktop shell. + +2013-02-13 12:51:37 +0100 Mike Gabriel (a12f581) + + * Continue development... + +2013-02-13 12:50:52 +0100 Mike Gabriel (4ebcd63) + + * release 0.4.0.1 (tag: 0.4.0.1) + +2013-02-13 05:57:06 +0100 Mike Gabriel (f6a4c0a) + + * fix glob arg for image installation paths + +2013-02-12 22:18:06 +0100 Mike Gabriel (440c0c8) + + * Fix image installation in setup.py. Thanks to Orion Poplawski for + spotting. + +2013-02-12 11:36:27 +0100 Mike Gabriel (05b3933) + + * Continue development... + +2013-02-12 11:10:18 +0100 Mike Gabriel (d1c5a9a) + + * release 0.4.0.0 (tag: 0.4.0.0) + +2013-02-11 11:17:02 +0100 Mike Gabriel (b17acf6) + + * add fixure for X2Go BTS issue #85 + +2013-02-02 00:09:19 +0100 Mike Gabriel (7caa1ad) + + * Fix print dialog box: update the configuration from the GUI widgets + before handing it over to some calling agent. + +2013-01-29 22:21:45 +0100 Mike Gabriel (e03d857) + + * rebuild i18n binary files + +2013-01-29 22:21:20 +0100 Mike Gabriel (f8e4f08) + + * i18n update: Danish + +2013-01-29 20:59:54 +0100 Mike Gabriel (d20c1ff) + + * i18n update: Dutch(2) + +2013-01-29 20:56:36 +0100 Mike Gabriel (6378e74) + + * i18n update: Dutch + +2013-01-29 20:53:27 +0100 Mike Gabriel (f700b56) + + * i18n update: Spanish + +2013-01-28 23:34:37 +0100 Mike Gabriel (acb5f6a) + + * rebuilt i18n files + +2013-01-28 15:42:44 +0100 Mike Gabriel (bc19754) + + * README update + +2013-01-28 15:37:32 +0100 Mike Gabriel (4a1c098) + + * happy new year + +2013-01-28 15:37:18 +0100 Mike Gabriel (62f7559) + + * update date+version in man page + +2013-01-28 15:06:28 +0100 Christoffer Krakou (b0b8ce7) + + * Update Danish translation file. + +2013-01-28 14:21:44 +0100 Mike Gabriel (2f96125) + + * changelog fix + +2013-01-28 13:40:41 +0100 Oleksandr Shneyder (182ddd9) + + * Update russian translation file. + +2013-01-26 10:27:16 +0100 Daniel Lindgren (eb0e848) + + * Update Swedish translation file. + +2013-01-26 10:25:36 +0100 Dick Kniep (80d2ae0) + + * Update Dutch translation file. + +2013-01-24 23:05:00 +0100 Terje Andersen (9ebfd50) + + * Update Bokmal (Norway) translation file. + +2013-01-24 23:03:12 +0100 Ricardo Díaz Martín (1a18dfa) + + * Update Spanish translation file. + +2013-01-24 10:51:14 +0100 Mike Gabriel (3f31b3f) + + * Become aware of multiple PyHoca-GUI processes being allowed. + Pre-requisited, that each instance runs on its own + $DISPLAY ($DISPLAY detection yet unfinished). + +2013-01-22 09:03:27 +0100 Mike Gabriel (f346d47) + + * make sure server-info works with X2Go server 4.0.x.y + +2013-01-22 07:39:17 +0100 Mike Gabriel (a32d510) + + * update i18n files, update German translation + +2013-01-22 06:28:24 +0100 Mike Gabriel (14d5da8) + + * update i18n files + +2013-01-22 06:21:08 +0100 Mike Gabriel (36368f8) + + * Add another tab »Media« to session profile configuration window. + Makes the windows display on netbook screens again (Fixes: + #13). + +2013-01-21 22:01:41 +0100 Mike Gabriel (a996bc1) + + * typo in German translation + +2013-01-21 11:35:25 +0100 Mike Gabriel (9986817) + + * i18n update + +2013-01-21 11:35:06 +0100 Mike Gabriel (da10c3f) + + * Add »Apply« to session profile manager window. + +2013-01-21 10:56:19 +0100 Mike Gabriel (24209b1) + + * i18n update for server info feature + +2013-01-21 10:33:02 +0100 Mike Gabriel (907d0d4) + + * Add dialog box that shows server information (components, add-ons, + features, versions). + +2013-01-21 05:49:09 +0100 Mike Gabriel (38e314a) + + * fix __doc__ string of class(3) + +2013-01-21 05:44:01 +0100 Mike Gabriel (fe95730) + + * fix __doc__ string of class(2) + +2013-01-21 05:42:57 +0100 Mike Gabriel (1948e81) + + * fix __doc__ string of class + +2013-01-21 05:31:18 +0100 Mike Gabriel (d7469c3) + + * Filter out other session types than desktop sessions from the list + of sharable desktops. + +2013-01-20 16:38:30 +0100 Mike Gabriel (4966ddd) + + * fix mal-assignment of sshport parameter when used with usesshproxy + +2013-01-20 16:01:20 +0100 Mike Gabriel (40cf502) + + * add forgotten file: listdesktops.py + +2013-01-20 12:52:27 +0100 Mike Gabriel (a49b979) + + * add closure of X2Go BTS issue #37 + +2013-01-20 12:51:59 +0100 Mike Gabriel (9bf4490) + + * provide German translation for Desktop Sharing feature in + PyHoca-GUI + +2013-01-20 12:15:34 +0100 Mike Gabriel (51f6e18) + + * Add support for desktop sharing in PyHoca-GUI. Requires X2Go Server + 4.1.0.0 and above. + +2013-01-14 10:38:26 +0100 Mike Gabriel (ff2c502) + + * disable UniqueHostAliases checkbox in profile manager when + connected + +2013-01-14 02:56:13 +0100 Mike Gabriel (9f6c08f) + + * make unique aliases code always available. + +2013-01-14 02:34:05 +0100 Mike Gabriel (1f9b630) + + * picky pyflakes looked at the pyhoca-gui code + +2013-01-14 02:25:03 +0100 Mike Gabriel (c867d18) + + * only use ,,Connect Server'' in menu + +2013-01-14 02:07:58 +0100 Mike Gabriel (6aad78f) + + * promise DirectRDP for 1.0.0.0 + +2013-01-14 01:40:17 +0100 Mike Gabriel (8204792) + + * Give control of auto-starting and auto-resuming fully into the + hands of the session profiles. No extra cmdline options + needed anymore to activate auto-starting/-resuming of + sessions. + +2013-01-14 01:39:04 +0100 Mike Gabriel (d2ac0cf) + + * fix some i18n statements + +2013-01-14 00:54:21 +0100 Mike Gabriel (9d9e83c) + + * Show ,,Start RDP sessions'' in menu if RDP (X2Go-proxied) has been + selected as command. + +2013-01-14 00:45:24 +0100 Mike Gabriel (019efe7) + + * fix layout for SSH proxy settings in profile manager + +2013-01-14 00:04:27 +0100 Mike Gabriel (0f59714) + + * fix de.po, rebuild i18n files + +2013-01-14 00:01:09 +0100 Mike Gabriel (e1a487a) + + * changelog fix + +2013-01-13 23:56:49 +0100 Mike Gabriel (f118f7f) + + * Bump version to 0.4.0.0. WARNING: starting with version 4.0.0.0 of + PyHoca-GUI, PyHoca-CLI and Python X2Go, all class + identifiers are now X2Go..., not X2go... anymore. + +2013-01-13 23:54:42 +0100 Mike Gabriel (585505e) + + * remnant changes needed for X2go -> X2Go API change + +2013-01-13 23:48:23 +0100 Mike Gabriel (0b4cf0d) + + * fully rename X2go -> X2Go, also for class identifiers + +2013-01-13 23:46:36 +0100 Mike Gabriel (1905006) + + * changeset needed for the renaming of X2go -> X2Go in Python X2Go + +2013-01-13 23:45:59 +0100 Mike Gabriel (38b5450) + + * update i18n files (mainly: de, en) + +2013-01-13 23:25:21 +0100 Mike Gabriel (9f686cd) + + * update i18n files + +2013-01-13 23:24:33 +0100 Mike Gabriel (15f0c51) + + * Add checkbox for unique host key aliases feature to session profile + manager. + +2013-01-13 16:30:13 +0100 Mike Gabriel (c2e2335) + + * Add cmdline option --add-to-known-hosts. Add SSH host keys + automatically to the client's known_hosts file. + +2013-01-13 15:55:36 +0100 Mike Gabriel (0916a6a) + + * expect DirectRDP support for 0.3.0.0 + +2013-01-13 15:53:44 +0100 Mike Gabriel (6d19453) + + * bump version to 0.2.2.0 + +2013-01-13 15:52:31 +0100 Mike Gabriel (aee40cd) + + * Drop SSH proxy tunnel configuration parameter. Adapt PyHoca-GUI to + the way X2GoClient configures the SSH proxy settings. + +2013-01-13 15:44:53 +0100 Mike Gabriel (6fd80fc) + + * typo in German translation + +2013-01-11 12:42:26 +0100 Mike Gabriel (ad6f58f) + + * fix __doc__ strings + +2013-01-11 12:40:40 +0100 Mike Gabriel (737d6a3) + + * Revert "fix __doc__ strings" + +2013-01-11 11:45:26 +0100 Mike Gabriel (f35e93e) + + * suggest .x2go file name when exporting session profiles + +2013-01-11 11:22:53 +0100 Mike Gabriel (25d052f) + + * rebuild i18n (binary) files + +2013-01-11 11:22:32 +0100 Mike Gabriel (37bcd73) + + * minor i18n fix + +2013-01-11 11:16:51 +0100 Mike Gabriel (c85f513) + + * fix icon symlinking in .deb package + +2013-01-11 11:10:48 +0100 Mike Gabriel (0495527) + + * Add gnome-colors-common to Build-Depends. + +2013-01-11 11:05:30 +0100 Mike Gabriel (7b964e0) + + * Translation source file (.pot) updated. Update of en.po and de.po. + +2013-01-11 10:52:34 +0100 Mike Gabriel (b40455d) + + * Add support for exporting session profiles and session profile + groups. Versioned Depend: on python-x2go (>= 0.2.1.2-0~). + +2013-01-11 10:51:10 +0100 Mike Gabriel (450197e) + + * fix icon file names + +2013-01-04 11:42:43 +0100 Mike Gabriel (490ca0f) + + * rebuild i18n files + +2013-01-04 11:41:28 +0100 Mike Gabriel (a28643b) + + * fix __doc__ strings + +2013-01-04 11:40:25 +0100 Mike Gabriel (180484c) + + * replace all remaining occurrences of X2go with X2Go + +2012-12-20 09:53:44 +0100 Mike Gabriel (052916c) + + * use icons_symlinked instead of icons + +2012-12-20 09:51:21 +0100 Mike Gabriel (1a1ab1d) + + * add trailing semicolon to pyhoca-gui.desktop + +2012-12-20 09:50:49 +0100 Mike Gabriel (6cdc40a) + + * remove /usr/bin/env python from messages.py + +2012-12-20 09:48:28 +0100 Mike Gabriel (51c52fb) + + * Add rules to setup.py that install PyHoca-GUI's data files under + Linux (i.e. icons, images, man page, etc.). Thanks to + Orion Poplawski for coming up with an inspiring patch. + (Fixes: #92). + +2012-12-20 09:10:02 +0100 Mike Gabriel (2037b4b) + + * Thanks to Orion's patch in bug #91 we can drop many build + dependencies. + +2012-12-20 08:57:48 +0100 Mike Gabriel (8768016) + + * typo fix + +2012-12-20 08:54:20 +0100 Orion Poplawski (04f5e0f) + + * Importing all of pyhoca.wxgui in setup.py causes rpmbuild problems + due to DISPLAY not being set. It is overkill as well, + causing extra dependencies to be installed at build time. + (Fixes: #91). + +2012-12-18 12:53:16 +0100 Mike Gabriel (074593a) + + * release 0.2.1.1 (tag: 0.2.1.1) + +2012-12-17 15:58:32 +0100 Mike Gabriel (7773602) + + * Use new feature in Python X2Go 0.2.1.1 that allows the + differentiation of sessions associated to different + session profiles. + +2012-12-16 21:36:22 +0100 Mike Gabriel (b95ab31) + + * Do not disable the session profile template when creating a session + profile from an already existing session profile. (Fixes: + #90). + +2012-12-16 15:25:04 +0100 Mike Gabriel (6ee0f51) + + * remove referrals to bugs in former BTS system (Whups/Horde), use + new syntax for closing X2Go BTS bugs: Fixes #<nnn> + +2012-12-13 13:29:03 +0100 Mike Gabriel (b438cba) + + * Continue development... + +2012-12-10 13:06:25 +0100 Mike Gabriel (5bb9a4b) + + * release 0.2.1.0 (tag: 0.2.1.0) + +2012-12-09 23:44:01 +0100 Mike Gabriel (5b764d4) + + * Add Danish translation (restoreexports feature). + +2012-12-06 12:18:02 +0100 Mike Gabriel (dcac2c5) + + * make Language-Team: fields equal in all .po files + +2012-12-03 08:41:56 +0100 Mike Gabriel (c037703) + + * If the profile manager is open for a certain session profile, + disable all menu items that relate to this session + profile. Re-enable the menu items again, once the + corresponding profile manager window has been closed. + +2012-11-26 14:25:55 +0100 Mike Gabriel (bc3bb9d) + + * rebuild i18n files + +2012-11-26 14:25:33 +0100 Mike Gabriel (2f60776) + + * update i18n files for en, de, da, sv, nb_NO, es: remove the + translation for the word public + +2012-11-26 14:22:11 +0100 Mike Gabriel (eaccadf) + + * rename Public SSH Key authentication to SSH Key Authentication + +2012-11-26 14:16:41 +0100 Mike Gabriel (19d9643) + + * fix sshproxy auth, use new option sshproxy_force_password_auth + +2012-11-26 13:52:20 +0100 Mike Gabriel (6dc18e6) + + * remove debug code, fix whitespaced EOLs + +2012-11-26 13:39:31 +0100 Mike Gabriel (ac750e0) + + * remove debug code, fix whitespaced EOLs + +2012-11-26 10:12:09 +0100 Terje Andersen (85f634b) + + * Update Bokmal (Norway) translation file (restoreexports). + +2012-11-26 10:05:17 +0100 Daniel Lindgren (f2f6ad0) + + * Update Swedish translation file (restoreexports). + +2012-11-26 10:02:07 +0100 Ricardo Díaz Martín (4cfaaa8) + + * Update Spanish translation file (restoreexports). + +2012-11-23 11:41:54 +0100 Mike Gabriel (1520b78) + + * rebuild i18n files + +2012-11-20 13:26:42 +0100 Mike Gabriel (8df7c7a) + + * Hide the file sharing submenu if the master session's submenu is + currently disabled due to some current action and an + expected session status change. + +2012-11-19 23:07:01 +0100 Mike Gabriel (3390847) + + * changelog cleanup + +2012-11-19 22:47:27 +0100 Mike Gabriel (8c1dec2) + + * rebuild i18n .mo files + +2012-11-19 22:38:34 +0100 Mike Gabriel (c66dea9) + + * Implement functionality for restoring mounted shares on session + resumption / re-start. Sponsored by Dick Kniep, LinDix NL. + +2012-11-19 13:51:59 +0100 Oleksandr Shneyder (053c04a) + + * Update rsssian translation + +2012-11-17 02:24:15 +0100 Mike Gabriel (fc28981) + + * code cleanup with pyflakes + +2012-11-17 02:08:05 +0100 Mike Gabriel (0f56148) + + * fix for last commit + +2012-11-17 01:41:36 +0100 Mike Gabriel (f4e389a) + + * add no_auto_register_pubapp_sessions and set it to True + +2012-11-16 22:03:32 +0100 Mike Gabriel (a5593b2) + + * moving line of code + +2012-11-16 21:49:35 +0100 Mike Gabriel (7eecfc7) + + * var name mismatch + +2012-11-16 21:44:51 +0100 Mike Gabriel (ea1bcbc) + + * more delicate handling of locking and registering pubapp sessions + +2012-11-16 21:29:16 +0100 Mike Gabriel (95d6628) + + * fix for commit ec4e5f5ddf1e7a35bdb310d99db2947aa9eb2ae9 + +2012-11-16 21:12:16 +0100 Mike Gabriel (2a49b0d) + + * fix missing colons at end of it statement + +2012-11-16 21:07:48 +0100 Mike Gabriel (4354726) + + * query Python X2Go for availability of SSH agent forwarding feature + +2012-11-16 20:59:18 +0100 Mike Gabriel (ec4e5f5) + + * Use threading.Lock() to prevent from simultaneous calls of the + _init_pubapp_sessions() method. + +2012-11-16 12:40:12 +0100 Mike Gabriel (113a759) + + * fixing the NSIS MUI2 installer from a Windows machine + +2012-11-16 11:48:43 +0100 Mike Gabriel (f135580) + + * more MUI fixes + +2012-11-16 11:45:40 +0100 Mike Gabriel (337e863) + + * load language files first + +2012-11-16 11:33:52 +0100 Mike Gabriel (ae0304e) + + * fix MUI2 installation + +2012-11-15 23:10:55 +0100 Mike Gabriel (4869754) + + * fix LICENSE display with MUI + +2012-11-15 23:09:04 +0100 Mike Gabriel (6d8aba1) + + * fix for last commit + +2012-11-15 23:08:17 +0100 Mike Gabriel (728f294) + + * MULTIUSER_INIT belongs into onInit + +2012-11-15 23:07:14 +0100 Mike Gabriel (57ca969) + + * move macro insertions out of function + +2012-11-15 23:03:58 +0100 Mike Gabriel (fe47e16) + + * remove redundancy in NSIS installer logic + +2012-11-15 22:58:05 +0100 Mike Gabriel (ba2180e) + + * do not load the same language file twice + +2012-11-15 22:56:38 +0100 Mike Gabriel (a013e6d) + + * NSIS: add long list of installer languages + +2012-11-15 22:51:54 +0100 Mike Gabriel (cfad2f0) + + * don't load language file twice + +2012-11-15 22:50:06 +0100 Mike Gabriel (a571ebd) + + * NSIS: allow multi-user mixed mode installation + +2012-11-15 22:44:05 +0100 Mike Gabriel (00d7b05) + + * starting to work on multi-user installation mode in NSIS installer + +2012-11-14 21:43:06 +0100 Mike Gabriel (ef1aaf3) + + * fix encoding in es.nsi + +2012-11-14 21:39:20 +0100 Mike Gabriel (80bb313) + + * fix encoding in sv.nsi + +2012-11-14 21:30:00 +0100 Mike Gabriel (b82dd8e) + + * more changes on the NSIS template to activate Russian and Swedish + +2012-11-14 21:11:34 +0100 Mike Gabriel (6451998) + + * Disable SSH agent forwarding for Windows. Code in Python Paramiko + is no executable on MS Windows, currently. + +2012-11-11 13:42:32 +0100 Mike Gabriel (87a48d6) + + * activate Swedish language in NSIS installer + +2012-11-11 13:39:24 +0100 Mike Gabriel (3378558) + + * Fine-tune Russion translation. + +2012-11-11 13:38:48 +0100 Nable (d2505bc) + + * Add Russian translation for NSIS installer. + +2012-11-10 13:07:36 +0100 Daniel Lindgren (a6554a3) + + * Add Swedish translation for NSIS installer. + +2012-11-09 11:15:08 +0100 Mike Gabriel (435d2f1) + + * update binary i18n files + +2012-11-09 11:14:49 +0100 Mike Gabriel (69590f9) + + * fix last missing msgstr for nl.po + +2012-11-09 10:44:45 +0100 Mike Gabriel (62f5f24) + + * add ru and sv translation for NSIS installer (PyHoca-GUI installer + for MS Windows) + +2012-11-09 10:41:06 +0100 Mike Gabriel (18cad97) + + * add symlink to latest paramiko (for devs only) + +2012-11-09 10:40:11 +0100 Mike Gabriel (cd588e1) + + * add binary .mo files of new translations (ru.mo, da.mo, also the + non-yet translated fr.mo) + +2012-11-09 10:39:18 +0100 Mike Gabriel (d4d46bd) + + * add debian/watch file (to watch ourselves ;-) ) + +2012-11-09 10:38:48 +0100 Mike Gabriel (3f77f7a) + + * add missing icon images + +2012-11-09 10:37:40 +0100 Mike Gabriel (6d89c6e) + + * Fix Dutch translation file + +2012-11-09 10:27:55 +0100 Mike Gabriel (39de05d) + + * fine-tune nl.po + +2012-11-09 10:22:47 +0100 Christoffer Krakou (9161ff4) + + * Add Danish translation. + +2012-11-05 21:19:51 +0100 Mike Gabriel (9a02835) + + * Profile manager: apply text field height to keyboard configuration + radio buttons. + +2012-11-05 21:16:26 +0100 Mike Gabriel (ab2b0f5) + + * Scale profile manager differently on Windows and Linux (Windows + needs a slightly larger window). + +2012-11-05 20:52:15 +0100 Mike Gabriel (f93c37e) + + * Allow autologin and SSH key file at the same time. + +2012-11-05 09:02:46 +0100 Dick Kniep (31c6998) + + * Update Dutch translation file. + +2012-11-04 23:15:46 +0100 Daniel Lindgren (e70ffb4) + + * Update Swedish translation file. + +2012-11-04 23:09:31 +0100 Ricardo Díaz Martín (3487e9f) + + * Update Spanish translation file. + +2012-11-03 23:14:07 +0100 Terje Andersen (ceb8be9) + + * Update Bokmal (Norway) translation file. + +2012-11-02 23:26:50 +0100 Mike Gabriel (b1b9489) + + * old refresh session list if we actually fiddled around with running + pubapp sessions + +2012-11-02 23:25:54 +0100 Mike Gabriel (fda28cd) + + * Revert "old refresh session list if we actually fiddled around with + running pubapp sessions" + +2012-11-02 23:25:21 +0100 Mike Gabriel (a6bbb96) + + * old refresh session list if we actually fiddled around with running + pubapp sessions + +2012-11-02 23:17:31 +0100 Mike Gabriel (6a54d56) + + * Make pub app session startup more robust. + +2012-10-21 16:23:54 +0200 Mike Gabriel (76f5cc8) + + * Rename session type XFCE4 to XFCE (using an unversioned session + type name). + +2012-10-12 16:07:19 +0200 Mike Gabriel (64830a5) + + * increment upstream/egg version + +2012-10-12 10:32:35 +0200 Mike Gabriel (3f005b6) + + * /debian/pyhoca-gui.docs: Install README.i18n into package. + +2012-10-12 10:31:55 +0200 Mike Gabriel (04aedde) + + * Add SSH agent README. + +2012-10-12 09:29:12 +0200 Mike Gabriel (d92c83a) + + * empty sshproxykeyfile field if sshproxyautologin gets selected + +2012-10-11 21:55:30 +0200 Mike Gabriel (251ca33) + + * translation fix (de) + +2012-10-11 10:59:14 +0200 Mike Gabriel (84758c7) + + * update i18n files + +2012-10-11 10:56:48 +0200 Mike Gabriel (5bb0021) + + * rename profile manager tab ,,Shared Resources'' back to ,,Sharing'' + +2012-10-11 10:45:07 +0200 Mike Gabriel (eba734c) + + * Implement SSH agent, automatic key discovery, and SSH agent + authentication request forwarding in session profile + manager. + +2012-10-10 22:25:25 +0200 Mike Gabriel (4e7c22e) + + * Introduce profile manager tab ,,Link Quality''. Move printing into + renamed tab ,,Resource Sharing''. Shrink profile manager + window, closes upstream issue: #13. + +2012-10-09 14:06:34 +0200 Mike Gabriel (ce4e09c) + + * bump version towards 0.2.1.0 + +2012-10-09 14:05:56 +0200 Mike Gabriel (306c697) + + * Fix naming mismatch ,,autologin'' vs. ,,autoconnect''. + +2012-09-29 20:57:55 +0200 Mike Gabriel (e27f1f2) + + * wrap too-long changelog lines + +2012-09-29 20:55:02 +0200 Mike Gabriel (fe384f5) + + * fix de.po + +2012-09-29 01:43:46 +0200 Mike Gabriel (2c5b98f) + + * rebuild i18n data + +2012-09-29 01:42:21 +0200 Mike Gabriel (c64bf0c) + + * rework session profile manager + +2012-09-28 17:33:55 +0200 Mike Gabriel (723ccbb) + + * i18n update + +2012-09-28 17:33:48 +0200 Mike Gabriel (4233271) + + * i18n update + +2012-09-28 17:32:55 +0200 Mike Gabriel (51a1034) + + * Make ,,maxdim'' option configurable through session profile + manager. + +2012-09-28 17:05:49 +0200 Mike Gabriel (30830ba) + + * Disable ,,usesshproxy'' for DirectRDP sessions. + +2012-09-28 10:02:18 +0200 Mike Gabriel (a46cf11) + + * Rebuild of i18n files, update of en.po and de.po. + +2012-09-28 09:48:19 +0200 Mike Gabriel (965079d) + + * Rework session profile manager around SSH proxy settings. Implement + session profile options ,,sshproxysameuser'' and + ,,sshproxysamepass''. + +2012-09-27 16:51:44 +0200 Mike Gabriel (2f79725) + + * changelog cleanup + +2012-09-27 16:51:21 +0200 Mike Gabriel (e61da26) + + * Allow package build on systems with missing dh_python2. + +2012-09-27 09:16:56 +0200 Mike Gabriel (6845485) + + * Make sure that SSH proxy port migration works flawlessly. + +2012-09-26 21:02:23 +0200 Mike Gabriel (d2ed0cc) + + * Depend on python-x2go (>=0.2.0.11-0~). + +2012-09-26 20:59:51 +0200 Mike Gabriel (77b0b0f) + + * Configure SSH proxy port in a separate session profile option + (sshproxyport). + +2012-09-25 20:17:44 +0200 Mike Gabriel (9d891f8) + + * Reduce python version in Build-Depends to allow build against + Ubuntu 10.04. + +2012-09-15 21:28:37 +0200 Mike Gabriel (f7c2451) + + * /debian/control: fix typo in longdescs + +2012-09-15 20:07:40 +0200 Mike Gabriel (374f29a) + + * Maintainer change in package: X2Go Developers + <x2go-dev@lists.berlios.de>. + +2012-09-14 23:23:00 +0200 Mike Gabriel (549b097) + + * Do not offer DirectRDP sessions in profile manager while connected + to a real X2Go server via SSH. + +2012-09-14 15:15:13 +0200 Mike Gabriel (f5ce305) + + * Depend on python-x2go (>=0.2.0.10-0~). + +2012-09-14 15:12:49 +0200 Mike Gabriel (73978e6) + + * Widen session type widget to make sure all widget (also when + translated) fit in. + +2012-09-14 13:30:43 +0200 Mike Gabriel (b8235fc) + + * Add a warning message box that DirectRDP is not yet supported by + PyHoca-GUI. + +2012-09-14 13:19:36 +0200 Mike Gabriel (d2cfd08) + + * Slight change in internal message box API, rename custom_message + class option to msg. + +2012-09-14 12:24:47 +0200 Mike Gabriel (9a3d8cd) + + * Make DirectRDP sessions configurable through PyHoca-GUI profile + manager. + +2012-09-14 09:02:48 +0200 Mike Gabriel (46be5e3) + + * Make session icon handling more robust, be more compatible with + X2Go Client about the session icon name. Rewrite mistakes + pyhoca-gui <= 0.2.0.4 did on the icon attribute in the + session profile config. + +2012-09-13 21:44:08 +0200 Mike Gabriel (794df41) + + * Make sure RDP (X2Go-proxy) sessions stored by PyHoca-GUI get + recognized as such by X2goClient. + +2012-09-13 21:25:09 +0200 Mike Gabriel (7b18f2d) + + * Session profile file option ,,export'': stay empty if no exports + are definded. + +2012-09-05 12:21:57 +0200 Mike Gabriel (804944e) + + * /debian/control: Add Oleksandr Shneyder to Uploaders. + +2012-09-05 12:20:53 +0200 Mike Gabriel (fd5baf9) + + * changelog cleanup + +2012-09-05 10:53:02 +0200 Oleksandr Shneyder (2a31166) + + * Fixed some errors in russian translation + +2012-09-04 18:44:48 +0200 Oleksandr Shneyder (2dc4c04) + + * Russian translation + +2012-09-04 16:07:35 +0200 Mike Gabriel (56cc184) + + * add empty ru.po file for initial translation of pyhoca-gui to + Russian + +2012-08-17 16:36:02 +0200 Mike Gabriel (7a2bffc) + + * Continue development... + +2012-08-17 16:32:40 +0200 Mike Gabriel (d864e3f) + + * release 0.2.0.4 (tag: 0.2.0.4) + +2012-08-15 16:10:35 +0200 Mike Gabriel (b616291) + + * Avoid Python exception: UnboundLocalError: local variable + 'thisPyHocaGUI' referenced before assignment + +2012-08-15 15:38:06 +0200 Mike Gabriel (aaff524) + + * Update packaging files from Debian package. + +2012-08-15 15:19:48 +0200 Mike Gabriel (fd1a0fb) + + * Add namespace pyhoca to setup.py. + +2012-08-15 15:18:06 +0200 Mike Gabriel (083c350) + + * Continue development... + +2012-07-24 02:44:38 +0200 Mike Gabriel (517e348) + + * release 0.2.0.3 (tag: 0.2.0.3) + +2012-07-24 02:38:26 +0200 Mike Gabriel (25c6b91) + + * Fix faulty copyright headers in setup.py, pyhoca/wxgui/messages.py + and nsis_template.py. + +2012-07-12 21:48:59 +0200 Mike Gabriel (90e379f) + + * Continue development... + +2012-07-12 21:43:50 +0200 Mike Gabriel (701b63f) + + * release 0.2.0.2 (tag: 0.2.0.2) + +2012-07-09 11:12:29 +0200 Mike Gabriel (a53bc43) + + * Avoid KeyError in logon window. + +2012-07-04 00:01:36 +0200 Mike Gabriel (123028d) + + * Allow SSH ports less than 22 in session profile manager. SSH ports + below port 22 is not that much of a common practice, but + it eases keyboard input in the corresponding wx widgets. + +2012-07-03 17:02:56 +0200 Mike Gabriel (002bd87) + + * Allow modifications of session icon and shared folder tab while a + session profile is connected. + +2012-07-02 20:52:08 +0200 Mike Gabriel (4c4ad0c) + + * Continue development... + +2012-07-02 20:27:08 +0200 Mike Gabriel (01ce60e) + + * release 0.2.0.1 (tag: 0.2.0.1) + +2012-06-26 16:17:17 +0200 Mike Gabriel (e423a9e) + + * Let logon window and session title window be positioned at top of + screen also for ,,openbox-gnome'' sessions. + +2012-06-22 14:53:19 +0200 Mike Gabriel (8421acb) + + * Let logon window and session title window be positioned at top of + screen also for ,,ubuntu-2d'' sessions. + +2012-06-11 12:31:11 +0200 Mike Gabriel (3953333) + + * Provide empty template for the French translation of PyHoca-GUI. + +2012-06-11 08:03:14 +0200 Mike Gabriel (5b79154) + + * Let logon window and session title window be positioned at top of + screen also for ,,gnome-fallback'' sessions. + +2012-06-11 00:22:17 +0200 Mike Gabriel (6acb46c) + + * Fix grammatical error in man page. + +2012-06-11 00:21:35 +0200 Mike Gabriel (432b8f6) + + * Drop Encoding key from .desktop file (deprecated as of latest + FreeDesktop.org specs. + +2012-06-11 00:20:00 +0200 Mike Gabriel (4511fe2) + + * Continue development... + +2012-06-10 21:19:28 +0200 Mike Gabriel (7364764) + + * release 0.2.0.0 (tag: 0.2.0.0) + +2012-06-10 21:18:36 +0200 Mike Gabriel (bf751bb) + + * rebuild of i18n .mo files + +2012-06-10 21:17:33 +0200 Mike Gabriel (6e0930a) + + * Dutch i18n update + +2012-06-10 09:35:32 +0200 Mike Gabriel (6739270) + + * changelog cleanup (pre-release) + +2012-06-10 09:20:23 +0200 Mike Gabriel (99e23c3) + + * be more tolerant to later API changes + +2012-06-10 09:18:07 +0200 Mike Gabriel (dbd4e8c) + + * finished work on __doc__ strings + +2012-06-10 05:46:56 +0200 Mike Gabriel (afce9ce) + + * typo fix + +2012-06-10 05:46:35 +0200 Mike Gabriel (df14fe3) + + * add __doc__ strings to profilemanager.py + +2012-06-09 18:41:15 +0200 Mike Gabriel (33c9583) + + * remove duplicate line + +2012-06-09 17:47:20 +0200 Mike Gabriel (81cd8e0) + + * add __doc__ strings to many code items + +2012-06-09 17:46:26 +0200 Mike Gabriel (3f5d4fb) + + * Fix published application startup. + +2012-06-09 17:31:38 +0200 Mike Gabriel (9fa9cca) + + * re-merge i18n files + +2012-06-05 10:39:30 +0200 Mike Gabriel (d79526f) + + * Update Bokmal translation (pre-release). + +2012-06-04 08:04:41 +0200 Mike Gabriel (82e6084) + + * rebuilt i18n .mo files + +2012-06-04 08:03:39 +0200 Mike Gabriel (1b920af) + + * Update Swedish translation (pre-release). + +2012-06-01 13:30:26 +0200 Ricardo Díaz Martín (70ea821) + + * Update Spanish translation file. + +2012-05-31 23:54:51 +0200 Mike Gabriel (b95753e) + + * forgot to add README.Unity + +2012-05-31 22:22:21 +0200 Mike Gabriel (854d1f8) + + * debian/changelog: wrap-long-line + +2012-05-31 22:21:42 +0200 Mike Gabriel (2f9afa4) + + * Provide README.Unity that explains how to re-allow the PyHoca-GUI + icon in the systray of the panel. + +2012-05-31 22:15:44 +0200 Mike Gabriel (8f723c9) + + * bump version to 0.2.0.0, depend on Python X2Go 0.2.0.1 + +2012-05-31 22:05:56 +0200 Mike Gabriel (16a43c7) + + * update en/de translation, rebuild .mo files + +2012-05-31 21:42:50 +0200 Mike Gabriel (be50c57) + + * Make auto-detected keyboard setup (i.e. usage of x2gosetkeyboard) + configurable in the profile manager. + +2012-05-31 10:44:22 +0200 Mike Gabriel (6382121) + + * Let logon window and session title window appear at top of screen + for pyhoca-gui running within a Ubuntu Unity session. + +2012-05-31 10:43:04 +0200 Mike Gabriel (a1cf671) + + * Let Logon window appear at top of screen for pyhoca-gui running + within a Ubuntu Unity session. + +2012-05-29 23:56:29 +0200 Mike Gabriel (8105c2c) + + * rebuilt i18n files + +2012-05-29 23:52:51 +0200 Mike Gabriel (be2e334) + + * slight i18n fix + +2012-05-28 20:24:15 +0200 Mike Gabriel (66dd00d) + + * typo fix + +2012-05-28 18:33:27 +0200 Mike Gabriel (2f0353d) + + * update --help text + +2012-05-28 18:33:14 +0200 Mike Gabriel (ccd5437) + + * Update man page. + +2012-05-28 16:03:01 +0200 Mike Gabriel (469584f) + + * Re-register available/registered sessions after session profile + changes. + +2012-05-28 14:52:43 +0200 Mike Gabriel (c9065ca) + + * rebuild i18n files, update en/de translations + +2012-05-28 14:47:42 +0200 Mike Gabriel (a28d17d) + + * Make new session option keyboard ,,variant'' configurable in + profile manager. + +2012-05-27 21:28:01 +0200 Mike Gabriel (356a9f7) + + * fix notification hiding for suspended sessions, hide terminate + notifications if session startup fails + +2012-05-22 00:17:11 +0200 Mike Gabriel (6fdcabf) + + * i18n update (en/de), rebuilt .mo files + +2012-05-22 00:13:43 +0200 Mike Gabriel (47c31b7) + + * Allow custom commands to be desktop sessions. + +2012-05-15 13:20:14 +0200 Mike Gabriel (12e0b9a) + + * extension fix + +2012-05-15 13:18:16 +0200 Mike Gabriel (05d7b35) + + * Add option --about-image. Allow changing the application's name by + renaming the ,,pyhoca-gui'' script. + +2012-05-15 09:21:31 +0200 Mike Gabriel (b15b026) + + * os.path.is<type> require string option, not Unicode. + +2012-05-15 09:19:41 +0200 Mike Gabriel (f8fc633) + + * one more security check on splash image detection + +2012-05-15 08:55:44 +0200 Mike Gabriel (a4d4405) + + * fix for last commit + +2012-05-15 08:50:19 +0200 Mike Gabriel (ebe0667) + + * Do not crash if a provided system tray icon cannot be found. Use a + fallback icon instead. + +2012-05-15 08:33:13 +0200 Mike Gabriel (6aa2c64) + + * Fallback to default splash image if the custom splash does not + exist. + +2012-05-15 08:24:30 +0200 Mike Gabriel (d244082) + + * Only show splash if the splash image file does exist. + +2012-05-11 15:09:53 +0200 Mike Gabriel (03afe04) + + * drop pyhoca-gui.pot in favour of PyHoca-GUI.pot + +2012-05-11 14:46:33 +0200 Mike Gabriel (9264eee) + + * Add option --splash-image that allows to name a custom splash image + that gets shown during application startup. + +2012-05-11 14:19:10 +0200 Mike Gabriel (e3d22dd) + + * Add options --tray-icon and --tray-icon-connecting to customize the + system tray icon (e.g. for branding). + +2012-04-28 21:38:55 +0200 Mike Gabriel (d3be56f) + + * drop dummy published applications menu + +2012-04-24 15:56:45 +0200 Mike Gabriel (93e268e) + + * Python gevent will drop gevent.dns in v1.0. Not using it anymore. + +2012-04-24 00:08:20 +0200 Mike Gabriel (b3dc28e) + + * fix py2exe build when building against gevent 1.0b2 + +2012-04-20 01:07:38 +0200 Mike Gabriel (1ef96d2) + + * menu separator fix + +2012-04-20 01:01:04 +0200 Mike Gabriel (98159cb) + + * menu separator fix + +2012-04-20 00:54:21 +0200 Mike Gabriel (94d7642) + + * menu separator fix + +2012-04-20 00:35:39 +0200 Mike Gabriel (1e6395a) + + * For empty menu maps create a dummy menu. + +2012-04-20 00:15:32 +0200 Mike Gabriel (e8d4a46) + + * Windows packaging: remove dist directory before calling py2exe. + +2012-04-19 23:45:21 +0200 Mike Gabriel (a9a9f37) + + * Only auto-resume if session profile is not configured for published + applications. + +2012-04-19 23:40:39 +0200 Mike Gabriel (4994d76) + + * another menu separator fix + +2012-04-19 23:35:28 +0200 Mike Gabriel (7ac6e6b) + + * more menu separator fixing + +2012-04-19 23:31:07 +0200 Mike Gabriel (52be973) + + * fix menu separator + +2012-04-19 23:15:13 +0200 Mike Gabriel (9da6af7) + + * Non-interactive application runs only disconnect/exit for + associated sessions. + +2012-04-19 23:10:39 +0200 Mike Gabriel (cd9ab4d) + + * Do not suspend session if profile is disconnected. + +2012-04-19 22:56:10 +0200 Mike Gabriel (15dab5d) + + * Catch and notify command startup failures for published + applications sessions. + +2012-04-19 22:43:41 +0200 Mike Gabriel (bae5b82) + + * Catch AttributeError in case a published applications session has + not yet fully started. + +2012-04-19 22:15:14 +0200 Mike Gabriel (5c29aff) + + * rebuild i18n files + +2012-04-19 22:13:56 +0200 Mike Gabriel (77c8b64) + + * Fix initialization of published applications sessions. + +2012-04-19 22:13:45 +0200 Mike Gabriel (703c889) + + * drop outdated .mo files + +2012-04-18 18:30:55 +0200 Mike Gabriel (09b9d09) + + * fix for last commit + +2012-04-18 18:25:08 +0200 Mike Gabriel (3bdee18) + + * use detected session type instead of configured session command + +2012-04-18 17:33:02 +0200 Mike Gabriel (c3eefb0) + + * rebuilt .mo files + +2012-04-18 17:31:45 +0200 Mike Gabriel (d7e5809) + + * Dutch i18n update + +2012-04-17 15:33:59 +0200 Mike Gabriel (f37c235) + + * Make sure the log file on Windows does not grow limitlessly. + +2012-04-17 15:10:09 +0200 Mike Gabriel (e34ee33) + + * Fix missing declaration of + notificationmessage_NotifierPopup.timeout. + +2012-04-17 00:30:36 +0200 Mike Gabriel (4897263) + + * When packaging Windows binary with py2exe, use VcXsrv-1.12.0.1. + +2012-04-16 23:59:42 +0200 Mike Gabriel (c68dd2d) + + * When packaging Windows binary with py2exe, use nxproxy-3.5.0.12. + +2012-04-16 17:08:49 +0200 Mike Gabriel (730d60a) + + * i18n update (en/de) + +2012-04-16 17:08:24 +0200 Mike Gabriel (bbf4b5d) + + * minor fix + +2012-04-16 16:43:29 +0200 Mike Gabriel (e718a78) + + * fix disconnect_on_suspend and disconnect_on_terminate + +2012-04-16 16:35:36 +0200 Mike Gabriel (b33c348) + + * Fix/improve --non-interactive command line option. + +2012-04-16 15:14:43 +0200 Mike Gabriel (fdadc4b) + + * rebuild i18n files + +2012-04-15 16:06:16 +0200 Mike Gabriel (972c103) + + * small Dutch i18n update + +2012-04-14 22:10:36 +0200 Mike Gabriel (58bc687) + + * Add menu item ,,Refresh menu tree'' for sessions with published + applications mode. + +2012-04-14 15:32:08 +0200 Mike Gabriel (d580f34) + + * Add timeout as **kwarg for prepare method in the Windows + notification API. + +2012-04-13 23:35:15 +0200 Mike Gabriel (a5e98b6) + + * Fix for session profiles being still disabled after profile + disconnect. + +2012-04-13 22:09:47 +0200 Mike Gabriel (532827f) + + * capitalize application name + +2012-04-13 22:05:41 +0200 Mike Gabriel (9bd38fc) + + * drop bbfreeze setup.py + +2012-04-13 14:13:21 +0200 Mike Gabriel (a9c1054) + + * rebuild .mo files + +2012-04-13 14:11:49 +0200 Dick Kniep (a230987) + + * Update Dutch translation file. + +2012-04-13 11:25:09 +0200 Mike Gabriel (f0709bc) + + * Update license information and source download location in + About-Window. + +2012-04-13 02:18:12 +0200 Mike Gabriel (f90df6b) + + * handle race condition when initializing published application + sessions + +2012-04-13 01:28:37 +0200 Mike Gabriel (e947874) + + * drop misleading self.current_profile_name property + +2012-04-12 22:00:28 +0200 Mike Gabriel (a3d748d) + + * retrieve pubapp_session_started value from exitcode of + pubapp_session.start() + +2012-04-12 20:56:14 +0200 Mike Gabriel (2e727de) + + * get rid of a redundant gevent.spawn() + +2012-04-12 17:11:51 +0200 Mike Gabriel (4e9fea9) + + * update i18n (de/en) and rebuild .mo files + +2012-04-12 14:36:50 +0200 Mike Gabriel (e8c677f) + + * fix for last commit + +2012-04-12 14:34:43 +0200 Mike Gabriel (cd95b03) + + * Fix folder path extraction from session profile config if + client-side folders contain a Windows drive letter. + +2012-04-12 13:16:59 +0200 Mike Gabriel (62ed995) + + * fix menu separator + +2012-04-12 13:04:30 +0200 Mike Gabriel (8a1d390) + + * silently swallow down failing PubApp executions due to outdated + widget IDs + +2012-04-12 12:06:48 +0200 Mike Gabriel (6f8c105) + + * Allow one PyHoca-GUI instance per user, not per system. + +2012-04-12 11:43:07 +0200 Mike Gabriel (a5bf1ea) + + * fix lack of i18n capability due to application name changes + (capitalization in appname) + +2012-04-12 11:24:53 +0200 Mike Gabriel (cac4c03) + + * lintian issue fixed: extra-license-file + +2012-04-12 01:43:39 +0200 Mike Gabriel (3c72825) + + * Implement X2Go-Top category in .desktop files that get used in the + context of published applications. + +2012-04-12 01:07:58 +0200 Mike Gabriel (d0347ac) + + * fix file permissions + +2012-04-12 01:07:30 +0200 Mike Gabriel (deca260) + + * license change to AGPLv3+ + +2012-04-11 10:07:02 +0200 Mike Gabriel (0598516) + + * happy new year + +2012-04-11 03:47:34 +0200 Mike Gabriel (3ac15cc) + + * Drop unused cmdline option --username. Introduce new cmdline option + --remember-username. + +2012-04-11 02:58:23 +0200 Mike Gabriel (65b6557) + + * Add cmdline option --disable-notifications. + +2012-04-11 02:23:18 +0200 Mike Gabriel (edf44b3) + + * Fix cmdline option --restricted-trayicon. + +2012-04-11 00:28:17 +0200 Mike Gabriel (796ee27) + + * typo + +2012-04-11 00:22:13 +0200 Mike Gabriel (986dd6c) + + * Be more precise on error causes during SSH authentication. + +2012-04-10 23:53:56 +0200 Mike Gabriel (7d35d2d) + + * fixing en/de translation, updating .mo files + +2012-04-06 12:39:13 +0200 Daniel Lindgren (32a8c5a) + + * Update Swedish translation (published applications). + +2012-04-03 20:17:20 +0200 Mike Gabriel (b1cdf8f) + + * Allow TCP ports higher than 64000 for SSH and sound server + connections. + +2012-04-03 17:52:04 +0200 Mike Gabriel (5ccc732) + + * Stdout/stderr diversion when frozen with py2exe: stdout will + overwrite the last log file, stderr will append to the + very same file. + +2012-04-03 17:29:17 +0200 Mike Gabriel (e6e40b9) + + * quote fix + +2012-04-03 17:25:38 +0200 Mike Gabriel (5b8aeb5) + + * fix quotes in NSIS template + +2012-04-03 17:23:57 +0200 Mike Gabriel (2b7e063) + + * fix quotes in NSIS template + +2012-04-03 16:55:52 +0200 Mike Gabriel (8977aae) + + * typo + +2012-04-03 16:55:13 +0200 Mike Gabriel (583e35f) + + * fix dev mode detection + +2012-04-03 16:53:22 +0200 Mike Gabriel (326c0fc) + + * re-add i18n binary files and PyHoca-GUI.pot + +2012-04-03 16:50:54 +0200 Mike Gabriel (267a47b) + + * fix detection of development version + +2012-04-03 14:49:34 +0200 Mike Gabriel (9260823) + + * Install published applications icons in Debian package. + +2012-04-03 14:43:13 +0200 Mike Gabriel (1adb432) + + * add missing icons + +2012-04-03 14:27:03 +0200 Mike Gabriel (533256f) + + * re-enable wx.InitAllImageHandlers() call + +2012-04-03 14:07:24 +0200 Mike Gabriel (f599a5c) + + * fix auto connecting to session profiles: only connect if the + session profile configuration has autologin set to true + +2012-04-03 05:12:06 +0200 Mike Gabriel (a60401a) + + * Ship PulseAudio 1.1 with PyHoca-GUI. + +2012-04-02 17:36:18 +0200 Mike Gabriel (8aa3490) + + * re-fix building on Debian-like systems + +2012-04-02 17:22:05 +0200 Mike Gabriel (636b78c) + + * add 16x16 pubapp icons to icons_symlinked, as well + +2012-04-02 17:21:10 +0200 Mike Gabriel (a413fd4) + + * add 16x16 published applications icons for Win32 + +2012-04-02 16:35:58 +0200 Mike Gabriel (8fb7bb5) + + * get Windows packaging with py2exe/NSIS working + +2012-04-01 20:16:06 +0200 Mike Gabriel (2af9814) + + * get setup.py with integrated NSIS installer running + +2012-04-01 17:52:18 +0200 Mike Gabriel (4e59e6a) + + * fix curly brackets issues with python print formatting and NSIS + script format + +2012-04-01 17:41:32 +0200 Mike Gabriel (98d2149) + + * fully add/fix setup support for parameter program version + +2012-04-01 17:34:07 +0200 Mike Gabriel (d09e0a3) + + * Provide code for Windows packaging (py2exe, NSIS) in PyHoca-GUI's + setup.py. + +2012-03-29 22:07:28 +0200 Mike Gabriel (cd90c18) + + * add basic bbfreeze setup + +2012-03-29 13:20:07 +0200 Mike Gabriel (b51e10f) + + * fix stdout and stderr for Windows + +2012-03-29 13:05:32 +0200 Mike Gabriel (65bfa51) + + * improve file bundling + +2012-03-29 12:37:35 +0200 Mike Gabriel (37ad86a) + + * minor code fix + +2012-03-29 12:35:49 +0200 Mike Gabriel (3d5158e) + + * render our own filelist (instead of using glob) + +2012-03-29 12:28:00 +0200 Mike Gabriel (153a57f) + + * more fixes for xserver bundling + +2012-03-29 12:12:04 +0200 Mike Gabriel (63cb99f) + + * typo fix + +2012-03-29 12:11:26 +0200 Mike Gabriel (73911fe) + + * correct file list for VcXsrv bundling + +2012-03-29 12:08:17 +0200 Mike Gabriel (062d9b0) + + * add xserver_files to list of bundled files + +2012-03-29 12:00:00 +0200 Mike Gabriel (154515d) + + * no import of pyhoca-gui executable for now... + +2012-03-29 11:55:00 +0200 Mike Gabriel (c204fa1) + + * Windows binary: include pulseaudio 1.0 and vcxsrv 1.11.4.0. + +2012-03-29 11:26:00 +0200 Mike Gabriel (474c3ea) + + * report missing published applications support for session that are + configured to use it + +2012-03-29 11:25:34 +0200 Mike Gabriel (67194cb) + + * fix session menu + +2012-03-26 15:57:14 +0200 Mike Gabriel (53a9d5c) + + * intermediate commit, stabilizing code + +2012-03-23 10:21:39 +0100 Mike Gabriel (eb73a2a) + + * Use Pulseaudio 1.0 for developmental testing. + +2012-03-23 00:21:52 +0100 Mike Gabriel (b582768) + + * remove debug code + +2012-03-22 23:54:54 +0100 Mike Gabriel (1dffd63) + + * work on exit handler + +2012-03-22 18:03:48 +0100 Mike Gabriel (05e3a08) + + * Provide a separate SetExitHandler function to catch signals from + outside. + +2012-03-22 00:09:33 +0100 Mike Gabriel (f595062) + + * do not redirect stdout/stderr, do not destroy wx objects + +2012-03-21 23:44:04 +0100 Mike Gabriel (c637f0d) + + * Make sure application really exits gracefully. + +2012-03-21 23:22:49 +0100 Mike Gabriel (20652a1) + + * Properly catch CTRL-C and SIGTERM signals. + +2012-03-21 15:22:21 +0100 Mike Gabriel (fc925cb) + + * minor i18n fix + +2012-03-21 15:19:29 +0100 Mike Gabriel (8d7d3d5) + + * Add connect and exit menu items if in single-session-profile mode. + +2012-03-21 15:18:57 +0100 Mike Gabriel (7f23b7b) + + * update i18n files + +2012-03-21 15:12:26 +0100 Mike Gabriel (70008dc) + + * typo fix + +2012-03-21 13:27:30 +0100 Mike Gabriel (ad4034e) + + * Do not let wx.EndBusyCursor crash the application on Windows. + +2012-03-20 16:34:31 +0100 Mike Gabriel (48be2fa) + + * enlarge profile manager for win32 by 16px + +2012-03-20 16:27:53 +0100 Mike Gabriel (599510c) + + * disable AutoStartSession checkbox for session type + PUBLISHEDAPPLICATIONS + +2012-03-20 16:03:42 +0100 Mike Gabriel (77b2eba) + + * fix single session profile support + +2012-03-20 15:38:02 +0100 Mike Gabriel (01200ab) + + * Auto-resuming and auto-starting of sessions, as well as + auto-connecting to session profiles has been moved into + Python X2Go. + +2012-03-20 09:50:22 +0100 Mike Gabriel (5476397) + + * i18n update de+en + +2012-03-20 09:47:37 +0100 Mike Gabriel (a4c8100) + + * Add widget to configure autologin and autostart session profile + parameters. + +2012-03-18 22:20:13 +0100 Mike Gabriel (2bc0921) + + * Fix for CUPS printer recognition if no default printer was defined. + +2012-03-18 21:55:12 +0100 Mike Gabriel (69050e8) + + * The maximum number of menu items in published applications mode can + now be specified as a session option for X2goSession + instances. + +2012-03-17 19:14:13 +0100 Mike Gabriel (1bafcdd) + + * Add support for published applications with no category submenus. + Introduce cmd line option + --published-applications-no-submenus <int>. + +2012-03-17 17:35:52 +0100 Mike Gabriel (3b77e6c) + + * remove redundant variable assignment + +2012-03-17 17:35:35 +0100 Mike Gabriel (1a606d8) + + * Show the detected GUI language in GUI output. + +2012-03-17 17:34:32 +0100 Mike Gabriel (d2b5aed) + + * Fix disabling of published applications tick box in profile + manager. + +2012-03-16 18:08:56 +0100 Mike Gabriel (03894b6) + + * Update of en/de i18n files. + +2012-03-16 18:00:50 +0100 Mike Gabriel (8c05a02) + + * Move rendering of menu tree partially into Python X2Go. + +2012-03-14 17:08:56 +0100 Mike Gabriel (026c4a1) + + * remove debug code + +2012-03-14 17:04:40 +0100 Mike Gabriel (50c3cfc) + + * bundle commit, stabilize code + +2012-03-13 16:23:16 +0100 Mike Gabriel (924ed9a) + + * handle exit_on_disconnect for single session profiles differently + +2012-03-13 16:19:19 +0100 Mike Gabriel (8cf5888) + + * handle auto-connecting of single-session-profile sessions + +2012-03-13 16:06:55 +0100 Mike Gabriel (0ede3ea) + + * Implement single session profile support (--single-session-profile + Boolean command line option). + +2012-03-13 14:11:08 +0100 Mike Gabriel (b4c4b60) + + * add forgotten icon + +2012-03-13 13:50:24 +0100 Mike Gabriel (e953d1e) + + * fix missing import of os.path + +2012-03-13 13:48:19 +0100 Mike Gabriel (78ef88b) + + * typo fix + +2012-03-13 13:46:25 +0100 Mike Gabriel (3da29cb) + + * fix import issue + +2012-03-13 13:40:09 +0100 Mike Gabriel (649af1a) + + * normalize pathnames for MS Windows + +2012-03-13 13:35:18 +0100 Mike Gabriel (4e9abab) + + * Catch X2GoSessionRegistryException if used session uuid is not + valid anymore. + +2012-03-13 13:17:23 +0100 Mike Gabriel (5ea8099) + + * Published Applications on MS Windows: icon size is 16x16. + +2012-03-13 12:37:47 +0100 Mike Gabriel (e78605c) + + * Provide 'en' as default language if --lang has not been given on + the command line (MS Windows issue). + +2012-03-13 12:33:00 +0100 Mike Gabriel (d76502f) + + * Provide icons for category submenus. + +2012-03-12 16:22:53 +0100 Mike Gabriel (790e8a8) + + * On exit only suspend running sessions we are associated with. + +2012-03-12 13:13:13 +0100 Mike Gabriel (007e4b3) + + * Add icon support for the published applications menu (any icon type + except SVGs works). + +2012-03-12 10:05:17 +0100 Mike Gabriel (0b67b19) + + * Send a libnotify warning if server does not support published + applications. + +2012-03-12 01:20:56 +0100 Mike Gabriel (a0ed4c3) + + * Add published appications support. + +2012-03-05 00:17:25 +0100 Mike Gabriel (87fd34c) + + * Beautify MIME box configuration block in profile manager. + +2012-03-05 00:00:54 +0100 Mike Gabriel (8af9e69) + + * place a border between textfields and browse buttons + +2012-03-04 23:46:59 +0100 Mike Gabriel (445fb0d) + + * Use different textfield sizes for wxMSWin and wxGTK. + +2012-03-04 23:34:53 +0100 Mike Gabriel (2d38a46) + + * Fix icon and button sizes in profile manager. + +2012-03-04 22:26:01 +0100 Mike Gabriel (6aca218) + + * increase text height of input fields + +2012-03-04 22:23:02 +0100 Mike Gabriel (d08ff66) + + * use wx.Size for button sizes + +2012-03-04 22:19:56 +0100 Mike Gabriel (3f88b64) + + * set fixed button sizes + +2012-03-04 22:14:13 +0100 Mike Gabriel (d57763f) + + * giving some border space to bitmap buttons + +2012-03-04 22:10:09 +0100 Mike Gabriel (ed82afa) + + * providing border for session profile icon + +2012-03-04 22:07:45 +0100 Mike Gabriel (0c9b5c8) + + * Use wx.BU_AUTODRAW for session profile icon. + +2012-03-04 21:34:57 +0100 Mike Gabriel (f09fd3f) + + * return objects, not session names... + +2012-03-04 21:33:27 +0100 Mike Gabriel (4655b0b) + + * Only allow session window manipulations for sessions that are + associated to the running PyHoca-GUI client. + +2012-02-24 00:04:01 +0100 Mike Gabriel (614c2ab) + + * rebuilt i18n binary files + +2012-02-24 00:03:34 +0100 Mike Gabriel (bbb1ebd) + + * Update i18n files: en, de. + +2012-02-23 23:56:58 +0100 Mike Gabriel (2d230ec) + + * typo fix + +2012-02-23 23:56:20 +0100 Mike Gabriel (7760963) + + * Hook methods that notify about non-availabilities around printing, + MIME box, local folder sharing. + +2012-02-20 20:39:09 +0100 Mike Gabriel (84074f1) + + * Handle the situation that no printer is installed with + CUPS/WinSpool gracefully. + +2012-02-20 19:27:50 +0100 Mike Gabriel (00250a1) + + * Update Swedish translation. + +2012-02-20 10:41:28 +0100 Mike Gabriel (5bd4fd3) + + * rebuild i18n binaries, remove one fuzzy tag from de.po + +2012-02-20 10:40:04 +0100 Mike Gabriel (76d638f) + + * Fine-tune Bokmal (Norway translation file. + +2012-02-19 20:26:45 +0100 Mike Gabriel (4f77721) + + * rebuild i18n binaries, add Swedish and Bokmal i18n binaries, update + i18n .po files from source tree + +2012-02-19 20:25:43 +0100 Mike Gabriel (3b35f6c) + + * Handle the situation that no printers are installed with + CUPS/WinSpool. + +2012-02-19 20:17:08 +0100 Mike Gabriel (5d3209c) + + * rebuild i18n binary files + +2012-02-19 20:16:10 +0100 Mike Gabriel (1124c19) + + * translate keyboard defaults for en+de + +2012-02-19 20:14:38 +0100 Mike Gabriel (7478652) + + * rebuilt i18n binary files + +2012-02-19 20:14:27 +0100 Mike Gabriel (baf9917) + + * rebuilt i18n binary files + +2012-02-19 20:14:15 +0100 Mike Gabriel (5eb2f61) + + * Fix profile manager GUI layout, make default keyboard layout i18n + capable. + +2012-02-19 19:49:20 +0100 Daniel Lindgren (3548f33) + + * Fine-tune Swedish translation. + +2012-02-19 15:08:22 +0100 Terje Andersen (7455767) + + * Add Bokmal (Norway) translation file (not complete, yet). + +2012-02-19 13:36:42 +0100 Mike Gabriel (9c4cac0) + + * update i18n binary files + +2012-02-19 13:35:55 +0100 Mike Gabriel (06c5b76) + + * Provide empty translation file nb_NO.po. + +2012-02-19 13:33:00 +0100 Daniel Lindgren (f54d44f) + + * Add Swedish translation file. + +2012-02-19 13:31:49 +0100 Mike Gabriel (fcd6b89) + + * changelog update: fixing version in changelog + +2012-02-18 21:51:14 +0100 Mike Gabriel (e4cf19f) + + * Provide empty translation file sv.po. + +2012-02-18 21:26:13 +0100 Mike Gabriel (142408c) + + * Enforce startup of rootless session if launching a single + application. + +2012-02-12 00:11:37 +0100 Mike Gabriel (06ac055) + + * typo fix in changelog + +2012-02-12 00:11:08 +0100 Mike Gabriel (94bc060) + + * Catch AttributeError during taskbar menu generation that occured + during querying the session command from a non-existent + session. + +2012-02-10 00:25:12 +0100 Mike Gabriel (19ece35) + + * Mark master sessions with a marker ,,(*)'', + +2012-02-10 00:24:20 +0100 Mike Gabriel (f77d4e7) + + * Remove pointed brackets from new/derived session profile names. + +2012-02-08 17:49:53 +0100 Mike Gabriel (73297d0) + + * reflect version bump during runtime + +2012-02-08 17:13:44 +0100 Mike Gabriel (16548c8) + + * upstream version bump to 0.1.2.0 + +2012-02-08 17:13:14 +0100 Mike Gabriel (acb41bc) + + * changelog cleanup of long lines + +2012-02-08 17:12:32 +0100 Mike Gabriel (6069037) + + * Depend on Python X2Go 0.1.2.0. Use x2golistmounts to detect + server-side unsharing of client-side folders. + +2012-02-07 23:31:19 +0100 Mike Gabriel (5a1a18d) + + * rebuild i18n files + +2012-02-07 23:25:12 +0100 Mike Gabriel (c68c5a5) + + * Rearrange profile manager. Add one more tab to the profile manager + window. Reintroduce window icon in profile manager. + +2012-02-04 12:48:22 +0100 Mike Gabriel (bea3b4a) + + * rebuild i18n .mo files + +2012-02-02 23:15:46 +0100 Mike Gabriel (137cafc) + + * Include dialog-*.png icons for 64x64 pixel size as they are missing + in gnome-colors-common package. + +2012-01-31 23:34:12 +0100 Mike Gabriel (f1c7968) + + * Replace non-code string ,,X2go'' by ,,X2Go''. + +2011-12-27 14:31:50 +0100 Mike Gabriel (0d2b032) + + * Depend on icons in gnome-colors-common package. + +2011-12-27 02:48:55 +0100 Mike Gabriel (ba9784d) + + * Add /debian/source/options file with entry single-debian-patch. Fix + control file. + +2011-12-27 00:19:03 +0100 Mike Gabriel (1291e2f) + + * dh_install fix + +2011-12-27 00:11:18 +0100 Mike Gabriel (6087fbd) + + * Install GNOME icons via dh_links. Install X2Go icons with explicit + install paths. + +2011-12-26 23:48:48 +0100 Mike Gabriel (6fcb7d9) + + * Install icons via dh_links. + +2011-12-26 23:04:03 +0100 Mike Gabriel (3b29fe2) + + * Install icons from ,,icons_symlinked'' folder. + +2011-12-26 22:57:09 +0100 Mike Gabriel (54590db) + + * Add icons folder ,,icons_symlinked'' for people who will package + PyHoca-GUI on Debian or other Distros that also ship the + gnome-colors-common icon theme. + +2011-12-20 11:56:16 +0100 Mike Gabriel (c3cee75) + + * fix for session profile templating/copying + +2011-12-19 15:35:46 +0100 Mike Gabriel (e694369) + + * i18n update + +2011-12-19 10:56:03 +0100 Mike Gabriel (b29f70a) + + * i18n update (en/de) + +2011-12-19 10:54:44 +0100 Mike Gabriel (44344b9) + + * i18n update (en/de) + +2011-12-19 10:52:28 +0100 Mike Gabriel (ceed708) + + * Add switch that enables/disables default/custom session window + title. + +2011-12-15 12:19:42 +0100 Mike Gabriel (b160973) + + * initialize ID_LAUNCHAPPLICATION even if not needed... + +2011-12-14 12:24:01 +0100 Mike Gabriel (15ef885) + + * i18n update (en, de) + +2011-12-14 12:22:41 +0100 Mike Gabriel (5e1602a) + + * minor menu fix + +2011-12-08 19:27:42 +0100 Mike Gabriel (f51266d) + + * i18n update (en, de) + +2011-12-08 19:27:26 +0100 Mike Gabriel (fe1d6d3) + + * Add support for bringing a session window on top of all other + windows (i.e. to foreground). + +2011-12-08 15:22:37 +0100 Mike Gabriel (dc9491b) + + * Show desktop session name in menu for ,,start session'' item. Show + session window title in session menu. + +2011-12-08 15:21:22 +0100 Mike Gabriel (c473ec4) + + * i18n update (en, de) + +2011-12-08 14:53:53 +0100 Mike Gabriel (048716a) + + * i18n update (en, de) + +2011-12-08 14:52:30 +0100 Mike Gabriel (c3c9a80) + + * Add extra session menu titem: Rename Session Window. + +2011-12-08 14:51:45 +0100 Mike Gabriel (17a0f93) + + * fix for latest commits, adding new profiles got broken recently + +2011-12-07 14:41:13 +0100 Mike Gabriel (30dd049) + + * some menu beautifications (2) + +2011-12-07 14:39:00 +0100 Mike Gabriel (519373d) + + * some menu beautifications + +2011-12-07 13:08:07 +0100 Mike Gabriel (b968c4c) + + * i18n update + +2011-12-07 12:59:56 +0100 Mike Gabriel (1e9ad84) + + * Add extra menu: launch single application, once a session profile + is connected. + +2011-12-07 12:54:57 +0100 Mike Gabriel (367871d) + + * Rename single application OFFICE from Openoffice.org to Office + (more generic name). + +2011-12-07 09:48:06 +0100 Mike Gabriel (f571e24) + + * Enable session profile submenus functionality to profile manager. + +2011-12-07 09:42:24 +0100 Mike Gabriel (a4ab343) + + * Session profile menu: allow multi-depth submenu structures, use '/' + as submenu separator item in session profile name. + +2011-12-07 09:28:46 +0100 Mike Gabriel (a44f8cd) + + * i18n update + +2011-12-07 09:10:37 +0100 Mike Gabriel (a4c6eba) + + * i18n update + +2011-12-07 09:06:57 +0100 Mike Gabriel (1d71591) + + * Existing profiles can be used as templates for new session + profiles. + +2011-11-30 16:53:13 +0100 Mike Gabriel (a7df5d3) + + * Drop handling of session icon, not used in pyhoca-gui, anyway. Fix + profile manager window size (shrinking for usage on + netbooks). + +2011-11-30 16:17:27 +0100 Mike Gabriel (2d7eacb) + + * another i18n update + +2011-11-30 16:10:19 +0100 Mike Gabriel (0a8c277) + + * grammar fix + +2011-11-30 15:56:51 +0100 Mike Gabriel (773ae32) + + * Add switch that enables/disablee custom/server-side session window + titles. + +2011-11-30 09:41:03 +0100 Mike Gabriel (1445656) + + * remove debug line of code + +2011-11-30 09:37:44 +0100 Mike Gabriel (020f8ed) + + * Update of i18n files: en, de, es. + +2011-11-30 09:29:40 +0100 Mike Gabriel (51c9f51) + + * Add support for renaming session window titles from the + client-side. + +2011-11-09 03:26:17 +0100 Mike Gabriel (d1a153d) + + * minor i18n update + +2011-11-09 03:21:17 +0100 Mike Gabriel (8e780ef) + + * version increment + +2011-11-09 03:18:48 +0100 Mike Gabriel (48a207c) + + * Depend on Python X2Go 0.1.1.9. + +2011-11-09 03:18:08 +0100 Mike Gabriel (cbff3fe) + + * Add XFCE4 support. + +2011-11-02 08:41:28 +0100 Mike Gabriel (eb867d7) + + * release 0.1.0.10 (tag: 0.1.0.10) + +2011-11-02 08:41:11 +0100 Mike Gabriel (cad15a8) + + * add changelog entry for last commit, increment version + +2011-11-02 06:31:06 +0100 Mike Gabriel (5979458) + + * fix new shared folders code in profile manager for Win32 + +2011-11-01 15:39:46 +0100 Mike Gabriel (d4b44d9) + + * release 0.1.0.9 (tag: 0.1.0.9) + +2011-10-10 20:09:47 +0200 Mike Gabriel (7de8e11) + + * i18n update + +2011-10-09 15:08:50 +0200 Mike Gabriel (206eac6) + + * Typo fixes in de.po + +2011-10-03 17:08:06 +0200 Mike Gabriel (89132a0) + + * Catch SSHExceptions during interactive authentication. + +2011-09-29 20:42:46 +0200 Mike Gabriel (8015f61) + + * fix SSH proxy authentication(3) + +2011-09-29 20:33:48 +0200 Mike Gabriel (e1fac98) + + * fix SSH proxy authentication(2) + +2011-09-29 12:54:06 +0200 Mike Gabriel (d4bc7cf) + + * fix SSH proxy authentication + +2011-09-29 10:07:07 +0200 Mike Gabriel (d0d2f47) + + * whitespace fix + +2011-09-29 10:06:07 +0200 Mike Gabriel (64fcf06) + + * typo fix + +2011-09-29 09:54:04 +0200 Mike Gabriel (19c27c5) + + * Update of README.i18n. + +2011-09-27 16:09:06 +0200 Mike Gabriel (c5d7079) + + * Dutch i18n update. + +2011-09-26 21:24:08 +0200 Mike Gabriel (d3d4cb0) + + * Spanish i18n update. + +2011-09-25 02:54:04 +0200 Mike Gabriel (27ec5cc) + + * Depend on python-x2go (>=0.1.1.8). + +2011-09-25 02:38:40 +0200 Mike Gabriel (8298fa5) + + * i18n update + +2011-09-24 23:03:10 +0200 Mike Gabriel (77de48a) + + * indentation fix + +2011-09-24 23:01:01 +0200 Mike Gabriel (f17a8e0) + + * Add error message in case logon fails due to a missing home + directory on the remote X2go server. + +2011-09-24 04:26:26 +0200 Mike Gabriel (f5c94cc) + + * Only offer foldering sharing in menus if server provides it. + +2011-09-24 01:06:47 +0200 Mike Gabriel (f5d508c) + + * i18n update + +2011-09-24 01:06:18 +0200 Mike Gabriel (73ca905) + + * Add submenu support for sharing non-auto-connected shared folders. + +2011-09-24 01:04:48 +0200 Mike Gabriel (69deb8f) + + * Profile manager: x2goclient compat fix, add auto-connect flag for + shared folders. + +2011-09-23 11:16:19 +0200 Mike Gabriel (be7d894) + + * Use X2goClient.session_can_auto_connect method to detect if we can + use SSH pubkey authentication. Speeds up appearance of + password dialog box. + +2011-09-20 17:05:38 +0200 Mike Gabriel (626410a) + + * Suspend running sessions properly on application exit (or STRG-C in + terminal window if run from the command line). + +2011-09-17 02:40:41 +0200 Mike Gabriel (57c379d) + + * i18n file update, update of Mike's e-Mail address + +2011-09-17 02:38:55 +0200 Mike Gabriel (882c21a) + + * add template for Bulgarian translation + +2011-09-17 02:28:47 +0200 Mike Gabriel (ed957ee) + + * rebuilt mo files (for win32) + +2011-09-17 02:28:33 +0200 Mike Gabriel (a7699d0) + + * Update of en/de translation files. + +2011-09-17 02:28:20 +0200 Mike Gabriel (fd2b2c4) + + * Update of en/de translation files. + +2011-09-17 02:12:33 +0200 Mike Gabriel (1d5c52a) + + * depend on python-x2go >=0.1.1.7) + +2011-09-17 02:11:53 +0200 Mike Gabriel (cc19221) + + * Add folder unsharing (umount) support. + +2011-09-14 21:54:33 +0200 Mike Gabriel (8d64403) + + * Depend on python-x2go (>=0.1.1.6). + +2011-09-14 21:49:47 +0200 Mike Gabriel (d64c7ff) + + * version increment + +2011-09-14 21:45:48 +0200 Mike Gabriel (d7cc742) + + * release version 0.1.0.8 (tag: 0.1.0.8) + +2011-09-14 21:34:33 +0200 Mike Gabriel (5d6108f) + + * x2goclient compat fix: make sure applications property in session + profiles gets always set. + +2011-09-14 15:49:20 +0200 Mike Gabriel (209f587) + + * fix session profile breakage when switching between rootless and + non-rootless sessions, fixes problems with x2goclient + after pyhoca-gui has been used on session profiles that + have been switched from desktop to rootless to desktop. + +2011-09-14 15:49:00 +0200 Mike Gabriel (5c04c95) + + * version increment + +2011-09-11 18:29:33 +0200 Mike Gabriel (9b5c4cd) + + * release version 0.1.0.7 + +2011-08-16 22:29:00 +0200 Mike Gabriel (e921529) + + * Help output fixes. + +2011-07-28 16:12:55 +0200 Mike Gabriel (f23eebb) + + * Fix for usekbd session profile option, it was misinterpreted + before... + +2011-07-26 13:57:49 +0200 Mike Gabriel (d1f9192) + + * rules file fix + +2011-07-26 13:45:54 +0200 Mike Gabriel (aec732b) + + * add helper Makefile.docupload to export html man pages to + code.x2go.org + +2011-07-26 13:44:26 +0200 Mike Gabriel (db68b62) + + * rebuild i18n files (for Windows build) + +2011-07-26 13:44:16 +0200 Mike Gabriel (e8993d6) + + * using source format 3.0 + +2011-07-26 13:43:45 +0200 Mike Gabriel (e6dfae5) + + * fixes several line-too-longs in Debian changelog + +2011-07-26 13:43:16 +0200 Mike Gabriel (8fdb374) + + * using dh overrides + +2011-07-26 13:42:39 +0200 Mike Gabriel (52f780b) + + * remove html man pages as they are part of the package build process + and do not belong into Git + +2011-07-24 11:28:33 +0200 Mike Gabriel (289a156) + + * minor fix for error notification during interactive logon + +2011-07-22 11:49:27 +0200 Mike Gabriel (74e02a6) + + * i18n update (.pot, en.po, de.po) + +2011-07-22 11:45:24 +0200 Mike Gabriel (ec56da2) + + * slight cosmetic change for print-system-availability-check + +2011-07-21 23:33:23 +0200 Mike Gabriel (7e7da3c) + + * remove debug code + +2011-07-21 00:28:32 +0200 Mike Gabriel (31ac771) + + * Provide complete list of compression methods, profile manager GUI + improved. + +2011-07-20 19:33:30 +0200 Mike Gabriel (81d7b9b) + + * Add HOOK_session_startup_failed as a GUI notification (was: + exception raisure), requires Python X2go >= 0.1.1.5. + +2011-07-20 19:31:31 +0200 Mike Gabriel (cd0ed6d) + + * On no such command errors, detect if we already have a + session_name. If not, leave it out in the GUI + notification. + +2011-07-20 18:33:29 +0200 Mike Gabriel (ce46482) + + * Check if print system (CUPS/WinSpool) is available or not (close + upstream issue #74) + +2011-07-19 20:37:08 +0200 Mike Gabriel (42f28cf) + + * Delaying taskbar icon closure as much as possible (closes upstream + issue #79). + +2011-07-19 16:34:15 +0200 Mike Gabriel (ddd50d4) + + * minor i18n fixes (de) + +2011-07-14 08:07:51 +0200 Mike Gabriel (45bd114) + + * fixed 1 fuzzy translation (en, de, nl), rebuilt i18n .mo files + +2011-07-14 08:04:45 +0200 Mike Gabriel (c4671b4) + + * utf8-fix for Umlauts in Dutch translation file. + +2011-07-06 22:17:37 +0200 Mike Gabriel (c40cade) + + * version increment + +2011-07-06 22:14:09 +0200 Mike Gabriel (c423498) + + * release 0.1.0.6 (tag: 0.1.0.6) + +2011-07-06 21:26:19 +0200 Mike Gabriel (9787549) + + * Handle X2goSession failures (SFTP open) during authentication. + +2011-07-04 20:15:13 +0200 Mike Gabriel (5887f89) + + * Properly depend on Python X2go package. + +2011-07-01 14:50:27 +0200 Mike Gabriel (05cfc1a) + + * README/TODO update. + +2011-07-01 14:49:45 +0200 Mike Gabriel (544bab8) + + * version increment + +2011-07-01 14:44:35 +0200 Mike Gabriel (3160d3c) + + * i18n fixes + +2011-07-01 14:25:46 +0200 Mike Gabriel (b8de53a) + + * being more precise on except statement + +2011-07-01 14:24:38 +0200 Mike Gabriel (7837ad6) + + * igoring unicode problems + +2011-07-01 14:12:38 +0200 Mike Gabriel (d4b8884) + + * more unicode fixes for Windows notifications + +2011-07-01 14:05:14 +0200 Mike Gabriel (718e39e) + + * Unicode fix for Windows notifications. + +2011-06-28 13:24:05 +0200 Mike Gabriel (c336e8a) + + * Fix session auto-connecting, depend on Python X2go 0.1.1.2. (tag: + 0.1.0.5) + +2011-06-27 11:51:30 +0200 Mike Gabriel (8658a5d) + + * Remove debug output... + +2011-06-27 11:38:27 +0200 Mike Gabriel (fbfe96a) + + * beginning to fix --auto-connect cmd line option + +2011-06-27 11:14:28 +0200 Mike Gabriel (117a0ea) + + * i18n update + +2011-06-27 11:08:28 +0200 Mike Gabriel (c3da6f7) + + * Update i18n (en, de, nl). + +2011-06-27 11:02:45 +0200 Mike Gabriel (0fec080) + + * remove cruft + +2011-06-27 11:01:47 +0200 Mike Gabriel (4d83c15) + + * Make tab traversal work in logon window. + +2011-06-27 10:12:15 +0200 Mike Gabriel (5f3ee22) + + * Fix for permanently disabled session profile when Cancel button has + been hit in logon window. + +2011-06-27 10:07:43 +0200 Mike Gabriel (b5b5072) + + * rebuilt i18n, add German translation for ALREADY_RUNNING msg + +2011-06-27 10:07:14 +0200 Mike Gabriel (d1c4d7d) + + * Make ALREADY_RUNNING start message i18n capable. + +2011-06-27 09:16:46 +0200 Mike Gabriel (033a966) + + * Add GUI notification message if a seconed instance of PyHoca-GUI is + started (PyHoca-GUI is already running...) + +2011-06-27 08:44:16 +0200 Mike Gabriel (8d7f832) + + * man page update for --logon-window-position + +2011-06-27 08:41:55 +0200 Mike Gabriel (84b16aa) + + * fix for last commit... + +2011-06-27 08:37:45 +0200 Mike Gabriel (e04b5cc) + + * Add --logon-window-position option that allows custom placing of + the logon window on your desktop. + +2011-06-27 08:34:49 +0200 Mike Gabriel (4b911e8) + + * add explicit metavar names to cmd args + +2011-06-26 22:57:07 +0200 Mike Gabriel (ed2e9bd) + + * React to bug #627990, prefer man2html-base over man2html. + +2011-06-24 17:15:50 +0200 Mike Gabriel (1470546) + + * egg version increment + +2011-06-24 16:40:34 +0200 Mike Gabriel (9a85fb6) + + * Fix for new color depth filter feature if the session is not + registered any more. + +2011-06-24 01:53:02 +0200 Mike Gabriel (cc4c219) + + * release of version 0.1.0.4 (tag: 0.1.0.4) + +2011-06-24 01:35:18 +0200 Mike Gabriel (b999678) + + * i18n update (German, Dutch), rebuilt i18n files + +2011-06-24 01:16:09 +0200 Mike Gabriel (3bf9e64) + + * bump towards version 0.1.0.4 + +2011-06-24 01:15:38 +0200 Mike Gabriel (92fb4d7) + + * Only offer resume/transfer session for sessions with correct color + depth. + +2011-06-23 21:05:04 +0200 Mike Gabriel (0eff903) + + * updates Dutch translation, rebuilt i18n files + +2011-06-23 15:50:05 +0200 Mike Gabriel (f0a005a) + + * rebuilt i18n files + +2011-06-23 15:49:45 +0200 Mike Gabriel (a1bc905) + + * Shortened error output for RevFwTunnel failures. + +2011-06-23 14:52:13 +0200 Mike Gabriel (d46fb1e) + + * removed bracket + +2011-06-23 13:20:21 +0200 Mike Gabriel (22754ec) + + * Tolerate fast session disconnects coming from the GUI. + +2011-06-23 00:46:27 +0200 Mike Gabriel (58942df) + + * Preparing release 0.1.0.3 (tag: 0.1.0.3) + +2011-06-23 00:43:42 +0200 Mike Gabriel (6776dbf) + + * Fix faulty X2goClient method call on DisconnectSession. + +2011-06-22 02:06:34 +0200 Mike Gabriel (a47515c) + + * exception catcher fixed + +2011-06-21 12:27:50 +0200 Mike Gabriel (c53d704) + + * Spawn initial list sessions call into background to unblock I/O + during/after authentication. + +2011-06-20 23:27:26 +0200 Mike Gabriel (dd455a3) + + * Release session name on connection errors when greyed out. + +2011-06-20 22:58:18 +0200 Mike Gabriel (82b4fe8) + + * Fix for failing sessions. + +2011-06-20 22:50:49 +0200 Mike Gabriel (da63975) + + * typo + +2011-06-20 22:17:14 +0200 Mike Gabriel (51ec74b) + + * Fix for encode/decode mis-direction + +2011-06-20 22:05:21 +0200 Mike Gabriel (2c7ce58) + + * Make sure (SSH proxy) passwords are set to None when Logon Window + is evoked. + +2011-06-20 12:52:27 +0200 Mike Gabriel (43f3d53) + + * Fix for busy cursor on Windows + +2011-06-20 10:37:14 +0200 Mike Gabriel (c8bb328) + + * more unicode fixes during authentication + +2011-06-19 23:05:19 +0200 Mike Gabriel (d215d5a) + + * import fix for x2go.utils + +2011-06-19 23:02:58 +0200 Mike Gabriel (b4d8418) + + * trying another approach for unicode fix + +2011-06-19 22:25:17 +0200 Mike Gabriel (f77b4cb) + + * another unicode fix + +2011-06-19 22:21:10 +0200 Mike Gabriel (b344d95) + + * another unicode fix + +2011-06-19 22:19:06 +0200 Mike Gabriel (9575809) + + * another unicode fix + +2011-06-19 22:15:20 +0200 Mike Gabriel (c8f2ebd) + + * Fix utf-8 errors during authentication. + +2011-06-08 16:43:39 +0200 Mike Gabriel (cf20bd0) + + * Version increment, preparing release. (tag: 0.1.0.2) + +2011-06-08 16:39:37 +0200 Mike Gabriel (58e5298) + + * Catch exception on rare occasions when using SSH proxy in session + profile + +2011-05-31 15:22:24 +0200 Mike Gabriel (0d0a248) + + * indentation fix + +2011-05-31 14:41:32 +0200 Mike Gabriel (1928e7c) + + * version increment (tag: 0.1.0.1) + +2011-05-31 14:39:20 +0200 Mike Gabriel (c872fa5) + + * fixes session menu when cascading sessions in folders + +2011-05-30 11:11:31 +0200 Mike Gabriel (ef384ce) + + * rearranged man page location and man2html build script + +2011-05-26 12:15:22 +0200 Mike Gabriel (b1dcef1) + + * adds forgotten Makefile + +2011-05-26 12:10:25 +0200 Mike Gabriel (b4cb007) + + * fixes build sequence + +2011-05-26 10:35:11 +0200 Mike Gabriel (60b0f0e) + + * changelog update + +2011-05-26 10:05:13 +0200 Mike Gabriel (1ee0593) + + * adds build-dep man2html + +2011-05-26 09:50:40 +0200 Mike Gabriel (fbe021e) + + * rebuilt i18n files + +2011-05-26 08:01:41 +0200 Mike Gabriel (22a13cf) + + * version increment, preparing for 0.1.0.0 (tag: 0.1.0.0) + +2011-05-26 02:03:23 +0200 Mike Gabriel (50ac31b) + + * i18n update + +2011-05-26 01:54:12 +0200 Mike Gabriel (e9f9014) + + * updates about screen (source code location) + +2011-05-26 01:37:46 +0200 Mike Gabriel (6df9c60) + + * adds version number to ,,About...'' menu item + +2011-05-26 01:25:50 +0200 Mike Gabriel (7211b53) + + * adds grouping of session profiles into submenus + +2011-05-26 00:16:53 +0200 Mike Gabriel (acaeaf5) + + * adds validation and more guidance when configuring the SSH proxy + +2011-05-25 19:59:13 +0200 Mike Gabriel (d8d3167) + + * version increment, depending on new Python X2go version + +2011-05-25 14:21:01 +0200 Mike Gabriel (0683416) + + * man page typo + +2011-05-23 22:06:09 +0200 Mike Gabriel (5be4d29) + + * new i18n template (pot file) + +2011-05-23 22:05:45 +0200 Mike Gabriel (fa5f0b6) + + * giving compatible python version explicitly + +2011-05-23 22:05:18 +0200 Mike Gabriel (5068f46) + + * adds html man page to doc section + +2011-05-23 22:04:25 +0200 Mike Gabriel (273c79c) + + * adds html version of man page + +2011-05-19 09:10:49 +0200 Mike Gabriel (08e584a) + + * adds VCS information to control file + +2011-05-17 12:55:29 +0200 Mike Gabriel (1baa82f) + + * trying a build on wheezy (python-gtk2 now been compiled against + Py2.7) + +2011-05-17 00:17:05 +0200 Mike Gabriel (4d1febd) + + * fixes missing colon + +2011-05-17 00:13:54 +0200 Mike Gabriel (e8bf3e4) + + * due to python2.7 introduction in Debian wheezy, pyhoca-gui + currently does not build on wheezy + +2011-05-16 21:48:11 +0200 Mike Gabriel (378ff03) + + * builds for Debian sid again... + +2011-05-15 23:05:06 +0200 Mike Gabriel (66e19c2) + + * no monkey patching in setup.py + +2011-05-15 00:46:56 +0200 Mike Gabriel (d0bb53a) + + * currently does not build on Debian sid + +2011-05-12 14:04:50 +0200 Mike Gabriel (56019d3) + + * catching ValueErrors + +2011-05-12 10:00:34 +0200 Mike Gabriel (63c6f4c) + + * updates control file description + +2011-05-12 09:55:47 +0200 Mike Gabriel (425f18b) + + * typo fix in control file description + +2011-05-12 09:38:00 +0200 Mike Gabriel (3ed4845) + + * relaxing build-dependency on python-setproctitle + +2011-05-12 09:20:54 +0200 Mike Gabriel (e8ff5d0) + + * re-fixing dependencies for Ubuntu Launchpad (lucid build) + +2011-05-12 08:30:03 +0200 Mike Gabriel (1e9fc2d) + + * fixes build dependecy on Ubuntu Launchpad (lucid build) + +2011-05-02 00:04:50 +0200 Mike Gabriel (777789b) + + * rephrases debug code + +2011-05-01 22:14:18 +0200 Mike Gabriel (a897a72) + + * adds debugging code when run in development mode + +2011-04-28 23:54:40 +0200 Mike Gabriel (e83a702) + + * allows debugging during authentication if yet-uncatched exceptions + occur + +2011-04-26 08:11:48 +0200 Mike Gabriel (6d00ed8) + + * removed old build scripts + +2011-04-26 07:47:13 +0200 Mike Gabriel (a973170) + + * incrementing package revision + +2011-04-26 07:46:12 +0200 Mike Gabriel (ad7c736) + + * fixes python-x2go dependency + +2011-04-26 00:57:07 +0200 Mike Gabriel (9018cd9) + + * incrementing nightly-built version number in debian/changelog + +2011-04-26 00:55:38 +0200 Mike Gabriel (eec809d) + + * release 0.0.34.0 (tag: 0.0.34.0) + +2011-04-25 22:23:59 +0200 Mike Gabriel (c277836) + + * missing komma + +2011-04-25 22:23:00 +0200 Mike Gabriel (729ee9b) + + * more build-deps (argparse, setproctitle, pynotify) + +2011-04-25 22:17:41 +0200 Mike Gabriel (c084878) + + * fixed stray characters... + +2011-04-25 21:30:55 +0200 Mike Gabriel (bdc88b8) + + * relaxing build-dependency on python-x2go slightly + +2011-04-25 21:11:54 +0200 Mike Gabriel (d08d06c) + + * surrendering to python-x2go/python-gevent as build-dep + +2011-04-25 21:10:55 +0200 Mike Gabriel (9af2f65) + + * removes stale code + +2011-04-25 21:07:29 +0200 Mike Gabriel (c00eefb) + + * avoiding python-gevent, python-x2go as build-dep + +2011-04-25 21:06:18 +0200 Mike Gabriel (e64b206) + + * wxPython needed as build-dep + +2011-04-25 21:04:22 +0200 Mike Gabriel (0c255b1) + + * avoids build-deps (again) + +2011-04-25 21:02:56 +0200 Mike Gabriel (c856859) + + * more build-dep fixes in python code + +2011-04-25 21:00:59 +0200 Mike Gabriel (df474e1) + + * re-arranged build-deps + +2011-04-25 20:59:36 +0200 Mike Gabriel (bcaa862) + + * trying a hack that allows us to omit installation of python modules + on build system + +2011-04-25 20:51:03 +0200 Mike Gabriel (506fdea) + + * adds some python modules as build-deps + +2011-04-25 20:47:59 +0200 Mike Gabriel (195fe9b) + + * beautifies dependency list in control file + +2011-04-19 10:51:38 +0200 Mike Gabriel (f942a9a) + + * rebuilt i18n files + +2011-04-19 10:47:54 +0200 Mike Gabriel (19f027b) + + * adds validation check for profile name change on session profile + edit + +2011-04-19 10:02:04 +0200 Mike Gabriel (b87bda8) + + * updated i18n files, rebuild i18n files + +2011-04-19 09:59:23 +0200 Mike Gabriel (eb0b2aa) + + * renamed X2goDropbox to X2goMIMEbox + +2011-04-19 09:55:25 +0200 Mike Gabriel (1ff0138) + + * i18n update, rebuild i18n + +2011-04-19 09:46:25 +0200 Mike Gabriel (19826cb) + + * updated TODO + +2011-04-18 16:16:52 +0200 Mike Gabriel (f1950fb) + + * pre-release commit (tag: 0.0.33.0) + +2011-04-18 16:11:58 +0200 Mike Gabriel (ae3d648) + + * build scripts for X2go and NWT repository + +2011-04-18 16:11:34 +0200 Mike Gabriel (c1294a0) + + * rebuilt i18n files + +2011-04-18 16:10:55 +0200 Mike Gabriel (f27ab64) + + * updates Dutch translation, re-merge from pot file + +2011-04-15 00:23:47 +0200 Mike Gabriel (c2f946d) + + * updates author stanza on man page + +2011-04-14 00:41:45 +0200 Mike Gabriel (f972bb8) + + * rebuilt i18n files + +2011-04-14 00:41:28 +0200 Mike Gabriel (7bd4582) + + * new .pot file + +2011-04-14 00:40:51 +0200 Mike Gabriel (7960927) + + * updates Dutch translation (still incomplete) + +2011-04-13 23:40:28 +0200 Mike Gabriel (31da142) + + * fixes profilemanager (save was not possible after editing an + existing profile) + +2011-04-13 15:31:12 +0200 Mike Gabriel (44ca189) + + * rebuilt i18n binary files + +2011-04-13 15:30:51 +0200 Mike Gabriel (32604a9) + + * adds profile manager support for Unity Desktop + +2011-03-30 12:47:54 +0200 Mike Gabriel (71a720b) + + * updated i18n files + +2011-03-30 12:47:17 +0200 Mike Gabriel (5883bc4) + + * providing i18n default profile name, validating profile for already + existing profile names + +2011-03-30 12:09:12 +0200 Mike Gabriel (f481172) + + * remove old debug code Please enter the commit message for your + changes. Lines starting + +2011-03-30 12:08:46 +0200 Mike Gabriel (5f6a24a) + + * removed old debug code + +2011-03-28 10:27:43 +0200 Mike Gabriel (1695f04) + + * using ExitMainLoop() instead of Exit() to exit GUI application + +2011-03-28 09:47:36 +0200 Mike Gabriel (e4ccf57) + + * purging disabled sessions list after server disconnect + +2011-03-26 21:17:55 +0100 Mike Gabriel (e22118f) + + * update .pot file (tag: 0.0.32.0) + +2011-03-26 21:13:05 +0100 Mike Gabriel (639071b) + + * version increment + +2011-03-26 21:08:58 +0100 Mike Gabriel (da2a6e9) + + * update language files + +2011-03-26 20:29:45 +0100 Mike Gabriel (71c4582) + + * added --disable-splash option + +2011-03-26 20:10:55 +0100 Mike Gabriel (6e50edc) + + * re-arranging application bootstrap + +2011-03-26 16:48:47 +0100 Mike Gabriel (5e6e4f1) + + * re-arranging method call order during bootstrap of application + +2011-03-26 14:52:18 +0100 Mike Gabriel (d28d2f6) + + * if --exit-on-disconnect has been given, also exit GUI on + authentication failure + +2011-03-26 14:40:36 +0100 Mike Gabriel (022811f) + + * added --non-interactive cmdline option, closes issue #60 + +2011-03-26 13:14:41 +0100 Mike Gabriel (1dd252e) + + * beautified help messages and man page + +2011-03-26 13:09:54 +0100 Mike Gabriel (5d7ba13) + + * remove app name from help output + +2011-03-26 13:08:11 +0100 Mike Gabriel (5e735e1) + + * added --hide-trayicon option / functionality + +2011-03-26 13:00:57 +0100 Mike Gabriel (3d5aeae) + + * removed not-needed taskbar instance reference + +2011-03-22 11:28:13 +0100 Mike Gabriel (b539a2f) + + * Trinity support for profile manager + +2011-03-11 00:40:58 +0100 Mike Gabriel (a17a123) + + * Merge commit '0.0.31.0' + +2011-03-11 00:40:54 +0100 mike.gabriel@das-netzwerkteam.de (6cb7443) + + * Released 0.0.31.0 (tag: 0.0.31.0) + +2011-03-11 00:38:27 +0100 Mike Gabriel (fe70150) + + * pre-release commit + +2011-03-07 21:08:57 +0100 Mike Gabriel (864aae7) + + * adding support for disabled session submenus to avoid redundant + clicks on conflicting session actions + +2011-03-07 20:47:46 +0100 Mike Gabriel (8239ce8) + + * sorting profile names in menu, sorting session names in submenu + +2011-03-07 18:38:11 +0100 Mike Gabriel (ff55693) + + * sorting profile names of connected profiles (closes issue #55) + +2011-03-07 13:01:03 +0100 Mike Gabriel (eb43b64) + + * 5 secs of splash screen + +2011-03-07 12:41:13 +0100 Mike Gabriel (eda24f0) + + * trying to fix non-hiding splash screen on Windows + +2011-03-07 10:38:27 +0100 Mike Gabriel (85a2305) + + * empty line... + +2011-03-04 12:15:59 +0100 Mike Gabriel (d2a1fd2) + + * removed taskbar from SplashScreen + +2011-03-04 12:07:53 +0100 Mike Gabriel (6459cf8) + + * adding support for ESC key in ,,About'' window + +2011-03-03 14:00:04 +0100 Mike Gabriel (b021eac) + + * fixing --start-on-connect cmdline option, closes issue #53 + +2011-03-03 13:59:11 +0100 Mike Gabriel (dba7945) + + * Merge branch 'develop' of + ssh://code.x2go.org:32032/srv/git/code.x2go.org/pyhoca-gui + into develop + +2011-03-03 13:48:48 +0100 Mike Gabriel (b1178a8) + + * es.po update mentioned in Debian changelog + +2011-03-03 13:44:37 +0100 Mike Gabriel (2a32855) + + * incrementing version number + +2011-03-03 13:33:05 +0100 Mike Gabriel (5da0079) + + * recognizing that a session profile list is not empty but that all + configured sessions are already connected + +2011-03-03 13:31:59 +0100 Mike Gabriel (458bcbf) + + * updated Spanish i18n file, thanks to Ricardo Díaz Martín + <oceanosoftlapalma@gmail.com> + +2011-03-02 14:48:42 +0100 Mike Gabriel (68b6312) + + * Merge branch 'develop' of + ssh://code.x2go.org:32032/srv/git/code.x2go.org/pyhoca-gui + into develop + +2011-03-02 14:47:50 +0100 Mike Gabriel (40f35ae) + + * differentiating between empty profile list and the situation that + all configured profiles are already connected + +2011-03-01 16:18:43 +0100 Mike Gabriel (dd379e7) + + * removed superfluous return value + +2011-03-01 15:21:02 +0100 Mike Gabriel (957142e) + + * forgotten icon files + +2011-03-01 15:20:21 +0100 Mike Gabriel (88ac9dd) + + * added a confirmation dialog before session profile deletion is + really executed + +2011-03-01 12:53:40 +0100 Mike Gabriel (f71cf9a) + + * change of author's email address + +2011-03-01 01:07:49 +0100 Mike Gabriel (181d0a7) + + * Merge commit '0.0.30.1' into develop + +2011-03-01 01:07:45 +0100 mike.gabriel@das-netzwerkteam.de (3dda292) + + * Released 0.0.30.1 (tag: 0.0.30.1) + +2011-03-01 01:06:54 +0100 Mike Gabriel (37b7483) + + * pre-release commit + +2011-03-01 01:03:19 +0100 Mike Gabriel (a198f3a) + + * enabled printing preferences for non-development versions + +2011-03-01 00:47:20 +0100 Mike Gabriel (2a8a29a) + + * Merge commit '0.0.30.0' into develop + +2011-03-01 00:47:16 +0100 mike.gabriel@das-netzwerkteam.de (23fb620) + + * Released 0.0.30.0 (tag: 0.0.30.0) + +2011-03-01 00:44:12 +0100 Mike Gabriel (f8c80f0) + + * pre-release commit + +2011-03-01 00:41:43 +0100 Mike Gabriel (00bf085) + + * incrementing version number + +2011-03-01 00:18:19 +0100 Mike Gabriel (f732b21) + + * implemented HOOK_open_print_dialog + +2011-02-28 14:17:50 +0100 Mike Gabriel (f4dcc3a) + + * rebuilt i18n files + +2011-02-28 14:16:58 +0100 Mike Gabriel (44cb565) + + * replaced tabs by blanks + +2011-02-28 13:12:13 +0100 Mike Gabriel (0a828a9) + + * Windows adaptations for printpreferences.py + +2011-02-28 12:34:38 +0100 Mike Gabriel (15bcec4) + + * Merge branch 'develop' into feature-branch_printing-config-dialog + +2011-02-28 12:34:16 +0100 Mike Gabriel (7638a09) + + * replaced tabs by blanks + +2011-02-28 12:33:30 +0100 Mike Gabriel (e0fb0ea) + + * Merge branch 'develop' into feature-branch_printing-config-dialog + +2011-02-28 12:22:09 +0100 Mike Gabriel (f4c8e2e) + + * PyHoca-GUI printing preferences ready for testing (on Linux) + +2011-02-28 11:30:30 +0100 Mike Gabriel (3a9e2e4) + + * on Windows wx.EndBusyCursor raise an exception if cursor is not + busy... + +2011-02-28 09:02:12 +0100 Mike Gabriel (1a22192) + + * print action option retrieval/writeback from/to X2goClientPrinting + instance + +2011-02-28 00:05:30 +0100 Mike Gabriel (c7f2129) + + * very simple print action select dialog, still work in progress... + +2011-02-27 18:48:30 +0100 Mike Gabriel (d444350) + + * implemented current print action recognition + +2011-02-27 18:22:27 +0100 Mike Gabriel (c37d4d7) + + * starting to work on Print Preferences dialog window + +2011-02-27 02:55:26 +0100 Mike Gabriel (32dc8aa) + + * Merge commit '0.0.29.0' into develop + +2011-02-27 02:55:25 +0100 mike.gabriel@das-netzwerkteam.de (4db8939) + + * Released 0.0.29.0 (tag: 0.0.29.0) + +2011-02-27 02:54:36 +0100 Mike Gabriel (f3e56fa) + + * pre-release commit + +2011-02-27 01:35:48 +0100 Mike Gabriel (881a984) + + * replaced tabs by blanks + +2011-02-27 00:32:59 +0100 Mike Gabriel (3b467c8) + + * Merge branch 'develop' of git://code.x2go.org/pyhoca-gui into + develop + +2011-02-27 01:30:15 +0100 Mike Gabriel (6e77448) + + * updated English + German translation + +2011-02-27 01:20:36 +0100 Mike Gabriel (b536858) + + * SSH host key confirmation dialog ready for testing + +2011-02-27 00:31:07 +0100 Mike Gabriel (adad87f) + + * fixed os.normpath issue (Windows) + +2011-02-26 16:22:22 +0100 Mike Gabriel (9f95cb6) + + * using hard-links for icons instead of symlinks (because of + non-operable msysGit interpretation of Symlinks on + Windows) + +2011-02-26 16:16:34 +0100 Mike Gabriel (601935b) + + * trying hard-links on Windows + +2011-02-26 16:00:50 +0100 Mike Gabriel (772cc2f) + + * initializing all image handlers... making wxPython on Windows + happy(!?!) + +2011-02-26 15:50:43 +0100 Mike Gabriel (10ad54b) + + * added icon support to message framework + +2011-02-26 15:29:50 +0100 Mike Gabriel (968d69c) + + * added icon symlink for profile_warning + +2011-02-26 15:13:41 +0100 Mike Gabriel (3fbeca3) + + * more working around SetDefault issue + +2011-02-26 15:11:14 +0100 Mike Gabriel (52f9b08) + + * trying to work around SetDefault bug in wxPython + +2011-02-26 14:57:38 +0100 Mike Gabriel (3910129) + + * fix for non-SetDefault buttongs on Windows + +2011-02-26 14:39:10 +0100 Mike Gabriel (65b916f) + + * Debian control file: depending on python-x2go >= 0.0.38.0 + +2011-02-26 14:36:40 +0100 Mike Gabriel (13d48c9) + + * incrementing version number + +2011-02-26 14:29:23 +0100 Mike Gabriel (3eaf48f) + + * added broders around message box text and buttons + +2011-02-26 14:17:07 +0100 Mike Gabriel (07d0c6b) + + * re-added lost icon symlinks + +2011-02-26 02:29:23 +0100 Mike Gabriel (496726f) + + * first draft for SSH host key checks (still missing: fingerprint / + fingerprint type query of host) + +2011-02-25 21:33:48 +0100 Mike Gabriel (8a0d2e6) + + * requesting host check from Python X2go API before auto-adding hosts + as known hosts + +2011-02-25 19:08:24 +0100 Mike Gabriel (3d01e54) + + * now x2go symlink is relative + +2011-02-25 18:48:13 +0100 Mike Gabriel (8cd7a26) + + * Merge commit '0.0.28.0' into develop + +2011-02-25 18:48:12 +0100 mike.gabriel@das-netzwerkteam.de (09d7a05) + + * Released 0.0.28.0 (tag: 0.0.28.0) + +2011-02-25 18:47:03 +0100 Mike Gabriel (56d5000) + + * ignore dpkg build files in .gitignore + +2011-02-25 18:46:20 +0100 Mike Gabriel (8dfcee3) + + * pre-release commit + +2011-02-24 23:47:13 +0100 Mike Gabriel (a0222e8) + + * added .gitignore file (*.pyc files for now) + +2011-02-24 23:45:28 +0100 Mike Gabriel (be287b8) + + * print action HOOK now accepts option ,,printer'' + +2011-02-24 16:33:38 +0100 Mike Gabriel (c8f2d07) + + * added symlink to python-x2go module for development mode + +2011-02-24 16:01:00 +0100 Mike Gabriel (e7da6f0) + + * making awesome DESKTOP_SESSION known to pyhoca-gui + +2011-02-24 15:39:40 +0100 Mike Gabriel (6bb6f02) + + * balanced/beautified layout of profile manager tabs + +2011-02-24 14:13:01 +0100 Mike Gabriel (fc72d49) + + * Merge branch 'develop' of + ssh://code.x2go.org:32032/srv/git/code.x2go.org/pyhoca-gui + into develop + +2011-02-23 21:30:39 +0100 Mike Gabriel (739726a) + + * making pulseaudio start (on Windows) if pyhoca-gui is in + development mode + +2011-02-22 18:56:24 +0100 Mike Gabriel (7e75299) + + * Merge branch 'pristine-tar' of + ssh://code.x2go.org:32032/srv/git/code.x2go.org/pyhoca-gui + into develop + +2011-02-22 13:26:54 +0100 Mike Gabriel (44f7f78) + + * incrementing version, using 4 digits now + +2011-02-22 13:16:29 +0100 mike.gabriel@das-netzwerkteam.de (98b591c) + + * Released 0.0.27.0 (tag: 0.0.27.0) + +2011-02-22 13:16:29 +0100 Mike Gabriel (7b59e71) + + * pristine-tar data for pyhoca-gui_0.0.27.0.orig.tar.gz + +2011-02-22 13:13:56 +0100 Mike Gabriel (587da05) + + * re-adding files from broken merge manually + +2011-02-22 13:10:40 +0100 Mike Gabriel (cd88f30) + + * Merge branch 'develop' / tidying up manually + +2011-02-22 13:05:38 +0100 Mike Gabriel (7153264) + + * last fixes for release 0.0.27 + +2011-02-21 16:58:42 +0100 unknown (77669b6) + + * detecting RDP sessions (which currently conflict with pulseaudio) + +2011-02-15 16:21:39 +0100 Mike Gabriel (07062a0) + + * * catching SSH proxy exceptions + +2011-02-01 23:00:09 +0100 Mike Gabriel (f5a726c) + + * * adapted data files paths for Windows py2exe build + +2011-01-31 00:57:33 +0100 Mike Gabriel (3926931) + + * * migrated PyHoca-GUI to code.x2go.org (changed symlink to Python + X2go code, used for development) + +2011-01-29 01:32:38 +0100 Mike Gabriel (3bb2f1b) + + * * emptied master branch, created README.pyhoca-gui + +2011-01-29 01:32:31 +0100 Mike Gabriel (22ad0ab) + + * Merge git://code.x2go.org/pyhoca-gui + +2011-01-27 18:20:15 +0100 Mike Gabriel (216cf89) + + * Initializing repository + +2011-01-25 10:38:17 +0000 mike (f6b9bd6) + + * * re-enabled global exception catching during authentication + +2011-01-22 19:51:30 +0000 mike (54c58fc) + + * * creating config files in user's .x2goclient dir if they not + already exist * added config files as examples + +2011-01-22 09:10:30 +0000 mike (9238382) + + * * fixing share_local_folders issue (type conversion problem) + +2011-01-20 23:58:07 +0000 mike (ddb7265) + + * * i18n update + +2011-01-20 23:37:37 +0000 mike (fc06569) + + * * version increment * HOOK_forward_tunnel_setup_failed notify + implementation + +2011-01-20 23:24:21 +0000 mike (e6a6b49) + + * * Windows: diverting stdout+stderr to + %APPDATA%/temp/pyhoca-gui_stdXXX.log + +2011-01-20 23:19:54 +0000 mike (5af17bd) + + * * adding to includes: greenlet for py2exe build process + +2011-01-19 17:40:46 +0000 mike (2e694ee) + + * * built .deb packages Python X2go 0.0.35 PyHoca-GUI 0.0.26 + +2011-01-19 17:17:00 +0000 mike (957fae5) + + * * fixed soundsystem startup after Unicode adaptations + +2011-01-19 11:01:59 +0000 mike (b72a7c1) + + * * introduced first X2goSession.HOOK_* method * catching + SSHException ,,TCP forward request denied'' as hook in + rforward.py + +2011-01-18 19:22:30 +0000 mike (9c161fc) + + * * i18n adaptations + +2011-01-18 18:31:21 +0000 mike (25c9495) + + * * fixed huge Unicode encoding issue when using i18n on Windows + +2011-01-18 12:00:13 +0000 mike (01e6485) + + * * adding NSIS build script for 0.0.26 * fixing missing 128x128 + icons in py2exe build * rebuilt Windows installer 0.0.26 + +2011-01-18 11:50:48 +0000 mike (5017473) + + * * bugfix that catches an exception around X2goDropbox configuration + +2011-01-18 10:51:51 +0000 mike (6e920b3) + + * * incrementing version numbers... + +2011-01-18 10:39:26 +0000 mike (1264677) + + * * adding pulseaudio binaries to py2exe build process + +2011-01-18 10:34:13 +0000 mike (69a6a3e) + + * * added new phrases and updated .pot file + +2011-01-18 10:16:14 +0000 mike (b146382) + + * * more work on Windows audio support + +2011-01-18 10:07:13 +0000 mike (2a74420) + + * * using audio_error icon name for notifying about audio errors + +2011-01-18 08:36:06 +0000 mike (25fbdae) + + * * added cmd line option to start PulseAudio daemon + +2011-01-18 08:32:35 +0000 mike (3a59422) + + * * updated man page + +2011-01-18 08:08:22 +0000 mike (2e788e1) + + * * improved sound port and sound protocol selection + +2011-01-17 00:03:26 +0000 mike (442ab24) + + * * build .deb packages Python X2go 0.0.34 PyHoca-GUI 0.0.25 + +2011-01-16 23:15:43 +0000 mike (680b47e) + + * * cleaning up... + +2011-01-16 23:13:18 +0000 mike (2862512) + + * * added --lang cmdline option for Windows * i18n support now + available on Windows + +2011-01-16 22:32:35 +0000 mike (850e8c4) + + * * disabled setup.cfg * fixed setup.py for Windows's py2exe + +2011-01-16 22:23:04 +0000 mike (b06df31) + + * * merged setup.py and setup_py2exe.py + +2011-01-16 22:10:56 +0000 mike (9b92411) + + * * trying to merge py2exe setup with Debian package setup + +2011-01-16 21:51:12 +0000 mike (ad269f3) + + * * shared folder list fix in profile manager + +2011-01-16 21:17:49 +0000 mike (6950224) + + * * fixing utf-8 bug + +2011-01-16 20:59:01 +0000 mike (546a4dc) + + * * finally fixed profile manager for Windows + +2011-01-16 20:39:34 +0000 mike (ad30bdd) + + * * fixing profile manager width for Windows + +2011-01-16 20:29:22 +0000 mike (626bb29) + + * * getting profile manager ready for Windows + +2011-01-16 20:18:28 +0000 mike (ce2297f) + + * * changes on profile manager GUI + +2011-01-14 03:14:39 +0000 mike (cc26a8d) + + * * built .deb packages - Python X2go 0.0.33 - PyHoca-GUI + 0.0.24 + +2011-01-12 18:07:23 +0000 mike (d1c98b3) + + * * more work on dialog boxes + +2011-01-12 17:40:36 +0000 mike (8ab4c95) + + * * made the profile manager font flexible (which hopefully also + fixes display problems on Windows) + +2011-01-12 17:12:30 +0000 mike (fc0ef55) + + * * removed debug code + +2011-01-12 17:01:08 +0000 mike (b02efa5) + + * * re-arranged logon window: - not setting font - dialog + layout is not font-flexible - only GNOME desktops have + the login window in top right corner of screen - other + desktop sessions have the login window in bottom right + corner + +2011-01-12 00:13:35 +0000 mike (9f350b7) + + * * commiting after .deb package build PyHoca-GUI 0.0.23 + Python X2go 0.0.32 + +2011-01-11 15:26:23 +0000 mike (5042ee2) + + * * some minor modification related to GUI and i18n + +2011-01-11 13:28:59 +0000 mike (6739e89) + + * * added Spanish i18n translation file + +2011-01-11 13:19:10 +0000 mike (e99e847) + + * * added Dutch translation file * minor changes on German and + Englisch translation + +2011-01-10 19:33:19 +0000 mike (bb77e38) + + * * added .mo files to VCS to have them available on Windows + development platform * minor translation change in de.po * + corrected locale path for packages PyHoca-GUI + +2011-01-10 17:41:10 +0000 mike (976a689) + + * * added Dutch translation file (with German translations currently + as orientation) + +2011-01-10 17:39:20 +0000 mike (50d9824) + + * * added i18n support * added default English translation file * + added German translation file * modified GUI widgets to + become i18n aware + +2011-01-06 00:37:31 +0000 mike (cc21b02) + + * * fixed link speed bug in profile manager + +2011-01-05 17:55:51 +0000 mike (3d303c1) + + * * happy new year * added support for X2goDropbox handling + +2011-01-03 08:57:14 +0000 mike (7dd3213) + + * * removed more debug code + +2011-01-03 08:54:56 +0000 mike (d2bc41b) + + * * removed debug line + +2011-01-03 08:52:31 +0000 mike (c45da22) + + * * fixing connected status for auto-registered sessions in + X2goSessionRegistry * now + X2goSessionRegistry.update_status() can differentiate + between ,,already running'' sessions (directly after + connect and newly appearing running sessions while + having been connected for quite a while * added + ,,return_session_names'' to X2goSessionRegistry's + enumerating methods * PyHoca-GUI: added ,,Transfer + session'' menu item for running sessions that are not + associated (i.e. running from within PyHoca-GUI) + +2011-01-01 01:30:07 +0000 mike (a5e7fc0) + + * * fixing Linux compat for printactions + +2010-12-31 23:54:39 +0000 mike (2c33868) + + * * implemented PDFVIEW printaction for windows + +2010-12-31 23:25:16 +0000 mike (8b82b46) + + * * on Windows: catching print action error for PDFVIEW printaction + when no PDF reader is installed * on Windows: catching + an error in case the Xserver has died unexpectedly + +2010-12-31 22:48:49 +0000 mike (20d79a6) + + * * another hack for the sessin profile icon + +2010-12-31 22:43:30 +0000 mike (8f31b34) + + * * added hack for replacing icon name in profile manager + +2010-12-31 21:52:46 +0000 mike (ef9f0b5) + + * * release: Python X2go 0.0.30 PyHoca-GUI 0.0.20 + +2010-12-31 21:09:55 +0000 mike (f8bf363) + + * * added sshfs encoding support to profile manager * introduced + session profile option ,,useexports'' which disabled + local folder sharing completely (also the ,,share local + folder'' menu item) * removed ,,fstunnel'' widget from + profile manager (PyHoca-GUI will always tunnel!) * removed + ,,soundtunnel'' widget from profile manager (s. above) + +2010-12-31 12:38:32 +0000 mike (2e08447) + + * * fixing profilemanager issues * fixing add_to_known_hosts / + known_hosts issues when using X2goProxySSH * bugfix + release / Debian+Ubuntu package build: Python X2go + 0.0.29 PyHoca-GUI 0.0.19 + +2010-12-31 12:24:14 +0000 mike (c4497ca) + + * * re-fixing profile manager for Linux/wxGTK * fixing sshproxy + add_to_known_hosts problem + +2010-12-31 11:37:58 +0000 mike (7b0c22a) + + * profile manager fixes for Windows (not done yet...) + +2010-12-31 01:20:56 +0000 mike (26a6dae) + + * * built Debian/Ubuntu Packages - Python X2go 0.0.28 - + PyHoca-GUI 0.0.18 - PyHoca-CLI 0.1.3 + +2010-12-30 23:12:02 +0000 mike (1cdaab5) + + * * built PyHoca-GUI 0.0.16 for Debian/Ubuntu + +2010-12-30 20:49:11 +0000 mike (12ce7e2) + + * * preparing for release + +2010-12-30 18:50:45 +0000 mike (deccf81) + + * * completed local folder sharing support * some menu changes * some + notification changes + +2010-12-30 17:53:27 +0000 mike (b05b4d5) + + * * beautified Logon window * got rid of neverending ,,session + terminated'' notifications after ,,clean sessions'' + +2010-12-30 16:52:06 +0000 mike (852ff8b) + + * * pretty much stabilized SSH proxy support * found many bugs around + paramiko / X2goControlSession * after server disconnect no + more remaining open server or client ports * extended + PyHoca-GUI password dialog (for SSH proxy credentials) + +2010-12-30 04:10:44 +0000 mike (67dd94f) + + * * added XDMCP session type to profile manager + +2010-12-30 03:49:55 +0000 mike (f905cc5) + + * * more work on SSH proxy support (profile manager widgets) + +2010-12-29 22:02:22 +0000 mike (66bcf0c) + + * * fixed detection of died Paramiko/SSH sessions + +2010-12-29 17:06:42 +0000 mike (c8eb7fe) + + * * added support for session params / profile setting updates while + session is online * disabling profile manager for + connected sessions * offering a ,,customize profile'' menu + for connected sessions * added ,,share local folder'' menu + item for connected sessions (not implemented yet) + +2010-12-29 14:11:03 +0000 mike (c9c0d31) + + * Python X2go + +2010-12-20 15:27:19 +0000 mike (2ba7c2a) + + * * fixes for Windows related code (backend implementation, portable + rootdir implementation) + +2010-12-20 13:57:14 +0000 mike (a7cb4fc) + + * * PyHoca-GUI + Python X2go: portable application support now + completed * Python X2go: backend support for client + applications now completed + +2010-12-18 23:42:21 +0000 mike (02aa1e0) + + * * work on client portability (allow setting path variables from the + command line) + +2010-12-18 03:48:21 +0000 mike (2c5f363) + + * * added HOOK_open_print_dialog * added printer icon from Gnome icon + set * re-arranged folders and files * separated + X2goPrintActionXXX and X2goPrintQueue into two different + files + +2010-12-17 21:17:31 +0000 mike (97d230c) + + * * complete implementation of backends (now available as client + options in PyHoca-GUI) * added PyHoca-GUI options that + allow portable usage scenarios + +2010-12-17 16:09:30 +0000 mike (660d364) + + * * rearranged directories and files * built Python X2go 0.0.25 + (Linux) * built PyHoca-GUI 0.0.15 (Linux) + +2010-12-17 14:42:57 +0000 mike (c2a8063) + + * * added original .ico files to pyhoca-gui.exe dist directory + +2010-12-17 14:38:54 +0000 mike (0b51d07) + + * * updated pyhoca-gui.ico + +2010-12-17 14:36:55 +0000 mike (b90e6f2) + + * * replace icon in pyhoca-gui.exe (using the accelerated X now) + +2010-12-17 14:32:55 +0000 mike (ff6184f) + + * * restored colourful icons + +2010-12-17 14:27:13 +0000 mike (c35f340) + + * * using two different files for pyhoca icons + +2010-12-17 14:21:28 +0000 mike (4f7cc4f) + + * * more icon testing + +2010-12-17 14:19:24 +0000 mike (ea8653b) + + * * added a test icon + +2010-12-17 14:14:43 +0000 mike (429694f) + + * * icon changes + +2010-12-17 14:09:31 +0000 mike (b062e1b) + + * * fine-tuning on pyhoca-gui.ico + +2010-12-17 13:44:04 +0000 mike (ddad283) + + * * fixes pressing ,,Enter'' key on [ Authenticate ] button * rebuilt + pyhoca-gui.exe + +2010-12-17 13:14:12 +0000 mike (3d39160) + + * * rebuilt pyhoca-gui.exe + +2010-12-17 13:13:38 +0000 mike (64cad6f) + + * * now PyHoca-GUI exits cleanly on Windows when build with py2exed + +2010-12-17 02:25:30 +0000 mike (0acc412) + + * rebuilt .exe file + +2010-12-17 02:19:57 +0000 mike (56c4c61) + + * * added commend that explains how to run setup_py2exe.py + +2010-12-17 02:16:41 +0000 mike (b22882f) + + * * added setup_py2exe.py + +2010-12-17 01:39:17 +0000 mike (e50f7c7) + + * * got rid of nxproxy DOS window (running nxproxy in shell) + +2010-12-16 15:54:35 +0000 mike (40195dc) + + * * minor fix for Linux version * removed debug output + +2010-12-16 03:14:00 +0000 mike (e1417cb) + + * * added first working pyhoca-gui.exe build + +2010-12-16 00:26:04 +0000 mike (1277eed) + + * * working on py2exe build of PyHoca-GUI + +2010-12-15 22:51:25 +0000 mike (709f65d) + + * * added MS VisualC++ 2008 redistributable dll files + +2010-12-15 22:35:04 +0000 mike (7a8d5bc) + + * * also added a copy of nxproxy to pyhoca-gui + +2010-12-15 19:49:38 +0000 mike (b101b3f) + + * * created Windows icon + +2010-12-15 19:17:27 +0000 mike (41e42a2) + + * * added --display option * XServer on MS Windows now starts on :40 + screen number + +2010-12-15 18:51:37 +0000 mike (7f1f21b) + + * * python-setproctitle is not yet available for ActiveState Python + (pypm) + +2010-12-15 18:42:47 +0000 mike (2018404) + + * * typo fix + +2010-12-15 18:38:30 +0000 mike (01a93b7) + + * * added setproctitle module (now the process name on Linux is + pyhoca-gui, not python) * only one instance of pyhoca-gui + is now allowed, starting a second instance will fail with + a warning + +2010-12-15 15:22:25 +0000 mike (5691ba4) + + * * fixing issues that came up during coding for MS Windows version + +2010-12-15 12:47:43 +0000 mike (fbae321) + + * * on MS Windows PyHoca-GUI now launches Xming or Cygwin-X + +2010-12-14 18:02:50 +0000 mike (5d01759) + + * * added a small demo presentation while Pyhoca-GUI is in action * + incremented version + +2010-12-14 17:28:20 +0000 mike (baa6f17) + + * * notification icon now intact, icon usage in Windows now slightly + different from the Unix version + +2010-12-14 17:24:04 +0000 mike (9d90de2) + + * * added transparency to icons + +2010-12-14 17:13:12 +0000 mike (7b8e8bf) + + * * modified PyHoca-Logo + +2010-12-14 16:23:00 +0000 mike (fac19c9) + + * * added pyhoca icon for window decoration + +2010-12-14 15:27:33 +0000 mike (3c1a3a4) + + * * current artwork now completely integrated + +2010-12-14 14:17:42 +0000 mike (00eb853) + + * * more work on the About... window + +2010-12-14 13:08:29 +0000 mike (30a7ca8) + + * * added img directory to .deb package + +2010-12-14 13:04:40 +0000 mike (a3f279f) + + * * added logo artwork * added splash screen with pyhoca logo from + Heinz-M. Graesing * changed tray icon to a little phoca * + working on ,,About...'' window + +2010-12-14 08:35:12 +0000 mike (50f0d0c) + + * * finally using wx.NotificationMessage of wxPython 2.9 for balloon + tips + +2010-12-13 19:31:28 +0000 mike (24e9b58) + + * * selecting wxPython 2.9 if possible + +2010-12-13 19:29:52 +0000 mike (fdb3782) + + * * modified ALT text of SysTray icon on Windows + +2010-12-13 19:28:18 +0000 mike (e3fa250) + + * * played around with different notification modules, none of them + usable + +2010-12-12 23:45:32 +0000 mike (8176911) + + * * reset NXCLIENT env var to /bin/true * introducing + wx.lib.agw.balloontip as notification engine + +2010-12-12 21:45:32 +0000 mike (c68a511) + + * * working on TipProvider + +2010-12-12 21:42:12 +0000 mike (fa977ad) + + * * providing our custom TipProvider + +2010-12-12 21:35:34 +0000 mike (406b442) + + * * bugfix + +2010-12-12 21:32:59 +0000 mike (121965a) + + * * trying wx.ShowTip on Windows + +2010-12-12 20:29:40 +0000 mike (1c12b15) + + * * bugfix for notification on Windows + +2010-12-12 20:25:25 +0000 mike (86d083d) + + * * binding menu events to the main application + +2010-12-12 19:55:51 +0000 mike (bb2d710) + + * * trying different varieties of event handling + +2010-12-12 19:24:43 +0000 mike (b2e4284) + + * * bugfix + +2010-12-12 19:17:12 +0000 mike (df6194f) + + * * preparing debugging on MS Windows + +2010-12-12 18:46:28 +0000 mike (438ea56) + + * * added support for profile metatype information (analyzing session + profile and summarizing the session profile type in a + short string) + +2010-12-12 16:43:16 +0000 mike (3dbab0e) + + * * some minor fixes + +2010-12-10 20:22:47 +0000 mike (2440b2e) + + * * fixing pyhoca-gui .deb dependency * adding changelog entry for + Python X2go + +2010-12-10 20:20:29 +0000 mike (3841fd8) + + * * add MS remote desktop (RDP) support + +2010-12-10 13:02:27 +0000 mike (8a9f698) + + * * forgot the pixmaps folder... + +2010-12-10 12:50:58 +0000 mike (5743b42) + + * * tagged pyhoca-gui 0.0.11 + +2010-12-10 12:45:42 +0000 mike (0cd3661) + + * * tagged pyhoca-cli 0.1.2 + +2010-12-10 11:41:45 +0000 mike (129286c) + + * * build pyhoca-gui 0.0.9 + +2010-12-10 11:39:01 +0000 mike (a46789c) + + * * desktop icon now working * reducing PyHoca-GUI CPU usage by + factor 3 * code cleanup + +2010-12-10 08:10:06 +0000 mike (b5157ce) + + * * replaced name mapping for icons in notify.py by icon symlinks + +2010-12-10 07:50:57 +0000 mike (c42ac5d) + + * * added missing files + +2010-12-10 07:46:59 +0000 mike (76cf775) + + * * prepared for intermediate release * updated documentation (not + readable, full of errors, but epydoc builds doc again) * + renamed icons' path * disabling options and profilemanager + menu for release builds * next commit will add new + files... + +2010-12-09 20:06:16 +0000 mike (7d97ffd) + + * * remove default profile option from profile manager window + +2010-12-09 15:39:09 +0000 mike (82f0f46) + + * * added support for disabling configuration menus + +2010-12-09 11:19:57 +0000 mike (ef2eada) + + * * updated documentation * updated man page * minor fixes + +2010-12-09 10:45:36 +0000 mike (462262d) + + * * quite some work on stability and non-blocking I/O has been + done... * greying out session profiles if a connect + operation is in progress * changing taskbar icon alt text + while connecting * fixing rev forwarding failure on + repetetive session resume/suspend actions * server and + network failures are not properly handled (client + disconnects) + +2010-12-08 15:21:29 +0000 mike (4dfbdb8) + + * * there now is only one guardian thread (associated to the + X2goClient instance) * there is only one big + X2goListSessionCache (associated to the X2goClient + instance) * the guardian thread does now update the + X2goListSessionsCache * the guardian thread is now able to + call HOOK_* methods in the X2goClient instance on + notification events * X2goTerminaSession keep track of + their sub-threads by themselves * session_summary() method + added to X2goSessionRegistry * the ,,default'' option has + been removed from X2goSessionProfile class + +2010-12-07 17:28:17 +0000 mike (9715042) + + * * fixed many issues around authentication * started a session + watching mechanism that detects what happens to sessions + if session commands are not coming from this client * + moved to BaseException as basis for X2go exceptions * + added code that detects if the remote user may start X2go + sessions + +2010-12-07 00:40:38 +0000 mike (64e0edf) + + * * PyHocaGUI is now catching many errors/failures that might happen + during a session + +2010-12-06 21:24:27 +0000 mike (3709cea) + + * * catching sockets and DNS exceptions on _X2goClient__connect() + calls + +2010-12-06 08:51:05 +0000 mike (ad90e13) + + * * work on notification icons * adding icons to code repository + +2010-12-06 01:55:57 +0000 mike (9268d9b) + + * * added icon support to libnotify notifications + +2010-12-05 21:02:14 +0000 mike (6ccfa2b) + + * * activating edititing of session profiles + +2010-12-05 20:33:58 +0000 mike (e8e6d2f) + + * * now the session profile manager appears on ,,Add profile'' + +2010-12-05 19:51:16 +0000 mike (8fd894f) + + * * fixed malfunctioning when being connected to more than one + session profile + +2010-12-04 10:33:31 +0000 mike (e6edae5) + + * * added python-notify as debian dependency * reverting nxproxy.exe + path to X2goClient path for now * (we have to ship our own + nxproxy.exe) + +2010-12-04 02:22:48 +0000 mike (a48ac65) + + * * fixing logon windows pos + +2010-12-04 02:18:09 +0000 mike (58a99cd) + + * * trying different nxproxy.exe on Windows OS + +2010-12-04 01:37:31 +0000 mike (f668b6c) + + * * fixing logon window position on Windows OS * testing + +2010-12-04 01:18:40 +0000 mike (ee24512) + + * * testing with menu events... + +2010-12-04 00:22:40 +0000 mike (c091b54) + + * * trying wx.wxEVT_COMMAND_MENU_SELECTED instead of wx.EVT_MENU + +2010-12-04 00:14:53 +0000 mike (7f86159) + + * * debugging on Windows... + +2010-12-04 00:10:18 +0000 mike (408703a) + + * * working on BalloonTips + +2010-12-04 00:02:49 +0000 mike (f2f9daa) + + * * added debug code + +2010-12-03 23:52:01 +0000 mike (dfb1ca6) + + * * bugfixing _pyhoca_logger in notify.py + +2010-12-03 23:48:06 +0000 mike (db6f3fe) + + * * typo fix + +2010-12-03 23:45:56 +0000 mike (b07d1c9) + + * * trying to get BalloonTips working on windows + +2010-12-03 23:19:27 +0000 mike (fe5057f) + + * * telling wxPython that we use UTF-8 encoding + +2010-12-03 23:13:13 +0000 mike (41b610b) + + * * removed old debug code + +2010-12-03 22:55:49 +0000 mike (6d971d9) + + * * showing profile name in logon window title + +2010-12-03 22:52:04 +0000 mike (25876c5) + + * * replaced logon sc.SizedFrame window by wx.Dialog window + +2010-12-03 21:55:04 +0000 mike (502800b) + + * * placing logon window differently + +2010-12-03 21:53:26 +0000 mike (8281af6) + + * * moving unused modules out of the way (for later use) + +2010-12-03 21:42:44 +0000 mike (02e727e) + + * * fixed typo + +2010-12-03 21:27:01 +0000 mike (7ecb6c5) + + * * importing selectively (Windows/Linux) for GUI notification + +2010-12-03 21:19:32 +0000 mike (2ab7ddf) + + * * adding balloon tips for windows + +2010-12-03 20:45:46 +0000 mike (4d5862b) + + * * added desktop notifications (pynotify, tested on Ubuntu lucid) + +2010-12-03 03:11:28 +0000 mike (670fdf4) + + * * checking in status quo, work goes on tomorrow + +2010-12-02 23:12:36 +0000 mike (2689544) + + * * fine-tuning auto-resume cmdline options + +2010-12-02 22:18:47 +0000 mike (a1c77b0) + + * * pyhoca-gui is in usable state again * added command line options + --start-on-connect, --auto-start, --auto-resume + +2010-11-22 19:52:07 +0000 mike (2a68b11) + + * * disabled password on the command line (as it can be a security + issue, the command line can be seen in the process view) + * tasbar icon is not a sub-object of chooser any more + +2010-11-21 17:25:33 +0000 mike (9e17501) + + * * disabled more chooser code... + +2010-11-21 17:10:19 +0000 mike (3f3bb85) + + * * disabled more chooser code + +2010-11-21 17:08:46 +0000 mike (2179975) + + * * disabling profile list in chooser window for testing purposes on + MS Windows + +2010-11-21 17:06:16 +0000 mike (4c53254) + + * * partly reverted last commit (monkey patching with gevent + reintroduced) + +2010-11-21 17:03:46 +0000 mike (6bb0200) + + * * remove unnecessary gevent code + +2010-11-21 15:17:42 +0000 mike (6e23365) + + * * fixing typo + +2010-11-21 13:33:13 +0000 mike (9c08d05) + + * * added support for retrieving current local user from x2go module + +2010-11-21 13:18:51 +0000 mike (3b4c55e) + + * * added variable X2GOCLIENT_OS * not using gevent subprocess module + on windows (as of lacking fcntl support on Windows) + +2010-11-21 12:48:00 +0000 mike (6ae951b) + + * * removing .pyc files * added local socket detection for nx3 proxy + subprocess * fixed an X2goException raisal + +2010-11-21 11:25:18 +0000 mike (f85bbf3) + + * * cosmetic change of menu item + +2010-11-20 02:41:44 +0000 mike (4e565a5) + + * * added complete X2go functionality into the systray icon + +2010-11-16 23:21:09 +0000 mike (32c541a) + + * * added dummy README/TODO files * pyhoca-gui now builds under + Debian/Ubuntu + +2010-11-16 23:11:24 +0000 mike (c619050) + + * * eggified for packaging + +2010-11-15 14:46:22 +0000 dick (cfe4175) + + * Many changes, almost there..... + +2010-11-13 22:58:06 +0000 dick (48069d4) + + * Adaptation to other ini structure and other logon structure + +2010-11-10 15:15:40 +0000 dick (7a8808f) + + * Several updates and corrections on X2go and updates on the gui + +2010-11-02 22:05:28 +0000 dick (98924c7) + + * Automatic start of XServer if MS-Windows + +2010-11-02 17:14:56 +0000 dick (a2c003b) + + * Maintenance of the profile is added Message has been taken out of + X2goLogon.py + +2010-10-31 22:36:58 +0000 dick (3318924) + + * Tussentijdse commit + +2010-10-31 12:42:26 +0000 dick (e90dfa5) + + * Tussentijdse commit + +2010-10-29 14:55:12 +0000 dick (81eeb4e) + + * Several updates, x2gochoose is now mainwindow + +2010-10-28 15:02:31 +0000 dick (ca778d0) + + * Second commit, many changes, we are progressing!! + +2010-10-27 16:51:32 +0000 dick (66a75dc) + + * First commit + +2010-10-24 16:13:45 +0000 dick (04ed834) + + * * adding /debian folder (testing Dick's login ID) + +2010-10-24 16:09:05 +0000 mike (3dd98e3) + + * * adding tree struct for pyhoca-gui + diff --git a/debian/changelog b/debian/changelog index 3082087..1f8fc9a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,14 +1,14 @@ -pyhoca-gui (0.5.0.9-0x2go1) UNRELEASED; urgency=medium +pyhoca-gui (0.5.1.0-0x2go1) unstable; urgency=medium [ Mihai Moldovan ] - * New upstream version (0.5.0.9): + * New upstream version (0.5.1.0): - po/{,LINGUAS}: rename ny_NO to nn_NO, which seems to be the more widely recognized language code. - po/*.po: replace "x 2go-upstream" with "PyHoca-GUI VERSION" in Project-Id-Version. [ Mike Gabriel ] - * New upstream version (0.5.0.9): + * New upstream version (0.5.1.0): - Work around 'AT-SPI: Could not obtain desktop path or name' error messages by disabling the AT bridge. - pyhoca/wxgui/printingprefs.py: Set _icons_location in constructor, not @@ -39,7 +39,7 @@ pyhoca-gui (0.5.0.9-0x2go1) UNRELEASED; urgency=medium * pyhoca-gui.spec: + Raise versioned dependency on python-x2go to (>= 0.6.1.0). - -- X2Go Release Manager <git-admin@x2go.org> Tue, 05 Feb 2019 07:19:24 +0100 + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 20 Nov 2019 08:13:51 +0100 pyhoca-gui (0.5.0.8-0x2go1) unstable; urgency=medium diff --git a/man/man1/pyhoca-gui.1 b/man/man1/pyhoca-gui.1 index d2325b0..a3b9594 100644 --- a/man/man1/pyhoca-gui.1 +++ b/man/man1/pyhoca-gui.1 @@ -6,7 +6,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH pyhoca-gui 1 "Feb 2019" "Version 0.5.0.9" "X2Go Application" +.TH pyhoca-gui 1 "Nov 2019" "Version 0.5.1.0" "X2Go Application" .SH NAME pyhoca-gui \- graphical X2Go client applet written in Python .SH SYNOPSIS diff --git a/pyhoca-gui.spec b/pyhoca-gui.spec index ec0a12b..b479bad 100644 --- a/pyhoca-gui.spec +++ b/pyhoca-gui.spec @@ -1,5 +1,5 @@ Name: pyhoca-gui -Version: 0.5.0.9 +Version: 0.5.1.0 Release: 0.0x2go1%{?dist} Summary: Graphical X2Go client written in (wx)Python diff --git a/pyhoca/wxgui/__init__.py b/pyhoca/wxgui/__init__.py index 56ad577..7a5104b 100644 --- a/pyhoca/wxgui/__init__.py +++ b/pyhoca/wxgui/__init__.py @@ -18,4 +18,4 @@ # Free Software Foundation, Inc., # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. -__VERSION__ = '0.5.0.9' +__VERSION__ = '0.5.1.0' -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git