aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/unified_window.vala
Commit message (Expand)AuthorAgeFilesLines
* Rename UnifiedWindow -> MainWindowfiaxh2020-02-221-237/+0
* Move UnifiedWindow stack state update logic into controllerfiaxh2020-02-221-21/+20
* Move ConversationTitlebar into ConversationViewController responsibilityfiaxh2020-02-221-5/+2
* Move ConversationContentView+ChatInput into ConversationView, handle drag'n'd...fiaxh2020-02-221-26/+3
* Fix+improve conversation selection when joining channel or starting MUC PMfiaxh2019-12-211-8/+0
* Check window width and hight before (re)storing themfiaxh2019-11-261-3/+54
* Update translationsTranslations2019-11-141-1/+1
* Rework no-open-conversation placeholderfiaxh2019-10-011-3/+14
* Distribute window buttons (minimize,maximize,close) after realize and update ...fiaxh2019-09-151-15/+16
* Add emoji button to chat inputfiaxh2019-09-091-14/+18
* Forward KeyEvent (and change focus) on key press in conversation view (not ch...fiaxh2019-04-151-0/+14
* Clean up ConversationTitlebarfiaxh2019-04-141-38/+16
* Only use UI data for active converations cycling, clean up ConversationSelectorfiaxh2019-04-141-4/+6
* Update translationsTranslations2019-03-161-1/+1
* Use regex literals, fixes some compiler warningsfiaxh2019-03-141-1/+1
* Fix topic displaying issuesfiaxh2019-03-141-2/+3
* Move app menu into window, make conversation details dialog directly accessib...fiaxh2019-02-051-159/+85
* Spelling: Set up accountAllan Nordhøy2019-01-091-1/+1
* Fix typo in unified window stringMaxime Buquet2018-11-191-1/+1
* Split login jid/password into two steps with checksfiaxh2018-11-161-6/+35
* fix closing sidebar on click outsidebobufa2018-08-131-2/+3
* add button that scrolls to the bottom of the conversationbobufa2018-08-131-0/+13
* fix wrong conversation being prefilledbobufa2018-08-131-3/+3
* hide search bar when clicking outside of it, only reset search entry on conve...bobufa2018-08-131-27/+38
* improve sidebar UIbobufa2018-08-131-5/+18
* add search filter expressionsbobufa2018-08-131-0/+11
* initial search logic / displaybobufa2018-08-131-2/+4
* ui: search sidebar initialbobufa2018-08-131-15/+31
* Update translationsTranslations2018-05-011-1/+1
* Redesign chat input + move file upload therefiaxh2018-04-301-1/+1
* Rename 'start chat' into 'start conversation'Michael Vetter2018-04-301-1/+1
* Restore window state (size, maximized, position)fiaxh2017-12-311-1/+30
* Rename resources to have a reverse DNS prefixfiaxh2017-12-031-1/+1
* Reword some strings (#215)Allan Nordhøy2017-11-231-2/+2
* Read+(write) stream asyncfiaxh2017-11-161-6/+2
* Move encryption menu into ChatInput, PGP support for MUCsfiaxh2017-09-061-0/+1
* main: extend theming capabilitiesMarvin W2017-08-291-0/+1
* Plugins providing conversation items for ConversationViewfiaxh2017-08-281-2/+2
* small fixesfiaxh2017-08-271-1/+1
* README: Discussion MUC, change urlfiaxh2017-08-221-1/+1
* Fix some UI issuesMarvin W2017-08-221-4/+4
* SRV records for XMPP over TLSfiaxh2017-08-111-2/+2
* Muc Invite + Kickfiaxh2017-06-111-1/+1
* Conversation details dialogfiaxh2017-05-301-1/+1
* Sync MUC join/part behaviour with autojoin flag in bookmarksfiaxh2017-04-231-2/+6
* Gettext supportfiaxh2017-04-101-5/+5
* Application menu fallback buttonfiaxh2017-04-041-8/+17
* Fix conversation last_activefiaxh2017-03-311-8/+10
* Tab completion for MUC occupantsfiaxh2017-03-241-2/+2
* Select corresponding conversation when clicking on notificationfiaxh2017-03-231-11/+11