Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tweak theming a bitHEADmaster | Simon Rettberg | 2024-07-09 | 2 | -87/+123 |
| | | | | | - Make image bg transparent, so the configured one can be seen with PNGs - Allow specifying the header background as QSS using "background=" | ||||
* | Support CoW, and selecting between edit and copy | Simon Rettberg | 2024-05-08 | 8 | -34/+132 |
| | |||||
* | Turn deprecated-declarations into warning | Simon Rettberg | 2022-12-07 | 1 | -2/+2 |
| | |||||
* | Fix a few compile warnings | Simon Rettberg | 2022-09-29 | 4 | -11/+12 |
| | |||||
* | Add option to force honoring --tab, fuzzy match on selectSession() | Simon Rettberg | 2022-09-29 | 3 | -4/+26 |
| | |||||
* | Support wildcards * and ? in ldap filtersv29r2v29r1 | Simon Rettberg | 2021-12-14 | 1 | -2/+15 |
| | | | | Closes #3854 | ||||
* | vsession icon: Match agains OS display name too | Simon Rettberg | 2021-10-21 | 2 | -8/+18 |
| | |||||
* | Add icon for QEMU virtualizer | Manuel Bentele | 2021-08-05 | 3 | -1/+1 |
| | |||||
* | [Docker] Adding Docker-Icon for Lecture | ralph isenmann | 2020-11-19 | 2 | -0/+1 |
| | |||||
* | Start session_start script detachedv26 | Simon Rettberg | 2019-11-04 | 1 | -15/+11 |
| | | | | | Qt kills all QProcess instances in execv(), which will stop our SESSIONSTART script mid-execution. | ||||
* | Try even harder to restore focus after spawning openbox | Simon Rettberg | 2019-10-23 | 3 | -13/+44 |
| | | | | I just need a bigger hammer. | ||||
* | Use execv() to start selected session | Simon Rettberg | 2019-10-18 | 10 | -104/+124 |
| | | | | | | Prevent vmchooser from lingering in the background, like a zombie, haunting you with invisible windows. Also seems to be notably faster when launching the openbox session. | ||||
* | Properly handle key press events; prevent double-execution | Simon Rettberg | 2019-10-18 | 1 | -5/+11 |
| | |||||
* | Always check session validity, not just if user has a config file... | Simon Rettberg | 2019-10-18 | 1 | -2/+4 |
| | |||||
* | *session.cpp: give me those stars! | Jonathan Bauer | 2019-09-24 | 2 | -8/+2 |
| | |||||
* | dialog.cpp: only close WM after hiding window | Jonathan Bauer | 2019-09-24 | 1 | -1/+3 |
| | |||||
* | Fix the fix for when fixing with tab 3 on start | Simon Rettberg | 2019-07-22 | 1 | -2/+6 |
| | |||||
* | Fix: location-mode=EXCLUSIVE doesn't work | Simon Rettberg | 2019-07-22 | 1 | -0/+6 |
| | | | | | | | Seems this option was broken now for quite a while. The way it was handled was already messy, now this intrudoces more cruft... Fixes bwlp#1000678 | ||||
* | [WindowManager] Wait for openbox a bit longer, add comments | Simon Rettberg | 2019-07-10 | 1 | -1/+3 |
| | |||||
* | Rewrite list/news/help download and backup file handling | Simon Rettberg | 2019-07-09 | 6 | -190/+66 |
| | |||||
* | Remove call to abort() causing Qt debug spam | Simon Rettberg | 2019-07-09 | 1 | -1/+0 |
| | | | | | deleteLater() should suffice and clean up soon anyways.. | ||||
* | asfdöklgjsdflgkjt | Simon Rettberg | 2019-07-09 | 2 | -0/+61 |
| | |||||
* | Gray out and warn about VMs with missing hypervisor | Simon Rettberg | 2019-07-09 | 6 | -10/+56 |
| | |||||
* | vsession.*: Use QStringLiteral for most C-Strings | Simon Rettberg | 2019-07-08 | 2 | -43/+43 |
| | | | | | Some things like searching feel a bit sluggish; try to get rid of repeated QString creation and destruction. | ||||
* | Get rid of ImgType, use string directly | Simon Rettberg | 2019-07-08 | 2 | -29/+13 |
| | | | | | | | | The virtualizer ID should (mostly) be treated as an opaque value. The only place it's evaluated is where we determine whether a VM needs VTx or not. In the future this should be handled by meta data queried from run-virt (extend --query) | ||||
* | Change WM spawning once again to hopefully fix invisible chooser | Simon Rettberg | 2019-07-04 | 3 | -17/+27 |
| | | | | | | | Now we wait until the chooser window is actually visible and only then try to spawn openbox. This leads to the problem of vmchooser not having focus in case we really didn't have a WM before. For that reason, try to give focus to vmchooser again by calling wmctrl........... | ||||
* | Give 'last lectures' a section as it's expected everywhere | Simon Rettberg | 2019-07-04 | 1 | -8/+7 |
| | | | | | | A lot of code gets confused if there are no sections in the tree view but instead, sessions are directly attached to root. This is the easy fix for now... | ||||
* | Fix infinite loop if all three lists are empty | Simon Rettberg | 2019-07-04 | 1 | -2/+2 |
| | |||||
* | Address timing issues with WM spawning | Simon Rettberg | 2019-07-03 | 1 | -16/+31 |
| | |||||
* | Temporarily spawn openbox if no WM is running | Simon Rettberg | 2019-07-02 | 3 | -0/+71 |
| | |||||
* | Don't bail out if default config doesn't exist | Simon Rettberg | 2019-07-02 | 1 | -0/+2 |
| | |||||
* | Fix inverted check for whether a theme is configured | Simon Rettberg | 2019-07-02 | 1 | -6/+7 |
| | |||||
* | Fix loading default config file if --config is missing | Simon Rettberg | 2019-07-02 | 1 | -1/+1 |
| | |||||
* | Re-enable 64Bit check for VBox - turns out it is possible | Simon Rettberg | 2019-06-24 | 1 | -1/+2 |
| | |||||
* | Remove client-side date range checking | Simon Rettberg | 2019-06-24 | 1 | -31/+0 |
| | |||||
* | Improve OS icon detection, add Win9x and Win 10 | Simon Rettberg | 2019-06-24 | 5 | -26/+59 |
| | |||||
* | Save everything (thanks QTCreator) | Simon Rettberg | 2019-06-12 | 1 | -1/+1 |
| | |||||
* | Gray out all VBox VMs if no VTx is available | Simon Rettberg | 2019-06-12 | 2 | -5/+5 |
| | |||||
* | Don't group by type in "recent" tab | Simon Rettberg | 2019-06-05 | 4 | -16/+25 |
| | |||||
* | Use Qt5 style signal/slot connections | Simon Rettberg | 2019-06-05 | 3 | -7/+7 |
| | |||||
* | Remember whether help/news was open | Simon Rettberg | 2019-06-03 | 3 | -5/+23 |
| | |||||
* | Remove debug spam | Simon Rettberg | 2019-06-03 | 1 | -5/+0 |
| | |||||
* | Refactor user .ini class, support "recent VMs" tab, misc. cleanup | Simon Rettberg | 2019-06-03 | 12 | -330/+202 |
| | |||||
* | Add option to show the "disable screensaver" checkbox | Simon Rettberg | 2019-06-03 | 3 | -0/+4 |
| | |||||
* | Don't replace window flags, just add new one | Simon Rettberg | 2019-06-03 | 1 | -1/+1 |
| | |||||
* | Add --dump-config | Simon Rettberg | 2019-06-03 | 3 | -1/+29 |
| | |||||
* | Fix .conf file reading, add messages/warnings | Simon Rettberg | 2019-05-31 | 2 | -3/+16 |
| | |||||
* | Remove debug spam | Simon Rettberg | 2019-05-31 | 1 | -1/+0 |
| | |||||
* | Cleanup, and rewrite cmdline + settings handling | Simon Rettberg | 2019-05-30 | 10 | -488/+235 |
| | | | | | | | Command line parsing now uses QCommandLineXXX classes Old unused options have been removed, like the "pools" feature Closes #3599 | ||||
* | Add 'disable screensaver' checkbox | Simon Rettberg | 2019-05-14 | 4 | -89/+109 |
| |