- 18 Aug, 2018 1 commit
-
-
Philipp Hörist authored
-
- 17 Aug, 2018 2 commits
-
-
Philipp Hörist authored
-
Philipp Hörist authored
- Use emoji data from a generated dict based on the offical unicode docs, this makes it easier to update in the future - Rewrite the emoji chooser - Add a search field to the emoji chooser - The emoji chooser is loaded async - Update to current Unicode 11 Noto theme
-
- 16 Aug, 2018 1 commit
-
-
Philipp Hörist authored
- Save all Theme settings to .css instead of the config file - Add a gajim-dark.css - Refactor the ThemesWindow
-
- 04 Aug, 2018 1 commit
-
-
Philipp Hörist authored
- fix some pep8 warnings
-
- 22 Jul, 2018 1 commit
-
-
Philipp Hörist authored
-
- 17 Jul, 2018 1 commit
-
-
Philipp Hörist authored
-
- 06 Jul, 2018 1 commit
-
-
Philipp Hörist authored
-
- 30 Jun, 2018 1 commit
-
-
Philipp Hörist authored
For subscription requests we dont have a contact obj
-
- 24 Jun, 2018 1 commit
-
-
Philipp Hörist authored
-
- 21 Jun, 2018 1 commit
-
-
Alexander Krotov authored
-
- 01 Jun, 2018 1 commit
-
-
Philipp Hörist authored
- Use icon names instead of path - Move PopupNotificationWindow into notify.py - Make popup class method instead of module method - Dont use sessions to get control on notification action Fixes #9140 - Add has_focus() method to ChatControlBase
-
- 28 May, 2018 1 commit
-
-
Philipp Hörist authored
Fixes #5294
-
- 02 May, 2018 1 commit
-
-
Philipp Hörist authored
regression was introduced in e2383fd7
-
- 24 Apr, 2018 1 commit
-
-
Philipp Hörist authored
This allows us to import the app module without triggering dependency detection Also add is_installed() for checking if a dependency is installed and disable_dependency() in case we dont want to use a dependency
-
- 25 Mar, 2018 3 commits
-
-
Philipp Hörist authored
-
Yann Leboulanger authored
-
Philipp Hörist authored
-
- 24 Mar, 2018 2 commits
-
-
Philipp Hörist authored
Fixes #8992
-
Philipp Hörist authored
Add the SHIFT + PAGE_UP keypress Fix catching mouse scroll UP on some systems
-
- 20 Mar, 2018 1 commit
-
-
Philipp Hörist authored
Fixes #8813
-
- 20 Feb, 2018 1 commit
-
-
Philipp Hörist authored
On some Desktops eg. Mate, the MessageTextview was to big, because the default height seems to be 82. What influences the default height (compare Windows where it is 46), is unclear.
-
- 28 Jan, 2018 1 commit
-
-
- 27 Jan, 2018 1 commit
-
-
Philipp Hörist authored
-
- 22 Jan, 2018 1 commit
-
-
add new config option 'filetransfer_preference' add drag and drop support for file upload
-
- 11 Jan, 2018 1 commit
-
-
André authored
-
- 17 Dec, 2017 1 commit
-
-
Philipp Hörist authored
Action Button was removed in the last ChatControl redesign
-
- 15 Dec, 2017 1 commit
-
-
Philipp Hörist authored
The new Placeholder text inside MessageTextView was causing many buffer changed events. - Add a method that lets us know if there is user input - Add logging
-
- 10 Dec, 2017 1 commit
-
-
Philipp Hörist authored
Using a callback to display a sent message inside the ChatControl means that all messages we send have to be issued from the GUI layer (send_message()) if we want them to display in the ChatControl. This replaces the callback and catches the stanza-message-outgoing event after it was processed by the core. This is easier to read/understand than dealing with callbacks and lets the core issue messages without having to care if a ChatControl is open or not
-
- 08 Dec, 2017 1 commit
-
-
Philipp Hörist authored
-
- 03 Dec, 2017 1 commit
-
-
Philipp Hörist authored
-
- 25 Nov, 2017 1 commit
-
-
Philipp Hörist authored
- use Gspell instead of GtkSpell, it seems to have alot less problems and needs less code
-
- 19 Nov, 2017 1 commit
-
-
Philipp Hörist authored
-
- 30 Oct, 2017 1 commit
-
-
Philipp Hörist authored
-
- 27 Oct, 2017 1 commit
-
-
Philipp Hörist authored
-
- 26 Oct, 2017 2 commits
-
-
Philipp Hörist authored
-
Philipp Hörist authored
- Move ActionBar into HeaderMenu - Make Design of ChatControl look cleaner - Hide the Roster in Groupchats per default - Add Button to hide/show Roster in Groupchats - Move Groupchat topic into popover - Display Avatars on the right side of the ChatControl and status on the left - Add a default Avatar for contacts that have none
-
- 03 Oct, 2017 1 commit
-
-
Philipp Hörist authored
-
- 02 Oct, 2017 1 commit
-
-
Philipp Hörist authored
-
- 22 Aug, 2017 1 commit
-
-
Michel Le Bihan authored
-