Refactorings

This commit is contained in:
2022-01-17 09:44:36 +01:00
parent 6a24ac2a9b
commit 0b09db7b48
120 changed files with 624 additions and 525 deletions

View File

@@ -161,5 +161,9 @@ FORMS += \
src/editor/widgets/actionscontainerwidget.ui src/editor/widgets/actionscontainerwidget.ui
RESOURCES += \ RESOURCES += \
resources_editor.qrc \ src/editor/resources_editor.qrc \
resources_engine.qrc src/engine/resources_engine.qrc
OTHER_FILES += \
src/engine/vulkan_shader_modules/color.frag \
src/engine/vulkan_shader_modules/color.vert

View File

@@ -1,6 +0,0 @@
<RCC>
<qresource prefix="/qtgameengine">
<file>shader_modules/color_frag.spv</file>
<file>shader_modules/color_vert.spv</file>
</qresource>
</RCC>

View File

@@ -22,7 +22,7 @@
<string>Dra&amp;w</string> <string>Dra&amp;w</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/event-draw.png</normaloff>:/qtgameengine/icons/event-draw.png</iconset> <normaloff>:/qtgameengine/icons/event-draw.png</normaloff>:/qtgameengine/icons/event-draw.png</iconset>
</property> </property>
</widget> </widget>
@@ -54,7 +54,7 @@
<string>&amp;Step</string> <string>&amp;Step</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/event-step.png</normaloff>:/qtgameengine/icons/event-step.png</iconset> <normaloff>:/qtgameengine/icons/event-step.png</normaloff>:/qtgameengine/icons/event-step.png</iconset>
</property> </property>
</widget> </widget>
@@ -65,7 +65,7 @@
<string>C&amp;reate</string> <string>C&amp;reate</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/event-create.png</normaloff>:/qtgameengine/icons/event-create.png</iconset> <normaloff>:/qtgameengine/icons/event-create.png</normaloff>:/qtgameengine/icons/event-create.png</iconset>
</property> </property>
</widget> </widget>
@@ -90,7 +90,7 @@
<string>&amp;Destroy</string> <string>&amp;Destroy</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/event-destroy.png</normaloff>:/qtgameengine/icons/event-destroy.png</iconset> <normaloff>:/qtgameengine/icons/event-destroy.png</normaloff>:/qtgameengine/icons/event-destroy.png</iconset>
</property> </property>
</widget> </widget>
@@ -131,7 +131,7 @@
</layout> </layout>
</widget> </widget>
<resources> <resources>
<include location="../../../resources.qrc"/> <include location="../resources_editor.qrc"/>
</resources> </resources>
<connections> <connections>
<connection> <connection>

View File

@@ -14,7 +14,7 @@
<string>Dialog</string> <string>Dialog</string>
</property> </property>
<property name="windowIcon"> <property name="windowIcon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/background-file.png</normaloff>:/qtgameengine/icons/background-file.png</iconset> <normaloff>:/qtgameengine/icons/background-file.png</normaloff>:/qtgameengine/icons/background-file.png</iconset>
</property> </property>
<layout class="QHBoxLayout" name="horizontalLayout" stretch="0,1"> <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,1">
@@ -69,7 +69,7 @@
<string>&amp;Load Background</string> <string>&amp;Load Background</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/open.png</normaloff>:/qtgameengine/icons/open.png</iconset> <normaloff>:/qtgameengine/icons/open.png</normaloff>:/qtgameengine/icons/open.png</iconset>
</property> </property>
</widget> </widget>
@@ -83,7 +83,7 @@
<string>&amp;Save Background</string> <string>&amp;Save Background</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/save.png</normaloff>:/qtgameengine/icons/save.png</iconset> <normaloff>:/qtgameengine/icons/save.png</normaloff>:/qtgameengine/icons/save.png</iconset>
</property> </property>
</widget> </widget>
@@ -97,7 +97,7 @@
<string>&amp;Edit Background</string> <string>&amp;Edit Background</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/edit.png</normaloff>:/qtgameengine/icons/edit.png</iconset> <normaloff>:/qtgameengine/icons/edit.png</normaloff>:/qtgameengine/icons/edit.png</iconset>
</property> </property>
</widget> </widget>
@@ -178,7 +178,7 @@
</layout> </layout>
</widget> </widget>
<resources> <resources>
<include location="../../../resources.qrc"/> <include location="../resources_editor.qrc"/>
</resources> </resources>
<connections> <connections>
<connection> <connection>

View File

