36 Commits

Author SHA1 Message Date
Sale Djenic
671fb1adc4 feat: sound manager added 2022-02-21 21:26:58 +01:00
B.Melnik
9da380cf96 feat(Spellchecking): Update Spellchecker
Closes: #3443
2021-09-15 14:32:05 -04:00
Sale Djenic
78319b9e58 chore(@desktop/general): CMake include files optimization 2021-09-06 15:09:04 -04:00
Alexandra Betouni
37254b04de fix(desktop/chatinput) Adding custom syntax highligher for text formatting in chat input
Closes #39
2021-08-17 12:17:32 -04:00
Sale Djenic
11adba2283 fix(@desktop/general): Changing System Appearance on the fly is not working
This is corresponding dotherside part of the issue 1725.

So far we had kind of a memory leak, cause objects added to the filter were not
deleted ever. When the app is closing, it just removes filters, but doesn't
delete them.

I faced a logical issue, that we were sending qmlengine pointer to the
installEventFilter method, instead object which may or may not rely on the
qqmlengine instance, that is fixed also.

Fixes: #1725
2021-08-16 15:54:02 -04:00
Andrei Smirnov
209ceb8826 Introduced SingleInstance class 2021-08-05 15:47:18 -04:00
B.Melnik
eaa394d711 feat: Add cutsom window without titlebar for osx 2021-06-01 09:42:29 -04:00
B.Melnik
7c65031ec4 fix: move dock clicker too other files 2021-05-21 07:06:57 -04:00
Richard Ramos
552b840409 print connection types 2020-07-16 11:06:24 -04:00
Richard Ramos
301dac6392 feat: create networkconfigurationamanager 2020-07-16 11:06:24 -04:00
Ștefan Talpalaru
935c1d139e more CMake options
- generic .gitignore entries for CMake projects
- generate a pkg-config file
2020-05-25 14:53:26 +02:00
Filippo Cucchetto
58d6803345 Little refactor 2019-11-17 23:55:52 +01:00
Filippo Cucchetto
417664d252 Removed code duplication 2019-11-17 23:52:28 +01:00
Filippo Cucchetto
bc7c04692c Little cmake cleanup 2019-11-17 23:37:45 +01:00
Filippo Cucchetto
b6fcb521bf Added support for QCoreApplication::processEvents() 2019-10-04 00:54:31 +02:00
Filippo Cucchetto
8ff60214bc Started semplification refactor 2018-10-07 17:35:48 +02:00
Duncan Paterson
fbe5fd93cc Fixed #53: added initial (QPixmap only) implementation of QQuickImageProvider (#70)
Added initial support for QQuickImageProvider
2018-02-12 22:45:21 +01:00
Filippo Cucchetto
41c33f7751 Added optional support for QtQuickControls2 module 2017-08-24 23:17:32 +02:00
Filippo Cucchetto
886984a2a2 Fixes #63 Added support for setting the QtQuickControls2 style 2017-08-24 22:52:39 +02:00
Filippo Cucchetto
f5bb30f78d Updated changelog for upcoming version 0.6.3 2017-04-22 15:53:40 +02:00
Filippo Cucchetto
c77567b0e4 Added CanFetchMore, FetchMore and HasChildren callbacks 2017-04-02 16:12:18 +02:00
Filippo Cucchetto
25f396ef46 Renamed QAbstractListModel in QAbstractItemModel 2017-03-05 18:22:04 +01:00
Filippo Cucchetto
bcbe9e5315 Fixed wrong signal emittion in QAbstractListModelWrapper 2016-04-10 14:40:01 +02:00
Filippo Cucchetto
e7dfc7c8b0 Move DosQObjectWrapper to header file and added DosQdeclarative module 2016-04-10 14:40:01 +02:00
Filippo Cucchetto
483993df1e Relaxed the standard requirements to c++11 2016-04-10 14:40:00 +02:00
Filippo Cucchetto
562fcc71a7 Started support for qmlregistertype 2016-04-10 14:40:00 +02:00
Filippo Cucchetto
c11cc30180 Renaming and code cleanup 2016-04-10 14:39:59 +02:00
Filippo Cucchetto
56306f8403 Added support for QMetaObject inheritance and lots of renaming 2016-04-10 14:39:59 +02:00
Filippo Cucchetto
db5ee9d75a Started work for supporting QAbstractItemModels again 2016-04-10 14:39:59 +02:00
Filippo Cucchetto
91ce909191 Fixed the creation of QObject instances 2016-04-10 14:39:59 +02:00
Filippo Cucchetto
3c63201936 Added QMetaObjectFactory 2016-04-10 14:39:59 +02:00
Filippo Cucchetto
2ebada68b5 Removed leftovers 2016-04-10 14:39:59 +02:00
Filippo Cucchetto
8f188552c2 Temporary removed QAbstractListModel support and improved unit tests 2016-04-10 14:39:59 +02:00
Filippo Cucchetto
711131b4f4 Added DynamicQObjectFactory methods to C interface 2016-04-10 14:39:20 +02:00
Filippo Cucchetto
83893b2934 Introduced the concept of factories
The use of a factory decreased the creation time from 500ms for 1000 DynamicQObjects to 1.6ms
2016-04-10 14:39:20 +02:00
Filippo Cucchetto
87603e9239 Added install directive in CMakeLists and restructured the project 2015-11-23 21:33:17 +01:00