0b2b58bd33
gpu support
2024-03-26 10:39:09 +02:00
423597dbd9
port widget to dbus
2024-03-15 15:51:23 +02:00
0fcfb7d7e4
port library
2024-03-08 16:22:00 +02:00
1e0316c4de
fix warnings
2020-11-07 16:45:36 +03:00
737759d03f
Bug fixing
...
* fix bug with invalid applet and configuration load with newest qt
* fix bug with invalid DP configuration
* fix bug with invalid HTML tags operations
2017-06-02 17:34:27 +03:00
934e30819c
rename deadbeef defaults
2017-05-21 23:07:12 +03:00
06f4882a2d
add network request source
2016-11-04 01:12:25 +03:00
a189e1af38
use default widget configuration to configure telemetry
2016-10-30 09:04:08 +03:00
0332c59daf
add copyright string
2016-10-29 12:21:13 +03:00
26b375254a
add telemetry configuration
2016-10-28 23:21:37 +03:00
87406f70c4
add initial support of tag suggestion
2016-10-24 08:12:14 +03:00
7568ae2a3b
move textarea to own class as well
2016-10-20 09:23:18 +03:00
63d19f038c
move info label to own class, move dialog to own class as well
2016-10-17 23:12:03 +03:00
9d5864aa62
move extensions to own bar
2016-10-16 12:23:23 +03:00
d74cd645fd
qml improvements
...
* move functions to plugin part
* move model to general.qml
2016-10-15 00:01:10 +03:00
80767c9dbf
update qmldir to new ui element
2016-10-14 01:10:10 +03:00
57ad8a0a2b
add tag selector row
2016-10-13 00:12:46 +03:00
eea636c6f1
add html bar
2016-10-12 10:23:20 +03:00
f882756fad
update desktoppanel qml part
2016-10-10 20:43:07 +03:00
335fbb137e
move general singleton to shared part, update part of desktop-panel ui
2016-10-09 21:23:27 +03:00
fcb698e7fc
use shared About tab
2016-10-08 00:54:29 +03:00
f1b5208bb2
use shared qml files
2016-10-07 22:13:41 +03:00
c9f5be6a60
use model list defined in general.qml for font configuration
2016-10-03 23:54:07 +03:00
f7094ca187
add font dialog, some color dialog improvements
2016-10-02 01:43:12 +03:00
a326ebdabf
replace buttons in dataengine page
2016-10-01 12:42:05 +03:00
3ee1d4c30e
Add import and export dialogs
2016-09-30 10:22:10 +03:00
31c129163b
Create dialogs for button and color button
2016-09-29 10:24:03 +03:00
80c994bce0
massive qml controls replacement ( #114 )
2016-09-28 13:50:57 +03:00
33623fe75e
use own control for checkbox
2016-09-25 12:41:22 +03:00
7f6a2d8100
Add ability to change text style inside general widget (see #112 )
2016-09-23 01:12:34 +03:00
3403d1de50
add local history suggestion to configuration window
2016-09-16 16:03:11 +03:00
f9ddf690c7
drop semicolon from qml files, update CONTRIBUTING guide accordingly
2016-09-15 07:26:00 +03:00
80d926290c
finally implement bug reporting ( #104 )
2016-08-25 13:33:08 +03:00
5b9984d950
add frontend for bug reporting ( #104 )
2016-08-23 12:30:11 +03:00
7836fbf77f
add macro to combobox
2016-07-14 13:23:49 +03:00
301a908aed
add formatter configuration to ui
2016-05-15 01:18:18 +03:00
734cbe2f4c
upload vertical alignment patch, fix code ( #94 )
2016-05-09 04:07:58 +03:00
a339f9a743
drop needToBeUpdated call from qml since it is not required
2016-04-30 17:36:01 +03:00
22586811de
backport QML code changes from awesome-widgets to deskop-panel
2016-04-22 15:39:36 +03:00
82dda14260
add background configuration dialog
2016-04-21 16:44:21 +03:00
f8e9945bc4
fix configuration dialog error
...
even if user selects Cancel in font dialog html codes pasted
2016-04-20 15:50:45 +03:00
aef1a736c8
code improvements
...
* drop c++14 requirements since it is not used
* move from enum to enum classes
* more intuitive graph building in GI
* allow X-AW-Direction property works with graphs and bars
2016-04-17 16:18:13 +03:00
d30df9dafc
fix configuration ui
...
In some cases text is removed, but no new text is pasted.
2016-04-15 15:02:35 +03:00
88f0ebfe96
Revert bd65e44002
2016-03-23 16:27:05 +03:00
bd65e44002
add delayed initialization
...
This workaround probably will fix issue with the recent plasma when
plasmashell fails to load sometimes.
2016-03-21 12:10:27 +03:00
7ff1515c94
Merge branch 'development' of github.com:arcan1s/awesome-widgets into development
2016-03-11 20:51:19 +03:00
162708295d
improve configuration import and export
...
Special directory for configuration store has been created. In
particular it will allow to realize #72
2016-03-11 20:48:36 +03:00
be9203e816
update project url
...
For some time my site has been moved from arcanis.name to arcanis.me.
Also https protocol forced.
2016-03-05 19:39:26 +03:00
071d7fdb78
bump default gi configuration
...
Bump API version and add new parameters. Also:
1. Fix function combobox in configuration UI.
2. Drop datasource from time engine as well.
3. Small edit abstractdesources class
2016-03-03 19:57:31 +03:00
d856fa8e97
possible fix #75
...
I've added 'optimize' option (by default true). If it options is set
then sources will be checked if they are required (with dependencies if
any). And if they are not required they will be dropped by using common
mechanism.
Please note that if this option enabled the following features (at the
moment) will be unavailable:
* key request from context menu (from configuration interface it still works)
* notifications event if sources on which notification is not connected
I suppose this commit will increase performance in about 4-5 times.
2016-02-05 11:08:09 +03:00