Denis Rouzaud
5dce8edb95
fix and bring back scroll area into custom widgets
2017-10-06 13:59:32 +02:00
Mario Baranzini
5b050428da
Fix QgsDockWidget custom widget
2017-10-06 09:20:43 +02:00
Denis Rouzaud
f9f5aafaf4
[custom widget] fix missing external resource widget
2017-09-28 09:58:55 +02:00
Denis Rouzaud
06f9842637
rename symbology-ng to symbology
2017-08-06 14:18:57 +02:00
Nyall Dawson
d055def2d1
Merge pull request #4907 from nyalldawson/symbol_button
...
New QgsSymbolButton widget
2017-07-24 20:29:14 +10:00
Denis Rouzaud
500175b8e8
remove QgsScrollAreaWidgetPlugin from custom widgets
...
it had to be removed form the widget list in uic plugin. It might be better to provide the real list of implemented widgets rather than the full gui list.
fixes #16428
2017-07-24 10:45:42 +02:00
Nyall Dawson
43d094eab3
Custom widget plugin for QgsSymbolButton
2017-07-24 11:07:55 +10:00
Nyall Dawson
e2acf5369f
Add custom widget for QgsFontButton
2017-07-06 20:02:25 +10:00
Denis Rouzaud
df209774d4
simplify custom widgets CMakeLists.txt
2017-07-06 10:50:38 +02:00
Denis Rouzaud
c1d339c975
add missing custom widgets
2017-06-30 13:26:24 +02:00
Nyall Dawson
e58f25dbb9
Create new QgsOpacityWidget widget
...
Allows consistent behavior and appearance across all opacity controls
2017-05-30 11:36:24 +10:00
Matthias Kuhn
b789cc3067
Fix more include paths
2017-05-19 07:13:11 +02:00
Nyall Dawson
872cd13675
Add custom widget plugin for QgsRasterBandComboBox
2017-05-09 19:43:13 +10:00
Juergen E. Fischer
135882259c
include metadata headers in install (followup 3a965e6d)
2017-05-08 13:21:23 +02:00
Alexander Bruy
228cc41a99
custom widget for Qt Designer
2017-04-08 08:30:59 +03:00
Nyall Dawson
ecb233b792
Add custom widget plugin for QgsScrollArea
2017-03-21 08:57:44 +10:00
Alexander Bruy
2ccdbc9a8b
use C++11 style initializer in custom widget
2017-03-14 12:53:23 +02:00
Alexander Bruy
f6e4c2b4dc
add custom widget for Qt Designer
2017-03-14 12:42:30 +02:00
Denis Rouzaud
2e7de50b42
run astyle on src/*
2017-03-03 09:09:37 +01:00
Nyall Dawson
2468b27641
Replace QgsDataDefinedButton custom widget with QgsPropertyOverrideButton widget
2017-02-14 13:48:11 +10:00
Denis Rouzaud
0d1b7dc71d
add missing QScintilla includes
2017-02-07 07:41:43 +01:00
Denis Rouzaud
64748aaa89
compile custom widgets on Travis
2017-02-06 13:55:11 +01:00
Denis Rouzaud
d84725fce8
[custom widgets] add missing file widget
2017-02-06 13:30:53 +01:00
Juergen E. Fischer
43faf338f3
remove remaining QT_VERSION <=> 5 checks (also fixes b3e8d82)
2017-01-25 02:58:48 +01:00
Denis Rouzaud
b3e8d82190
remove QT_VERSION test in custom widgets
2017-01-24 11:41:21 +01:00
Juergen E. Fischer
c85f5934c2
fix install
2017-01-05 17:29:43 +01:00
Juergen E. Fischer
52b004a132
fix build
2017-01-05 05:48:22 +01:00
Matthias Kuhn
2f35e16e2b
Add qgis_customwidgets with CUSTOMWIDGETS_EXPORT macro
2017-01-05 00:12:11 +01:00
Matthias Kuhn
0302719cf0
Add qgis_core.h to with CORE_EXPORT macro
...
This removes complexity from the compiler flags because defines
happen in a file.
2017-01-05 00:12:11 +01:00
Juergen E. Fischer
e426dbc86b
fix customwidgets includes path
2016-11-05 12:47:27 +01:00
Nyall Dawson
83ad380bd6
Switch QT4_* macros to QT5
2016-09-21 09:12:54 +10:00
Nyall Dawson
3c4f46dc79
Remove more code disabled under Qt5
...
Add todo note for QgsHttpTransaction and disable under docs and
sip bindings
2016-09-21 09:12:54 +10:00
Denis Rouzaud
669ac1b5c2
fix case
2016-08-04 16:24:16 +02:00
Denis Rouzaud
3e197ae74a
remove QgsColorButton in favor of V2
2016-08-04 14:27:31 +02:00
Matthias Kuhn
d3fd81845a
Simpler handling of DLL_EXPORT defines
2016-06-11 10:50:56 +02:00
Denis Rouzaud
37598bdf52
add custom widget for QgsDockWidget
2016-06-10 07:47:00 +02:00
Juergen E. Fischer
59de73ac3b
extent group box: fix header spelling
2016-04-03 01:56:21 +02:00
Denis Rouzaud
c063838f52
rename QgsFilePickerWidget to QgsFileWidget
2016-01-15 10:08:34 +01:00
Denis Rouzaud
586b607245
add custom widgets for QgsExternalResourceWidget and QgsFilePickerWidget
2016-01-13 11:49:25 +01:00
Denis Rouzaud
df8584a71c
[qt5] fix custom widgets
2015-11-19 09:11:01 +01:00
Denis Rouzaud
16def06daf
use QGIS icon for custom widgets
2015-11-03 10:30:43 +01:00
Denis Rouzaud
75e8bdc9b6
add expression builder to custom widgets
2015-11-03 10:06:54 +01:00
Nyall Dawson
46f073086f
Mark system includes as such in CMakeLists
...
Avoids compiler warnings from linked system headers
2015-10-19 17:36:10 +11:00
Juergen E. Fischer
29ac48e4f6
surpress moc warnings in windows 64bit build
2015-09-30 18:48:55 +02:00
Denis Rouzaud
346f84afb4
added QgsExtentGroupBox to custom widgets
2015-06-29 10:20:33 +02:00
Denis Rouzaud
9e3183c63f
Revert "sort includes"
...
This reverts commit 2b7d3d3c73b50ba6dc74abec6dd652ff1b87c0ec.
2015-06-10 14:54:47 +02:00
Denis Rouzaud
2b7d3d3c73
sort includes
2015-06-10 13:59:08 +02:00
Marco Hugentobler
68fe5f5791
[FEATURE:] New geometry classes
2015-05-25 08:53:49 +02:00
Matthias Kuhn
c1b520fbd8
Hide shared library symbols by default on GCC and Clang
...
* Decreases lib size, loading time and compile time
* Forces people on linux to use the {LIB}_EXPORT defines and therefore will
make Windows nightlies more reliable
2015-05-23 16:53:12 +02:00
Nyall Dawson
cb409f7f6d
Add overrides (part 3)
2015-01-19 16:14:37 +11:00