summaryrefslogtreecommitdiffstats
path: root/src/dialog.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* improve keyboard behaviour.Christian Klinger2016-06-101-26/+39
|
* catch ALL keyboard events.Christian Klinger2016-06-011-14/+17
|
* expand/collapse on space.Christian Klinger2016-06-011-10/+15
|
* forward all other keys to the filterEdit-Box.Christian Klinger2016-06-011-0/+3
|
* left/right buttons work globally.Christian Klinger2016-06-011-5/+51
|
* Fix indentationSimon Rettberg2016-03-291-1/+1
|
* fix formatingJonathan Bauer2016-01-271-9/+9
|
* reintroduce SESSION_NAME and return an empty String for vsession's exec stringJonathan Bauer2016-01-261-1/+2
|
* reworked session information sent to the session processJonathan Bauer2016-01-261-2/+8
| | | | | exports the Exec= command as SESSION_CMD exports the type of the session (virtual/native) as SESSION_TYPE
* Scroll the item into view when selecting programaticallySimon Rettberg2016-01-211-0/+1
|
* Collapse templates aswell in location exclusive modeSimon Rettberg2016-01-211-17/+24
|
* Remodel section handling: Use constantsSimon Rettberg2016-01-201-2/+17
|
* Re-introduce tree structure: Allow server-defined sectionsSimon Rettberg2016-01-191-0/+1
|
* Fix selection of last session if session was a VMSimon Rettberg2016-01-071-9/+12
|
* Icons in tabs, configurable default tabSimon Rettberg2016-01-041-4/+4
|
* Update imagesSimon Rettberg2016-01-041-53/+86
|
* Start refactoring download helpers and icon managementSimon Rettberg2015-11-121-3/+8
|
* fix broken auto seletionJonathan Bauer2015-11-021-5/+12
|
* NULL check on the SessionItem....Jonathan Bauer2015-10-301-0/+3
|
* Put session name (short desc) in environment for sessionstart scriptSimon Rettberg2015-05-181-0/+1
|
* Start session on doubleClick signal instead of activated, so we get ↵Simon Rettberg2015-02-021-4/+4
| | | | consistent behaviour on systems with and without KDE
* Resize window on resolution changeSimon Rettberg2015-02-021-0/+2
|
* Minor fixesSimon Rettberg2014-12-041-66/+62Star
|
* Run the startsctripts properly detachedManuel Schneider2014-11-271-12/+25
|
* Use plain c to fork and detach vm session start script.Manuel Schneider2014-09-021-36/+50
|
* Revert "detached pvsclient start"Jonathan Bauer2014-08-271-1/+3
| | | | This reverts commit bdcf7ecc19314e9daa75e00042d004ef426f797b.
* Revert "start flag for pvsclient"Jonathan Bauer2014-08-271-1/+0Star
| | | | This reverts commit de39ad58dd86d87cfa36d63fa1cee87124640efe.
* Revert "testing without detached to fix environment"Jonathan Bauer2014-08-271-1/+1
| | | | This reverts commit f7b94557311b4b34b5783f2c4b076a34295bf0dd.
* testing without detached to fix environmentJonathan Bauer2014-08-261-1/+1
|
* start flag for pvsclientJonathan Bauer2014-08-261-0/+1
| | | | | | needed since the new pvsclient can autoconnect aswell as connect to a specific session. We only want pvsclient to start if the checkbox was ticked.
* detached pvsclient startJonathan Bauer2014-08-261-3/+1Star
| | | | Fixes pvsclient dying to SIGPIPE when vmchooser2 starts it with the session
* Only set the sessionID. Drop old pvs stuff.Manuel Schneider2014-07-231-91/+26Star
|
* Fix missing details on startupNils Schwabe2014-06-161-4/+20
| | | | Fix that default selection is obscure
* Fix refresh again....Simon Rettberg2014-05-051-0/+5
|
* Fix layout, give proper name to bug report button, disable button as long as ↵Simon Rettberg2014-05-051-0/+3
| | | | it's not doing anything, add --fullscreen option
* REFRESH!!!!Simon Rettberg2014-05-051-3/+3
|
* Improve string handling, fix list not updating after sessions are loadedSimon Rettberg2014-05-051-25/+35
|
* Lots of fixes, cleanup, refactoringSimon Rettberg2014-05-041-309/+300Star
| | | | | | | | | * Added command line option to set the base path where images can be accessed locally, in case NFS/CIFS is used. * Sorted command line options in source file to make it easier to add new options (prevent accidental shortopt collisions). * Disable "My Courses" button if the list is empty. * Added some TODO notes :>
* simplified the xml cachingNils Schwabe2014-04-041-23/+17Star
|
* changed permissions of xml and backup xml to 666Nils Schwabe2014-04-041-0/+7
|
* added cache to news and help, fixed filter bugNils Schwabe2014-04-041-2/+75
|
* fixed some sorting issuesNils Schwabe2014-04-041-2/+7
|
* ntNils Schwabe2014-03-311-1/+1
|
* Help/News improvement, added ini settings, made some translations for new ↵Nils Schwabe2014-03-311-34/+27Star
| | | | text elemtents, cleaned code
* added news and help downloadNils Schwabe2014-03-241-0/+49
|
* added choosersettings which remember the last selected sessionNils Schwabe2014-03-241-33/+38
|
* added help and news boxNils Schwabe2014-03-211-0/+13
|
* added functionality to filter boxNils Schwabe2014-03-211-3/+9
|
* - display the keywords in the desciption boxNils Schwabe2014-03-211-2/+8
|
* - added tab viewNils Schwabe2014-03-201-35/+137
| | | | - added filter box