Skip to content

Commit c966dbf

Browse files
committedMar 21, 2013
[FEATURE] Update QgsColorButton to offer live color chooser updates and show transparent checkerboard background
- Add option to Options for live color chooser support (QgsColorDialog) - Add ability to define whether QgsColorButton accepts live updates (default: true) - Move QgsColorButton to single subclass of QPushButton - Show different button types relative to whether button has text - Add transparent checkerboard background for chosen colors with alpha < 255 - Fix triple-modal window issue for Mac (with regards to using native color dialog) - Composer item frame now supports transparency - Composer item background transparency support moved to color dialog - Composer composition grid now supports transparency
1 parent 661df0e commit c966dbf

File tree

74 files changed

+1379
-1287
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+1379
-1287
lines changed
 

‎images/images.qrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@
279279
<file>themes/default/symbologyUp.png</file>
280280
<file>themes/default/tracking.png</file>
281281
<file>themes/default/transformed.png</file>
282+
<file>themes/default/transp-background_8x8.png</file>
282283
<file>themes/default/user.png</file>
283284
<file>themes/default/mActionAddHtml.png</file>
284285
<file>themes/gis/mActionAddArrow.png</file>
135 Bytes
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.