@@ -14,7 +14,7 @@
<string>Code Editor</string> <string>Code Editor</string>
</property> </property>
<property name="windowIcon"> <property name="windowIcon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/script-file.png</normaloff>:/qtgameengine/icons/script-file.png</iconset> <normaloff>:/qtgameengine/icons/script-file.png</normaloff>:/qtgameengine/icons/script-file.png</iconset>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout" stretch="0,1"> <layout class="QVBoxLayout" name="verticalLayout" stretch="0,1">
@@ -225,7 +225,7 @@
</layout> </layout>
<action name="actionOk"> <action name="actionOk">
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/ok.png</normaloff>:/qtgameengine/icons/ok.png</iconset> <normaloff>:/qtgameengine/icons/ok.png</normaloff>:/qtgameengine/icons/ok.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@@ -237,7 +237,7 @@
</action> </action>
<action name="actionLoad"> <action name="actionLoad">
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/open.png</normaloff>:/qtgameengine/icons/open.png</iconset> <normaloff>:/qtgameengine/icons/open.png</normaloff>:/qtgameengine/icons/open.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@@ -249,7 +249,7 @@
</action> </action>
<action name="actionSave"> <action name="actionSave">
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/save.png</normaloff>:/qtgameengine/icons/save.png</iconset> <normaloff>:/qtgameengine/icons/save.png</normaloff>:/qtgameengine/icons/save.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@@ -261,7 +261,7 @@
</action> </action>
<action name="actionPrint"> <action name="actionPrint">
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/print.png</normaloff>:/qtgameengine/icons/print.png</iconset> <normaloff>:/qtgameengine/icons/print.png</normaloff>:/qtgameengine/icons/print.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@@ -276,7 +276,7 @@
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/undo.png</normaloff>:/qtgameengine/icons/undo.png</iconset> <normaloff>:/qtgameengine/icons/undo.png</normaloff>:/qtgameengine/icons/undo.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@@ -291,7 +291,7 @@
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/redo.png</normaloff>:/qtgameengine/icons/redo.png</iconset> <normaloff>:/qtgameengine/icons/redo.png</normaloff>:/qtgameengine/icons/redo.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@@ -306,7 +306,7 @@
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/cut.png</normaloff>:/qtgameengine/icons/cut.png</iconset> <normaloff>:/qtgameengine/icons/cut.png</normaloff>:/qtgameengine/icons/cut.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@@ -321,7 +321,7 @@
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/copy.png</normaloff>:/qtgameengine/icons/copy.png</iconset> <normaloff>:/qtgameengine/icons/copy.png</normaloff>:/qtgameengine/icons/copy.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@@ -333,7 +333,7 @@
</action> </action>
<action name="actionPaste"> <action name="actionPaste">
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/paste.png</normaloff>:/qtgameengine/icons/paste.png</iconset> <normaloff>:/qtgameengine/icons/paste.png</normaloff>:/qtgameengine/icons/paste.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@@ -351,7 +351,7 @@
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/find.png</normaloff>:/qtgameengine/icons/find.png</iconset> <normaloff>:/qtgameengine/icons/find.png</normaloff>:/qtgameengine/icons/find.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@@ -369,7 +369,7 @@
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/check.png</normaloff>:/qtgameengine/icons/check.png</iconset> <normaloff>:/qtgameengine/icons/check.png</normaloff>:/qtgameengine/icons/check.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@@ -388,7 +388,7 @@
</customwidget> </customwidget>
</customwidgets> </customwidgets>
<resources> <resources>
<include location="../../../resources.qrc"/> <include location="../resources_editor.qrc"/>
</resources> </resources>
<connections> <connections>
<connection> <connection>

View File

@@ -168,7 +168,7 @@
</layout> </layout>
<action name="actionNew"> <action name="actionNew">
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/new.png</normaloff>:/qtgameengine/icons/new.png</iconset> <normaloff>:/qtgameengine/icons/new.png</normaloff>:/qtgameengine/icons/new.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@@ -177,7 +177,7 @@
</action> </action>
<action name="actionCreateFromFile"> <action name="actionCreateFromFile">
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/open.png</normaloff>:/qtgameengine/icons/open.png</iconset> <normaloff>:/qtgameengine/icons/open.png</normaloff>:/qtgameengine/icons/open.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@@ -186,7 +186,7 @@
</action> </action>
<action name="actionAddFromFile"> <action name="actionAddFromFile">
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/create-group.png</normaloff>:/qtgameengine/icons/create-group.png</iconset> <normaloff>:/qtgameengine/icons/create-group.png</normaloff>:/qtgameengine/icons/create-group.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@@ -198,7 +198,7 @@
</action> </action>
<action name="actionSaveAsPngFile"> <action name="actionSaveAsPngFile">
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/save.png</normaloff>:/qtgameengine/icons/save.png</iconset> <normaloff>:/qtgameengine/icons/save.png</normaloff>:/qtgameengine/icons/save.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@@ -223,7 +223,7 @@
</action> </action>
<action name="actionCloseSavingChanges"> <action name="actionCloseSavingChanges">
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/ok.png</normaloff>:/qtgameengine/icons/ok.png</iconset> <normaloff>:/qtgameengine/icons/ok.png</normaloff>:/qtgameengine/icons/ok.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@@ -232,7 +232,7 @@
</action> </action>
</widget> </widget>
<resources> <resources>
<include location="../../../resources.qrc"/> <include location="../resources_editor.qrc"/>
</resources> </resources>
<connections> <connections>
<connection> <connection>

View File

@@ -14,7 +14,7 @@
<string>Font Properties</string> <string>Font Properties</string>
</property> </property>
<property name="windowIcon"> <property name="windowIcon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/font-file.png</normaloff>:/qtgameengine/icons/font-file.png</iconset> <normaloff>:/qtgameengine/icons/font-file.png</normaloff>:/qtgameengine/icons/font-file.png</iconset>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout"> <layout class="QVBoxLayout" name="verticalLayout">
@@ -220,7 +220,7 @@
</layout> </layout>
</widget> </widget>
<resources> <resources>
<include location="../../../resources.qrc"/> <include location="../resources_editor.qrc"/>
</resources> </resources>
<connections> <connections>
<connection> <connection>

View File

