aboutsummaryrefslogtreecommitdiff
path: root/qlite/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix some typos in variable names (#1016)Sergey2021-03-091-26/+26
| | | | | * Fix WelcomePlaceholder typo * Fix DEFAULT_TABLE_NAME typo
* QLite: Adjust Real for latest vala versionMarvin W2021-03-061-4/+6
|
* Use sqlite UPSERTfiaxh2020-06-101-45/+24
|
* Show unencryptable/untrusted OMEMO warnings also in MUCsfiaxh2020-06-051-1/+1
| | | | fixes #857
* Fix+optimize contact-to-avatar storage and loadingfiaxh2020-03-101-1/+1
|
* Use transaction for database migrationMarvin W2019-12-172-2/+12
|
* Do not mark abstract class contstuctors publicRandy Barlow2019-09-012-3/+3
| | | | | | | | | | | | | Starting with Vala 0.45.1, it is an error to mark abstract class constructors public[0,1]. This commit removes three such declarations. fixes #609 [0] https://gitlab.gnome.org/GNOME/vala/raw/master/NEWS [1] https://gitlab.gnome.org/GNOME/vala/issues/766 Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
* qlite: use critical() instead of error() for failed transactionsMarvin W2019-07-094-4/+4
|
* Use glib log functionsfiaxh2019-03-151-1/+1
|
* Merge PR #413 "Improvements to the OMEMO plugin"Marvin W2018-11-101-7/+9
|\
| * Merge branch 'master' into omemo-mucSamuel Hand2018-07-301-2/+9
| |\
| * | More cleanup and database modificationsMarvin W2018-06-261-2/+8
| | |
| * | Database migration and code cleanupSamuel Hand2018-06-191-1/+3
| | |
* | | add suggestions/auto-complete for search filtersbobufa2018-08-131-1/+15
| | |
* | | qlite: add basic (outer) join functionalitybobufa2018-08-134-55/+118
| | |
* | | add support for fts tables to qlitebobufa2018-08-133-10/+89
| |/ |/|
* | QLite: Add OFFSET statementMarvin W2018-07-121-2/+9
| |
* | QLite: Allow to easily fetch a single row from tableMarvin W2018-07-111-2/+8
|/
* small fixesfiaxh2017-11-011-1/+1
|
* Fix warningsfiaxh2017-10-312-8/+24
|
* Move DatabaseError handling into Qlitefiaxh2017-10-319-96/+81
|
* qlite: add upsert supportMarvin W2017-08-273-1/+121
|
* Roster versioningfiaxh2017-05-221-1/+1
|
* qlite/libdino: optimize db accessMarvin W2017-04-262-1/+27
|
* qlite: cleanup, fix nullity issuesMarvin W2017-04-189-181/+131
|
* Start private conversation with MUC occupant via occupant menufiaxh2017-04-031-1/+1
|
* Small bug fixes and compatibility with Vala 0.36Marvin W2017-03-238-26/+26
|
* Add back on subscription requestfiaxh2017-03-232-2/+3
|
* Select conversation on startup, placeholder for "No conversation selected", ↵fiaxh2017-03-201-5/+7
| | | | start services before UI
* Qlite: Return OptionalRow instead of Row?, add ability to remove columns on ↵Marvin W2017-03-124-37/+77
| | | | version upgrade
* Move storage into user directory and fix plugin search pathMarvin W2017-03-121-1/+0
|
* Fix bugs and warnings in qliteMarvin W2017-03-108-48/+36
|
* Save unsent messages (acc offline etc) and send later; don't send pgp ↵fiaxh2017-03-091-0/+1
| | | | messages if pgp error
* Initial commitfiaxh2017-03-029-0/+1062