[QGIS Commit] [qgis/Quantum-GIS] 950f6a: Update collapsible groupbox with checkbox and styl...

GitHub noreply at github.com
Tue Sep 11 10:06:05 PDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/qgis/Quantum-GIS
  Commit: 950f6a99731da38d9976e8a56099c315f5af102c
      https://github.com/qgis/Quantum-GIS/commit/950f6a99731da38d9976e8a56099c315f5af102c
  Author: Larry Shaffer <larrys at dakotacarto.com>
  Date:   2012-09-11 (Tue, 11 Sep 2012)

  Changed paths:
    M images/images.qrc
    A images/themes/default/mIconCollapse.png
    A images/themes/default/mIconExpand.png
    M src/gui/qgscollapsiblegroupbox.cpp
    M src/gui/qgscollapsiblegroupbox.h
    M src/ui/qgsrasterlayersaveasdialogbase.ui

  Log Message:
  -----------
  Update collapsible groupbox with checkbox and styles


  Commit: 5ee0ab60004e86995713af0e5a1aeefcad9a663a
      https://github.com/qgis/Quantum-GIS/commit/5ee0ab60004e86995713af0e5a1aeefcad9a663a
  Author: Etienne Tourigny <etourigny.dev at gmail.com>
  Date:   2012-09-11 (Tue, 11 Sep 2012)

  Changed paths:
    M src/gui/qgscollapsiblegroupbox.cpp
    M src/gui/qgscollapsiblegroupbox.h

  Log Message:
  -----------
  UI fixes to QgsCollapsibleGroupBox


  Commit: 3caf80a811d3dc4930b86b3dcce136df68edbf96
      https://github.com/qgis/Quantum-GIS/commit/3caf80a811d3dc4930b86b3dcce136df68edbf96
  Author: Etienne Tourigny <etourigny.dev at gmail.com>
  Date:   2012-09-11 (Tue, 11 Sep 2012)

  Changed paths:
    M src/gui/qgsrasterlayersaveasdialog.cpp
    M src/gui/qgsrasterlayersaveasdialog.h
    M src/ui/qgsrasterlayersaveasdialogbase.ui

  Log Message:
  -----------
  adapt raster save as dialog to changes in collapsible group box


  Commit: b54a3eb6a99009d1315fbc89e89f3a272906b54c
      https://github.com/qgis/Quantum-GIS/commit/b54a3eb6a99009d1315fbc89e89f3a272906b54c
  Author: Larry Shaffer <larrys at dakotacarto.com>
  Date:   2012-09-11 (Tue, 11 Sep 2012)

  Changed paths:
    M src/gui/qgscollapsiblegroupbox.cpp
    M src/gui/qgscollapsiblegroupbox.h

  Log Message:
  -----------
  Remove margin fix and tighten up spacing


  Commit: 849b83ee7b78b2e56214c3f47bf31252b99fb62e
      https://github.com/qgis/Quantum-GIS/commit/849b83ee7b78b2e56214c3f47bf31252b99fb62e
  Author: Larry Shaffer <larrys at dakotacarto.com>
  Date:   2012-09-11 (Tue, 11 Sep 2012)

  Changed paths:
    M src/ui/qgsrasterlayersaveasdialogbase.ui

  Log Message:
  -----------
  Move non-groupbox form widgets out of scroll area


  Commit: 0ee89e2470872ec9c9cf825e041eae749b3db512
      https://github.com/qgis/Quantum-GIS/commit/0ee89e2470872ec9c9cf825e041eae749b3db512
  Author: Larry Shaffer <larrys at dakotacarto.com>
  Date:   2012-09-11 (Tue, 11 Sep 2012)

  Changed paths:
    M src/app/qgslabelinggui.cpp
    M src/gui/qgscollapsiblegroupbox.cpp
    M src/gui/qgscollapsiblegroupbox.h
    M src/ui/qgslabelingguibase.ui

  Log Message:
  -----------
  Different approach, fixes several issues

- Just set max height instead of hiding widgets
- Default is to show expanded
- Removed check in favor of just toggled signal
- setCollapsed() now sets desired state for first show, if not visible
- Added another test with Adv Labeling dialog (all grpbxs are now collapsible)
- Wording cleanup


  Commit: 1767523456115d234550009d35a078cb550ed45e
      https://github.com/qgis/Quantum-GIS/commit/1767523456115d234550009d35a078cb550ed45e
  Author: Etienne Tourigny <etourigny.dev at gmail.com>
  Date:   2012-09-11 (Tue, 11 Sep 2012)

  Changed paths:
    M src/gui/qgscollapsiblegroupbox.cpp

  Log Message:
  -----------
  UI tweaks


  Commit: 3876b3ee6b7165b2014ff439772f87a70ffff626
      https://github.com/qgis/Quantum-GIS/commit/3876b3ee6b7165b2014ff439772f87a70ffff626
  Author: Larry Shaffer <larrys at dakotacarto.com>
  Date:   2012-09-11 (Tue, 11 Sep 2012)

  Changed paths:
    M src/app/qgslabelinggui.cpp
    M src/ui/qgslabelingguibase.ui

  Log Message:
  -----------
  Update adv labeling groupbox layout


  Commit: 0cc5923a7516e6476af7b7f3126930dbc2599c53
      https://github.com/qgis/Quantum-GIS/commit/0cc5923a7516e6476af7b7f3126930dbc2599c53
  Author: Etienne Tourigny <etourigny.dev at gmail.com>
  Date:   2012-09-11 (Tue, 11 Sep 2012)

  Changed paths:
    M src/gui/qgscollapsiblegroupbox.cpp
    M src/gui/qgscollapsiblegroupbox.h

  Log Message:
  -----------
  allow to expand/collapse when clicking on title


  Commit: 234db453c797a57e51cd2fec30cf6b886a1e0d3d
      https://github.com/qgis/Quantum-GIS/commit/234db453c797a57e51cd2fec30cf6b886a1e0d3d
  Author: Etienne Tourigny <etourigny.dev at gmail.com>
  Date:   2012-09-11 (Tue, 11 Sep 2012)

  Changed paths:
    M src/gui/qgscollapsiblegroupbox.cpp
    M src/gui/qgscollapsiblegroupbox.h

  Log Message:
  -----------
  add updateStyle() slot - to call when application style/style sheet changes


  Commit: d1a7a0014b216fd874406799268841ec8be01624
      https://github.com/qgis/Quantum-GIS/commit/d1a7a0014b216fd874406799268841ec8be01624
  Author: Etienne Tourigny <etourigny.dev at gmail.com>
  Date:   2012-09-11 (Tue, 11 Sep 2012)

  Changed paths:
    M src/gui/qgscollapsiblegroupbox.cpp
    M src/gui/qgscollapsiblegroupbox.h

  Log Message:
  -----------
  add save/load state and titleRect()


  Commit: 6787a875b06dcac811740dc7005897f45204974f
      https://github.com/qgis/Quantum-GIS/commit/6787a875b06dcac811740dc7005897f45204974f
  Author: Larry Shaffer <larrys at dakotacarto.com>
  Date:   2012-09-11 (Tue, 11 Sep 2012)

  Changed paths:
    M src/gui/qgscollapsiblegroupbox.cpp

  Log Message:
  -----------
  Increase padding for collapsed groupbox


Compare: https://github.com/qgis/Quantum-GIS/compare/73ca04ebf3c6...6787a875b06d


More information about the QGIS-commit mailing list