@@ -178,7 +178,7 @@
</layout> </layout>
<action name="actionNew"> <action name="actionNew">
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/new.png</normaloff>:/qtgameengine/icons/new.png</iconset> <normaloff>:/qtgameengine/icons/new.png</normaloff>:/qtgameengine/icons/new.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@@ -190,7 +190,7 @@
</action> </action>
<action name="actionSaveAsPngFile"> <action name="actionSaveAsPngFile">
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/save.png</normaloff>:/qtgameengine/icons/save.png</iconset> <normaloff>:/qtgameengine/icons/save.png</normaloff>:/qtgameengine/icons/save.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@@ -202,7 +202,7 @@
</action> </action>
<action name="actionPreviousImage"> <action name="actionPreviousImage">
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/arrow-left.png</normaloff>:/qtgameengine/icons/arrow-left.png</iconset> <normaloff>:/qtgameengine/icons/arrow-left.png</normaloff>:/qtgameengine/icons/arrow-left.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@@ -214,7 +214,7 @@
</action> </action>
<action name="actionNextImage"> <action name="actionNextImage">
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/arrow-right.png</normaloff>:/qtgameengine/icons/arrow-right.png</iconset> <normaloff>:/qtgameengine/icons/arrow-right.png</normaloff>:/qtgameengine/icons/arrow-right.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@@ -226,7 +226,7 @@
</action> </action>
<action name="actionCloseSavingChanges"> <action name="actionCloseSavingChanges">
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/ok.png</normaloff>:/qtgameengine/icons/ok.png</iconset> <normaloff>:/qtgameengine/icons/ok.png</normaloff>:/qtgameengine/icons/ok.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@@ -238,7 +238,7 @@
</action> </action>
<action name="actionLoad"> <action name="actionLoad">
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/open.png</normaloff>:/qtgameengine/icons/open.png</iconset> <normaloff>:/qtgameengine/icons/open.png</normaloff>:/qtgameengine/icons/open.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@@ -247,7 +247,7 @@
</action> </action>
<action name="actionUndo"> <action name="actionUndo">
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/undo.png</normaloff>:/qtgameengine/icons/undo.png</iconset> <normaloff>:/qtgameengine/icons/undo.png</normaloff>:/qtgameengine/icons/undo.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@@ -256,7 +256,7 @@
</action> </action>
<action name="actionRedo"> <action name="actionRedo">
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/redo.png</normaloff>:/qtgameengine/icons/redo.png</iconset> <normaloff>:/qtgameengine/icons/redo.png</normaloff>:/qtgameengine/icons/redo.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@@ -307,7 +307,7 @@
</customwidget> </customwidget>
</customwidgets> </customwidgets>
<resources> <resources>
<include location="../../../resources.qrc"/> <include location="../resources_editor.qrc"/>
</resources> </resources>
<connections> <connections>
<connection> <connection>

View File

@@ -42,7 +42,7 @@
<string>&amp;Add</string> <string>&amp;Add</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/add.png</normaloff>:/qtgameengine/icons/add.png</iconset> <normaloff>:/qtgameengine/icons/add.png</normaloff>:/qtgameengine/icons/add.png</iconset>
</property> </property>
</widget> </widget>
@@ -56,7 +56,7 @@
<string>&amp;Change</string> <string>&amp;Change</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/replace.png</normaloff>:/qtgameengine/icons/replace.png</iconset> <normaloff>:/qtgameengine/icons/replace.png</normaloff>:/qtgameengine/icons/replace.png</iconset>
</property> </property>
</widget> </widget>
@@ -70,7 +70,7 @@
<string>&amp;Delete</string> <string>&amp;Delete</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/delete.png</normaloff>:/qtgameengine/icons/delete.png</iconset> <normaloff>:/qtgameengine/icons/delete.png</normaloff>:/qtgameengine/icons/delete.png</iconset>
</property> </property>
</widget> </widget>
@@ -84,7 +84,7 @@
<string>&amp;Clear</string> <string>&amp;Clear</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/new.png</normaloff>:/qtgameengine/icons/new.png</iconset> <normaloff>:/qtgameengine/icons/new.png</normaloff>:/qtgameengine/icons/new.png</iconset>
</property> </property>
</widget> </widget>
@@ -107,7 +107,7 @@
</layout> </layout>
</widget> </widget>
<resources> <resources>
<include location="../../../resources.qrc"/> <include location="../resources_editor.qrc"/>
</resources> </resources>
<connections> <connections>
<connection> <connection>

View File

@@ -14,7 +14,7 @@
<string>Information about all Objects</string> <string>Information about all Objects</string>
</property> </property>
<property name="windowIcon"> <property name="windowIcon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/object-file.png</normaloff>:/qtgameengine/icons/object-file.png</iconset> <normaloff>:/qtgameengine/icons/object-file.png</normaloff>:/qtgameengine/icons/object-file.png</iconset>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout" stretch="0,1"> <layout class="QVBoxLayout" name="verticalLayout" stretch="0,1">
@@ -58,7 +58,7 @@
</layout> </layout>
<action name="actionOk"> <action name="actionOk">
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/ok.png</normaloff>:/qtgameengine/icons/ok.png</iconset> <normaloff>:/qtgameengine/icons/ok.png</normaloff>:/qtgameengine/icons/ok.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@@ -70,7 +70,7 @@
</action> </action>
<action name="actionSave"> <action name="actionSave">
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/save.png</normaloff>:/qtgameengine/icons/save.png</iconset> <normaloff>:/qtgameengine/icons/save.png</normaloff>:/qtgameengine/icons/save.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@@ -82,7 +82,7 @@
</action> </action>
<action name="actionPrint"> <action name="actionPrint">
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/print.png</normaloff>:/qtgameengine/icons/print.png</iconset> <normaloff>:/qtgameengine/icons/print.png</normaloff>:/qtgameengine/icons/print.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@@ -94,7 +94,7 @@
</action> </action>
</widget> </widget>
<resources> <resources>
<include location="../../../resources.qrc"/> <include location="../resources_editor.qrc"/>
</resources> </resources>
<connections> <connections>
<connection> <connection>

