This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from 8262012 Windows: Fix X2Go Client desktop shortcut not working when the fonts are not installed new 5293d71 Add support for sessions folders. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 1 + exportdialog.cpp | 191 +++++------ folderbutton.cpp | 149 ++++++++ exportdialog.h => folderbutton.h | 62 ++-- icons/128x128/folder.png | Bin 0 -> 3220 bytes onmainwindow.cpp | 325 ++++-------------- onmainwindow.h | 46 ++- onmainwindow_privat.h | 1 + resources.rcc | 3 + sessionbutton.cpp | 123 +++---- sessionbutton.h | 5 + sessionexplorer.cpp | 387 +++++++++++++++++++++ sessionexplorer.h | 85 +++++ sessionmanagedialog.cpp | 219 ++++++------ svg/folder.svg | 696 ++++++++++++++++++++++++++++++++++++++ svg/folder_grey.svg | 513 ++++++++++++++++++++++++++++ x2goclient.pro | 8 +- 17 files changed, 2259 insertions(+), 555 deletions(-) create mode 100644 folderbutton.cpp copy exportdialog.h => folderbutton.h (59%) create mode 100644 icons/128x128/folder.png create mode 100644 sessionexplorer.cpp create mode 100644 sessionexplorer.h create mode 100644 svg/folder.svg create mode 100644 svg/folder_grey.svg -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git