aboutsummaryrefslogtreecommitdiff
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* Fallback display for all file typesfiaxh2017-12-136-125/+232
|
* Load messages for conversation view from cachefiaxh2017-12-132-4/+16
|
* Repopulate message TextView context menu, include "Copy URL" (#219)Yussuf Khalil2017-12-051-6/+48
| | | | | | * Add "Copy URL" context menu option when hovering over a URL * Update message_textview.vala
* Rename resources to have a reverse DNS prefixfiaxh2017-12-0326-28/+28
|
* Use reverse DNS naming for icon, desktop file, DBus service, app ID (#221)Mathieu Bridon2017-12-037-10/+10
| | | | | | | The convention is to use reverse DNS for the DBus service names, icons, desktop files and application ID. Flatpak enforces that convention, and even requires at least 3 components in those names.
* ConversationView: Date separatorfiaxh2017-12-014-4/+123
|
* Update translationsTranslations2017-11-2413-717/+693
|
* Reword some strings (#215)Allan Nordhøy2017-11-233-8/+8
| | | | | | | | | | | | | | | | | | | | | | * 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-239-17/+21
|
* Disconnect stanza listeners from pipelinefiaxh2017-11-221-1/+1
|
* ConversationView: Split merged messages when an in-between one is addedfiaxh2017-11-222-10/+58
|
* Update translationsTranslations2017-11-1815-3228/+4663
|
* Fix unit tests using async + read message markerfiaxh2017-11-172-2/+2
|
* fixup 3f531d6fiaxh2017-11-161-1/+1
|
* Read+(write) stream asyncfiaxh2017-11-1618-117/+58
|
* Replace deprecated function usagesfiaxh2017-11-168-16/+16
|
* small fixesfiaxh2017-11-011-1/+1
|
* Fix warningsfiaxh2017-10-3111-27/+32
|
* Keep MUC join dialog open until joined, show errorsfiaxh2017-10-3121-217/+341
|
* Blocking setting in Contact Detailsfiaxh2017-10-313-0/+38
|
* fixup 8c0a44e (Added a confirmation dialog before removing an account)fiaxh2017-10-301-4/+7
|
* Added a confirmation dialog before removing an account. Fixes #51Dennis Fink2017-10-301-8/+16
|
* Remove new from struct initialisation, as it is deprecated (#180)linkmauve2017-10-231-1/+1
| | | | | | * Remove new from struct initialisation, as it is deprecated. * Use Map.has_key instead of Map.contains, as it is deprecated.
* Update translationsfiaxh2017-10-2313-929/+2321
|
* Directly start chat from xmpp uri if only one account is activefiaxh2017-10-221-9/+16
| | | | fixes #160
* Only match full words as mentions for notificationsfiaxh2017-10-221-1/+3
| | | | fixes #185
* PGP encrypted file transfersfiaxh2017-10-221-2/+2
|
* Handle file uploading in libdino & main, have http upload as providerfiaxh2017-10-215-3/+77
|
* small fixesfiaxh2017-09-201-0/+1
|
* Change conversation (un)read markingfiaxh2017-09-192-16/+5
|
* Use GNotification instead of libnotifyfiaxh2017-09-196-59/+85
|
* Move encryption menu into ChatInput, PGP support for MUCsfiaxh2017-09-0614-51/+89
|
* Show last message sender in conversation listfiaxh2017-09-016-213/+159
|
* Focus selected widgets in the accounts dialoghrxi2017-09-011-0/+10
| | | | | | | | | | Previously, you had to issue two clicks in order to enter something into the text fields. This also replaces the `Entry` widgets with their label counterparts once they lose focus. Since the `ComboBox` handling of focus seems to be buggy (`focus_out_event` not firing), the OpenPGP key selection lacks the latter feature.
* small fixesfiaxh2017-08-317-5/+17
|
* Use utc time everywherefiaxh2017-08-314-8/+8
|
* Download & inline display imagesfiaxh2017-08-3110-20/+281
|
* main: extend theming capabilitiesMarvin W2017-08-298-67/+25
|
* support platforms without UTF-8 and use native file pickerMarvin W2017-08-293-18/+35
|
* libdino: try to load all plugins found in the respective foldersMarvin W2017-08-291-24/+2
|
* Plugins providing conversation items for ConversationViewfiaxh2017-08-2818-519/+648
|
* small fixesfiaxh2017-08-275-6/+7
|
* Handle xmpp ?join and ?message urisfiaxh2017-08-255-17/+54
|
* Improve undo/redofiaxh2017-08-251-6/+9
|
* Use single process, accept xmpp:-URIs as program argumentMarvin W2017-08-251-5/+16
|
* "Default" per-contact settings (change UI)fiaxh2017-08-252-26/+46
|
* Show nicks in MUCs, real jid in individual occupant menufiaxh2017-08-255-36/+68
|
* Move settings from GSettings to own dbfiaxh2017-08-224-4/+5
|
* README: Discussion MUC, change urlfiaxh2017-08-2226-42/+41
|
* Fix some UI issuesMarvin W2017-08-224-5/+12
|