View File

@@ -14,7 +14,7 @@
<string>Object Properties</string> <string>Object Properties</string>
</property> </property>
<property name="windowIcon"> <property name="windowIcon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/object-file.png</normaloff>:/qtgameengine/icons/object-file.png</iconset> <normaloff>:/qtgameengine/icons/object-file.png</normaloff>:/qtgameengine/icons/object-file.png</iconset>
</property> </property>
<layout class="QHBoxLayout" name="horizontalLayout_4" stretch="0,0,1"> <layout class="QHBoxLayout" name="horizontalLayout_4" stretch="0,0,1">
@@ -305,7 +305,7 @@
<string>Show Information</string> <string>Show Information</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/info.png</normaloff>:/qtgameengine/icons/info.png</iconset> <normaloff>:/qtgameengine/icons/info.png</normaloff>:/qtgameengine/icons/info.png</iconset>
</property> </property>
</widget> </widget>
@@ -421,7 +421,7 @@
</customwidget> </customwidget>
</customwidgets> </customwidgets>
<resources> <resources>
<include location="../../../resources.qrc"/> <include location="../resources_editor.qrc"/>
</resources> </resources>
<connections> <connections>
<connection> <connection>

View File

@@ -14,7 +14,7 @@
<string>Path Properties</string> <string>Path Properties</string>
</property> </property>
<property name="windowIcon"> <property name="windowIcon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/path-file.png</normaloff>:/qtgameengine/icons/path-file.png</iconset> <normaloff>:/qtgameengine/icons/path-file.png</normaloff>:/qtgameengine/icons/path-file.png</iconset>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_2" stretch="0,1"> <layout class="QVBoxLayout" name="verticalLayout_2" stretch="0,1">
@@ -412,7 +412,7 @@
</layout> </layout>
<action name="actionOk"> <action name="actionOk">
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/ok.png</normaloff>:/qtgameengine/icons/ok.png</iconset> <normaloff>:/qtgameengine/icons/ok.png</normaloff>:/qtgameengine/icons/ok.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@@ -424,7 +424,7 @@
</action> </action>
<action name="actionUndo"> <action name="actionUndo">
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/undo.png</normaloff>:/qtgameengine/icons/undo.png</iconset> <normaloff>:/qtgameengine/icons/undo.png</normaloff>:/qtgameengine/icons/undo.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@@ -436,7 +436,7 @@
</action> </action>
<action name="actionClear"> <action name="actionClear">
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/new.png</normaloff>:/qtgameengine/icons/new.png</iconset> <normaloff>:/qtgameengine/icons/new.png</normaloff>:/qtgameengine/icons/new.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@@ -448,7 +448,7 @@
</action> </action>
<action name="actionReverse"> <action name="actionReverse">
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/rotate.png</normaloff>:/qtgameengine/icons/rotate.png</iconset> <normaloff>:/qtgameengine/icons/rotate.png</normaloff>:/qtgameengine/icons/rotate.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@@ -460,7 +460,7 @@
</action> </action>
<action name="actionShift"> <action name="actionShift">
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/move.png</normaloff>:/qtgameengine/icons/move.png</iconset> <normaloff>:/qtgameengine/icons/move.png</normaloff>:/qtgameengine/icons/move.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@@ -472,7 +472,7 @@
</action> </action>
<action name="actionMirrorHorizontally"> <action name="actionMirrorHorizontally">
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/flip-horizontal.png</normaloff>:/qtgameengine/icons/flip-horizontal.png</iconset> <normaloff>:/qtgameengine/icons/flip-horizontal.png</normaloff>:/qtgameengine/icons/flip-horizontal.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@@ -484,7 +484,7 @@
</action> </action>
<action name="actionMirrorVertically"> <action name="actionMirrorVertically">
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/flip-vertical.png</normaloff>:/qtgameengine/icons/flip-vertical.png</iconset> <normaloff>:/qtgameengine/icons/flip-vertical.png</normaloff>:/qtgameengine/icons/flip-vertical.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@@ -496,7 +496,7 @@
</action> </action>
<action name="actionRotate"> <action name="actionRotate">
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/rotate.png</normaloff>:/qtgameengine/icons/rotate.png</iconset> <normaloff>:/qtgameengine/icons/rotate.png</normaloff>:/qtgameengine/icons/rotate.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@@ -508,7 +508,7 @@
</action> </action>
<action name="actionScale"> <action name="actionScale">
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/scale.png</normaloff>:/qtgameengine/icons/scale.png</iconset> <normaloff>:/qtgameengine/icons/scale.png</normaloff>:/qtgameengine/icons/scale.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@@ -520,7 +520,7 @@
</action> </action>
<action name="actionShiftLeft"> <action name="actionShiftLeft">
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/arrow-left.png</normaloff>:/qtgameengine/icons/arrow-left.png</iconset> <normaloff>:/qtgameengine/icons/arrow-left.png</normaloff>:/qtgameengine/icons/arrow-left.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@@ -532,7 +532,7 @@
</action> </action>
<action name="actionShiftRight"> <action name="actionShiftRight">
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/arrow-right.png</normaloff>:/qtgameengine/icons/arrow-right.png</iconset> <normaloff>:/qtgameengine/icons/arrow-right.png</normaloff>:/qtgameengine/icons/arrow-right.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@@ -544,7 +544,7 @@
</action> </action>
<action name="actionShiftUp"> <action name="actionShiftUp">
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/arrow-up.png</normaloff>:/qtgameengine/icons/arrow-up.png</iconset> <normaloff>:/qtgameengine/icons/arrow-up.png</normaloff>:/qtgameengine/icons/arrow-up.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@@ -556,7 +556,7 @@
</action> </action>
<action name="actionShiftDown"> <action name="actionShiftDown">
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/arrow-down.png</normaloff>:/qtgameengine/icons/arrow-down.png</iconset> <normaloff>:/qtgameengine/icons/arrow-down.png</normaloff>:/qtgameengine/icons/arrow-down.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@@ -568,7 +568,7 @@
</action> </action>
<action name="actionCenterView"> <action name="actionCenterView">
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/center.png</normaloff>:/qtgameengine/icons/center.png</iconset> <normaloff>:/qtgameengine/icons/center.png</normaloff>:/qtgameengine/icons/center.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@@ -586,7 +586,7 @@
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/grid.png</normaloff>:/qtgameengine/icons/grid.png</iconset> <normaloff>:/qtgameengine/icons/grid.png</normaloff>:/qtgameengine/icons/grid.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@@ -606,7 +606,7 @@
</customwidget> </customwidget>
</customwidgets> </customwidgets>
<resources> <resources>
<include location="../../../resources.qrc"/> <include location="../resources_editor.qrc"/>
</resources> </resources>
<connections> <connections>
<connection> <connection>

