aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/application.vala
Commit message (Collapse)AuthorAgeFilesLines
* Copyright date updated (#759)esu232020-02-231-1/+1
|
* Rename UnifiedWindow -> MainWindowfiaxh2020-02-221-4/+4
|
* Properly check Jids everywhereMarvin W2019-12-231-6/+12
|
* Fix+improve conversation selection when joining channel or starting MUC PMfiaxh2019-12-211-9/+6
|
* Add version and adjust some cmakeMarvin W2019-12-181-0/+16
|
* Add shortcuts windowfiaxh2019-12-171-0/+9
|
* Don't require window object in notificationsfiaxh2019-11-261-2/+5
| | | | fixes #658
* Check window width and hight before (re)storing themfiaxh2019-11-261-1/+3
|
* Fix join dialog when having been invited to a MUCfiaxh2019-11-241-3/+4
| | | | fixes #661
* Parse presence delivery errors when joining MUCfiaxh2019-11-171-1/+0
| | | | fixes #224
* Allow to run Dino as background serviceMarvin W2019-10-181-0/+1
|
* Fix slash commandsfiaxh2019-10-161-1/+1
|
* Add incoming mediated invitation support (#162)fiaxh2019-08-221-17/+32
| | | | Co-authored-by: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
* Add non-CSD alternative for add chat + join channelfiaxh2019-06-221-1/+1
|
* Don't move opened conversation to the top of the list, scroll along with ↵fiaxh2019-04-241-1/+1
| | | | | | selected conversation fixes #544
* Only use UI data for active converations cycling, clean up ConversationSelectorfiaxh2019-04-141-2/+2
|
* Allow to cycle active conversations with Ctrl+(Shift)+TabRoberto Santalla2019-04-121-0/+10
| | | | Closes #400, Closes #142, related to #145
* Add non-CSD alternative for more windowsfiaxh2019-03-141-0/+4
|
* Add keyboard shortcuts: CTRL+T (Start Conversation), CTRL+G (Join Channel)fiaxh2019-02-051-0/+2
|
* Move app menu into window, make conversation details dialog directly ↵fiaxh2019-02-051-21/+37
| | | | accessible, no-CSD option for main window
* Split login jid/password into two steps with checksfiaxh2018-11-161-1/+1
|
* improve sidebar UIbobufa2018-08-131-1/+1
| | | | | | | - only display messages that are content items - only display messages for active accounts - "fix" textview issue - add empty states (no search, no results)
* Prefill nick with local alias when joining a non-bookmarked MUCbobufa2018-03-271-1/+0
| | | | fixes #223
* Move Jid class to xmpp-vala, partially refactor namespaceMarvin W2018-01-281-0/+1
|
* Show subscription request in conversation summaryfiaxh2017-12-301-2/+22
|
* Rename resources to have a reverse DNS prefixfiaxh2017-12-031-2/+2
|
* Use reverse DNS naming for icon, desktop file, DBus service, app ID (#221)Mathieu Bridon2017-12-031-2/+2
| | | | | | | The convention is to use reverse DNS for the DBus service names, icons, desktop files and application ID. Flatpak enforces that convention, and even requires at least 3 components in those names.
* fixup 3f531d6fiaxh2017-11-161-1/+1
|
* Read+(write) stream asyncfiaxh2017-11-161-1/+1
|
* Replace deprecated function usagesfiaxh2017-11-161-1/+1
|
* Keep MUC join dialog open until joined, show errorsfiaxh2017-10-311-8/+4
|
* Directly start chat from xmpp uri if only one account is activefiaxh2017-10-221-9/+16
| | | | fixes #160
* Use GNotification instead of libnotifyfiaxh2017-09-191-1/+0
|
* Move encryption menu into ChatInput, PGP support for MUCsfiaxh2017-09-061-2/+2
|
* main: extend theming capabilitiesMarvin W2017-08-291-3/+6
|
* Handle xmpp ?join and ?message urisfiaxh2017-08-251-5/+35
|
* Use single process, accept xmpp:-URIs as program argumentMarvin W2017-08-251-5/+16
|
* Move settings from GSettings to own dbfiaxh2017-08-221-0/+1
|
* README: Discussion MUC, change urlfiaxh2017-08-221-2/+2
|
* libdino: remove dependency to GTK+ (all GTK+ code is in main+plugins)Marvin W2017-08-171-1/+7
|
* Conversation details dialogfiaxh2017-05-301-3/+3
|
* Fix alt-tab behaviour when notification is activefiaxh2017-04-111-2/+2
|
* Application menu fallback buttonfiaxh2017-04-041-0/+1
|
* Select corresponding conversation when clicking on notificationfiaxh2017-03-231-0/+1
|
* Select conversation on startup, placeholder for "No conversation selected", ↵fiaxh2017-03-201-20/+5
| | | | start services before UI
* "No accounts active, add?" stack in main viewfiaxh2017-03-181-15/+2
|
* Set dino-specific icons as part of icon themefiaxh2017-03-151-0/+1
|
* Reduce GTK dependency to 3.16, fix dark themeMarvin W2017-03-131-13/+0
|
* Move storage into user directory and fix plugin search pathMarvin W2017-03-121-1/+2
|
* Move UI code into main dirMarvin W2017-03-111-0/+97