Skip to content

Commit

Permalink
Merge pull request #884 from FashionFreedom/issue-883-update-history-…
Browse files Browse the repository at this point in the history
…dialog

feat: Improve history dialog
  • Loading branch information
slspencer committed Mar 20, 2023
2 parents 76b752d + 658d047 commit 81693cd
Show file tree
Hide file tree
Showing 28 changed files with 6,496 additions and 2,390 deletions.
381 changes: 278 additions & 103 deletions share/translations/seamly2d_cs_CZ.ts

Large diffs are not rendered by default.

349 changes: 294 additions & 55 deletions share/translations/seamly2d_de_DE.ts

Large diffs are not rendered by default.

355 changes: 291 additions & 64 deletions share/translations/seamly2d_el_GR.ts

Large diffs are not rendered by default.

349 changes: 294 additions & 55 deletions share/translations/seamly2d_en_CA.ts

Large diffs are not rendered by default.

349 changes: 294 additions & 55 deletions share/translations/seamly2d_en_IN.ts

Large diffs are not rendered by default.

349 changes: 294 additions & 55 deletions share/translations/seamly2d_en_US.ts

Large diffs are not rendered by default.

349 changes: 294 additions & 55 deletions share/translations/seamly2d_es_ES.ts

Large diffs are not rendered by default.

381 changes: 278 additions & 103 deletions share/translations/seamly2d_fi_FI.ts

Large diffs are not rendered by default.

351 changes: 293 additions & 58 deletions share/translations/seamly2d_fr_FR.ts

Large diffs are not rendered by default.

411 changes: 263 additions & 148 deletions share/translations/seamly2d_he_IL.ts

Large diffs are not rendered by default.

411 changes: 263 additions & 148 deletions share/translations/seamly2d_id_ID.ts

Large diffs are not rendered by default.

353 changes: 292 additions & 61 deletions share/translations/seamly2d_it_IT.ts

Large diffs are not rendered by default.

341 changes: 302 additions & 39 deletions share/translations/seamly2d_nl_NL.ts

Large diffs are not rendered by default.

367 changes: 285 additions & 82 deletions share/translations/seamly2d_pt_BR.ts

Large diffs are not rendered by default.

381 changes: 278 additions & 103 deletions share/translations/seamly2d_ro_RO.ts

Large diffs are not rendered by default.

349 changes: 294 additions & 55 deletions share/translations/seamly2d_ru_RU.ts

Large diffs are not rendered by default.

349 changes: 294 additions & 55 deletions share/translations/seamly2d_uk_UA.ts

Large diffs are not rendered by default.

413 changes: 262 additions & 151 deletions share/translations/seamly2d_zh_CN.ts

Large diffs are not rendered by default.

628 changes: 0 additions & 628 deletions src/app/seamly2d/dialogs/dialoghistory.cpp

This file was deleted.

124 changes: 0 additions & 124 deletions src/app/seamly2d/dialogs/dialoghistory.h

This file was deleted.

174 changes: 0 additions & 174 deletions src/app/seamly2d/dialogs/dialoghistory.ui

This file was deleted.

2 changes: 1 addition & 1 deletion src/app/seamly2d/dialogs/dialogs.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
#ifndef DIALOGS_H
#define DIALOGS_H

#include "dialoghistory.h"
#include "history_dialog.h"
#include "dialogvariables.h"
#include "dialogpatternproperties.h"
#include "dialognewpattern.h"
Expand Down
6 changes: 3 additions & 3 deletions src/app/seamly2d/dialogs/dialogs.pri
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ HEADERS += \
$$PWD/calculator_dialog.h \
$$PWD/decimalchart_dialog.h \
$$PWD/dialogs.h \
$$PWD/dialoghistory.h \
$$PWD/dialogpatternproperties.h \
$$PWD/dialognewpattern.h \
$$PWD/dialogaboutapp.h \
$$PWD/dialoglayoutsettings.h \
$$PWD/dialoglayoutprogress.h \
$$PWD/dialogvariables.h \
$$PWD/export_layout_dialog.h \
$$PWD/history_dialog.h \
$$PWD/pieces_widget.h \
$$PWD/shortcuts_dialog.h \
$$PWD/show_info_dialog.h \
Expand All @@ -28,14 +28,14 @@ HEADERS += \
SOURCES += \
$$PWD/calculator_dialog.cpp \
$$PWD/decimalchart_dialog.cpp \
$$PWD/dialoghistory.cpp \
$$PWD/dialogpatternproperties.cpp \
$$PWD/dialognewpattern.cpp \
$$PWD/dialogaboutapp.cpp \
$$PWD/dialoglayoutsettings.cpp \
$$PWD/dialoglayoutprogress.cpp \
$$PWD/dialogvariables.cpp \
$$PWD/export_layout_dialog.cpp \
$$PWD/history_dialog.cpp \
$$PWD/pieces_widget.cpp \
$$PWD/shortcuts_dialog.cpp \
$$PWD/show_info_dialog.cpp \
Expand All @@ -51,14 +51,14 @@ SOURCES += \
FORMS += \
$$PWD/calculator_dialog.ui \
$$PWD/decimalchart_dialog.ui \
$$PWD/dialoghistory.ui \
$$PWD/dialogpatternproperties.ui \
$$PWD/dialognewpattern.ui \
$$PWD/dialogaboutapp.ui \
$$PWD/dialoglayoutsettings.ui \
$$PWD/dialoglayoutprogress.ui \
$$PWD/dialogvariables.ui \
$$PWD/export_layout_dialog.ui \
$$PWD/history_dialog.ui \
$$PWD/pieces_widget.ui \
$$PWD/shortcuts_dialog.ui \
$$PWD/show_info_dialog.ui \
Expand Down

0 comments on commit 81693cd

Please sign in to comment.