aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/unified_window.vala
Commit message (Collapse)AuthorAgeFilesLines
* Distribute window buttons (minimize,maximize,close) after realize and update ↵fiaxh2019-09-151-15/+16
| | | | live
* Add emoji button to chat inputfiaxh2019-09-091-14/+18
|
* Forward KeyEvent (and change focus) on key press in conversation view (not ↵fiaxh2019-04-151-0/+14
| | | | | | | chat input) fixes #28 fixes #513
* 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
| | | | fixes #393
* Move app menu into window, make conversation details dialog directly ↵fiaxh2019-02-051-159/+85
| | | | accessible, no-CSD option for main window
* 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 ↵bobufa2018-08-131-27/+38
| | | | conversation change
* improve sidebar UIbobufa2018-08-131-5/+18
| | | | | | | - only display messages that are content items - only display messages for active accounts - "fix" textview issue - add empty states (no search, no results)
* 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
| | | | | | | | | | | | | | | | Arabic: ButterflyOfFire <ButterflyOfFire@protonmail.com> Basque: Aitor Beriain <beriain@bitmessage.ch> Chinese (Simplified): 朱陈锬 <201603748@stu.lzjtu.edu.cn> Esperanto: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> Finnish: mjlapin <muu@kapsi.fi> Flemish: Nathan Follens <nathan@email.is> French: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> Italian: Valerio Baldisserotto <svalo@libersoft.it> Japanese: Mako N <mako@pasero.net> Luxembourgish: Dennis Fink <dennis.fink@c3l.lu> Norwegian Bokmål: Allan Nordhøy <epost@anotheragency.no> Romanian: Licaon Kter <licaon.kter@protonmail.com> Spanish: mgueji <miguejim@mailbox.org>
* 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
| | | | | | | | | | | | | | | | | | | | | | * conference_s_, Members only room, Too many occupants in room * conferences → conference * No active conversations/accounts * "the account" and escaped apostrophe * leaves, the subject, Required password, voiced, backlog * Members-only room * Remove the \'%s\' account? * Chosen password required for room entry * if any * muc password, voiced, remove account
* 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
|
* Select conversation on startup, placeholder for "No conversation selected", ↵fiaxh2017-03-201-31/+50
| | | | start services before UI
* Add typed identity to manager modules and stream flagsfiaxh2017-03-201-3/+3
|
* "No accounts active, add?" stack in main viewfiaxh2017-03-181-28/+74
|
* Improve when to send chat state notificationsfiaxh2017-03-161-2/+2
|
* Move UI code into main dirMarvin W2017-03-111-0/+81