[QGIS Commit] [qgis/Quantum-GIS] f4c5bc: Split QgsCollapsibleGroupBox into basic class and ...

GitHub noreply at github.com
Mon Feb 11 19:37:37 PST 2013


  Branch: refs/heads/master
  Home:   https://github.com/qgis/Quantum-GIS
  Commit: f4c5bc8a560c8886f2429a8a50b577175ad0cf33
      https://github.com/qgis/Quantum-GIS/commit/f4c5bc8a560c8886f2429a8a50b577175ad0cf33
  Author: Larry Shaffer <larrys at dakotacarto.com>
  Date:   2013-02-11 (Mon, 11 Feb 2013)

  Changed paths:
    M python/gui/qgscollapsiblegroupbox.sip
    M python/plugins/GdalTools/tools/widgetDEM.ui
    M python/plugins/GdalTools/tools/widgetTranslate.ui
    M src/app/qgslabelinggui.cpp
    M src/app/qgslabelinggui.h
    M src/gui/qgscollapsiblegroupbox.cpp
    M src/gui/qgscollapsiblegroupbox.h
    M src/ui/qgscomposeritemwidgetbase.ui
    M src/ui/qgslabelingguibase.ui
    M src/ui/qgsoptionsbase.ui
    M src/ui/qgsprojectpropertiesbase.ui
    M src/ui/qgsrasterlayerpropertiesbase.ui
    M src/ui/qgsrasterlayersaveasdialogbase.ui

  Log Message:
  -----------
  Split QgsCollapsibleGroupBox into basic class and subclass that auto-saves collapsed state

- Split authored by Etienne Tourigny
- Add Q_PROPERTY declarations to make some class properties settable for promoted widget in QtDesigner (by Olivier Dalang)
- Update existing .ui files with dynamic properties (but not saveCheckedState, which should be cautiously used)
- Update sip file so both classes are available





More information about the QGIS-commit mailing list