View File

@@ -14,7 +14,7 @@
<string>Room Properties</string> <string>Room Properties</string>
</property> </property>
<property name="windowIcon"> <property name="windowIcon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/room-file.png</normaloff>:/qtgameengine/icons/room-file.png</iconset> <normaloff>:/qtgameengine/icons/room-file.png</normaloff>:/qtgameengine/icons/room-file.png</iconset>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_2" stretch="0,1"> <layout class="QVBoxLayout" name="verticalLayout_2" stretch="0,1">
@@ -92,8 +92,10 @@
</widget> </widget>
</item> </item>
<item> <item>
<layout class="QHBoxLayout" name="horizontalLayout" stretch="0,1"> <widget class="QSplitter" name="splitter">
<item> <property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<widget class="QTabWidget" name="tabWidget"> <widget class="QTabWidget" name="tabWidget">
<property name="tabPosition"> <property name="tabPosition">
<enum>QTabWidget::West</enum> <enum>QTabWidget::West</enum>
@@ -131,8 +133,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>222</width> <width>683</width>
<height>331</height> <height>333</height>
</rect> </rect>
</property> </property>
<property name="alignment"> <property name="alignment">
@@ -327,7 +329,7 @@
<string>CreationCode</string> <string>CreationCode</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/script.png</normaloff>:/qtgameengine/icons/script.png</iconset> <normaloff>:/qtgameengine/icons/script.png</normaloff>:/qtgameengine/icons/script.png</iconset>
</property> </property>
</widget> </widget>
@@ -378,9 +380,8 @@
</attribute> </attribute>
</widget> </widget>
</widget> </widget>
</item> <widget class="QWidget" name="layoutWidget">
<item> <layout class="QVBoxLayout">
<layout class="QVBoxLayout" name="verticalLayout_7" stretch="1,0">
<item> <item>
<widget class="QScrollArea" name="scrollAreaRoom"> <widget class="QScrollArea" name="scrollAreaRoom">
<property name="alignment"> <property name="alignment">
@@ -402,13 +403,13 @@
<widget class="QStatusBar" name="statusbar"/> <widget class="QStatusBar" name="statusbar"/>
</item> </item>
</layout> </layout>
</item> </widget>
</layout> </widget>
</item> </item>
</layout> </layout>
<action name="actionOk"> <action name="actionOk">
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/ok.png</normaloff>:/qtgameengine/icons/ok.png</iconset> <normaloff>:/qtgameengine/icons/ok.png</normaloff>:/qtgameengine/icons/ok.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@@ -420,7 +421,7 @@
</action> </action>
<action name="actionUndo"> <action name="actionUndo">
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/undo.png</normaloff>:/qtgameengine/icons/undo.png</iconset> <normaloff>:/qtgameengine/icons/undo.png</normaloff>:/qtgameengine/icons/undo.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@@ -432,7 +433,7 @@
</action> </action>
<action name="actionClear"> <action name="actionClear">
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/new.png</normaloff>:/qtgameengine/icons/new.png</iconset> <normaloff>:/qtgameengine/icons/new.png</normaloff>:/qtgameengine/icons/new.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@@ -444,7 +445,7 @@
</action> </action>
<action name="actionShift"> <action name="actionShift">
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/arrow-right.png</normaloff>:/qtgameengine/icons/arrow-right.png</iconset> <normaloff>:/qtgameengine/icons/arrow-right.png</normaloff>:/qtgameengine/icons/arrow-right.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@@ -456,7 +457,7 @@
</action> </action>
<action name="actionSortX"> <action name="actionSortX">
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/sort-x.png</normaloff>:/qtgameengine/icons/sort-x.png</iconset> <normaloff>:/qtgameengine/icons/sort-x.png</normaloff>:/qtgameengine/icons/sort-x.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@@ -468,7 +469,7 @@
</action> </action>
<action name="actionSortY"> <action name="actionSortY">
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/sort-y.png</normaloff>:/qtgameengine/icons/sort-y.png</iconset> <normaloff>:/qtgameengine/icons/sort-y.png</normaloff>:/qtgameengine/icons/sort-y.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@@ -480,7 +481,7 @@
</action> </action>
<action name="actionLock"> <action name="actionLock">
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/lock.png</normaloff>:/qtgameengine/icons/lock.png</iconset> <normaloff>:/qtgameengine/icons/lock.png</normaloff>:/qtgameengine/icons/lock.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@@ -492,7 +493,7 @@
</action> </action>
<action name="actionUnlock"> <action name="actionUnlock">
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/unlock.png</normaloff>:/qtgameengine/icons/unlock.png</iconset> <normaloff>:/qtgameengine/icons/unlock.png</normaloff>:/qtgameengine/icons/unlock.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@@ -510,7 +511,7 @@
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/grid.png</normaloff>:/qtgameengine/icons/grid.png</iconset> <normaloff>:/qtgameengine/icons/grid.png</normaloff>:/qtgameengine/icons/grid.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@@ -525,7 +526,7 @@
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/isometric.png</normaloff>:/qtgameengine/icons/isometric.png</iconset> <normaloff>:/qtgameengine/icons/isometric.png</normaloff>:/qtgameengine/icons/isometric.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@@ -608,7 +609,7 @@
</customwidget> </customwidget>
</customwidgets> </customwidgets>
<resources> <resources>
<include location="../../../resources.qrc"/> <include location="../resources_editor.qrc"/>
</resources> </resources>
<connections> <connections>
<connection> <connection>

