Harrissou Sant-anna
|
ed99ba9d08
|
Updating some dialogs caption
|
2018-02-21 03:35:22 +01:00 |
|
Nyall Dawson
|
0799835292
|
Fix clazy skipped-base-method warnings
|
2018-02-02 19:52:01 +11:00 |
|
Juergen E. Fischer
|
a1024905bf
|
fix windows warnings
|
2017-11-07 21:44:54 +01:00 |
|
Harrissou Sant-anna
|
f5025cc668
|
Use a more appropriate dialog title for message boxes
and capitalise first letters
|
2017-10-27 01:43:26 +02:00 |
|
Nyall Dawson
|
5a14a928cd
|
Fix corrupted text in buttons
|
2017-10-18 10:25:36 +10:00 |
|
Nyall Dawson
|
fea2726c1c
|
Flip autoconnected slots to explicit connections, pt 1
|
2017-10-09 07:30:52 +10:00 |
|
Nyall Dawson
|
a87d352bd7
|
Run clang-tidy modernize-use-default-member-init to move member
initialization to headers (c++11 style)
|
2017-09-27 05:02:34 +10:00 |
|
Nyall Dawson
|
7afec4bd98
|
Cleanup pointer comparisons to nullptr
|
2017-09-11 17:11:50 +10:00 |
|
Nyall Dawson
|
ba64e3e533
|
Remove redundant initializations
Fixes when a member is initialized both in the header and
source to the same initial value
(via clang-tidy modernize-use-default-member-init fixit)
|
2017-09-11 17:09:35 +10:00 |
|
Jorge Gustavo Rocha
|
fe59a19e17
|
Change all ocurrences on_buttonBox_helpRequested to showHelp
Add help button to 3 dialogs
Fix missing QStringLiteral
Fix CMakeLists.txt indentation
Fix qhelp.h and qgis_sip.h includes with <>
|
2017-08-15 23:51:03 +02:00 |
|
Jorge Gustavo Rocha
|
3a103b7c62
|
Refactoring of all help calls, deprecating QgsContextHelp and the former helviewer
|
2017-08-09 09:27:29 +02:00 |
|
Nyall Dawson
|
f69d1c2065
|
Convert isolated '...' strings to '…'
Ideally we'd replace ALL ... instances to …, but need to
first work out how to avoid the translation burden of this
change
|
2017-06-05 09:56:58 +10:00 |
|
Nyall Dawson
|
ae59e35dac
|
Complete daily allocation of Qt5 connect transitions
|
2017-04-04 09:40:25 +10:00 |
|
Denis Rouzaud
|
e7079eead9
|
run astyle on src/gui
|
2017-03-03 09:09:37 +01:00 |
|
Denis Rouzaud
|
0a63d1f2c2
|
[spellcheck] properly look into various cases and add more fixes"
|
2017-01-16 16:39:20 +01:00 |
|
Nyall Dawson
|
ef0131dfe3
|
Optimise destructors (pt 3)
|
2017-01-02 09:54:33 +10:00 |
|
Nyall Dawson
|
4166a3ea62
|
Fix most clazy qstring-unneeded-heap-allocations warnings
By flipping string literals to QStringLiteral/QLatin1String
see
https://woboq.com/blog/qstringliteral.html
|
2016-10-24 15:26:24 +10:00 |
|
Nyall Dawson
|
2fb8695dbe
|
Use isEmpty() rather than size() to check for empty lists
|
2016-10-24 10:36:24 +10:00 |
|
Nyall Dawson
|
44289084e9
|
Optimise passing of variables by ref/value
|
2016-10-24 10:36:23 +10:00 |
|
Even Rouault
|
773d6132dd
|
SQL composer dialog: improve search in table combobox
|
2016-06-07 12:25:42 +02:00 |
|
Even Rouault
|
9b92100ff8
|
[WFS provider] Improve tooltip of SQL statement field when joins are possible, and a warning when specifying a geometry field of another layer in the selected columns
|
2016-06-06 16:16:31 +02:00 |
|
Even Rouault
|
58bbdcb5e3
|
SQL composer dialog: truncate too long function prototypes in combobox
|
2016-06-06 15:26:12 +02:00 |
|
Juergen E. Fischer
|
797826ea5b
|
spelling fixes
|
2016-05-31 03:36:27 +02:00 |
|
Juergen E. Fischer
|
5cfcf8468f
|
translation string fixes
|
2016-05-20 09:23:57 +02:00 |
|
Even Rouault
|
84129604a9
|
Add a QgsSQLComposerDialog GUI to edit QgsSQLStatement
|
2016-05-12 23:24:39 +02:00 |
|