~rikmills/+git/krusader-upstream:windows

Last commit made on 2019-10-02
Get this branch:
git clone -b windows https://git.launchpad.net/~rikmills/+git/krusader-upstream

Branch merges

Branch information

Name:
windows
Repository:
lp:~rikmills/+git/krusader-upstream

Recent commits

2f8a04c... by Davide Gianforte <email address hidden>

changes in class DefaultFileSystem for Windows

file listing is ok, hidden files handling is missing

7998aba... by Davide Gianforte <email address hidden>

Change icon and window title in administrator mode

Like in Unix, when the program is running with elevated permissions
the icon and the window title are different

6085eeb... by Davide Gianforte <email address hidden>

Introduce KrWin class

The class contains all the code needed for the Windows(R) port

5dfb118... by Davide Gianforte <email address hidden>

Don't use POSIX signals in Windows

SIGPIPE and SIGHUP are only specified in POSIX

c56d122... by l10n daemon script <email address hidden>

SVN_SILENT made messages (.desktop file) - always resolve ours

In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"

9776482... by l10n daemon script <email address hidden>

SVN_SILENT made messages (.desktop file) - always resolve ours

In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"

2fa5e3f... by Davide Gianforte <email address hidden>

Fix warning about macro expansion

As stated by the clang compiler, when the macro is expanded the not operator is applied only to the left side of the comparison.

Changed comparison with a more intelligible nullptr

Differential revision: https://phabricator.kde.org/D23938

f690d5b... by Alexander Bikadorov <email address hidden>

Merge branch 'my-fix-session-logout'

Differential Revision: https://phabricator.kde.org/D22932

c445efd... by Alexander Bikadorov <email address hidden>

Fix main window beeing closed to tray instead of exit on session logout

4557050... by Alexander Bikadorov <email address hidden>

Remove 'isExiting' logic from closing sequence

The flag was preventing Krusader from exiting if Krusader::queryClose() was
called but the exit was later cancelled (e.g. by a file save dialog of
KrViewer).

And the destructor Krusader::~Krusader() is not called on a SIGTERM signal
anyways.

FIXED: [ 409473 ] Computer shutdown gets cancelled
BUG: 409473