Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge pull request #8041 from 3nids/user_doc_auto_screenshots
Automatic creation of screenshots for user documentation
- Loading branch information
Showing
with
544 additions
and 8 deletions.
- +9 −0 python/gui/auto_generated/qgisinterface.sip.in
- +6 −0 src/app/CMakeLists.txt
- +21 −1 src/app/main.cpp
- +18 −5 src/app/qgisapp.cpp
- +13 −1 src/app/qgisapp.h
- +5 −0 src/app/qgisappinterface.cpp
- +2 −0 src/app/qgisappinterface.h
- +355 −0 src/app/qgsappscreenshots.cpp
- +98 −0 src/app/qgsappscreenshots.h
- +1 −1 src/app/qgsoptions.h
- +2 −0 src/app/qgsrasterlayerproperties.h
- +2 −0 src/app/qgsvectorlayerproperties.h
- +8 −0 src/gui/qgisinterface.h
- +2 −0 src/gui/symbology/qgs25drendererwidget.h
- +2 −0 src/gui/symbology/qgsrendererpropertiesdialog.h
Oops, something went wrong.