[X2Go-Commits] [x2goclient] branch build-main updated (9f92b4c -> 301b58c)

git-admin at x2go.org git-admin at x2go.org
Tue May 26 21:51:16 CEST 2015


This is an automated email from the git hooks/post-receive script.

x2go pushed a change to branch build-main
in repository x2goclient.

      from  9f92b4c   release 4.0.3.2
      adds  0046471   Continue development...
      adds  f276230   Bundle new version of VcXsrv: 1.15.2.3-xp+vc2013+x2go1
      adds  b2e5e74   Fix permissions on copy-deps-win32
      adds  ce0f9b2   Update from Cygwin bundle 20141018-2 to 20141018-3.
      adds  e6b408b   Update from Cygwin bundle 20141018-3 to 20141018-4
      adds  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.
      adds  5c33be4   x2goclient.spec: fix builds on Fedora and related due to failing removal of browserplugin directory. That's non-critical.
      adds  f44a6d0   onmainwindow.cpp: actually call slotTunnelOk(int), do not generate a run time error by calling the non-existent function slotTunnelOk().
      adds  aa11eb5   onmainwindow.cpp: clarify message regarding missing SSH daemon host keys.
      adds  18677da   non_modal_messagebox.{cpp,h}: add new Non_Modal_MessageBox class for non-modal message boxes.
      adds  fd09a56   onmainwindow.cpp: use Non_Modal_MessageBox::critical function to display errors relating to missing sshd host keys.
      adds  a4196bf   onmainwindow.cpp: also make the message about a non-running sshd non-modal.
      adds  5ff18d9   {x2goclient.pro,res/osxbundle/{Info.plist,postbuild.sh}}:
      adds  e232e50   onmainwindow.cpp: consolidate Windows and non-Windows sshd startup error message.
      adds  b447387   onmainwindow.cpp: typo fix (authoized_keys.)
      adds  b5868aa   onmainwindow.cpp: stop exporting directories (Printing, File Sharing) on sshd error.
      adds  7b18f20   onmainwindow.cpp: fix session icon not being displayed as tray icon (missed legacy resource URI wrapper call.)
      adds  cdf4cbe   configdialog.cpp: update XQuartz outdated version info message and links. Add MacPorts reference.
      adds  551078c   configdialog.cpp:
      adds  a154a6c   x2goutils.{h,cpp}: use QString references.
      adds  f86629a   x2goutils.{h,cpp}: add new helper function show_RichText_WarningMsgBox.
      adds  bd06b93   configdialog.cpp: use new helper function show_RichText_WarningMsgBox to show proper errors.
      adds  f5443ca   configdialog.cpp: return empty strings as paths to the XQuartz application if no valid one could be found in order to show the proper error message.
      adds  bcf498f   configdialog.cpp: rephrase another error message, use the new helper and reformat code.
      adds  4776273   onmainwindow.{cpp,h}: make slotTunnelOk parameter optional and use the non-parameter call for the QSingleShotTimer::timeout() signal.
      adds  9dc4db3   {x2goutils,non_modal_messagebox}.cpp: include the correct headers.
      adds  b59e5d9   x2goutils.{h,cpp}: split up show_RichText_WarningMsgBox() into the aforementioned function and a new convert_to_rich_text() helper function.
      adds  27354ff   non_modal_messagebox.{h,cpp}: add new Non_Modal_MessageBox::critical() overloaded functions to be able to use informative text and a (forceful, if requested) conversion to rich text.
      adds  63873a1   onmainwindow.cpp: prettify non-running sshd error message.
      adds  c99b741   onmainwindow.cpp: prettify non-available host key error message.
      adds  5fc3301   onmainwindow.cpp: fix typos and augment sshd startup failure message.
      adds  fdbe9e0   onmainwindow.cpp: also use usermode sshd on OS X, if no global daemon is running.
      adds  42f2045   onmainwindow.cpp: on OS X, specify sshd's PID file location in its server config.
      adds  ef033df   onmainwindow.cpp: wait 3 seconds before checking sshd startup state to allow it to come up.
      adds  2c0687a   onmainwindow.cpp: adapt SSH host key warning message to new usermode sshd possibilities.
      adds  26c86b7   configdialog.cpp: make XQuartz detection algorithm QStringList-based and add MacPorts location.
      adds  3d4c38e   onmainwindow.cpp: fix bad quoting when writing remote xinerama config file. Fixes: #797.
      adds  02dda79   {LICENSE,debian/copyright}: fix typo in URL of obviously-nice.de.
      adds  d294bbb   onmainwindow.cpp: fix desktop sharing via session broker. Fixes: #584.
      adds  3d57875   onmainwindow.cpp: handle %i and %c format flags in desktop files correctly: remove the %i flag and replace %c with the application name. Fixes: #827.
      adds  5204003   onmainwindow.cpp: do not define Ctrl+Q two times. Made it unusable on Linux and Windows.
      adds  5e1351d   onmainwindow:cpp: correctly pass escaped single quote when writing remote xinerama config file. Post-fixup for #797.
      adds  e20207b   {onmainwindow.cpp,README.i18n}: fix localization -- resource strings were not correctly updated. Fixes: #828.
      adds  8008873   debian/changelog: add closure for #830
      adds  bfd5d50   Update bundled VcXsrv from 1.15.2.4-xp+vc2013+x2go1 to 1.15.2.5
      adds  07f56fc   Update Cygwin bundle for openssl 1.0.2a-1 update
      adds  3b55932   Update changelog about Win32 OpenSSL update from 1.0.1L to 1.0.1m
      adds  22aa6ca    Windows: Update bundled PuTTY from 0.63 to 0.64.
      adds  0038d25   onmainwindow.cpp: quote commands for generating pulse-client.conf correctly, add more quotes and use absolute file path for pulse cookie.
      adds  e843170   onmainwindow.cpp: fix up typo when specifying cookie file in pulse-client.conf.
      adds  3cba555   src/version.h: add include guard.
      adds  c6539db   help.{cpp,h}: add skeleton for new help system.
      adds  8587ec4   help.{cpp,h}: add sanitizing helpers.
      adds  abebff1   help.{cpp,h}: fix missing return type.
      adds  b8088ba   help.cpp: populate pretty_print: fetch max length of params.
      adds  d9d7fbe   help.cpp: get terminal window sizes on UNIX-based and Windows operating systems.
      adds  6f55b84   help.cpp: complete pretty printer function.
      adds  082af3f   help.cpp: "copy" old command line parameters.
      adds  d80caf9   help.cpp: document broker options. Fixes: #851.
      adds  61889c7   help.cpp: actually output the help message.
      adds  f6a07c5   help.{cpp,h}: also pass the help message on (for display in graphical mode.)
      adds  da6d831   x2goclient.pro{,.maemo}: add new help.{cpp,h} files.
      adds  ac62882   onmainwindow.cpp: replace old help system with new one.
      adds  bbddcc4   {{onmainwindow,help}.cpp},helph}: fix misc. build errors.
      adds  462e8f2   help.h: fix run time error by actually giving QTextStream a "device" to write to.
      adds  e14d428   help.cpp: clear current string if completely written onto one line.
      adds  5bf8eb1   help.cpp: enable debugging for pretty_print(). --debug must be supplied before --help for this to work.
      adds  7772507   help.cpp: partly fix indenting algorithm.
      adds  fb9b1b0   help.cpp: actually recalculate the new indent *before* writing whitespace.
      adds  d3ff608   help.cpp: fix splitting algorithm to step over a space character, but include hyphens correctly into the current line.
      adds  28a111d   help.cpp: don't let qCritical() add even more spaces or quotes around the help message.
      adds  37b20f9   help.cpp: add support for newlines within descriptions.
      adds  50378fa   help.cpp: use new newline feature for some options.
      adds  abf9161   help.cpp: switch from do { ... } while (...); to just while (...) { ... }.
      adds  e1013d8   help.cpp: trying to split at hyphens was a bad idea. Remove that part.
      adds  729415a   help.cpp: fix a compile warning (by including winsock2.h) and error (caused by a typo) on Windows.
      adds  b2024e4   help.cpp: hardcode indentation value to 2 (for the first spaces) + maximum length of parameters + 4 (for the trailing 4 spaces).
      adds  95f1ee1   x2goutils.{cpp,h}: implement new git_changelog_extract_commit_sha helper, extracting the most recent commit shasum from a git changelog string.
      adds  6e89f0e   help.cpp: use new git_changelog_extract_commit_sha() helper while building the help prelude.
      adds  a01b282   x2goutils.{cpp,h}: reformat only.
      adds  47c59d8   helpdialog.cpp: change to monospaced font.
      adds  5372761   helpdialog.{cpp,h}: whitespace only.
      adds  8462740   helpdialog.cpp: use QT_VERSION macro to select either a monospaced or typewriter font (Qt < 4.7.0 only supports TypeWriter.)
      adds  4fd874a   x2goutils.{cpp,h}: add new font_is_monospaced() helper.
      adds  739e2e1   helpdialog.cpp: try harder to set a monospaced font.
      adds  a944db8   helpdialog.cpp: lower font size to have more space for text.
      adds  2ee86a4   ui/helpdialog.ui: almost double the window size.
      adds  0fe6b3a   {helpdialog.cpp,x2goutils.h}: whitespace only.
      adds  5734a0d   help.cpp: typo fix for --git-info.
      adds  bf9294c   help.{cpp,h}: provide string splitting logic as separate split_long_line() function. Use this in pretty_print().
      adds  dbaba2f   help.cpp: simplify pretty_print() and make it also split lines for non-terminal output or when the terminal width is unknown.
      adds  6e7ca03   help.cpp: move functions around a bit.
      adds  3d58218   help.{cpp,h}: add a boolean terminal_output parameter to the pretty_print() function family.
      adds  dc2c70c   onmainwindow.cpp: don't let a potential terminal affect the help string shown in the GUI.
      adds  d9e4716   help.h: lower default splitting length to 100 characters.
      adds  cd47266   x2goutils.{cpp,h}: fix compile issue -- include QFont and QFontUtils.
      adds  ee11aa4   onmainwindow.cpp: fix up pulse config file generation and PULSE_CLIENTCONFIG setting once more.
      adds  505d4e0   Windows: Upgrade bundled PulseAudio from 5.0-rev18 to 6.0-11.1
      adds  072dfa6   src/{onmainwindow,sshmasterconnection}.cpp: enable use of SSH proxy configuration with x2goplugin. Fixes: #798.
      adds  467c7ce   Update cygwin bundle from 20141018-5 to 20150425-2
      adds  b5eb6bd   Add more relevant info to changelog.
      adds  c1addef   {macbuild,res/osxbundle/postbuild}.sh: add support for git information if not building from a tag.
      adds  4a7c05b   {{configdialog,onmainwindow}.cpp,x2goutils.{cpp,h}}: new helper functions show_XQuartz_not_found_error(), show_XQuartz_start_error() and show_XQuartz_generic_error().
      adds  c11e697   x2goutils.cpp: fix compile error. tr () is a member of QObject and must be explicitly marked as such in a free function.
      adds  e7f48c2   {configdialog.{cpp,h},onmainwindow.cpp}: miscellaneous typo fixes - no functional changes.
      adds  21e18e8   onmainwindow.cpp: whitespace changes to installTranslator() only.
      adds  fc224ac   onmainwindow.cpp: correctly let Qt fetch the UI display language for Qt 4.8.0 and higher.
      adds  06639b6   x2goclient.nsi: Add support for debug build.
      adds  67aad4a   Update changelog about the debug build.
      adds  f78557a   Update bundled VcXsrv from 1.15.2.5 to 1.15.2.6
      adds  dc7f58b   Correct changelog about last commit
      adds  0c0d0bb   Update libssh from 0.6.4 to 0.6.5
      adds  e6c34f6   Correct changelog about last commit
      adds  2857e6c   x2goclient.nsi: Add descriptions for "components"
      adds  5006621   x2goclient.nsi: Include Pageant & PuTTYgen
      adds  2635f62   config_win.bat: enable release by default, fetch command line parameter and compare against debug.
      adds  16cf617   x2goclient.nsi: Add setup.exe file properties
      adds  9dba4ec   Windows: Print to debug about deleting PuTTY session registry key
      adds  db26121   Windows: Do not delete saved PuTTY sessions when Kerberos 5 (GSSAPI) authentication is enabled (Fixes: #625)
      adds  227a53d   changelog: Bug #625 is also #789
      adds  0462b6c   Fix "connection failed" "pscp" error with folder sharing (Fixes: #868)
      adds  c4d21f3   debian/changelog: whitespace fix.
      adds  5f6565f   Upgrade bundled VcXsrv from 1.15.2.6 to 1.17.0.0-1
      adds  36c2dd5   onmainwindow.cpp: follow-up to last translation fix.
      adds  e680566   onmainwindow.{cpp,h}: make new get_translator() function static.
      adds  cc5d696   onmainwindow.h: include used types/headers.
      adds  c857cba   onmainwindow.cpp: correctly call QLocale::uiLanguages ().
      adds  351e405   onmainwindow.cpp: copy strings before manipulating them.
      adds  ddbf9b4   onmainwindow.h: make get_translator() const. Does not change any state.
      adds  2df78cd   onmainwindow.cpp: fix compile error triggered by a missing parenthesis/typo.
      adds  553b75c   onmainwindow.cpp: workaround https://bugreports.qt.io/browse/QTBUG-25973.
      adds  81a3e1c   debian/changelog: fixup for non-referenced file.
      adds  181fc10   onmainwindow.h: revert const-qualifier for get_translator().
      adds  84d4bd8   Windows: Fix audio (PulseAudio) when Kerberos 5 (GSSAPI) authentication is used (Fixes: #869)
      adds  1f3f87f   Upgrade libssh from 0.6.5 to 0.7.0
      adds  dbe9be6   Revert accidental changes to copy-deps-win32.bat
      adds  bde9d40   copy-deps-win32: require source paths as args
      adds  2068bb6   copy-deps-win32: continue copying if errors occur
      adds  3b3c7ec   copy-deps-win32.bat: Instead, exit if a copy fails
      adds  909872b   copy-deps-win32: Fix delete bug and add errorlevel
      adds  be52b79   copy-deps-win32.bat: actually let xcopy error correctly.
      adds  05689c7   general: fix spelling and English language syntax issues. Fixes: #389.
      adds  5d55e6d   general: improve debug output and error messages.
      adds  687948e   sshmasterconnection.cpp: fix typo in last commit leading to a compile failure, correct content, remove superfluous newlines.
      adds  08ef3bc   sessionexplorer.cpp: use a better shared logic for generating an arguments list for calling x2goclient.exe from a desktop shortcut.
      adds  301b58c   release 4.0.4.0

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                                        |   10 +-
 VERSION                                            |    2 +-
 build_win_plugin.bat                               |   12 +-
 config_mac.sh                                      |    5 -
 config_win.bat                                     |   22 +-
 config_win.sh                                      |    5 -
 config_win_console.sh                              |    4 -
 config_win_plugin.bat                              |   10 +-
 config_win_plugin.sh                               |    4 -
 copy-deps-win32.bat                                |   35 +-
 debian/changelog                                   |  466 ++++++++
 debian/copyright                                   |    4 +-
 debian/rules                                       |    8 +-
 debian/x2goclient.install                          |   14 +-
 macbuild.sh                                        |  174 ++-
 man/man1/x2goclient.1                              |    2 +-
 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                                |  171 ++-
 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             |    8 +-
 macdmg.DS_Store => res/osxbundle/macdmg.DS_Store   |  Bin 15364 -> 15364 bytes
 res/osxbundle/postbuild.sh                         |   33 +
 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             |    2 +-
 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           |  201 ++--
 configdialog.h => src/configdialog.h               |    2 +-
 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                     |    2 +-
 contest.h => src/contest.h                         |    0
 cupsprint.cpp => src/cupsprint.cpp                 |    0
 cupsprint.h => src/cupsprint.h                     |    0
 .../cupsprintersettingsdialog.cpp                  |   11 +-
 .../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           |    2 +-
 exportdialog.h => src/exportdialog.h               |    0
 folderbutton.cpp => src/folderbutton.cpp           |    8 +-
 folderbutton.h => src/folderbutton.h               |    0
 folderexplorer.cpp => src/folderexplorer.cpp       |   12 +-
 folderexplorer.h => src/folderexplorer.h           |    0
 src/help.cpp                                       |  298 +++++
 src/help.h                                         |   70 ++
 helpdialog.cpp => src/helpdialog.cpp               |   43 +-
 helpdialog.h => src/helpdialog.h                   |   13 +-
 httpbrokerclient.cpp => src/httpbrokerclient.cpp   |   56 +-
 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
 src/non_modal_messagebox.cpp                       |   65 ++
 src/non_modal_messagebox.h                         |   47 +
 ongetpass.cpp => src/ongetpass.cpp                 |    0
 ongetpass.h => src/ongetpass.h                     |    0
 onmainwindow.cpp => src/onmainwindow.cpp           | 1216 ++++++++++++--------
 onmainwindow.h => src/onmainwindow.h               |   31 +-
 onmainwindow_privat.h => src/onmainwindow_privat.h |    0
 printdialog.cpp => src/printdialog.cpp             |    9 +-
 printdialog.h => src/printdialog.h                 |    0
 printercmddialog.cpp => src/printercmddialog.cpp   |    0
 printercmddialog.h => src/printercmddialog.h       |    0
 printprocess.cpp => src/printprocess.cpp           |   19 +-
 printprocess.h => src/printprocess.h               |    0
 printwidget.cpp => src/printwidget.cpp             |    2 +-
 printwidget.h => src/printwidget.h                 |    0
 sessionbutton.cpp => src/sessionbutton.cpp         |   21 +-
 sessionbutton.h => src/sessionbutton.h             |    0
 sessionexplorer.cpp => src/sessionexplorer.cpp     |   45 +-
 sessionexplorer.h => src/sessionexplorer.h         |    0
 .../sessionmanagedialog.cpp                        |    8 +-
 sessionmanagedialog.h => src/sessionmanagedialog.h |    0
 sessionwidget.cpp => src/sessionwidget.cpp         |   34 +-
 sessionwidget.h => src/sessionwidget.h             |    0
 settingswidget.cpp => src/settingswidget.cpp       |    6 +-
 settingswidget.h => src/settingswidget.h           |    0
 sharewidget.cpp => src/sharewidget.cpp             |    8 +-
 sharewidget.h => src/sharewidget.h                 |    0
 .../sshmasterconnection.cpp                        |  162 +--
 sshmasterconnection.h => src/sshmasterconnection.h |    0
 sshprocess.cpp => src/sshprocess.cpp               |   76 +-
 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              |   12 +-
 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
 x2goutils.h => src/version.h                       |   11 +-
 wapi.cpp => src/wapi.cpp                           |   10 +-
 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                                  |  190 +++
 x2goutils.cpp => src/x2goutils.h                   |   40 +-
 xsettingswidget.cpp => src/xsettingswidget.cpp     |    4 +-
 xsettingswidget.h => src/xsettingswidget.h         |    0
 version.h                                          |   19 -
 .../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                          |   14 +-
 x2goclient.pro                                     |  347 +++---
 x2goclient.pro.maemo                               |  136 +--
 x2goclient.rc                                      |    2 -
 x2goclient.spec                                    |    8 +-
 x2goclientconfig.pri                               |    1 +
 x2gohelper/Makefile                                |    4 +-
 325 files changed, 3174 insertions(+), 1490 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 (70%)
 rename macdmg.DS_Store => res/osxbundle/macdmg.DS_Store (100%)
 create mode 100755 res/osxbundle/postbuild.sh
 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 (99%)
 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 (77%)
 rename configdialog.h => src/configdialog.h (98%)
 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 (99%)
 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 (97%)
 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 (99%)
 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 (91%)
 rename folderexplorer.h => src/folderexplorer.h (100%)
 create mode 100644 src/help.cpp
 create mode 100644 src/help.h
 rename helpdialog.cpp => src/helpdialog.cpp (57%)
 rename helpdialog.h => src/helpdialog.h (83%)
 rename httpbrokerclient.cpp => src/httpbrokerclient.cpp (93%)
 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%)
 create mode 100644 src/non_modal_messagebox.cpp
 create mode 100644 src/non_modal_messagebox.h
 rename ongetpass.cpp => src/ongetpass.cpp (100%)
 rename ongetpass.h => src/ongetpass.h (100%)
 rename onmainwindow.cpp => src/onmainwindow.cpp (89%)
 rename onmainwindow.h => src/onmainwindow.h (96%)
 rename onmainwindow_privat.h => src/onmainwindow_privat.h (100%)
 rename printdialog.cpp => src/printdialog.cpp (87%)
 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 (93%)
 rename printprocess.h => src/printprocess.h (100%)
 rename printwidget.cpp => src/printwidget.cpp (99%)
 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 (95%)
 rename sessionexplorer.h => src/sessionexplorer.h (100%)
 rename sessionmanagedialog.cpp => src/sessionmanagedialog.cpp (96%)
 rename sessionmanagedialog.h => src/sessionmanagedialog.h (100%)
 rename sessionwidget.cpp => src/sessionwidget.cpp (96%)
 rename sessionwidget.h => src/sessionwidget.h (100%)
 rename settingswidget.cpp => src/settingswidget.cpp (99%)
 rename settingswidget.h => src/settingswidget.h (100%)
 rename sharewidget.cpp => src/sharewidget.cpp (98%)
 rename sharewidget.h => src/sharewidget.h (100%)
 rename sshmasterconnection.cpp => src/sshmasterconnection.cpp (89%)
 mode change 100755 => 100644
 rename sshmasterconnection.h => src/sshmasterconnection.h (100%)
 rename sshprocess.cpp => src/sshprocess.cpp (86%)
 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 (83%)
 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 x2goutils.h => src/version.h (87%)
 rename wapi.cpp => src/wapi.cpp (98%)
 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.cpp => src/x2goutils.h (55%)
 rename xsettingswidget.cpp => src/xsettingswidget.cpp (97%)
 rename xsettingswidget.h => src/xsettingswidget.h (100%)
 delete mode 100644 version.h
 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 (68%)
 mode change 100755 => 100644 x2goclient.pro
 delete mode 100644 x2goclient.rc
 create mode 100644 x2goclientconfig.pri

--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list