Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix+improve conversation selection when joining channel or starting MUC PM | fiaxh | 2019-12-21 | 1 | -8/+0 |
| | |||||
* | Check window width and hight before (re)storing them | fiaxh | 2019-11-26 | 1 | -3/+54 |
| | |||||
* | Update translations | Translations | 2019-11-14 | 1 | -1/+1 |
| | |||||
* | Rework no-open-conversation placeholder | fiaxh | 2019-10-01 | 1 | -3/+14 |
| | |||||
* | Distribute window buttons (minimize,maximize,close) after realize and update ↵ | fiaxh | 2019-09-15 | 1 | -15/+16 |
| | | | | live | ||||
* | Add emoji button to chat input | fiaxh | 2019-09-09 | 1 | -14/+18 |
| | |||||
* | Forward KeyEvent (and change focus) on key press in conversation view (not ↵ | fiaxh | 2019-04-15 | 1 | -0/+14 |
| | | | | | | | chat input) fixes #28 fixes #513 | ||||
* | Clean up ConversationTitlebar | fiaxh | 2019-04-14 | 1 | -38/+16 |
| | |||||
* | Only use UI data for active converations cycling, clean up ConversationSelector | fiaxh | 2019-04-14 | 1 | -4/+6 |
| | |||||
* | Update translations | Translations | 2019-03-16 | 1 | -1/+1 |
| | |||||
* | Use regex literals, fixes some compiler warnings | fiaxh | 2019-03-14 | 1 | -1/+1 |
| | |||||
* | Fix topic displaying issues | fiaxh | 2019-03-14 | 1 | -2/+3 |
| | | | | fixes #393 | ||||
* | Move app menu into window, make conversation details dialog directly ↵ | fiaxh | 2019-02-05 | 1 | -159/+85 |
| | | | | accessible, no-CSD option for main window | ||||
* | Spelling: Set up account | Allan Nordhøy | 2019-01-09 | 1 | -1/+1 |
| | |||||
* | Fix typo in unified window string | Maxime Buquet | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | Split login jid/password into two steps with checks | fiaxh | 2018-11-16 | 1 | -6/+35 |
| | |||||
* | fix closing sidebar on click outside | bobufa | 2018-08-13 | 1 | -2/+3 |
| | |||||
* | add button that scrolls to the bottom of the conversation | bobufa | 2018-08-13 | 1 | -0/+13 |
| | |||||
* | fix wrong conversation being prefilled | bobufa | 2018-08-13 | 1 | -3/+3 |
| | |||||
* | hide search bar when clicking outside of it, only reset search entry on ↵ | bobufa | 2018-08-13 | 1 | -27/+38 |
| | | | | conversation change | ||||
* | improve sidebar UI | bobufa | 2018-08-13 | 1 | -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 expressions | bobufa | 2018-08-13 | 1 | -0/+11 |
| | |||||
* | initial search logic / display | bobufa | 2018-08-13 | 1 | -2/+4 |
| | |||||
* | ui: search sidebar initial | bobufa | 2018-08-13 | 1 | -15/+31 |
| | |||||
* | Update translations | Translations | 2018-05-01 | 1 | -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 there | fiaxh | 2018-04-30 | 1 | -1/+1 |
| | |||||
* | Rename 'start chat' into 'start conversation' | Michael Vetter | 2018-04-30 | 1 | -1/+1 |
| | |||||
* | Restore window state (size, maximized, position) | fiaxh | 2017-12-31 | 1 | -1/+30 |
| | |||||
* | Rename resources to have a reverse DNS prefix | fiaxh | 2017-12-03 | 1 | -1/+1 |
| | |||||
* | Reword some strings (#215) | Allan Nordhøy | 2017-11-23 | 1 | -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 async | fiaxh | 2017-11-16 | 1 | -6/+2 |
| | |||||
* | Move encryption menu into ChatInput, PGP support for MUCs | fiaxh | 2017-09-06 | 1 | -0/+1 |
| | |||||
* | main: extend theming capabilities | Marvin W | 2017-08-29 | 1 | -0/+1 |
| | |||||
* | Plugins providing conversation items for ConversationView | fiaxh | 2017-08-28 | 1 | -2/+2 |
| | |||||
* | small fixes | fiaxh | 2017-08-27 | 1 | -1/+1 |
| | |||||
* | README: Discussion MUC, change url | fiaxh | 2017-08-22 | 1 | -1/+1 |
| | |||||
* | Fix some UI issues | Marvin W | 2017-08-22 | 1 | -4/+4 |
| | |||||
* | SRV records for XMPP over TLS | fiaxh | 2017-08-11 | 1 | -2/+2 |
| | |||||
* | Muc Invite + Kick | fiaxh | 2017-06-11 | 1 | -1/+1 |
| | |||||
* | Conversation details dialog | fiaxh | 2017-05-30 | 1 | -1/+1 |
| | |||||
* | Sync MUC join/part behaviour with autojoin flag in bookmarks | fiaxh | 2017-04-23 | 1 | -2/+6 |
| | |||||
* | Gettext support | fiaxh | 2017-04-10 | 1 | -5/+5 |
| | |||||
* | Application menu fallback button | fiaxh | 2017-04-04 | 1 | -8/+17 |
| | |||||
* | Fix conversation last_active | fiaxh | 2017-03-31 | 1 | -8/+10 |
| | |||||
* | Tab completion for MUC occupants | fiaxh | 2017-03-24 | 1 | -2/+2 |
| | |||||
* | Select corresponding conversation when clicking on notification | fiaxh | 2017-03-23 | 1 | -11/+11 |
| | |||||
* | Select conversation on startup, placeholder for "No conversation selected", ↵ | fiaxh | 2017-03-20 | 1 | -31/+50 |
| | | | | start services before UI | ||||
* | Add typed identity to manager modules and stream flags | fiaxh | 2017-03-20 | 1 | -3/+3 |
| | |||||
* | "No accounts active, add?" stack in main view | fiaxh | 2017-03-18 | 1 | -28/+74 |
| | |||||
* | Improve when to send chat state notifications | fiaxh | 2017-03-16 | 1 | -2/+2 |
| |