aboutsummaryrefslogtreecommitdiff
path: root/qlite/src
Commit message (Collapse)AuthorAgeFilesLines
* 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