Skip to content

Commit

Permalink
Removing dashboard view which resolves #1521
Browse files Browse the repository at this point in the history
  • Loading branch information
dvorka committed Jan 8, 2024
1 parent e9e0dc7 commit 1374a26
Show file tree
Hide file tree
Showing 26 changed files with 3,573 additions and 3,755 deletions.
7 changes: 4 additions & 3 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
2024-01-?? Martin Dvorak <[email protected]>
2024-02-?? Martin Dvorak <[email protected]>

* Released v2.0.0 - major release which removes features which are not used
in practices and brings several new features.
* Feature: Notebook Tree view brings ability to organize Notebooks to
and outline.
* Feature: Libraries bring ability to index external PDF files and generate
Notebooks which represent them in MindForger (update and removal of the
library supported as well.
Notebooks which represent them in MindForger. Synchronization and removal
of the library supported as well.
* Feature: New left side toolbar which runs various tools
(like Wikipedia, arXiv, StackOverflow, ...) on phrase which is the current
context (Notebook or Note name, selected text or text under the cursor, ...)
Expand All @@ -23,6 +23,7 @@
* Fix: Missing OOTB Eisenhower Matrix is automatically added back to
the list of Organizers.
* Fix: Conflicting menu keyboard shortcuts resolved.
* Deprecation: dashboard view removed.

2023-01-15 Martin Dvorak <[email protected]>

Expand Down
4 changes: 0 additions & 4 deletions app/app.pro
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,6 @@ HEADERS += \
src/qt/navigator_presenter.h \
src/qt/main_toolbar_view.h \
src/qt/dialogs/export_file_dialog.h \
src/qt/dashboard_view.h \
src/qt/dashboard_presenter.h \
src/qt/widgets/edit_buttons_panel.h \
src/qt/widgets/edit_name_panel.h \
src/qt/widgets/view_to_edit_buttons_panel.h \
Expand Down Expand Up @@ -454,8 +452,6 @@ SOURCES += \
src/qt/navigator_presenter.cpp \
src/qt/main_toolbar_view.cpp \
src/qt/dialogs/export_file_dialog.cpp \
src/qt/dashboard_view.cpp \
src/qt/dashboard_presenter.cpp \
src/qt/widgets/edit_buttons_panel.cpp \
src/qt/widgets/edit_name_panel.cpp \
src/qt/widgets/view_to_edit_buttons_panel.cpp \
Expand Down
1,342 changes: 712 additions & 630 deletions app/resources/qt/translations/mindforger_cs.ts

Large diffs are not rendered by default.

1,342 changes: 712 additions & 630 deletions app/resources/qt/translations/mindforger_en.ts

Large diffs are not rendered by default.

1,336 changes: 709 additions & 627 deletions app/resources/qt/translations/mindforger_nerd_cs.ts

Large diffs are not rendered by default.

1,336 changes: 709 additions & 627 deletions app/resources/qt/translations/mindforger_nerd_en.ts

Large diffs are not rendered by default.

1,342 changes: 712 additions & 630 deletions app/resources/qt/translations/mindforger_zh_cn.ts

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions app/src/qt/dashboard/dashboardlet_welcome.cpp

This file was deleted.

143 changes: 0 additions & 143 deletions app/src/qt/dashboard_presenter.cpp

This file was deleted.

81 changes: 0 additions & 81 deletions app/src/qt/dashboard_presenter.h

This file was deleted.

105 changes: 0 additions & 105 deletions app/src/qt/dashboard_view.cpp

This file was deleted.

Loading

0 comments on commit 1374a26

Please sign in to comment.