Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rewrite MAM logic and add MUC MAM | fiaxh | 2022-10-10 | 1 | -1/+2 |
| | |||||
* | Fix regression with channel join button not getting sensitive | fiaxh | 2022-10-09 | 1 | -0/+3 |
| | | | | fixes #1284 | ||||
* | Fix channel join button not getting sensitive | fiaxh | 2022-10-03 | 1 | -13/+18 |
| | |||||
* | Fix crashes and warning in Join Conference dialog | fiaxh | 2022-08-22 | 2 | -7/+25 |
| | | | | fixes #1262 | ||||
* | Disable tooltips for GTK 4.6.4 - 4.6.6 | fiaxh | 2022-08-20 | 1 | -2/+2 |
| | | | | | A bug in GTK caused the application to crash in some tooltip-related conditions https://gitlab.gnome.org/GNOME/gtk/-/issues/4941 | ||||
* | Improve Gtk4 port | fiaxh | 2022-07-27 | 7 | -58/+52 |
| | |||||
* | Port from GTK3 to GTK4 | fiaxh | 2022-07-27 | 8 | -165/+157 |
| | |||||
* | Fix compiler warnings ('[GtkChild] fields must be declared as `unowned'') | fiaxh | 2021-10-12 | 5 | -43/+43 |
| | |||||
* | Reduce use of Widget.destroy() | fiaxh | 2021-02-10 | 2 | -2/+2 |
| | | | | | | On non-toplevel windows, use Container.remove() instead of Widget.destroy() Needed for migration to GTK4 https://developer.gnome.org/gtk4/unstable/gtk-migrating-3-to-4.html#id-1.7.4.3.17 | ||||
* | Fix voice request notification | fiaxh | 2020-06-06 | 1 | -2/+3 |
| | |||||
* | Fix compiler warnings | fiaxh | 2020-06-03 | 1 | -1/+0 |
| | |||||
* | Preserve unchanged conference data (name) in bookmarks | fiaxh | 2020-02-20 | 1 | -19/+1 |
| | | | | fixes #748 | ||||
* | Properly check Jids everywhere | Marvin W | 2019-12-23 | 5 | -68/+97 |
| | |||||
* | Fix+improve conversation selection when joining channel or starting MUC PM | fiaxh | 2019-12-21 | 2 | -3/+5 |
| | |||||
* | Update translations | Translations | 2019-12-16 | 1 | -1/+1 |
| | |||||
* | Fix join dialog when having been invited to a MUC | fiaxh | 2019-11-24 | 2 | -12/+13 |
| | | | | fixes #661 | ||||
* | Don't attempt DNS SRV lookups in connection fallback | fiaxh | 2019-11-18 | 1 | -1/+1 |
| | |||||
* | Parse presence delivery errors when joining MUC | fiaxh | 2019-11-17 | 2 | -31/+35 |
| | | | | fixes #224 | ||||
* | Base avatars and names on conversation, not JID. | Marvin W | 2019-10-18 | 2 | -3/+4 |
| | | | | Fixes #598 | ||||
* | Add Bookmarks2 implementation, introduce bookmarks interfaces | fiaxh | 2019-09-29 | 2 | -10/+35 |
| | |||||
* | Add non-CSD alternative for add chat + join channel | fiaxh | 2019-06-22 | 3 | -49/+117 |
| | |||||
* | Don't move opened conversation to the top of the list, scroll along with ↵ | fiaxh | 2019-04-24 | 2 | -2/+2 |
| | | | | | | selected conversation fixes #544 | ||||
* | Always use Account.hash(equals)_func for HashMap+ArrayList | fiaxh | 2018-11-24 | 1 | -1/+1 |
| | |||||
* | Fix empty display names, fix update contact roster name | fiaxh | 2018-05-10 | 1 | -1/+1 |
| | |||||
* | 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> | ||||
* | Rename 'start chat' into 'start conversation' | Michael Vetter | 2018-04-30 | 1 | -1/+1 |
| | |||||
* | Prefill nick with local alias when joining a non-bookmarked MUC | bobufa | 2018-03-27 | 2 | -17/+15 |
| | | | | fixes #223 | ||||
* | Render avatar on demand | Marvin W | 2018-01-28 | 3 | -4/+4 |
| | |||||
* | Move Jid class to xmpp-vala, partially refactor namespace | Marvin W | 2018-01-28 | 9 | -11/+22 |
| | |||||
* | Show subscription request in conversation summary | fiaxh | 2017-12-30 | 1 | -4/+1 |
| | |||||
* | Rename resources to have a reverse DNS prefix | fiaxh | 2017-12-03 | 5 | -5/+5 |
| | |||||
* | 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 | ||||
* | Fix memory leak | fiaxh | 2017-11-23 | 1 | -1/+1 |
| | |||||
* | Fix unit tests using async + read message marker | fiaxh | 2017-11-17 | 1 | -1/+1 |
| | |||||
* | Read+(write) stream async | fiaxh | 2017-11-16 | 4 | -19/+8 |
| | |||||
* | Replace deprecated function usages | fiaxh | 2017-11-16 | 1 | -4/+4 |
| | |||||
* | Keep MUC join dialog open until joined, show errors | fiaxh | 2017-10-31 | 10 | -76/+93 |
| | |||||
* | small fixes | fiaxh | 2017-08-31 | 1 | -1/+1 |
| | |||||
* | Download & inline display images | fiaxh | 2017-08-31 | 1 | -1/+1 |
| | |||||
* | Handle xmpp ?join and ?message uris | fiaxh | 2017-08-25 | 3 | -12/+14 |
| | |||||
* | README: Discussion MUC, change url | fiaxh | 2017-08-22 | 5 | -8/+8 |
| | |||||
* | RosterList: Disconnect handlers on widget destroy | fiaxh | 2017-08-11 | 1 | -5/+11 |
| | | | | Fixes #119 | ||||
* | Set jid handle in ContactDetails, use LabelHybrids more, remove edit from ↵ | fiaxh | 2017-06-17 | 3 | -16/+3 |
| | | | | StartConversation | ||||
* | Get rid of manual storage objects for delegates | fiaxh | 2017-06-13 | 1 | -8/+6 |
| | |||||
* | MUC join behaviour + small MUC error changes | fiaxh | 2017-06-13 | 2 | -2/+3 |
| | |||||
* | Muc Invite + Kick | fiaxh | 2017-06-11 | 5 | -35/+41 |
| | |||||
* | Conversation details dialog | fiaxh | 2017-05-30 | 2 | -3/+3 |
| | |||||
* | Sync MUC join/part behaviour with autojoin flag in bookmarks | fiaxh | 2017-04-23 | 2 | -10/+13 |
| | |||||
* | Handle conference bookmarks w/o nick | fiaxh | 2017-04-17 | 2 | -9/+8 |
| | |||||
* | Gettext support | fiaxh | 2017-04-10 | 3 | -9/+9 |
| |