- 12 Jun, 2022 9 commits
-
-
fixes #10900
-
Philipp Hörist authored
Use pickle to pass data as a tuple instead of depending on string.split() Fixes #10978
-
Philipp Hörist authored
-
Philipp Hörist authored
Call startup() from the `handle-local-options` handler. This allows us to register() the application ourself and see if we are a remote instance. Then parse and handle startup related cmdline options, only if we are not a remote instance.
-
Fixes #10944
-
Daniel Brötzmann authored
-
Daniel Brötzmann authored
-
Daniel Brötzmann authored
-
Daniel Brötzmann authored
-
- 11 Jun, 2022 5 commits
-
-
Daniel Brötzmann authored
-
Daniel Brötzmann authored
-
Daniel Brötzmann authored
Fixes #10961
-
Daniel Brötzmann authored
Fixes #10965
-
Philipp Hörist authored
Usage: gajim --cprofile > stats.txt
-
- 08 Jun, 2022 7 commits
-
-
Philipp Hörist authored
-
Philipp Hörist authored
- Rename setting - Add hide()/show() - Move Minimize to Tray code to window-delete event
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Daniel Brötzmann authored
-
Daniel Brötzmann authored
Fixes #10953
-
Philipp Hörist authored
-
- 07 Jun, 2022 8 commits
-
-
Daniel Brötzmann authored
-
Daniel Brötzmann authored
Fixes #10828
-
Daniel Brötzmann authored
-
Daniel Brötzmann authored
Fixes #10908
-
Daniel Brötzmann authored
Fixes #10958, #10949, #10943
-
Daniel Brötzmann authored
-
Daniel Brötzmann authored
Fixes #10955
-
Daniel Brötzmann authored
-
- 06 Jun, 2022 11 commits
-
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
- Don’t check if tray icon is active, this makes `allow_hide_roster` obsolete. - Rename `quit_on_main_window_x_button` to `confirm_on_window_delete` for clarity - Remove `hide_on_main_window_x_button` because it is obsolete. NOTES: The ACE setting `hide_on_main_window_x_button` was replaced with the preference setting `Minimize on Close` without migration. The ACE setting `allow_hide_roster` was removed as it is now obsolete. You can now use the `Minimize on Close` preference setting also when no tray icon is displayed. The ACE setting `quit_on_main_window_x_button` was renamed to `confirm_on_window_delete`. The setting was reset to its default `True`.
-
Philipp Hörist authored
-
Philipp Hörist authored
- Use hide() and instead of skip_taskbar_hint - Move show/hide logic into MainWindow from StatusIcon
-
Daniel Brötzmann authored
-
-
Daniel Brötzmann authored
Fixes #10950
-