aboutsummaryrefslogtreecommitdiff
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
...
* | Update translationsTranslations2021-12-1840-353/+358
| |
* | fix screenshot dimensions (#1163)seahawk19862021-12-142-6/+6
|/
* Update translationsTranslations2021-10-1340-1552/+1553
|
* Fix compiler warnings ('passing argument .. from incompatible pointer type') ↵fiaxh2021-10-121-5/+11
| | | | by passing (non)const argument
* Fix compiler warnings ('Switch does not handle .. of enum ..')fiaxh2021-10-122-0/+5
|
* Fix compiler warnings ('cast between incompatible function types') by not ↵fiaxh2021-10-124-79/+92
| | | | connecting closures
* Fix compiler warnings ('[GtkChild] fields must be declared as `unowned'')fiaxh2021-10-1224-180/+180
|
* FileWidgets: Improve mouse enter/leave identificationfiaxh2021-10-012-42/+19
|
* Update translationsTranslations2021-09-2541-1689/+2206
|
* Improve call related wordingfiaxh2021-09-252-22/+13
|
* Update translationsTranslations2021-09-2443-2935/+10919
|
* Small notification fixes (#1077)sojuz1512021-09-221-2/+14
|
* Fixed name change (#1076)sojuz1512021-08-242-2/+16
|
* Fix avatars not changing to greyscale when contact goes offlinefiaxh2021-08-171-0/+2
|
* Display message delivery error, color text using theme colorsfiaxh2021-08-174-16/+98
| | | | fixes #672
* Use opacity instead of hard coded color for formatting chars (#1000)minils2021-08-141-2/+2
|
* Fix custom emoji picker for gtk >= 3.24.30fiaxh2021-07-291-0/+3
| | | | fixes #1083
* Don't keep own reference to GspellTextView/Bufferfiaxh2021-07-291-8/+15
| | | | fixes #1058
* Merge remote-tracking branch 'origin/feature/calls'fiaxh2021-05-1130-38/+1702
|\
| * Calls: Indicate whether OMEMO key is verifiedfiaxh2021-05-114-64/+95
| |
| * Use the same DTLS fingerprint in all contents. Display audio+video enc keys ↵fiaxh2021-05-012-23/+35
| | | | | | | | in UI if they differ.
| * Improve call wording, cleanupfiaxh2021-05-015-22/+20
| |
| * Add support for OMEMO call encryptionfiaxh2021-04-291-4/+13
| |
| * Handle non-existant call supportfiaxh2021-04-291-4/+9
| |
| * Improve automatic call window resizingfiaxh2021-04-111-4/+29
| |
| * Fix warningsfiaxh2021-04-111-3/+3
| |
| * Display+store call encryption infofiaxh2021-04-095-39/+118
| |
| * Use outgoing JMI if contact has supporting devicefiaxh2021-04-011-2/+2
| |
| * Add UI for audio/video callsfiaxh2021-03-2128-6/+1511
| |
* | Update translationsTranslations2021-04-1138-1081/+1093
| |
* | Let freedesktop notifications expirefiaxh2021-04-071-5/+10
| | | | | | | | fixes #1026
* | Fix accounts panel width (#1017)Sergey2021-03-241-1/+1
|/ | | fixes #797
* Make 'Close' button close AboutDialog (#1018)Sergey2021-03-101-0/+6
|
* Fix some typos in variable names (#1016)Sergey2021-03-091-3/+3
| | | | | * Fix WelcomePlaceholder typo * Fix DEFAULT_TABLE_NAME typo
* Adjust ShortcutsWindow + AboutDialog for non-CSD modefiaxh2021-03-051-10/+29
|
* Escape pango markup in names in GlobalSearchfiaxh2021-03-051-2/+2
|
* Add '--version' flag (#1014)Sergey2021-03-051-0/+12
|
* Update translationsTranslations2021-03-0439-1041/+1210
|
* Add different formating with less contrast for markup strings like *,_,~ and ↵minils2021-02-171-1/+3
| | | | `. (#883)
* Improve IBR form handling (#990)Michel Le Bihan2021-02-172-1/+10
| | | | | | | | | | | | | | | * 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
* Fix cyclic referencefiaxh2021-02-171-7/+9
|
* Reduce use of Widget.destroy()fiaxh2021-02-1010-14/+12
| | | | | | 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
* Make spell checking a setting, store language per conversationfiaxh2021-01-213-10/+63
|
* Add spell-checking using GspellThibaut Girka2021-01-213-0/+40
|
* Ellipsize long titlesmimi899992021-01-211-1/+1
|
* Update translations + DOAPTranslations2021-01-1139-3659/+6225
|
* Show invalid certificate screen also when registering accountfiaxh2020-12-311-18/+24
|
* Set window urgency hint independent of notification settingfiaxh2020-12-303-20/+13
| | | | fixes #960
* Use advertized/server/live time for sorting instead of arrival timefiaxh2020-12-048-32/+25
| | | | fixes #310
* Improve contact description in OMEMO warningsfiaxh2020-12-041-0/+1
| | | | fixes #947