aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Find valac-* binaries, work-around fast-vapi issues with valac 0.36.0Marvin W2017-03-233-1/+8
|
* Fetch libsignal-protocol-c when not a submodule (still using git)Marvin W2017-03-233-50/+85
|
* New CMakeMarvin W2017-03-2334-191/+810
| | | | | - add install and uninstall targets - compatibility for systems without pkg-config
* Small bug fixes and compatibility with Vala 0.36Marvin W2017-03-2316-55/+53
|
* Select corresponding conversation when clicking on notificationfiaxh2017-03-233-17/+40
|
* Add back on subscription requestfiaxh2017-03-2313-52/+114
|
* Move some database interaction into entitiesfiaxh2017-03-238-225/+228
| | | | fixes #2
* License under GPLv3fiaxh2017-03-212-0/+692
|
* Select conversation on startup, placeholder for "No conversation selected", ↵fiaxh2017-03-2013-74/+133
| | | | start services before UI
* Add typed identity to manager modules and stream flagsfiaxh2017-03-2063-447/+341
|
* Icon changesfiaxh2017-03-191-14/+12
|
* Preselect next conversation when closed and crossfadefiaxh2017-03-186-38/+77
|
* "No accounts active, add?" stack in main viewfiaxh2017-03-186-221/+129
|
* Iconfiaxh2017-03-183-0/+39
|
* Fix message stanza default typefiaxh2017-03-185-15/+28
|
* Update README.mdfiaxh2017-03-161-15/+23
|
* Update READMEfiaxh2017-03-161-1/+19
|
* Improve when to send chat state notificationsfiaxh2017-03-164-50/+63
|
* Fix ChatInput for many lines + small UI changesfiaxh2017-03-169-16/+25
|
* Display /me differentlyfiaxh2017-03-1511-243/+328
| | | | fixes #12
* Indication of WONTSEND via CSS (@error_color on message status)fiaxh2017-03-152-6/+23
|
* Set dino-specific icons as part of icon themefiaxh2017-03-1518-688/+56
|
* omemo plugin: improve session bootstrappingMarvin W2017-03-159-95/+177
|
* Small fixes in message viewMarvin W2017-03-141-1/+3
|
* Fix regression of being unable to select textMarvin W2017-03-133-29/+20
|
* correctly bootstrap omemo when there is no devicelist on server yet + ↵Marvin W2017-03-133-5/+22
| | | | concurrency bug fixes
* Make compatible with OpenSSL 1.1Marvin W2017-03-131-22/+28
|
* Fix account repeated disconnect/connect issuesMarvin W2017-03-131-4/+7
|
* Reduce GTK dependency to 3.16, fix dark themeMarvin W2017-03-1326-48/+65
|
* Do not use gpgme 1.7.0+ features yet.Marvin W2017-03-132-1/+6
|
* Drop libuuid dependency, uuid generation is not that complicated...Marvin W2017-03-125-114/+11
|
* Fix delegate copying issueMarvin W2017-03-123-9/+12
|
* Search messages having a uuid stanza id by id + accountfiaxh2017-03-122-2/+3
|
* Qlite: Return OptionalRow instead of Row?, add ability to remove columns on ↵Marvin W2017-03-127-43/+83
| | | | version upgrade
* Force Make into using a single threadMarvin W2017-03-122-4/+9
| | | | | | | This also restricts fast-vapi's to Ninja. fast-vapi's improve build performance when multi-threaded, but are bad when single-threaded. Again emphasize that ninja-build should be used.
* amend 39722a4fiaxh2017-03-122-15/+18
|
* Query GPG in other thread + only once (account settings)fiaxh2017-03-122-21/+63
|
* Unlock mutex on exceptions in gpgme helperMarvin W2017-03-121-56/+69
|
* PGP module: store data in own db, use pgp key as specified in account settingsfiaxh2017-03-1211-85/+201
|
* Automatically compile and use gsettings schemaMarvin W2017-03-125-4/+22
|
* Move storage into user directory and fix plugin search pathMarvin W2017-03-1212-40/+94
|
* Split OMEMO plug-in into files, various fixesMarvin W2017-03-1222-454/+534
|
* Move PGP support into pluginfiaxh2017-03-1228-217/+294
|
* Update README.mdfiaxh2017-03-121-3/+3
|
* Move gsettings schema back to libdino (where it belongs)Marvin W2017-03-122-0/+0
|
* Fix OMEMO plugin for latest changesMarvin W2017-03-121-106/+93
|
* Add OMEMO via PluginMarvin W2017-03-1129-3/+4027
|
* Move UI code into main dirMarvin W2017-03-1173-166/+191
|
* CMake: merge created header+vapi files into a single directoryMarvin W2017-03-117-34/+49
|
* Move GPG initialization to gpgme-valafiaxh2017-03-113-2/+24
|