mumble/src
Robert Adam 42a7ce4e53 FEAT(talking-ui): Save last position
In order for the UI to not pop-up in the middle of the MainWindow (or
any other default location) after you have placed it carefully the last
time, this commit makes the UI's position to be saved and restored.

For cases in which there is no position set yet, it will be positioned
to the right of the initial position of the MainWindow.

Note that the UI's position is only saved if it is visible at the time
Mumble is closed which is used as an indication that the user is
actually using it (and has thus placed it explicitly).
2020-08-27 17:00:18 +02:00
..
crypto REFAC(crypto): replace NULL with nullptr 2020-07-02 00:55:41 +02:00
mumble FEAT(talking-ui): Save last position 2020-08-27 17:00:18 +02:00
mumble_exe Add install() directives, for "install" step and CPack 2020-07-11 23:33:25 +02:00
mumble_proto Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
murmur FIX(certificate): Retrieve QSslConfiguration after setting CA 2020-08-11 23:06:25 +02:00
murmur_grpcwrapper_protoc_plugin Server: add CMakeLists.txt files 2020-07-11 19:34:49 +02:00
tests Tests: add CMakeLists.txt files 2020-07-11 19:34:49 +02:00
ACL.cpp REFAC(deprecated): Use QFlag default constructor 2020-06-11 08:14:44 +02:00
ACL.h ACL:Add new permission for Reset Comment/Avatar in server & client 2020-06-02 23:25:23 +01:00
Ban.cpp Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
Ban.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
ByteSwap.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
Channel.cpp REFAC(shared): replace NULL with nullptr 2020-07-02 12:19:16 +02:00
Channel.h REFAC(shared): replace NULL with nullptr 2020-07-02 12:19:16 +02:00
ChannelListener.cpp FIX(client): Racecondition deleting ChannelListeners 2020-08-21 11:30:26 +02:00
ChannelListener.h FIX(client): Racecondition deleting ChannelListeners 2020-08-21 11:30:26 +02:00
CMakeLists.txt FIX(cmake): define "MUMBLE_VERSION_STRING" to short version (e.g. "1.4.0") 2020-08-10 23:32:21 +02:00
Connection.cpp REFAC(shared): replace NULL with nullptr 2020-07-02 12:19:16 +02:00
Connection.h src: Made CryptState an abstract class, in order to support multiple crypto types in the future. Moved all crypto-related files into src/crypto. 2020-06-06 20:37:59 +08:00
CryptState.h Safeguard from potential attacks against OCB2 2020-06-05 12:56:18 +02:00
EnvUtils.cpp REFAC(shared): replace NULL with nullptr 2020-07-02 12:19:16 +02:00
EnvUtils.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
FFDHE.cpp Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
FFDHE.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
FFDHETable.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
Group.cpp REFAC(shared): replace NULL with nullptr 2020-07-02 12:19:16 +02:00
Group.h Merge pull request #3978: Fixups for #3927 2020-02-27 18:30:22 +01:00
HostAddress.cpp src: Fix for b263b91340 2020-04-04 20:19:47 +02:00
HostAddress.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
HTMLFilter.cpp Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
HTMLFilter.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
License.cpp Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
License.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
licenses.h Update src/licenses.h via scripts/mklic.pl 2020-01-07 03:15:25 +01:00
LogEmitter.cpp Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
LogEmitter.h REFAC(shared): replace NULL with nullptr 2020-07-02 12:19:16 +02:00
Message.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
mumble.pri src: Made CryptState an abstract class, in order to support multiple crypto types in the future. Moved all crypto-related files into src/crypto. 2020-06-06 20:37:59 +08:00
Mumble.proto DOCS: Fix typos in Mumble.proto 2020-06-29 17:13:59 +02:00
Net.cpp Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
Net.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
OSInfo.cpp REFAC(shared): replace NULL with nullptr 2020-07-02 12:19:16 +02:00
OSInfo.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
PacketDataStream.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
PasswordGenerator.cpp src: Made CryptState an abstract class, in order to support multiple crypto types in the future. Moved all crypto-related files into src/crypto. 2020-06-06 20:37:59 +08:00
PasswordGenerator.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
PlatformCheck.cpp REFAC(shared): replace NULL with nullptr 2020-07-02 12:19:16 +02:00
PlatformCheck.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
SelfSignedCertificate.cpp REFAC(shared): replace NULL with nullptr 2020-07-02 12:19:16 +02:00
SelfSignedCertificate.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
ServerAddress.cpp Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
ServerAddress.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
ServerResolver.cpp Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
ServerResolver.h REFAC(shared): replace NULL with nullptr 2020-07-02 12:19:16 +02:00
ServerResolverRecord.cpp Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
ServerResolverRecord.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
SignalCurry.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
SpeechFlags.h src: Use enum values instead of magic numbers for speech flags 2020-04-09 19:38:29 +02:00
SSL.cpp REFAC(shared): replace NULL with nullptr 2020-07-02 12:19:16 +02:00
SSL.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
SSLCipherInfo.cpp REFAC(shared): replace NULL with nullptr 2020-07-02 12:19:16 +02:00
SSLCipherInfo.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
SSLCipherInfoTable.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
SSLLocks.cpp REFAC(shared): replace NULL with nullptr 2020-07-02 12:19:16 +02:00
SSLLocks.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
Timer.cpp REFAC(shared): replace NULL with nullptr 2020-07-02 12:19:16 +02:00
Timer.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
UnresolvedServerAddress.cpp Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
UnresolvedServerAddress.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
User.cpp Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
User.h Feature: Channel Listeners 2020-04-16 09:29:49 +02:00
Utils.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
Version.cpp Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
Version.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
win.h Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00