Skip to content

Commit

Permalink
[bugfix][hidpi] Scalable SVG theme cursors
Browse files Browse the repository at this point in the history
Add support for SVG cursor:

      ZoomIn,
      ZoomOut,
      Identify,
      CrossHair,
      CapturePoint,
      Select,
      Sampler,

Icons are provisional: they need some love from
a decent graphics designer.

Fixes #12671
  • Loading branch information
elpaso committed Nov 27, 2017
1 parent 72553a6 commit 7ae8e16
Show file tree
Hide file tree
Showing 35 changed files with 663 additions and 322 deletions.
7 changes: 7 additions & 0 deletions images/images.qrc
Expand Up @@ -604,6 +604,13 @@
<file>themes/default/mActionResizeSquare.svg</file>
<file>themes/default/mSourceFields.svg</file>
<file>flags/zh_Hant.svg</file>
<file>themes/default/cursors/mCapturePoint.svg</file>
<file>themes/default/cursors/mCrossHair.svg</file>
<file>themes/default/cursors/mSampler.svg</file>
<file>themes/default/cursors/mSelect.svg</file>
<file>themes/default/cursors/mZoomIn.svg</file>
<file>themes/default/cursors/mZoomOut.svg</file>
<file>themes/default/cursors/mIdentify.svg</file>
</qresource>
<qresource prefix="/images/tips">
<file alias="symbol_levels.png">qgis_tips/symbol_levels.png</file>
Expand Down
1 change: 1 addition & 0 deletions images/themes/default/cursors/mCapturePoint.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
63 changes: 63 additions & 0 deletions images/themes/default/cursors/mCrossHair.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
74 changes: 74 additions & 0 deletions images/themes/default/cursors/mIdentify.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 52 additions & 0 deletions images/themes/default/cursors/mSampler.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
68 changes: 68 additions & 0 deletions images/themes/default/cursors/mSelect.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7ae8e16

Please sign in to comment.