View File

@@ -14,7 +14,7 @@
<string>Sound Properties</string> <string>Sound Properties</string>
</property> </property>
<property name="windowIcon"> <property name="windowIcon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/sound-file.png</normaloff>:/qtgameengine/icons/sound-file.png</iconset> <normaloff>:/qtgameengine/icons/sound-file.png</normaloff>:/qtgameengine/icons/sound-file.png</iconset>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_4"> <layout class="QVBoxLayout" name="verticalLayout_4">
@@ -50,7 +50,7 @@
<string>&amp;Load Sound</string> <string>&amp;Load Sound</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/open.png</normaloff>:/qtgameengine/icons/open.png</iconset> <normaloff>:/qtgameengine/icons/open.png</normaloff>:/qtgameengine/icons/open.png</iconset>
</property> </property>
</widget> </widget>
@@ -64,7 +64,7 @@
<string notr="true"/> <string notr="true"/>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/run.png</normaloff>:/qtgameengine/icons/run.png</iconset> <normaloff>:/qtgameengine/icons/run.png</normaloff>:/qtgameengine/icons/run.png</iconset>
</property> </property>
</widget> </widget>
@@ -78,7 +78,7 @@
<string notr="true"/> <string notr="true"/>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/exit.png</normaloff>:/qtgameengine/icons/exit.png</iconset> <normaloff>:/qtgameengine/icons/exit.png</normaloff>:/qtgameengine/icons/exit.png</iconset>
</property> </property>
</widget> </widget>
@@ -94,7 +94,7 @@
<string>Sa&amp;ve Sound</string> <string>Sa&amp;ve Sound</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/save.png</normaloff>:/qtgameengine/icons/save.png</iconset> <normaloff>:/qtgameengine/icons/save.png</normaloff>:/qtgameengine/icons/save.png</iconset>
</property> </property>
</widget> </widget>
@@ -292,7 +292,7 @@
<string>&amp;Edit Sound</string> <string>&amp;Edit Sound</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/sound.png</normaloff>:/qtgameengine/icons/sound.png</iconset> <normaloff>:/qtgameengine/icons/sound.png</normaloff>:/qtgameengine/icons/sound.png</iconset>
</property> </property>
</widget> </widget>
@@ -325,7 +325,7 @@
</layout> </layout>
</widget> </widget>
<resources> <resources>
<include location="../../../resources.qrc"/> <include location="../resources_editor.qrc"/>
</resources> </resources>
<connections> <connections>
<connection> <connection>

View File

@@ -14,7 +14,7 @@
<string>Sprite Properties</string> <string>Sprite Properties</string>
</property> </property>
<property name="windowIcon"> <property name="windowIcon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/sprite-file.png</normaloff>:/qtgameengine/icons/sprite-file.png</iconset> <normaloff>:/qtgameengine/icons/sprite-file.png</normaloff>:/qtgameengine/icons/sprite-file.png</iconset>
</property> </property>
<layout class="QHBoxLayout" name="horizontalLayout" stretch="0,0,1"> <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,0,1">
@@ -67,7 +67,7 @@
<string>&amp;Load Sprite</string> <string>&amp;Load Sprite</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/open.png</normaloff>:/qtgameengine/icons/open.png</iconset> <normaloff>:/qtgameengine/icons/open.png</normaloff>:/qtgameengine/icons/open.png</iconset>
</property> </property>
</widget> </widget>
@@ -81,7 +81,7 @@
<string>&amp;Save Sprite</string> <string>&amp;Save Sprite</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/save.png</normaloff>:/qtgameengine/icons/save.png</iconset> <normaloff>:/qtgameengine/icons/save.png</normaloff>:/qtgameengine/icons/save.png</iconset>
</property> </property>
</widget> </widget>
@@ -95,7 +95,7 @@
<string>&amp;Edit Sprite</string> <string>&amp;Edit Sprite</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/edit.png</normaloff>:/qtgameengine/icons/edit.png</iconset> <normaloff>:/qtgameengine/icons/edit.png</normaloff>:/qtgameengine/icons/edit.png</iconset>
</property> </property>
</widget> </widget>
@@ -339,7 +339,7 @@
</layout> </layout>
</widget> </widget>
<resources> <resources>
<include location="../../../resources.qrc"/> <include location="../resources_editor.qrc"/>
</resources> </resources>
<connections> <connections>
<connection> <connection>

