| Commit message (Collapse) | Author | Age |
|
|
|
| |
class. This flag will let a new instance of the app be spawned - bypassing any exising instance as necessary.
|
|
|
|
| |
X11 Screen number. This ensure that the same app on a different X screen does not stop the app from opening on the current screen as well.
|
|
|
|
| |
really clear what is happening if anything *does* go wrong.
|
|
|
|
| |
check to teh lock file.
|
|
|
|
| |
simple result in a fallback on standard QApplication usage (no single-instance available).
|
|
|
|
| |
possible to save the translator for use later (instead of always installing a new QTranslator).
|
|
|
|
| |
any command-line argument parsing.
|
|
|
|
| |
through QString::fromLocal8Bit(). This should correctly catch any key presses specific to particular locales.
|
|
|
|
| |
apply the relative path fixes to all LSingleApplication's forwarded inputs.
|
|
It is functional at the moment, but still has a few rough edges with regards to the X11 background interface (due to the move from XLib to XCB in Qt5). This reulst in some of the window manager interactions not behaving properly (such as sticky status on panels).
|