aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* cmake: set _FILE_OFFSET_BITS=64 if required for platformMarvin W2017-09-012-2/+31
|
* Focus selected widgets in the accounts dialoghrxi2017-09-012-2/+13
| | | | | | | | | | 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-318-5/+18
|
* Use utc time everywherefiaxh2017-08-3114-32/+32
|
* Download & inline display imagesfiaxh2017-08-3124-36/+686
|
* configure: ignore flags used by dh_makeMarvin W2017-08-311-1/+8
|
* main: extend theming capabilitiesMarvin W2017-08-298-67/+25
|
* support platforms without UTF-8 and use native file pickerMarvin W2017-08-294-23/+38
|
* libdino: try to load all plugins found in the respective foldersMarvin W2017-08-294-61/+67
|
* xmpp-vala: use encoded value when formatting stanza attributesMarvin W2017-08-291-3/+3
| | | | fixes #140
* Plugins providing conversation items for ConversationViewfiaxh2017-08-2825-525/+713
|
* small fixesfiaxh2017-08-275-6/+7
|
* omemo: store and display identity keys of all devicesMarvin W2017-08-2711-27/+424
|
* qlite: add upsert supportMarvin W2017-08-274-3/+124
|
* Handle xmpp ?join and ?message urisfiaxh2017-08-2510-43/+80
|
* Improve undo/redofiaxh2017-08-251-6/+9
|
* Use single process, accept xmpp:-URIs as program argumentMarvin W2017-08-252-5/+52
|
* connection: keep-alive pings, act upon connection change (VPN)fiaxh2017-08-254-8/+63
|
* "Default" per-contact settings (change UI)fiaxh2017-08-254-34/+55
|
* Show nicks in MUCs, real jid in individual occupant menufiaxh2017-08-258-57/+98
|
* omemo: handle broken incoming key bundlesMarvin W2017-08-241-15/+18
| | | | fixes #137
* fixup 4a4b595fiaxh2017-08-221-0/+1
|
* xmpp-vala: Improve time parsingfiaxh2017-08-221-22/+4
|
* Move settings from GSettings to own dbfiaxh2017-08-2213-90/+90
|
* README: Discussion MUC, change urlfiaxh2017-08-2233-239/+49
|
* Fix some UI issuesMarvin W2017-08-225-6/+13
|
* MAM fixesfiaxh2017-08-194-25/+36
| | | | | | - don't send first request for timestamp -60 - only open conversation for messages within last 24h - always show latest message in conversation tabs
* xmpp-vala: Connection fallback without SRV recordsfiaxh2017-08-191-2/+6
|
* add plugin api for text commandsMarvin W2017-08-172-9/+34
|
* libdino: remove dependency to GTK+ (all GTK+ code is in main+plugins)Marvin W2017-08-1719-69/+115
|
* xmpp-vala: catch TLS errors during read()Marvin W2017-08-171-0/+2
|
* libdino: do not process message twiceMarvin W2017-08-171-3/+2
|
* add DOAP (description of a project) fileMarvin W2017-08-171-0/+21
|
* Undo/redo text in chat inputfiaxh2017-08-173-1/+83
|
* fixup 4aee957 (request history since last known messages)fiaxh2017-08-172-4/+4
|
* Message Archive Managementfiaxh2017-08-1715-116/+309
|
* Update translationsfiaxh2017-08-148-345/+1147
| | | | | | | | | | Chinese (Simplified): tonghuix Dutch: Nathan Follens Esperanto: Tirifto French: Jean-Baptiste German: rugk Italian: Valerio Baldisserotto Spanish: sergio
* openpgp: contact details provider (fingerprint), colored fingerprints, fix ↵fiaxh2017-08-146-34/+124
| | | | shown availability
* xmpp-vala: Remove require-functionsfiaxh2017-08-1426-130/+2
|
* Stream Managementfiaxh2017-08-1411-41/+185
|
* xmpp-vala: improve namespace handling, add some testsMarvin W2017-08-1210-31/+375
|
* RosterList: Disconnect handlers on widget destroyfiaxh2017-08-111-5/+11
| | | | Fixes #119
* SRV records for XMPP over TLSfiaxh2017-08-119-16/+124
|
* http files: Fix for servers w/o file size limitfiaxh2017-08-091-3/+3
|
* http files: Fix double-free rance-conditionfiaxh2017-08-074-125/+137
| | | | ... and move classes around
* Http file upload for version :0 and other server setupsfiaxh2017-08-075-27/+53
|
* request history since last known messages (#110)Max Weller2017-08-052-2/+15
| | | | request history since last known messages when rejoining a room at startup
* Http file uploadfiaxh2017-08-0326-170/+709
|
* Small i18n fixes (#53)linkmauve2017-06-293-2/+3
| | | | | * Replace “...” with “…” in user-visible strings, as per GNOME’s HIG. * Add a message for translators to know that a string starts a sentence.
* tito: add version file to remove warningMarvin W2017-06-211-0/+1
|