aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/add_conversation
Commit message (Collapse)AuthorAgeFilesLines
* Change select contact dialog container to AdwClamp (#1533)Teemu Ikonen2024-01-132-0/+4
|
* Fix crash on removing conference not in roster (#1516)eerielili2024-01-101-0/+1
|
* New Avatar UIMarvin W2023-03-053-5/+5
|
* Fix some form entries not updating properlyMarvin W2023-02-071-7/+2
|
* Fix crash when removing jid from rosterfiaxh2023-01-112-5/+6
| | | | fixes #1332
* Clean up log outputsfiaxh2022-11-041-1/+0
|
* Rewrite MAM logic and add MUC MAMfiaxh2022-10-101-1/+2
|
* Fix regression with channel join button not getting sensitivefiaxh2022-10-091-0/+3
| | | | fixes #1284
* Fix channel join button not getting sensitivefiaxh2022-10-031-13/+18
|
* Fix crashes and warning in Join Conference dialogfiaxh2022-08-222-7/+25
| | | | fixes #1262
* Disable tooltips for GTK 4.6.4 - 4.6.6fiaxh2022-08-201-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 portfiaxh2022-07-277-58/+52
|
* Port from GTK3 to GTK4fiaxh2022-07-278-165/+157
|
* Fix compiler warnings ('[GtkChild] fields must be declared as `unowned'')fiaxh2021-10-125-43/+43
|
* Reduce use of Widget.destroy()fiaxh2021-02-102-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 notificationfiaxh2020-06-061-2/+3
|
* Fix compiler warningsfiaxh2020-06-031-1/+0
|
* Preserve unchanged conference data (name) in bookmarksfiaxh2020-02-201-19/+1
| | | | fixes #748
* Properly check Jids everywhereMarvin W2019-12-235-68/+97
|
* Fix+improve conversation selection when joining channel or starting MUC PMfiaxh2019-12-212-3/+5
|
* Update translationsTranslations2019-12-161-1/+1
|
* Fix join dialog when having been invited to a MUCfiaxh2019-11-242-12/+13
| | | | fixes #661
* Don't attempt DNS SRV lookups in connection fallbackfiaxh2019-11-181-1/+1
|
* Parse presence delivery errors when joining MUCfiaxh2019-11-172-31/+35
| | | | fixes #224
* Base avatars and names on conversation, not JID.Marvin W2019-10-182-3/+4
| | | | Fixes #598
* Add Bookmarks2 implementation, introduce bookmarks interfacesfiaxh2019-09-292-10/+35
|
* Add non-CSD alternative for add chat + join channelfiaxh2019-06-223-49/+117
|
* Don't move opened conversation to the top of the list, scroll along with ↵fiaxh2019-04-242-2/+2
| | | | | | selected conversation fixes #544
* Always use Account.hash(equals)_func for HashMap+ArrayListfiaxh2018-11-241-1/+1
|
* Fix empty display names, fix update contact roster namefiaxh2018-05-101-1/+1
|
* 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>
* Rename 'start chat' into 'start conversation'Michael Vetter2018-04-301-1/+1
|
* Prefill nick with local alias when joining a non-bookmarked MUCbobufa2018-03-272-17/+15
| | | | fixes #223
* Render avatar on demandMarvin W2018-01-283-4/+4
|
* Move Jid class to xmpp-vala, partially refactor namespaceMarvin W2018-01-289-11/+22
|
* Show subscription request in conversation summaryfiaxh2017-12-301-4/+1
|
* Rename resources to have a reverse DNS prefixfiaxh2017-12-035-5/+5
|
* 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
* Fix memory leakfiaxh2017-11-231-1/+1
|
* Fix unit tests using async + read message markerfiaxh2017-11-171-1/+1
|
* Read+(write) stream asyncfiaxh2017-11-164-19/+8
|
* Replace deprecated function usagesfiaxh2017-11-161-4/+4
|
* Keep MUC join dialog open until joined, show errorsfiaxh2017-10-3110-76/+93
|
* small fixesfiaxh2017-08-311-1/+1
|
* Download & inline display imagesfiaxh2017-08-311-1/+1
|
* Handle xmpp ?join and ?message urisfiaxh2017-08-253-12/+14
|
* README: Discussion MUC, change urlfiaxh2017-08-225-8/+8
|
* RosterList: Disconnect handlers on widget destroyfiaxh2017-08-111-5/+11
| | | | Fixes #119
* Set jid handle in ContactDetails, use LabelHybrids more, remove edit from ↵fiaxh2017-06-173-16/+3
| | | | StartConversation
* Get rid of manual storage objects for delegatesfiaxh2017-06-131-8/+6
|