85 Commits

Author SHA1 Message Date
Matthias Kuhn
55a256f9f2
Merge pull request #5065 from DelazJ/typos
Fix some wording and spelling
2018-05-07 09:23:30 +02:00
Nyall Dawson
e0fa2c2700 Partially revert "fix and bring back scroll area into custom widgets"
This reverts commit 5dce8edb95fc2432dedcac3d860bd5d46b16a436.

The custom widget is still causing isseus - refs #18065
2018-02-23 10:06:10 +10:00
Harrissou Sant-anna
ac88f2afe9 Fix some wording and spelling 2018-01-21 12:38:31 +01:00
Nyall Dawson
4da1ce8404 Drop redundant virtual keywords on overrides
Run clang-tidy modernize-use-override to remove all the redundant
virtual keywords from overridden methods, and add some missing
overrides.

Another benefit is that this has also added the overrides
on destructors, which will cause a build failure if a base
class is missing a virtual destructor.
2017-12-16 08:49:36 +10:00
Nyall Dawson
a15b54d997 Swap missing 0->nullptr and add missing overrides 2017-12-12 21:14:58 +11:00
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