Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Obfuscate password length in account dialog (fixes #797) | Miquel Lionel | 2023-08-15 | 1 | -2/+7 |
| | |||||
* | New Avatar UI | Marvin W | 2023-03-05 | 2 | -5/+5 |
| | |||||
* | Fix some form entries not updating properly | Marvin W | 2023-02-07 | 1 | -2/+2 |
| | |||||
* | Add account dialog: Reenable Next-button activation on enter | fiaxh | 2022-10-09 | 1 | -6/+6 |
| | |||||
* | Improve Gtk4 port | fiaxh | 2022-07-27 | 2 | -38/+39 |
| | |||||
* | Port from GTK3 to GTK4 | fiaxh | 2022-07-27 | 2 | -57/+56 |
| | |||||
* | Fix compiler warnings ('[GtkChild] fields must be declared as `unowned'') | fiaxh | 2021-10-12 | 3 | -51/+51 |
| | |||||
* | Improve IBR form handling (#990) | Michel Le Bihan | 2021-02-17 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | * Change register account dialog to show instructions Change data forms to handle title and instructions elements * Change register account dialog to show fixed fields Closes #988 * Change form switch to halign start Closes #992 * Change register account dialog to markup URLs | ||||
* | 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 | ||||
* | Show invalid certificate screen also when registering account | fiaxh | 2020-12-31 | 1 | -18/+24 |
| | |||||
* | Make some strings translatable, update translations | Translations | 2020-11-10 | 1 | -5/+5 |
| | |||||
* | Fetch avatars only when they are used | fiaxh | 2020-06-10 | 1 | -1/+1 |
| | |||||
* | Shortened sentence, "use the %s account" (#807) | Allan Nordhøy | 2020-04-12 | 1 | -1/+1 |
| | |||||
* | Change UI messages for more clarity | mbeko | 2020-03-24 | 1 | -2/+2 |
| | |||||
* | Fix small focus bugs in account wizard | Marvin W | 2019-12-23 | 1 | -3/+5 |
| | |||||
* | Properly check Jids everywhere | Marvin W | 2019-12-23 | 1 | -41/+76 |
| | |||||
* | Improve account setup success screen | fiaxh | 2019-12-23 | 1 | -4/+4 |
| | |||||
* | Only send new room config if something was changed | fiaxh | 2019-12-16 | 1 | -1/+1 |
| | | | | fixes #675 | ||||
* | Don't display labels of hidden DataForm fields | fiaxh | 2019-11-19 | 1 | -6/+2 |
| | |||||
* | Base avatars and names on conversation, not JID. | Marvin W | 2019-10-18 | 2 | -3/+3 |
| | | | | Fixes #598 | ||||
* | Remove some use_markup usages, put skeleton header into .ui file | fiaxh | 2019-09-11 | 1 | -1/+1 |
| | |||||
* | Don't show conversations from account after it was disabled | fiaxh | 2019-08-28 | 1 | -1/+0 |
| | | | | fixes #277 | ||||
* | Add and enable newly created (first) account | fiaxh | 2019-08-23 | 2 | -6/+14 |
| | | | | fixes #584 | ||||
* | Add non-CSD alternative for more windows | fiaxh | 2019-03-14 | 1 | -1/+1 |
| | |||||
* | Fix runtime criticals (and compiler warnings) | fiaxh | 2019-02-13 | 2 | -2/+2 |
| | | | | fixes #520 | ||||
* | Improve FileFilter for avatar selection | fiaxh | 2019-01-30 | 1 | -6/+5 |
| | | | | fixes #512 | ||||
* | Split login jid/password into two steps with checks | fiaxh | 2018-11-16 | 1 | -39/+151 |
| | |||||
* | Notification on TLS error/wrong password, log TLS cert issues, don't make ↵ | fiaxh | 2018-09-15 | 1 | -9/+0 |
| | | | | account with connection error appear disabled in accounts dialog | ||||
* | In-Band Registration | fiaxh | 2018-08-22 | 1 | -11/+219 |
| | |||||
* | Add image preview to file choosers | fiaxh | 2018-04-19 | 1 | -3/+3 |
| | | | | Co-authored-by: Thibaut Girka <thib@sitedethib.com> | ||||
* | Add forgotten strings to translations (#282) | linkmauve | 2018-02-02 | 1 | -1/+1 |
| | |||||
* | Render avatar on demand | Marvin W | 2018-01-28 | 2 | -5/+5 |
| | |||||
* | Move Jid class to xmpp-vala, partially refactor namespace | Marvin W | 2018-01-28 | 2 | -0/+2 |
| | |||||
* | Show error on invalid TLS certificate | fiaxh | 2018-01-04 | 1 | -4/+9 |
| | |||||
* | Rename resources to have a reverse DNS prefix | fiaxh | 2017-12-03 | 3 | -3/+3 |
| | |||||
* | Fix memory leak | fiaxh | 2017-11-23 | 1 | -2/+1 |
| | |||||
* | Read+(write) stream async | fiaxh | 2017-11-16 | 2 | -22/+13 |
| | |||||
* | Replace deprecated function usages | fiaxh | 2017-11-16 | 1 | -1/+1 |
| | |||||
* | small fixes | fiaxh | 2017-11-01 | 1 | -1/+1 |
| | |||||
* | fixup 8c0a44e (Added a confirmation dialog before removing an account) | fiaxh | 2017-10-30 | 1 | -4/+7 |
| | |||||
* | Added a confirmation dialog before removing an account. Fixes #51 | Dennis Fink | 2017-10-30 | 1 | -8/+16 |
| | |||||
* | support platforms without UTF-8 and use native file picker | Marvin W | 2017-08-29 | 1 | -6/+14 |
| | |||||
* | README: Discussion MUC, change url | fiaxh | 2017-08-22 | 3 | -4/+4 |
| | |||||
* | libdino: remove dependency to GTK+ (all GTK+ code is in main+plugins) | Marvin W | 2017-08-17 | 1 | -3/+9 |
| | |||||
* | Small i18n fixes (#53) | linkmauve | 2017-06-29 | 1 | -1/+1 |
| | | | | | * Replace “...” with “…” in user-visible strings, as per GNOME’s HIG. * Add a message for translators to know that a string starts a sentence. | ||||
* | Set jid handle in ContactDetails, use LabelHybrids more, remove edit from ↵ | fiaxh | 2017-06-17 | 1 | -100/+43 |
| | | | | StartConversation | ||||
* | Conversation details dialog | fiaxh | 2017-05-30 | 1 | -1/+1 |
| | |||||
* | ManageAccounts: Window -> Dialog | fiaxh | 2017-05-09 | 1 | -1/+2 |
| | |||||
* | Gettext support | fiaxh | 2017-04-10 | 2 | -10/+10 |
| | |||||
* | Show account status (incl errors) in ManageAccounts.Dialog | fiaxh | 2017-04-10 | 2 | -40/+120 |
| |