Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | meson: Install more stuff | hrxi | 2023-10-06 | 2 | -1/+9 |
| | | | | | | | | | | | Install .vapi, .deps, .h files for the Vala libraries. Also install the data files. .deps files have to be manually generated, there's a feature request for automated generation at https://github.com/mesonbuild/meson/issues/9756. Import the gnome module globally. Install dependencies on Meson CI. | ||||
* | First steps of meson support | hrxi | 2023-03-24 | 1 | -0/+22 |
| | | | | | | | Basic configuration of qlite, xmpp-vala, the Dino library and the Dino application are supported. There's no support for the plugins. This e.g. enables using the Vala language server. | ||||
* | Fix some typos in variable names (#1016) | Sergey | 2021-03-09 | 1 | -26/+26 |
| | | | | | * Fix WelcomePlaceholder typo * Fix DEFAULT_TABLE_NAME typo | ||||
* | QLite: Adjust Real for latest vala version | Marvin W | 2021-03-06 | 1 | -4/+6 |
| | |||||
* | Use sqlite UPSERT | fiaxh | 2020-06-10 | 2 | -46/+25 |
| | |||||
* | Show unencryptable/untrusted OMEMO warnings also in MUCs | fiaxh | 2020-06-05 | 1 | -1/+1 |
| | | | | fixes #857 | ||||
* | Fix+optimize contact-to-avatar storage and loading | fiaxh | 2020-03-10 | 1 | -1/+1 |
| | |||||
* | Use transaction for database migration | Marvin W | 2019-12-17 | 2 | -2/+12 |
| | |||||
* | Do not mark abstract class contstuctors public | Randy Barlow | 2019-09-01 | 2 | -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 transactions | Marvin W | 2019-07-09 | 4 | -4/+4 |
| | |||||
* | Use glib log functions | fiaxh | 2019-03-15 | 1 | -1/+1 |
| | |||||
* | Merge PR #413 "Improvements to the OMEMO plugin" | Marvin W | 2018-11-10 | 1 | -7/+9 |
|\ | |||||
| * | Merge branch 'master' into omemo-muc | Samuel Hand | 2018-07-30 | 1 | -2/+9 |
| |\ | |||||
| * | | More cleanup and database modifications | Marvin W | 2018-06-26 | 1 | -2/+8 |
| | | | |||||
| * | | Database migration and code cleanup | Samuel Hand | 2018-06-19 | 1 | -1/+3 |
| | | | |||||
* | | | add suggestions/auto-complete for search filters | bobufa | 2018-08-13 | 1 | -1/+15 |
| | | | |||||
* | | | qlite: add basic (outer) join functionality | bobufa | 2018-08-13 | 4 | -55/+118 |
| | | | |||||
* | | | add support for fts tables to qlite | bobufa | 2018-08-13 | 3 | -10/+89 |
| |/ |/| | |||||
* | | QLite: Add OFFSET statement | Marvin W | 2018-07-12 | 1 | -2/+9 |
| | | |||||
* | | QLite: Allow to easily fetch a single row from table | Marvin W | 2018-07-11 | 1 | -2/+8 |
|/ | |||||
* | small fixes | fiaxh | 2017-11-01 | 1 | -1/+1 |
| | |||||
* | Fix warnings | fiaxh | 2017-10-31 | 2 | -8/+24 |
| | |||||
* | Move DatabaseError handling into Qlite | fiaxh | 2017-10-31 | 9 | -96/+81 |
| | |||||
* | qlite: add upsert support | Marvin W | 2017-08-27 | 4 | -3/+124 |
| | |||||
* | Roster versioning | fiaxh | 2017-05-22 | 1 | -1/+1 |
| | |||||
* | qlite/libdino: optimize db access | Marvin W | 2017-04-26 | 2 | -1/+27 |
| | |||||
* | cmake/signal-protocol: shared lib, mark_as_advanced and others | Marvin W | 2017-04-26 | 1 | -5/+6 |
| | |||||
* | qlite: cleanup, fix nullity issues | Marvin W | 2017-04-18 | 9 | -181/+131 |
| | |||||
* | Start private conversation with MUC occupant via occupant menu | fiaxh | 2017-04-03 | 1 | -1/+1 |
| | |||||
* | Make FHS compliant, split RPMs, fix compilation on older GCCs | Marvin W | 2017-04-03 | 1 | -0/+1 |
| | |||||
* | New CMake | Marvin W | 2017-03-23 | 1 | -16/+11 |
| | | | | | - add install and uninstall targets - compatibility for systems without pkg-config | ||||
* | Small bug fixes and compatibility with Vala 0.36 | Marvin W | 2017-03-23 | 8 | -26/+26 |
| | |||||
* | Add back on subscription request | fiaxh | 2017-03-23 | 2 | -2/+3 |
| | |||||
* | Select conversation on startup, placeholder for "No conversation selected", ↵ | fiaxh | 2017-03-20 | 1 | -5/+7 |
| | | | | start services before UI | ||||
* | Qlite: Return OptionalRow instead of Row?, add ability to remove columns on ↵ | Marvin W | 2017-03-12 | 4 | -37/+77 |
| | | | | version upgrade | ||||
* | Move storage into user directory and fix plugin search path | Marvin W | 2017-03-12 | 1 | -1/+0 |
| | |||||
* | CMake: merge created header+vapi files into a single directory | Marvin W | 2017-03-11 | 1 | -3/+2 |
| | |||||
* | Initial plugin system | Marvin W | 2017-03-10 | 1 | -1/+1 |
| | |||||
* | Fix bugs and warnings in qlite | Marvin W | 2017-03-10 | 8 | -48/+36 |
| | |||||
* | Save unsent messages (acc offline etc) and send later; don't send pgp ↵ | fiaxh | 2017-03-09 | 1 | -0/+1 |
| | | | | messages if pgp error | ||||
* | Initial commit | fiaxh | 2017-03-02 | 10 | -0/+1108 |