Skip to content

Commit

Permalink
Zoom buttons and toolbar config
Browse files Browse the repository at this point in the history
added toolbar buttons for zoom in/out (#217)
changed structure config to a more general toolbar config
tweaked some icons
  • Loading branch information
Cubitect committed Jun 28, 2023
1 parent e4437b3 commit 26e5ed7
Show file tree
Hide file tree
Showing 24 changed files with 360 additions and 268 deletions.
8 changes: 4 additions & 4 deletions cubiomes-viewer.pro
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ SOURCES += \
src/formsearchcontrol.cpp \
src/gotodialog.cpp \
src/headless.cpp \
src/maptoolsdialog.cpp \
src/message.cpp \
src/presetdialog.cpp \
src/protobasedialog.cpp \
Expand All @@ -118,7 +119,6 @@ SOURCES += \
src/tabtriggers.cpp \
src/mainwindow.cpp \
src/main.cpp \
src/structuredialog.cpp \
src/world.cpp

HEADERS += \
Expand Down Expand Up @@ -168,6 +168,7 @@ HEADERS += \
src/formsearchcontrol.h \
src/gotodialog.h \
src/headless.h \
src/maptoolsdialog.h \
src/message.h \
src/presetdialog.h \
src/protobasedialog.h \
Expand All @@ -184,7 +185,6 @@ HEADERS += \
src/tabstructures.h \
src/tabtriggers.h \
src/mainwindow.h \
src/structuredialog.h \
src/world.h

FORMS += \
Expand All @@ -198,15 +198,15 @@ FORMS += \
src/formgen48.ui \
src/formsearchcontrol.ui \
src/gotodialog.ui \
src/maptoolsdialog.ui \
src/presetdialog.ui \
src/protobasedialog.ui \
src/layerdialog.ui \
src/mainwindow.ui \
src/rangedialog.ui \
src/tabbiomes.ui \
src/tabstructures.ui \
src/tabtriggers.ui \
src/structuredialog.ui
src/tabtriggers.ui


RESOURCES += \
Expand Down
3 changes: 3 additions & 0 deletions rc/icons.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,8 @@
<file>icons/well_d.png</file>
<file>icons/geode_d.png</file>
<file>icons/geode.png</file>
<file>icons/zoom_in.png</file>
<file>icons/zoom_out.png</file>
<file>icons/zoom.png</file>
</qresource>
</RCC>
Binary file modified rc/icons/grid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified rc/icons/grid_d.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified rc/icons/origin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added rc/icons/zoom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added rc/icons/zoom_in.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added rc/icons/zoom_out.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified rc/lang/de_DE.qm
Binary file not shown.
Loading

0 comments on commit 26e5ed7

Please sign in to comment.