Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix compiler warnings ('[GtkChild] fields must be declared as `unowned'') | fiaxh | 2021-10-12 | 1 | -35/+35 |
| | |||||
* | 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 | 1 | -1/+1 |
| | | | | | | 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 |
| | |||||
* | 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 |
| | |||||
* | Remove some use_markup usages, put skeleton header into .ui file | fiaxh | 2019-09-11 | 1 | -1/+1 |
| | |||||
* | Add and enable newly created (first) account | fiaxh | 2019-08-23 | 1 | -4/+13 |
| | | | | fixes #584 | ||||
* | Fix runtime criticals (and compiler warnings) | fiaxh | 2019-02-13 | 1 | -1/+1 |
| | | | | fixes #520 | ||||
* | Split login jid/password into two steps with checks | fiaxh | 2018-11-16 | 1 | -39/+151 |
| | |||||
* | In-Band Registration | fiaxh | 2018-08-22 | 1 | -11/+219 |
| | |||||
* | Add forgotten strings to translations (#282) | linkmauve | 2018-02-02 | 1 | -1/+1 |
| | |||||
* | Move Jid class to xmpp-vala, partially refactor namespace | Marvin W | 2018-01-28 | 1 | -0/+1 |
| | |||||
* | Rename resources to have a reverse DNS prefix | fiaxh | 2017-12-03 | 1 | -1/+1 |
| | |||||
* | README: Discussion MUC, change url | fiaxh | 2017-08-22 | 1 | -1/+1 |
| | |||||
* | Gettext support | fiaxh | 2017-04-10 | 1 | -1/+1 |
| | |||||
* | Move some database interaction into entities | fiaxh | 2017-03-23 | 1 | -5/+4 |
| | | | | fixes #2 | ||||
* | Move UI code into main dir | Marvin W | 2017-03-11 | 1 | -0/+62 |