View File

@@ -14,7 +14,7 @@
<string>Time Line Properties</string> <string>Time Line Properties</string>
</property> </property>
<property name="windowIcon"> <property name="windowIcon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/timeline-file.png</normaloff>:/qtgameengine/icons/timeline-file.png</iconset> <normaloff>:/qtgameengine/icons/timeline-file.png</normaloff>:/qtgameengine/icons/timeline-file.png</iconset>
</property> </property>
<layout class="QHBoxLayout" name="horizontalLayout" stretch="0,0,1"> <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,0,1">
@@ -61,7 +61,7 @@
<string>&amp;Add</string> <string>&amp;Add</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/add.png</normaloff>:/qtgameengine/icons/add.png</iconset> <normaloff>:/qtgameengine/icons/add.png</normaloff>:/qtgameengine/icons/add.png</iconset>
</property> </property>
</widget> </widget>
@@ -75,7 +75,7 @@
<string>&amp;Change</string> <string>&amp;Change</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/replace.png</normaloff>:/qtgameengine/icons/replace.png</iconset> <normaloff>:/qtgameengine/icons/replace.png</normaloff>:/qtgameengine/icons/replace.png</iconset>
</property> </property>
</widget> </widget>
@@ -89,7 +89,7 @@
<string>&amp;Delete</string> <string>&amp;Delete</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/delete.png</normaloff>:/qtgameengine/icons/delete.png</iconset> <normaloff>:/qtgameengine/icons/delete.png</normaloff>:/qtgameengine/icons/delete.png</iconset>
</property> </property>
</widget> </widget>
@@ -103,7 +103,7 @@
<string>&amp;Shift</string> <string>&amp;Shift</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/arrow-right.png</normaloff>:/qtgameengine/icons/arrow-right.png</iconset> <normaloff>:/qtgameengine/icons/arrow-right.png</normaloff>:/qtgameengine/icons/arrow-right.png</iconset>
</property> </property>
</widget> </widget>
@@ -117,7 +117,7 @@
<string>C&amp;lear</string> <string>C&amp;lear</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/new.png</normaloff>:/qtgameengine/icons/new.png</iconset> <normaloff>:/qtgameengine/icons/new.png</normaloff>:/qtgameengine/icons/new.png</iconset>
</property> </property>
</widget> </widget>
@@ -131,7 +131,7 @@
<string>D&amp;uplicate</string> <string>D&amp;uplicate</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/copy.png</normaloff>:/qtgameengine/icons/copy.png</iconset> <normaloff>:/qtgameengine/icons/copy.png</normaloff>:/qtgameengine/icons/copy.png</iconset>
</property> </property>
</widget> </widget>
@@ -158,7 +158,7 @@
<string>S&amp;pread</string> <string>S&amp;pread</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/scale.png</normaloff>:/qtgameengine/icons/scale.png</iconset> <normaloff>:/qtgameengine/icons/scale.png</normaloff>:/qtgameengine/icons/scale.png</iconset>
</property> </property>
</widget> </widget>
@@ -172,7 +172,7 @@
<string>&amp;Merge</string> <string>&amp;Merge</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/merge.png</normaloff>:/qtgameengine/icons/merge.png</iconset> <normaloff>:/qtgameengine/icons/merge.png</normaloff>:/qtgameengine/icons/merge.png</iconset>
</property> </property>
</widget> </widget>
@@ -201,7 +201,7 @@
<string>Show &amp;Information</string> <string>Show &amp;Information</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/info.png</normaloff>:/qtgameengine/icons/info.png</iconset> <normaloff>:/qtgameengine/icons/info.png</normaloff>:/qtgameengine/icons/info.png</iconset>
</property> </property>
</widget> </widget>
@@ -278,7 +278,7 @@
</customwidget> </customwidget>
</customwidgets> </customwidgets>
<resources> <resources>
<include location="../../../resources.qrc"/> <include location="../resources_editor.qrc"/>
</resources> </resources>
<connections> <connections>
<connection> <connection>

View File

@@ -40,7 +40,7 @@
<string>&amp;Load</string> <string>&amp;Load</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/open.png</normaloff>:/qtgameengine/icons/open.png</iconset> <normaloff>:/qtgameengine/icons/open.png</normaloff>:/qtgameengine/icons/open.png</iconset>
</property> </property>
</widget> </widget>
@@ -54,7 +54,7 @@
<string>&amp;Delete</string> <string>&amp;Delete</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/delete.png</normaloff>:/qtgameengine/icons/delete.png</iconset> <normaloff>:/qtgameengine/icons/delete.png</normaloff>:/qtgameengine/icons/delete.png</iconset>
</property> </property>
</widget> </widget>
@@ -68,7 +68,7 @@
<string>&amp;Add</string> <string>&amp;Add</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/add.png</normaloff>:/qtgameengine/icons/add.png</iconset> <normaloff>:/qtgameengine/icons/add.png</normaloff>:/qtgameengine/icons/add.png</iconset>
</property> </property>
</widget> </widget>
@@ -82,7 +82,7 @@
<string>&amp;Clear</string> <string>&amp;Clear</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/new.png</normaloff>:/qtgameengine/icons/new.png</iconset> <normaloff>:/qtgameengine/icons/new.png</normaloff>:/qtgameengine/icons/new.png</iconset>
</property> </property>
</widget> </widget>
@@ -96,7 +96,7 @@
<string>&amp;Save</string> <string>&amp;Save</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/save.png</normaloff>:/qtgameengine/icons/save.png</iconset> <normaloff>:/qtgameengine/icons/save.png</normaloff>:/qtgameengine/icons/save.png</iconset>
</property> </property>
</widget> </widget>
@@ -246,7 +246,7 @@
</layout> </layout>
</widget> </widget>
<resources> <resources>
<include location="../../../resources.qrc"/> <include location="../resources_editor.qrc"/>
</resources> </resources>
<connections> <connections>
<connection> <connection>

