aboutsummaryrefslogtreecommitdiff
path: root/qlite
Commit message (Expand)AuthorAgeFilesLines
* meson: Install more stuffhrxi2023-10-062-1/+9
* First steps of meson supporthrxi2023-03-241-0/+22
* Fix some typos in variable names (#1016)Sergey2021-03-091-26/+26
* QLite: Adjust Real for latest vala versionMarvin W2021-03-061-4/+6
* Use sqlite UPSERTfiaxh2020-06-102-46/+25
* Show unencryptable/untrusted OMEMO warnings also in MUCsfiaxh2020-06-051-1/+1
* 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
* 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-274-3/+124
* Roster versioningfiaxh2017-05-221-1/+1
* qlite/libdino: optimize db accessMarvin W2017-04-262-1/+27
* cmake/signal-protocol: shared lib, mark_as_advanced and othersMarvin W2017-04-261-5/+6
* qlite: cleanup, fix nullity issuesMarvin W2017-04-189-181/+131
* Start private conversation with MUC occupant via occupant menufiaxh2017-04-031-1/+1
* Make FHS compliant, split RPMs, fix compilation on older GCCsMarvin W2017-04-031-0/+1
* New CMakeMarvin W2017-03-231-16/+11
* 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", s...fiaxh2017-03-201-5/+7
* Qlite: Return OptionalRow instead of Row?, add ability to remove columns on v...Marvin W2017-03-124-37/+77
* Move storage into user directory and fix plugin search pathMarvin W2017-03-121-1/+0
* CMake: merge created header+vapi files into a single directoryMarvin W2017-03-111-3/+2
* Initial plugin systemMarvin W2017-03-101-1/+1
* Fix bugs and warnings in qliteMarvin W2017-03-108-48/+36
* Save unsent messages (acc offline etc) and send later; don't send pgp message...fiaxh2017-03-091-0/+1
* Initial commitfiaxh2017-03-0210-0/+1108