This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from 3365117 Update bundled VcXsrv from 1.15.2.3-xp+vc2013+x2go1 to 1.15.2.4-xp+vc2013+x2go1 adds a8496ef Makefile.docupload: add quotes and change backticks to $(). adds b739877 general: move *.cpp and *.h files to src/ and *.ts files to src/i18n/. adds ff707ea general: reference src in Doxyfile. adds 9750d66 x2goclient.pro: reference files moved to src/ and src/i18n/. adds 034c8f5 general: move *.ui files to src/ui/ and reference in x2goclient.pro. adds 7c10648 x2goclient.pro: translate and simplify header. adds 0c0925d x2goclient.pro: add x2goclientconfig.pri only containing a comment to override specific entries in x2goclient.pro in x2goclientconfig.pri. adds 78564f0 general: move resource files to src/res/ and reference in x2goclient.pro. adds 5d42d9e general: reference changes in shipped Makefile. adds 84b49d9 Makefile: rename SRC_DIR to TOP_DIR. adds 524d9e7 general: rename qtbrowserplugin-<ver>-opensource to x2gobrowserplugin-<ver> and reference in x2goclient.pro. adds 2cd313f general: move x2goplugin.rc to x2gobrowserplugin-*/src/res/ and reference in x2goclient.pro. adds 4f26b34 x2goclient.pro: remove executability. adds 15f43c9 INSTALL: fix typos and update URL's. adds 91a7cea HOWTO.GPGCARD: fix typos and grammar. adds 62429d3 LICENSE: add "X2Go Project" copyright. adds 4cc7d77 Makefile.man2html: replace backticks with $() and change spaces to tabs. adds e3413c4 README.OpenSSL-Exception: reformat content. adds bc56aa6 README.i18n: grammar fix. adds 032e2a6 .gitignore: update with more temporary files. adds 7b5d8a9 x2goclient.pro: improve consistency: replace tabs with spaces, put quotes around messages, remove or add whitespace where applicable. adds 50d2292 general: Move *.rc and *.rcc files back to top directory for now. adds e557161 Move icons/ to img/icons/ and update references in: adds 145eb68 Move png/ to img/png/ and update references in: adds 2f18f05 Move svg/ to img/svg/ and update references in: adds 9e80307 general: move *.ts files back to the top directory (they are resources.) adds 311cff3 general: move *.ts and *.qm files to i18n/ and update references in: adds 396e7d2 general: actually move icons/ to img/icons/ again. adds a08186f nsis/gpl.txt: fix formatting errors. adds 89c0f39 nsis/x2goclient.nsi: fix whitespace errors. adds a88a8e8 nsis/x2goclient.nsi: don't change the icons path. adds b40c8d4 nsis: make files non-executable. adds 12e7d76 general: move x2go-logos/ to img/x2go-logos and update references in: adds 7915e49 x2gobrowserplugin-2.4_1/src/res/x2goplugin.rc: fix whitespace errors. adds 5bfd6d0 general: move i18n/ to res/i18n/ and update references in: adds bc50f2b src/ssh{masterconnection,process}.cpp: remove executability bit. adds 7d4b197 general: move img/ to res/img/ and update references in: adds e6b9aed Move adds 300be5c x2goclient.pro: reference new src directory as include dir. adds 239179d general: move txt/ to res/text/ and update references in: adds 8d918a8 Info.plist: whitespace fix. adds f222df4 macbuild.sh: use more quoting and curly braces for referencing variables. adds c92bb98 macbuild.sh: define TOP_DIR variable -- set to $PWD. adds 07af2ea macbuild.sh: define the new variables $SDK and $MACOSX_DEPLOYMENT_TARGET which can also be (pre-)set through the environment. adds 33b3a2b macbuild.sh: fix up previously overlooked variables deserving curly braces and quotes. adds a9f8506 macbuild.sh: specify -spec macx-g++ when using qmake. adds 7d67e81 macbuild.sh: directly reference project file for qmake. adds 5eef51f macbuild.sh: use out-of-source build and do not overwrite the default shipped Makefile. adds 128978e macbuild.sh: also also specify the top dir when defining the path to the generated appbundle and dmg file. adds 47bc1f5 general: move Info.plist to res/ and update reference in x2goclient.pro. adds bd8785f macbuild.sh: BUILD_DIR already includes TOP_DIR, don't specify it two times. adds abe5148 macbuild.sh: fix references of resources to access files from TOP_DIR. adds bea6d89 x2goclient.pro: work around a bug in qmake generating incorrect make rules for embedding the OS X app bundle Info.plist file. adds 6ac47cc x2goclient.pro: work around another bug in qmake and copy icon "manually". adds 0393e33 general: define wrap_legacy_resources() function and use it to wrap legacy resource locations stored in old session config files. adds 537eb40 sessionbuttons/userbuttons: add some debugging output to see what file path is being used as a pixmap (user photo/session icon.) adds a7f1a88 x2goutils: update copyright -- add myself. adds 8959fba x2goutils.cpp: change four spaces per indentation level to two spaces. adds bbc466e x2goutils.cpp: use constBegin() and constEnd() instead of begin/end... adds ec4c292 x2goutils.cpp: actually use the correct iterator types and functions. adds 523844a x2goutils: add fixup_resources() to fix "broken" resource URI's. adds 139e5af x2goutils: rename fixup_resources() and wrap_legacy_resources() to fixup_resource_URIs() and wrap_legacy_resource_URIs(). adds 5bbfdde sessionexplorer, sessionwidget: wrap more places in wrap_legacy_resource_URIs(). adds 2f997c3 general: move res/Info.plist and macdmg.DS_Store to res/osxbundle/ and update references in: adds 42302f4 macbuild.sh: add debug mode selector via DEBUG env variable. adds fcaa63a x2goclient.pro: enable more debugging if needed: change -g flag to -g3 -ggdb3 -gdwarf-4. adds d6c17fc macbuild.sh: select stdlib on OS X based on the passed or default SDK value. adds 5ba56c4 macbuild.sh: fix TOP_DIR handling. adds aec9cac macbuild.sh: switch to BASH interpreter. adds 2dc312d macbuild.sh: also accept "FALSE" and "false" as binary values. adds 3d46716 macbuild.sh: fix non-functional redundancy and optical issues. adds 59a0bca macbuild.sh: make bundling optional (but enabled by default) via the new BUNDLE environment variable. adds 4fed829 x2goclient.pro: Enable -O2 in debug mode. adds ab0592f general: Add new UNUSED() macro to x2goutils.h and silence compiler warnings. Affected files: adds 8ebbd35 onmainwindow.cpp: Fix some QMessageBox usages. There are many more places that need fixing... adds f659244 general: remove config_mac.sh. macbuild.sh handles this now. adds 96e48e0 ssh{masterconnection,process}.cpp: add more debugging messages to trace mutex lock and unlock and command execution via SSH. adds 3e0f347 macbuild.sh: Use the correct client build dir: client_build. adds 0428aaf macbuild.sh: remove unused variables. adds dbb398c macbuild.sh: only use --stdlib compiler flag on 10.7+. Unsupported on 10.6 and below. adds 782a0ad macbuild.sh: use sh default assignment instead of default value. adds 42c8e55 macbuild.sh: app bundle and dmg file will be automatically removed when removing the client build directory. adds ab07861 macbuild.sh: Remove 'function' keyword, as it's causing undefined behavior according to SUS. adds cff5d9a macbuild.sh: define, implement and use new function 'make_boolean()'. adds 9798f5c macbuild.sh: move functions to the start of the macbuild.sh script. adds 37cc1a9 macbuild.sh: new env var/parameter UNIVERSAL in macbuild.sh. adds 73af76e macbuild.sh: add usage message obtainable via -h or --help. adds 4e35da3 debian/changelog: move changelog entries for this branch to the correct, unreleased version 4.0.4.0. adds afedea1 x2goclient.pro.maemo: cleanup. adds f4e0c64 x2goclient.pro: move OS X-specific stuff from general section to macx section. adds 3ea1100 x2goclient.pro: move ICON definition up before it's actually used in the macx section. adds afece2b Windows: move building into client_build subdirectory. adds 7ff025e Windows: convert and delete the other config or build scripts. Delete obsolete ones. adds 1f52d45 Windows: reference windows icon from client_build dir. Big FIXME. adds 4341e2f config_win.bat: fix missed lrelease call. adds d2706ee x2gohelper/Makefile: and delete correct binary file, if requested. adds 8214929 Windows: try removing reference to top dir again. adds f379a18 Windows: correctly reference windows icon. No new revisions were added by this update. Summary of changes: .gitignore | 9 + COPYRIGHT.x2go-logos | 20 +- Doxyfile | 2 +- HOWTO.GPGCARD | 12 +- INSTALL | 10 +- LICENSE | 11 +- Makefile | 32 +- Makefile.docupload | 8 +- Makefile.man2html | 8 +- README.OpenSSL-Exception | 24 +- README.i18n | 4 +- build_win_plugin.bat | 12 +- config_mac.sh | 5 - config_win.bat | 20 +- config_win.sh | 5 - config_win_console.sh | 4 - config_win_plugin.bat | 10 +- config_win_plugin.sh | 4 - debian/changelog | 157 +++++++++ debian/rules | 8 +- debian/x2goclient.install | 14 +- macbuild.sh | 167 +++++++--- nsis/gpl.txt | 22 +- nsis/icons/win-install.ico | Bin 1078 -> 1078 bytes nsis/icons/win-uninstall.ico | Bin 1078 -> 1078 bytes nsis/x2goclient.nsi | 100 +++--- changelog.rcc => res/changelog.rcc | 0 git.rcc => res/git.rcc | 0 qt_da.qm => res/i18n/qt_da.qm | Bin 119218 -> 119218 bytes qt_de.qm => res/i18n/qt_de.qm | Bin 328778 -> 328778 bytes qt_es.qm => res/i18n/qt_es.qm | Bin 87895 -> 87895 bytes qt_fr.qm => res/i18n/qt_fr.qm | Bin 260053 -> 260053 bytes qt_pt.qm => res/i18n/qt_pt.qm | Bin 75638 -> 75638 bytes qt_ru.qm => res/i18n/qt_ru.qm | Bin 288412 -> 288412 bytes qt_sv.qm => res/i18n/qt_sv.qm | Bin 71500 -> 71500 bytes qt_zh_tw.qm => res/i18n/qt_zh_tw.qm | Bin 119489 -> 119489 bytes x2goclient_da.ts => res/i18n/x2goclient_da.ts | 0 x2goclient_de.ts => res/i18n/x2goclient_de.ts | 0 x2goclient_es.ts => res/i18n/x2goclient_es.ts | 0 x2goclient_et.ts => res/i18n/x2goclient_et.ts | 0 x2goclient_fi.ts => res/i18n/x2goclient_fi.ts | 0 x2goclient_fr.ts => res/i18n/x2goclient_fr.ts | 0 .../i18n/x2goclient_nb_no.ts | 0 x2goclient_nl.ts => res/i18n/x2goclient_nl.ts | 0 x2goclient_pt.ts => res/i18n/x2goclient_pt.ts | 0 x2goclient_ru.ts => res/i18n/x2goclient_ru.ts | 0 x2goclient_sv.ts => res/i18n/x2goclient_sv.ts | 0 x2goclient_tr.ts => res/i18n/x2goclient_tr.ts | 0 .../i18n/x2goclient_zh_tw.ts | 0 {icons => res/img/icons}/128x128/X.png | Bin 6255 -> 6255 bytes {icons => res/img/icons}/128x128/audio.png | Bin 5229 -> 5229 bytes {icons => res/img/icons}/128x128/create_file.png | Bin 5107 -> 5107 bytes {icons => res/img/icons}/128x128/delete.png | Bin 7978 -> 7978 bytes {icons => res/img/icons}/128x128/edit.png | Bin 5761 -> 5761 bytes {icons => res/img/icons}/128x128/edit_file.png | Bin 6219 -> 6219 bytes {icons => res/img/icons}/128x128/edit_settings.png | Bin 5806 -> 5806 bytes {icons => res/img/icons}/128x128/file-open.png | Bin 4051 -> 4051 bytes {icons => res/img/icons}/128x128/folder.png | Bin 3220 -> 3220 bytes {icons => res/img/icons}/128x128/gnome.png | Bin 3650 -> 3650 bytes {icons => res/img/icons}/128x128/kde.png | Bin 14296 -> 14296 bytes {icons => res/img/icons}/128x128/lxde.png | Bin 11886 -> 11886 bytes {icons => res/img/icons}/128x128/new_file.png | Bin 4882 -> 4882 bytes {icons => res/img/icons}/128x128/preferences.png | Bin 18292 -> 18292 bytes {icons => res/img/icons}/128x128/rdp.png | Bin 10941 -> 10941 bytes {icons => res/img/icons}/128x128/resolution.png | Bin 3308 -> 3308 bytes {icons => res/img/icons}/128x128/session.png | Bin 4936 -> 4936 bytes {icons => res/img/icons}/128x128/unity.png | Bin 17622 -> 17622 bytes {icons => res/img/icons}/128x128/x2go.png | Bin 6085 -> 6085 bytes {icons => res/img/icons}/128x128/x2goclient.png | Bin 19158 -> 19158 bytes {icons => res/img/icons}/128x128/x2gogroup.png | Bin 1817 -> 1817 bytes {icons => res/img/icons}/128x128/x2gohosts.png | Bin 1731 -> 1731 bytes .../img/icons}/128x128/x2gomailclient.png | Bin 19158 -> 19158 bytes {icons => res/img/icons}/128x128/x2gosession.png | Bin 9324 -> 9324 bytes {icons => res/img/icons}/128x128/x2gouser.png | Bin 1771 -> 1771 bytes {icons => res/img/icons}/16x16/X.png | Bin 657 -> 657 bytes {icons => res/img/icons}/16x16/audio.png | Bin 653 -> 653 bytes {icons => res/img/icons}/16x16/cinnamon.png | Bin 505 -> 505 bytes {icons => res/img/icons}/16x16/create_file.png | Bin 594 -> 594 bytes {icons => res/img/icons}/16x16/delete.png | Bin 680 -> 680 bytes {icons => res/img/icons}/16x16/edit.png | Bin 662 -> 662 bytes {icons => res/img/icons}/16x16/edit_file.png | Bin 649 -> 649 bytes {icons => res/img/icons}/16x16/edit_settings.png | Bin 646 -> 646 bytes {icons => res/img/icons}/16x16/file-open.png | Bin 595 -> 595 bytes {icons => res/img/icons}/16x16/gnome.png | Bin 463 -> 463 bytes {icons => res/img/icons}/16x16/icewm.png | Bin 538 -> 538 bytes {icons => res/img/icons}/16x16/kde.png | Bin 899 -> 899 bytes {icons => res/img/icons}/16x16/lxde.png | Bin 716 -> 716 bytes {icons => res/img/icons}/16x16/mate.png | Bin 774 -> 774 bytes {icons => res/img/icons}/16x16/new_file.png | Bin 593 -> 593 bytes {icons => res/img/icons}/16x16/openbox.png | Bin 360 -> 360 bytes {icons => res/img/icons}/16x16/preferences.png | Bin 340 -> 340 bytes {icons => res/img/icons}/16x16/rdp.png | Bin 754 -> 754 bytes {icons => res/img/icons}/16x16/resolution.png | Bin 446 -> 446 bytes {icons => res/img/icons}/16x16/session.png | Bin 846 -> 846 bytes {icons => res/img/icons}/16x16/tbshow.png | Bin 302 -> 302 bytes {icons => res/img/icons}/16x16/trinity.png | Bin 748 -> 748 bytes {icons => res/img/icons}/16x16/unity.png | Bin 1410 -> 1410 bytes {icons => res/img/icons}/16x16/x2go.png | Bin 854 -> 854 bytes {icons => res/img/icons}/16x16/x2goclient.png | Bin 949 -> 949 bytes {icons => res/img/icons}/16x16/xfce.png | Bin 639 -> 639 bytes .../img/icons}/22x22/applications-development.png | Bin 977 -> 977 bytes .../img/icons}/22x22/applications-education.png | Bin 644 -> 644 bytes .../img/icons}/22x22/applications-games.png | Bin 688 -> 688 bytes .../img/icons}/22x22/applications-graphics.png | Bin 1523 -> 1523 bytes .../img/icons}/22x22/applications-internet.png | Bin 1355 -> 1355 bytes .../img/icons}/22x22/applications-multimedia.png | Bin 1353 -> 1353 bytes .../img/icons}/22x22/applications-office.png | Bin 804 -> 804 bytes .../img/icons}/22x22/applications-other.png | Bin 775 -> 775 bytes .../img/icons}/22x22/applications-system.png | Bin 1403 -> 1403 bytes .../img/icons}/22x22/applications-utilities.png | Bin 888 -> 888 bytes .../img/icons}/22x22/preferences-system.png | Bin 1350 -> 1350 bytes {icons => res/img/icons}/32x32/X.png | Bin 1414 -> 1414 bytes {icons => res/img/icons}/32x32/apps.png | Bin 1664 -> 1664 bytes {icons => res/img/icons}/32x32/attach.png | Bin 831 -> 831 bytes {icons => res/img/icons}/32x32/audio.png | Bin 1465 -> 1465 bytes {icons => res/img/icons}/32x32/auth.png | Bin 1686 -> 1686 bytes {icons => res/img/icons}/32x32/contest.png | Bin 1267 -> 1267 bytes {icons => res/img/icons}/32x32/create_file.png | Bin 1148 -> 1148 bytes {icons => res/img/icons}/32x32/delete.png | Bin 1456 -> 1456 bytes {icons => res/img/icons}/32x32/detach.png | Bin 870 -> 870 bytes {icons => res/img/icons}/32x32/edit.png | Bin 1232 -> 1232 bytes {icons => res/img/icons}/32x32/edit_file.png | Bin 1334 -> 1334 bytes {icons => res/img/icons}/32x32/edit_settings.png | Bin 1313 -> 1313 bytes {icons => res/img/icons}/32x32/exit.png | Bin 1915 -> 1915 bytes {icons => res/img/icons}/32x32/file-open.png | Bin 1068 -> 1068 bytes {icons => res/img/icons}/32x32/gnome.png | Bin 846 -> 846 bytes {icons => res/img/icons}/32x32/kde.png | Bin 2245 -> 2245 bytes {icons => res/img/icons}/32x32/lxde.png | Bin 1731 -> 1731 bytes {icons => res/img/icons}/32x32/new_file.png | Bin 1109 -> 1109 bytes {icons => res/img/icons}/32x32/open_dir.png | Bin 476 -> 476 bytes {icons => res/img/icons}/32x32/preferences.png | Bin 2545 -> 2545 bytes {icons => res/img/icons}/32x32/rdp.png | Bin 1768 -> 1768 bytes {icons => res/img/icons}/32x32/reconnect.png | Bin 1651 -> 1651 bytes {icons => res/img/icons}/32x32/resolution.png | Bin 855 -> 855 bytes {icons => res/img/icons}/32x32/session.png | Bin 1177 -> 1177 bytes {icons => res/img/icons}/32x32/stop.png | Bin 1190 -> 1190 bytes {icons => res/img/icons}/32x32/stop_session.png | Bin 1093 -> 1093 bytes {icons => res/img/icons}/32x32/suspend.png | Bin 349 -> 349 bytes {icons => res/img/icons}/32x32/suspend_session.png | Bin 229 -> 229 bytes {icons => res/img/icons}/32x32/tbhide.png | Bin 1266 -> 1266 bytes {icons => res/img/icons}/32x32/tbshow.png | Bin 902 -> 902 bytes {icons => res/img/icons}/32x32/tbshow.xcf | Bin 2124 -> 2124 bytes {icons => res/img/icons}/32x32/unity.png | Bin 2984 -> 2984 bytes {icons => res/img/icons}/32x32/x2goclient.png | Bin 2675 -> 2675 bytes {icons => res/img/icons}/48x48/x2goclient.png | Bin 4817 -> 4817 bytes {icons => res/img/icons}/64x64/X.png | Bin 3066 -> 3066 bytes {icons => res/img/icons}/64x64/audio.png | Bin 2895 -> 2895 bytes {icons => res/img/icons}/64x64/create_file.png | Bin 2595 -> 2595 bytes {icons => res/img/icons}/64x64/delete.png | Bin 3752 -> 3752 bytes {icons => res/img/icons}/64x64/edit.png | Bin 2785 -> 2785 bytes {icons => res/img/icons}/64x64/edit_file.png | Bin 3057 -> 3057 bytes {icons => res/img/icons}/64x64/edit_settings.png | Bin 2955 -> 2955 bytes {icons => res/img/icons}/64x64/file-open.png | Bin 2039 -> 2039 bytes {icons => res/img/icons}/64x64/gnome.png | Bin 1689 -> 1689 bytes {icons => res/img/icons}/64x64/kde.png | Bin 5725 -> 5725 bytes {icons => res/img/icons}/64x64/lxde.png | Bin 4537 -> 4537 bytes {icons => res/img/icons}/64x64/new_file.png | Bin 2440 -> 2440 bytes {icons => res/img/icons}/64x64/personal.png | Bin 5046 -> 5046 bytes {icons => res/img/icons}/64x64/preferences.png | Bin 7000 -> 7000 bytes {icons => res/img/icons}/64x64/rdp.png | Bin 4498 -> 4498 bytes {icons => res/img/icons}/64x64/resolution.png | Bin 1805 -> 1805 bytes {icons => res/img/icons}/64x64/session.png | Bin 2606 -> 2606 bytes {icons => res/img/icons}/64x64/unity.png | Bin 7241 -> 7241 bytes {icons => res/img/icons}/64x64/x2goclient.png | Bin 7095 -> 7095 bytes {icons => res/img/icons}/hildon/x2goclient_26.png | Bin 1235 -> 1235 bytes {icons => res/img/icons}/hildon/x2goclient_40.png | Bin 1860 -> 1860 bytes {icons => res/img/icons}/hildon/x2goclient_64.png | Bin 2826 -> 2826 bytes .../img/icons}/hildon/x2goclient_hildon.svg | 0 {icons => res/img/icons}/x2go-mac.icns | Bin 134586 -> 134586 bytes {icons => res/img/icons}/x2go-win-48.ico | Bin 120254 -> 120254 bytes {icons => res/img/icons}/x2goclient.xpm | 0 {png => res/img/png}/ico.png | Bin 3437 -> 3437 bytes {png => res/img/png}/ico_440x180.png | Bin 1331 -> 1331 bytes {png => res/img/png}/ico_mini.png | Bin 753 -> 753 bytes {png => res/img/png}/macinstaller_background.png | Bin 59943 -> 59943 bytes {png => res/img/png}/power-button.png | Bin 762 -> 762 bytes {png => res/img/png}/sess_ico.png | Bin 1161 -> 1161 bytes {svg => res/img/svg}/bg-anim.svg | 0 {svg => res/img/svg}/bg.svg | 0 {svg => res/img/svg}/bg_hildon.svg | 0 {svg => res/img/svg}/folder.svg | 0 {svg => res/img/svg}/folder_grey.svg | 0 {svg => res/img/svg}/line.svg | 0 {svg => res/img/svg}/macinstaller_background.svg | 0 {svg => res/img/svg}/onlogo.svg | 0 {svg => res/img/svg}/passform.svg | 0 {svg => res/img/svg}/sessionbut.svg | 0 {svg => res/img/svg}/sessionbut_grey.svg | 0 {svg => res/img/svg}/unity.svg | 0 {svg => res/img/svg}/x2gologo.svg | 0 {svg => res/img/svg}/xfce.svg | 0 .../img/x2go-logos}/mksizedsymbols.sh | 0 .../img/x2go-logos}/x2go-logo-colored.svg | 0 .../img/x2go-logos}/x2go-logo-rotated.svg | 0 {x2go-logos => res/img/x2go-logos}/x2go-logo.svg | 0 {x2go-logos => res/img/x2go-logos}/x2go-mascot.svg | 0 Info.plist => res/osxbundle/Info.plist | 2 +- macdmg.DS_Store => res/osxbundle/macdmg.DS_Store | Bin 15364 -> 15364 bytes res/resources.rcc | 112 +++++++ {txt => res/txt}/encodings | 0 {txt => res/txt}/packs | 0 res/x2goclient.rc | 2 + resources.rcc | 112 ------- LDAPSession.cpp => src/LDAPSession.cpp | 0 LDAPSession.h => src/LDAPSession.h | 0 SVGFrame.cpp => src/SVGFrame.cpp | 0 SVGFrame.h => src/SVGFrame.h | 0 appdialog.cpp => src/appdialog.cpp | 24 +- appdialog.h => src/appdialog.h | 0 brokerpassdlg.cpp => src/brokerpassdlg.cpp | 0 brokerpassdlg.h => src/brokerpassdlg.h | 0 clicklineedit.cpp => src/clicklineedit.cpp | 0 clicklineedit.h => src/clicklineedit.h | 0 configdialog.cpp => src/configdialog.cpp | 0 configdialog.h => src/configdialog.h | 0 configwidget.cpp => src/configwidget.cpp | 0 configwidget.h => src/configwidget.h | 0 connectionwidget.cpp => src/connectionwidget.cpp | 0 connectionwidget.h => src/connectionwidget.h | 0 contest.cpp => src/contest.cpp | 0 contest.h => src/contest.h | 0 cupsprint.cpp => src/cupsprint.cpp | 0 cupsprint.h => src/cupsprint.h | 0 .../cupsprintersettingsdialog.cpp | 7 +- .../cupsprintersettingsdialog.h | 0 cupsprintwidget.cpp => src/cupsprintwidget.cpp | 0 cupsprintwidget.h => src/cupsprintwidget.h | 0 .../editconnectiondialog.cpp | 0 .../editconnectiondialog.h | 0 exportdialog.cpp => src/exportdialog.cpp | 0 exportdialog.h => src/exportdialog.h | 0 folderbutton.cpp => src/folderbutton.cpp | 8 +- folderbutton.h => src/folderbutton.h | 0 folderexplorer.cpp => src/folderexplorer.cpp | 4 +- folderexplorer.h => src/folderexplorer.h | 0 helpdialog.cpp => src/helpdialog.cpp | 0 helpdialog.h => src/helpdialog.h | 0 httpbrokerclient.cpp => src/httpbrokerclient.cpp | 0 httpbrokerclient.h => src/httpbrokerclient.h | 0 imgframe.cpp => src/imgframe.cpp | 0 imgframe.h => src/imgframe.h | 0 mediawidget.cpp => src/mediawidget.cpp | 0 mediawidget.h => src/mediawidget.h | 0 ongetpass.cpp => src/ongetpass.cpp | 0 ongetpass.h => src/ongetpass.h | 0 onmainwindow.cpp => src/onmainwindow.cpp | 132 ++++---- onmainwindow.h => src/onmainwindow.h | 0 onmainwindow_privat.h => src/onmainwindow_privat.h | 0 printdialog.cpp => src/printdialog.cpp | 0 printdialog.h => src/printdialog.h | 0 printercmddialog.cpp => src/printercmddialog.cpp | 0 printercmddialog.h => src/printercmddialog.h | 0 printprocess.cpp => src/printprocess.cpp | 0 printprocess.h => src/printprocess.h | 0 printwidget.cpp => src/printwidget.cpp | 0 printwidget.h => src/printwidget.h | 0 sessionbutton.cpp => src/sessionbutton.cpp | 17 +- sessionbutton.h => src/sessionbutton.h | 0 sessionexplorer.cpp => src/sessionexplorer.cpp | 10 +- sessionexplorer.h => src/sessionexplorer.h | 0 .../sessionmanagedialog.cpp | 6 +- sessionmanagedialog.h => src/sessionmanagedialog.h | 0 sessionwidget.cpp => src/sessionwidget.cpp | 12 +- sessionwidget.h => src/sessionwidget.h | 0 settingswidget.cpp => src/settingswidget.cpp | 0 settingswidget.h => src/settingswidget.h | 0 sharewidget.cpp => src/sharewidget.cpp | 0 sharewidget.h => src/sharewidget.h | 0 .../sshmasterconnection.cpp | 5 +- sshmasterconnection.h => src/sshmasterconnection.h | 0 sshprocess.cpp => src/sshprocess.cpp | 1 + sshprocess.h => src/sshprocess.h | 0 appdialog.ui => src/ui/appdialog.ui | 0 brokerpassdialog.ui => src/ui/brokerpassdialog.ui | 0 contest.ui => src/ui/contest.ui | 0 .../ui/cupsprintsettingsdialog.ui | 0 cupsprintwidget.ui => src/ui/cupsprintwidget.ui | 0 folderexplorer.ui => src/ui/folderexplorer.ui | 0 helpdialog.ui => src/ui/helpdialog.ui | 4 +- printdialog.ui => src/ui/printdialog.ui | 0 printercmddialog.ui => src/ui/printercmddialog.ui | 0 printwidget.ui => src/ui/printwidget.ui | 0 xsettingsui.ui => src/ui/xsettingsui.ui | 0 userbutton.cpp => src/userbutton.cpp | 0 userbutton.h => src/userbutton.h | 0 version.h => src/version.h | 0 wapi.cpp => src/wapi.cpp | 0 wapi.h => src/wapi.h | 0 x2goclient.cpp => src/x2goclient.cpp | 0 x2goclientconfig.h => src/x2goclientconfig.h | 0 x2gologdebug.cpp => src/x2gologdebug.cpp | 0 x2gologdebug.h => src/x2gologdebug.h | 0 x2gosettings.cpp => src/x2gosettings.cpp | 0 x2gosettings.h => src/x2gosettings.h | 0 src/x2goutils.cpp | 72 +++++ x2goutils.h => src/x2goutils.h | 10 +- xsettingswidget.cpp => src/xsettingswidget.cpp | 4 +- xsettingswidget.h => src/xsettingswidget.h | 0 .../src/qtbrowserplugin.cpp | 0 .../src/qtbrowserplugin.def | 0 .../src/qtbrowserplugin.h | 0 .../src/qtbrowserplugin.pri | 0 .../src/qtbrowserplugin_mac.cpp | 0 .../src/qtbrowserplugin_p.h | 0 .../src/qtbrowserplugin_win.cpp | 0 .../src/qtbrowserplugin_x11.cpp | 0 .../src/qtbrowserpluginax.def | 0 .../src/qtnpapi.h | 0 .../src/res/x2goplugin.rc | 6 +- x2goclient.pro | 339 ++++++++++---------- x2goclient.pro.maemo | 134 ++++---- x2goclient.rc | 2 - x2goclient.spec | 4 +- x2goclientconfig.pri | 1 + x2gohelper/Makefile | 4 +- x2goutils.cpp | 28 -- 316 files changed, 1029 insertions(+), 701 deletions(-) delete mode 100755 config_mac.sh delete mode 100755 config_win.sh delete mode 100755 config_win_console.sh delete mode 100755 config_win_plugin.sh mode change 100755 => 100644 nsis/gpl.txt mode change 100755 => 100644 nsis/icons/win-install.ico mode change 100755 => 100644 nsis/icons/win-uninstall.ico mode change 100755 => 100644 nsis/x2goclient.nsi rename changelog.rcc => res/changelog.rcc (100%) rename git.rcc => res/git.rcc (100%) rename qt_da.qm => res/i18n/qt_da.qm (100%) rename qt_de.qm => res/i18n/qt_de.qm (100%) rename qt_es.qm => res/i18n/qt_es.qm (100%) rename qt_fr.qm => res/i18n/qt_fr.qm (100%) rename qt_pt.qm => res/i18n/qt_pt.qm (100%) rename qt_ru.qm => res/i18n/qt_ru.qm (100%) rename qt_sv.qm => res/i18n/qt_sv.qm (100%) rename qt_zh_tw.qm => res/i18n/qt_zh_tw.qm (100%) rename x2goclient_da.ts => res/i18n/x2goclient_da.ts (100%) rename x2goclient_de.ts => res/i18n/x2goclient_de.ts (100%) rename x2goclient_es.ts => res/i18n/x2goclient_es.ts (100%) rename x2goclient_et.ts => res/i18n/x2goclient_et.ts (100%) rename x2goclient_fi.ts => res/i18n/x2goclient_fi.ts (100%) rename x2goclient_fr.ts => res/i18n/x2goclient_fr.ts (100%) rename x2goclient_nb_no.ts => res/i18n/x2goclient_nb_no.ts (100%) rename x2goclient_nl.ts => res/i18n/x2goclient_nl.ts (100%) rename x2goclient_pt.ts => res/i18n/x2goclient_pt.ts (100%) rename x2goclient_ru.ts => res/i18n/x2goclient_ru.ts (100%) rename x2goclient_sv.ts => res/i18n/x2goclient_sv.ts (100%) rename x2goclient_tr.ts => res/i18n/x2goclient_tr.ts (100%) rename x2goclient_zh_tw.ts => res/i18n/x2goclient_zh_tw.ts (100%) rename {icons => res/img/icons}/128x128/X.png (100%) rename {icons => res/img/icons}/128x128/audio.png (100%) rename {icons => res/img/icons}/128x128/create_file.png (100%) rename {icons => res/img/icons}/128x128/delete.png (100%) rename {icons => res/img/icons}/128x128/edit.png (100%) rename {icons => res/img/icons}/128x128/edit_file.png (100%) rename {icons => res/img/icons}/128x128/edit_settings.png (100%) rename {icons => res/img/icons}/128x128/file-open.png (100%) rename {icons => res/img/icons}/128x128/folder.png (100%) rename {icons => res/img/icons}/128x128/gnome.png (100%) rename {icons => res/img/icons}/128x128/kde.png (100%) rename {icons => res/img/icons}/128x128/lxde.png (100%) rename {icons => res/img/icons}/128x128/new_file.png (100%) rename {icons => res/img/icons}/128x128/preferences.png (100%) rename {icons => res/img/icons}/128x128/rdp.png (100%) rename {icons => res/img/icons}/128x128/resolution.png (100%) rename {icons => res/img/icons}/128x128/session.png (100%) rename {icons => res/img/icons}/128x128/unity.png (100%) rename {icons => res/img/icons}/128x128/x2go.png (100%) rename {icons => res/img/icons}/128x128/x2goclient.png (100%) rename {icons => res/img/icons}/128x128/x2gogroup.png (100%) rename {icons => res/img/icons}/128x128/x2gohosts.png (100%) rename {icons => res/img/icons}/128x128/x2gomailclient.png (100%) rename {icons => res/img/icons}/128x128/x2gosession.png (100%) rename {icons => res/img/icons}/128x128/x2gouser.png (100%) rename {icons => res/img/icons}/16x16/X.png (100%) rename {icons => res/img/icons}/16x16/audio.png (100%) rename {icons => res/img/icons}/16x16/cinnamon.png (100%) rename {icons => res/img/icons}/16x16/create_file.png (100%) rename {icons => res/img/icons}/16x16/delete.png (100%) rename {icons => res/img/icons}/16x16/edit.png (100%) rename {icons => res/img/icons}/16x16/edit_file.png (100%) rename {icons => res/img/icons}/16x16/edit_settings.png (100%) rename {icons => res/img/icons}/16x16/file-open.png (100%) rename {icons => res/img/icons}/16x16/gnome.png (100%) rename {icons => res/img/icons}/16x16/icewm.png (100%) rename {icons => res/img/icons}/16x16/kde.png (100%) rename {icons => res/img/icons}/16x16/lxde.png (100%) rename {icons => res/img/icons}/16x16/mate.png (100%) rename {icons => res/img/icons}/16x16/new_file.png (100%) rename {icons => res/img/icons}/16x16/openbox.png (100%) rename {icons => res/img/icons}/16x16/preferences.png (100%) rename {icons => res/img/icons}/16x16/rdp.png (100%) rename {icons => res/img/icons}/16x16/resolution.png (100%) rename {icons => res/img/icons}/16x16/session.png (100%) rename {icons => res/img/icons}/16x16/tbshow.png (100%) rename {icons => res/img/icons}/16x16/trinity.png (100%) rename {icons => res/img/icons}/16x16/unity.png (100%) rename {icons => res/img/icons}/16x16/x2go.png (100%) rename {icons => res/img/icons}/16x16/x2goclient.png (100%) rename {icons => res/img/icons}/16x16/xfce.png (100%) rename {icons => res/img/icons}/22x22/applications-development.png (100%) rename {icons => res/img/icons}/22x22/applications-education.png (100%) rename {icons => res/img/icons}/22x22/applications-games.png (100%) rename {icons => res/img/icons}/22x22/applications-graphics.png (100%) rename {icons => res/img/icons}/22x22/applications-internet.png (100%) rename {icons => res/img/icons}/22x22/applications-multimedia.png (100%) rename {icons => res/img/icons}/22x22/applications-office.png (100%) rename {icons => res/img/icons}/22x22/applications-other.png (100%) rename {icons => res/img/icons}/22x22/applications-system.png (100%) rename {icons => res/img/icons}/22x22/applications-utilities.png (100%) rename {icons => res/img/icons}/22x22/preferences-system.png (100%) rename {icons => res/img/icons}/32x32/X.png (100%) rename {icons => res/img/icons}/32x32/apps.png (100%) rename {icons => res/img/icons}/32x32/attach.png (100%) rename {icons => res/img/icons}/32x32/audio.png (100%) rename {icons => res/img/icons}/32x32/auth.png (100%) rename {icons => res/img/icons}/32x32/contest.png (100%) rename {icons => res/img/icons}/32x32/create_file.png (100%) rename {icons => res/img/icons}/32x32/delete.png (100%) rename {icons => res/img/icons}/32x32/detach.png (100%) rename {icons => res/img/icons}/32x32/edit.png (100%) rename {icons => res/img/icons}/32x32/edit_file.png (100%) rename {icons => res/img/icons}/32x32/edit_settings.png (100%) rename {icons => res/img/icons}/32x32/exit.png (100%) rename {icons => res/img/icons}/32x32/file-open.png (100%) rename {icons => res/img/icons}/32x32/gnome.png (100%) rename {icons => res/img/icons}/32x32/kde.png (100%) rename {icons => res/img/icons}/32x32/lxde.png (100%) rename {icons => res/img/icons}/32x32/new_file.png (100%) rename {icons => res/img/icons}/32x32/open_dir.png (100%) rename {icons => res/img/icons}/32x32/preferences.png (100%) rename {icons => res/img/icons}/32x32/rdp.png (100%) rename {icons => res/img/icons}/32x32/reconnect.png (100%) rename {icons => res/img/icons}/32x32/resolution.png (100%) rename {icons => res/img/icons}/32x32/session.png (100%) rename {icons => res/img/icons}/32x32/stop.png (100%) rename {icons => res/img/icons}/32x32/stop_session.png (100%) rename {icons => res/img/icons}/32x32/suspend.png (100%) rename {icons => res/img/icons}/32x32/suspend_session.png (100%) rename {icons => res/img/icons}/32x32/tbhide.png (100%) rename {icons => res/img/icons}/32x32/tbshow.png (100%) rename {icons => res/img/icons}/32x32/tbshow.xcf (100%) rename {icons => res/img/icons}/32x32/unity.png (100%) rename {icons => res/img/icons}/32x32/x2goclient.png (100%) rename {icons => res/img/icons}/48x48/x2goclient.png (100%) rename {icons => res/img/icons}/64x64/X.png (100%) rename {icons => res/img/icons}/64x64/audio.png (100%) rename {icons => res/img/icons}/64x64/create_file.png (100%) rename {icons => res/img/icons}/64x64/delete.png (100%) rename {icons => res/img/icons}/64x64/edit.png (100%) rename {icons => res/img/icons}/64x64/edit_file.png (100%) rename {icons => res/img/icons}/64x64/edit_settings.png (100%) rename {icons => res/img/icons}/64x64/file-open.png (100%) rename {icons => res/img/icons}/64x64/gnome.png (100%) rename {icons => res/img/icons}/64x64/kde.png (100%) rename {icons => res/img/icons}/64x64/lxde.png (100%) rename {icons => res/img/icons}/64x64/new_file.png (100%) rename {icons => res/img/icons}/64x64/personal.png (100%) rename {icons => res/img/icons}/64x64/preferences.png (100%) rename {icons => res/img/icons}/64x64/rdp.png (100%) rename {icons => res/img/icons}/64x64/resolution.png (100%) rename {icons => res/img/icons}/64x64/session.png (100%) rename {icons => res/img/icons}/64x64/unity.png (100%) rename {icons => res/img/icons}/64x64/x2goclient.png (100%) rename {icons => res/img/icons}/hildon/x2goclient_26.png (100%) rename {icons => res/img/icons}/hildon/x2goclient_40.png (100%) rename {icons => res/img/icons}/hildon/x2goclient_64.png (100%) rename {icons => res/img/icons}/hildon/x2goclient_hildon.svg (100%) rename {icons => res/img/icons}/x2go-mac.icns (100%) rename {icons => res/img/icons}/x2go-win-48.ico (100%) rename {icons => res/img/icons}/x2goclient.xpm (100%) rename {png => res/img/png}/ico.png (100%) rename {png => res/img/png}/ico_440x180.png (100%) rename {png => res/img/png}/ico_mini.png (100%) rename {png => res/img/png}/macinstaller_background.png (100%) rename {png => res/img/png}/power-button.png (100%) rename {png => res/img/png}/sess_ico.png (100%) rename {svg => res/img/svg}/bg-anim.svg (100%) rename {svg => res/img/svg}/bg.svg (100%) rename {svg => res/img/svg}/bg_hildon.svg (100%) rename {svg => res/img/svg}/folder.svg (100%) rename {svg => res/img/svg}/folder_grey.svg (100%) rename {svg => res/img/svg}/line.svg (100%) rename {svg => res/img/svg}/macinstaller_background.svg (100%) rename {svg => res/img/svg}/onlogo.svg (100%) rename {svg => res/img/svg}/passform.svg (100%) rename {svg => res/img/svg}/sessionbut.svg (100%) rename {svg => res/img/svg}/sessionbut_grey.svg (100%) rename {svg => res/img/svg}/unity.svg (100%) rename {svg => res/img/svg}/x2gologo.svg (100%) rename {svg => res/img/svg}/xfce.svg (100%) rename {x2go-logos => res/img/x2go-logos}/mksizedsymbols.sh (100%) rename {x2go-logos => res/img/x2go-logos}/x2go-logo-colored.svg (100%) rename {x2go-logos => res/img/x2go-logos}/x2go-logo-rotated.svg (100%) rename {x2go-logos => res/img/x2go-logos}/x2go-logo.svg (100%) rename {x2go-logos => res/img/x2go-logos}/x2go-mascot.svg (100%) rename Info.plist => res/osxbundle/Info.plist (92%) rename macdmg.DS_Store => res/osxbundle/macdmg.DS_Store (100%) create mode 100644 res/resources.rcc rename {txt => res/txt}/encodings (100%) rename {txt => res/txt}/packs (100%) create mode 100644 res/x2goclient.rc delete mode 100644 resources.rcc rename LDAPSession.cpp => src/LDAPSession.cpp (100%) rename LDAPSession.h => src/LDAPSession.h (100%) rename SVGFrame.cpp => src/SVGFrame.cpp (100%) rename SVGFrame.h => src/SVGFrame.h (100%) rename appdialog.cpp => src/appdialog.cpp (82%) rename appdialog.h => src/appdialog.h (100%) rename brokerpassdlg.cpp => src/brokerpassdlg.cpp (100%) rename brokerpassdlg.h => src/brokerpassdlg.h (100%) rename clicklineedit.cpp => src/clicklineedit.cpp (100%) rename clicklineedit.h => src/clicklineedit.h (100%) rename configdialog.cpp => src/configdialog.cpp (100%) rename configdialog.h => src/configdialog.h (100%) rename configwidget.cpp => src/configwidget.cpp (100%) rename configwidget.h => src/configwidget.h (100%) rename connectionwidget.cpp => src/connectionwidget.cpp (100%) rename connectionwidget.h => src/connectionwidget.h (100%) rename contest.cpp => src/contest.cpp (100%) rename contest.h => src/contest.h (100%) rename cupsprint.cpp => src/cupsprint.cpp (100%) rename cupsprint.h => src/cupsprint.h (100%) rename cupsprintersettingsdialog.cpp => src/cupsprintersettingsdialog.cpp (98%) rename cupsprintersettingsdialog.h => src/cupsprintersettingsdialog.h (100%) rename cupsprintwidget.cpp => src/cupsprintwidget.cpp (100%) rename cupsprintwidget.h => src/cupsprintwidget.h (100%) rename editconnectiondialog.cpp => src/editconnectiondialog.cpp (100%) rename editconnectiondialog.h => src/editconnectiondialog.h (100%) rename exportdialog.cpp => src/exportdialog.cpp (100%) rename exportdialog.h => src/exportdialog.h (100%) rename folderbutton.cpp => src/folderbutton.cpp (96%) rename folderbutton.h => src/folderbutton.h (100%) rename folderexplorer.cpp => src/folderexplorer.cpp (97%) rename folderexplorer.h => src/folderexplorer.h (100%) rename helpdialog.cpp => src/helpdialog.cpp (100%) rename helpdialog.h => src/helpdialog.h (100%) rename httpbrokerclient.cpp => src/httpbrokerclient.cpp (100%) rename httpbrokerclient.h => src/httpbrokerclient.h (100%) rename imgframe.cpp => src/imgframe.cpp (100%) rename imgframe.h => src/imgframe.h (100%) rename mediawidget.cpp => src/mediawidget.cpp (100%) rename mediawidget.h => src/mediawidget.h (100%) rename ongetpass.cpp => src/ongetpass.cpp (100%) rename ongetpass.h => src/ongetpass.h (100%) rename onmainwindow.cpp => src/onmainwindow.cpp (98%) rename onmainwindow.h => src/onmainwindow.h (100%) rename onmainwindow_privat.h => src/onmainwindow_privat.h (100%) rename printdialog.cpp => src/printdialog.cpp (100%) rename printdialog.h => src/printdialog.h (100%) rename printercmddialog.cpp => src/printercmddialog.cpp (100%) rename printercmddialog.h => src/printercmddialog.h (100%) rename printprocess.cpp => src/printprocess.cpp (100%) rename printprocess.h => src/printprocess.h (100%) rename printwidget.cpp => src/printwidget.cpp (100%) rename printwidget.h => src/printwidget.h (100%) rename sessionbutton.cpp => src/sessionbutton.cpp (97%) rename sessionbutton.h => src/sessionbutton.h (100%) rename sessionexplorer.cpp => src/sessionexplorer.cpp (98%) rename sessionexplorer.h => src/sessionexplorer.h (100%) rename sessionmanagedialog.cpp => src/sessionmanagedialog.cpp (97%) rename sessionmanagedialog.h => src/sessionmanagedialog.h (100%) rename sessionwidget.cpp => src/sessionwidget.cpp (98%) rename sessionwidget.h => src/sessionwidget.h (100%) rename settingswidget.cpp => src/settingswidget.cpp (100%) rename settingswidget.h => src/settingswidget.h (100%) rename sharewidget.cpp => src/sharewidget.cpp (100%) rename sharewidget.h => src/sharewidget.h (100%) rename sshmasterconnection.cpp => src/sshmasterconnection.cpp (99%) mode change 100755 => 100644 rename sshmasterconnection.h => src/sshmasterconnection.h (100%) rename sshprocess.cpp => src/sshprocess.cpp (99%) mode change 100755 => 100644 rename sshprocess.h => src/sshprocess.h (100%) rename appdialog.ui => src/ui/appdialog.ui (100%) rename brokerpassdialog.ui => src/ui/brokerpassdialog.ui (100%) rename contest.ui => src/ui/contest.ui (100%) rename cupsprintsettingsdialog.ui => src/ui/cupsprintsettingsdialog.ui (100%) rename cupsprintwidget.ui => src/ui/cupsprintwidget.ui (100%) rename folderexplorer.ui => src/ui/folderexplorer.ui (100%) rename helpdialog.ui => src/ui/helpdialog.ui (89%) rename printdialog.ui => src/ui/printdialog.ui (100%) rename printercmddialog.ui => src/ui/printercmddialog.ui (100%) rename printwidget.ui => src/ui/printwidget.ui (100%) rename xsettingsui.ui => src/ui/xsettingsui.ui (100%) rename userbutton.cpp => src/userbutton.cpp (100%) rename userbutton.h => src/userbutton.h (100%) rename version.h => src/version.h (100%) rename wapi.cpp => src/wapi.cpp (100%) rename wapi.h => src/wapi.h (100%) rename x2goclient.cpp => src/x2goclient.cpp (100%) rename x2goclientconfig.h => src/x2goclientconfig.h (100%) rename x2gologdebug.cpp => src/x2gologdebug.cpp (100%) rename x2gologdebug.h => src/x2gologdebug.h (100%) rename x2gosettings.cpp => src/x2gosettings.cpp (100%) rename x2gosettings.h => src/x2gosettings.h (100%) create mode 100644 src/x2goutils.cpp rename x2goutils.h => src/x2goutils.h (78%) rename xsettingswidget.cpp => src/xsettingswidget.cpp (97%) rename xsettingswidget.h => src/xsettingswidget.h (100%) rename {qtbrowserplugin-2.4_1-opensource => x2gobrowserplugin-2.4_1}/src/qtbrowserplugin.cpp (100%) rename {qtbrowserplugin-2.4_1-opensource => x2gobrowserplugin-2.4_1}/src/qtbrowserplugin.def (100%) rename {qtbrowserplugin-2.4_1-opensource => x2gobrowserplugin-2.4_1}/src/qtbrowserplugin.h (100%) rename {qtbrowserplugin-2.4_1-opensource => x2gobrowserplugin-2.4_1}/src/qtbrowserplugin.pri (100%) rename {qtbrowserplugin-2.4_1-opensource => x2gobrowserplugin-2.4_1}/src/qtbrowserplugin_mac.cpp (100%) rename {qtbrowserplugin-2.4_1-opensource => x2gobrowserplugin-2.4_1}/src/qtbrowserplugin_p.h (100%) rename {qtbrowserplugin-2.4_1-opensource => x2gobrowserplugin-2.4_1}/src/qtbrowserplugin_win.cpp (100%) rename {qtbrowserplugin-2.4_1-opensource => x2gobrowserplugin-2.4_1}/src/qtbrowserplugin_x11.cpp (100%) rename {qtbrowserplugin-2.4_1-opensource => x2gobrowserplugin-2.4_1}/src/qtbrowserpluginax.def (100%) rename {qtbrowserplugin-2.4_1-opensource => x2gobrowserplugin-2.4_1}/src/qtnpapi.h (100%) rename x2goplugin.rc => x2gobrowserplugin-2.4_1/src/res/x2goplugin.rc (83%) mode change 100755 => 100644 x2goclient.pro delete mode 100644 x2goclient.rc create mode 100644 x2goclientconfig.pri delete mode 100644 x2goutils.cpp -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git