Denis Rouzaud
0f032e5f2d
run pre-commit on all files
2024-11-29 15:38:02 +01:00
Nyall Dawson
23cef9f554
Partially make script utils Qt6 compatible
2024-01-22 05:46:15 +10:00
Etienne Trimaille
da8bb1db43
Python - Run pyupgrade on some Python files
2023-02-02 06:46:47 +10:00
Nyall Dawson
77be95feac
Update default toolbar locations
...
- Hide annotation and mesh digitizing toolbars by default
- Move selection toolbar to top row to avoid three rows of toolbars
2021-09-28 20:14:49 +10:00
Bas Couwenberg
2628c480c5
Don't include revision in sources.
...
Prevent changes to files that weren't changed between releases.
This eases review of the changes between releases significantly.
2019-05-17 16:47:47 +02:00
lbartoletti
99ae08a2aa
use with open as block
2018-04-08 10:08:04 +02:00
Loïc Bartoletti
002c020859
Convert script to python3 and pep8 it
2018-02-22 19:45:37 +01:00
Webmaster
65f6a909b1
[ui] update mkuidefaults.py script
2018-02-18 19:00:04 +07:00
Alessandro Pasotti
23ae508798
[addlayerbutton] Data Source Manager toolbar and menu
...
This implements the proposal from @SrNeto:
- new toolbar with the new dialog button and
all the "new" data soource buttons
- old layer toolbar hidden by default
- new dialog open from first item in layer menu
2017-06-02 16:57:45 +02:00
Juergen E. Fischer
c77172ed3d
fix more flake8 warnings
2017-03-05 10:21:24 +01:00
Juergen E. Fischer
d9349e5bbb
update configuration settings to qgis3
2016-10-06 11:40:42 +02:00
Juergen E. Fischer
6e66eef1ef
add missing copyright headers
2016-06-03 10:33:09 +02:00
Matthias Kuhn
a349e702cc
Fix from PyQt.xy
> from qgis.PyQt.xy
import leftovers
2016-05-14 00:38:19 +02:00
Juergen E. Fischer
93aedcd14d
scripts/mkuidefaults.py: switch to PyQt wrappers and reformat
2016-03-21 17:00:26 +01:00
Juergen E. Fischer
956c155e8f
fix python pep8 warnings and fix some revealed errors
...
pep8 --ignore=E111,E128,E201,E202,E203,E211,E221,E222,E225,E226,E227,E231,E241,E261,E265,E272,E302,E303,E501,E701 \
--exclude="ui_*.py,debian/*,python/ext-libs/*" \
.
2015-02-01 20:46:47 +01:00
Pirmin Kalberer
3d6e46856a
Updated UI defaults (toolbars and panels) for app and composer
2013-07-10 23:16:42 +02:00
Juergen E. Fischer
4ea2769d92
- move ui defaults to ui_defaults.h
...
- add scripts/mkuidefaults.py to create ui_defaults.h from current
setting
- default ui state with two toolbar rows (fixes #8117 )
- update plugin registry state of nsis installer
2013-06-19 23:08:55 +02:00