View File

@@ -14,7 +14,7 @@
<string>User-Defined Constants</string> <string>User-Defined Constants</string>
</property> </property>
<property name="windowIcon"> <property name="windowIcon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/constants.png</normaloff>:/qtgameengine/icons/constants.png</iconset> <normaloff>:/qtgameengine/icons/constants.png</normaloff>:/qtgameengine/icons/constants.png</iconset>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_2" stretch="1,0"> <layout class="QVBoxLayout" name="verticalLayout_2" stretch="1,0">
@@ -39,7 +39,7 @@
<string>&amp;Insert</string> <string>&amp;Insert</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/add.png</normaloff>:/qtgameengine/icons/add.png</iconset> <normaloff>:/qtgameengine/icons/add.png</normaloff>:/qtgameengine/icons/add.png</iconset>
</property> </property>
</widget> </widget>
@@ -53,7 +53,7 @@
<string>&amp;Sort</string> <string>&amp;Sort</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/sort.png</normaloff>:/qtgameengine/icons/sort.png</iconset> <normaloff>:/qtgameengine/icons/sort.png</normaloff>:/qtgameengine/icons/sort.png</iconset>
</property> </property>
</widget> </widget>
@@ -67,7 +67,7 @@
<string>&amp;Delete</string> <string>&amp;Delete</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/delete.png</normaloff>:/qtgameengine/icons/delete.png</iconset> <normaloff>:/qtgameengine/icons/delete.png</normaloff>:/qtgameengine/icons/delete.png</iconset>
</property> </property>
</widget> </widget>
@@ -81,7 +81,7 @@
<string>&amp;Load</string> <string>&amp;Load</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/open.png</normaloff>:/qtgameengine/icons/open.png</iconset> <normaloff>:/qtgameengine/icons/open.png</normaloff>:/qtgameengine/icons/open.png</iconset>
</property> </property>
</widget> </widget>
@@ -95,7 +95,7 @@
<string>&amp;Up</string> <string>&amp;Up</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/arrow-up.png</normaloff>:/qtgameengine/icons/arrow-up.png</iconset> <normaloff>:/qtgameengine/icons/arrow-up.png</normaloff>:/qtgameengine/icons/arrow-up.png</iconset>
</property> </property>
</widget> </widget>
@@ -109,7 +109,7 @@
<string>&amp;Add</string> <string>&amp;Add</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/add.png</normaloff>:/qtgameengine/icons/add.png</iconset> <normaloff>:/qtgameengine/icons/add.png</normaloff>:/qtgameengine/icons/add.png</iconset>
</property> </property>
</widget> </widget>
@@ -123,7 +123,7 @@
<string>&amp;Clear</string> <string>&amp;Clear</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/new.png</normaloff>:/qtgameengine/icons/new.png</iconset> <normaloff>:/qtgameengine/icons/new.png</normaloff>:/qtgameengine/icons/new.png</iconset>
</property> </property>
</widget> </widget>
@@ -137,7 +137,7 @@
<string>Do&amp;wn</string> <string>Do&amp;wn</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/arrow-down.png</normaloff>:/qtgameengine/icons/arrow-down.png</iconset> <normaloff>:/qtgameengine/icons/arrow-down.png</normaloff>:/qtgameengine/icons/arrow-down.png</iconset>
</property> </property>
</widget> </widget>
@@ -151,7 +151,7 @@
<string>Sa&amp;ve</string> <string>Sa&amp;ve</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../resources.qrc"> <iconset resource="../resources_editor.qrc">
<normaloff>:/qtgameengine/icons/save.png</normaloff>:/qtgameengine/icons/save.png</iconset> <normaloff>:/qtgameengine/icons/save.png</normaloff>:/qtgameengine/icons/save.png</iconset>
</property> </property>
</widget> </widget>
@@ -174,7 +174,7 @@
</layout> </layout>
</widget> </widget>
<resources> <resources>
<include location="../../../resources.qrc"/> <include location="../resources_editor.qrc"/>
</resources> </resources>
<connections> <connections>
<connection> <connection>

View File

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

View File

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

Before

Width:  |  Height:  |  Size: 8.6 KiB

After

Width:  |  Height:  |  Size: 8.6 KiB

View File

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

View File

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

View File

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

Before

Width:  |  Height:  |  Size: 9.9 KiB

After

Width:  |  Height:  |  Size: 9.9 KiB

View File

Before

Width:  |  Height:  |  Size: 8.0 KiB

After

Width:  |  Height:  |  Size: 8.0 KiB

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 6.6 KiB

View File

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

View File

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

Before

Width:  |  Height:  |  Size: 9.4 KiB

After

Width:  |  Height:  |  Size: 9.4 KiB

View File

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

View File

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

Before

Width:  |  Height:  |  Size: 7.6 KiB

After

Width:  |  Height:  |  Size: 7.6 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Some files were not shown because too many files have changed in this diff Show More