Skip to content

Commit

Permalink
2024 > 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
dvorka committed Jan 26, 2025
1 parent c2392b4 commit 8d3c7a3
Show file tree
Hide file tree
Showing 502 changed files with 520 additions and 523 deletions.
6 changes: 3 additions & 3 deletions app/app.pro
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# app.pro Qt project file for MindForger Qt-based frontend
#
# Copyright (C) 2016-2024 Martin Dvorak <[email protected]>
# Copyright (C) 2016-2025 Martin Dvorak <[email protected]>
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
Expand Down Expand Up @@ -192,9 +192,9 @@ INCLUDEPATH += ./src/qt/spelling
#
win32{
QMAKE_CXXFLAGS += /MP

# DISABLED ccache as it causes compilation error:
# "C1090: PDB API call failed, error code '23'" when used
# "C1090: PDB API call failed, error code '23'" when used
# when used w/ MS VS compiler:
# !mfnoccache { QMAKE_CXX = ccache $$QMAKE_CXX }
} else {
Expand Down
2 changes: 1 addition & 1 deletion app/src/qt/assoc_leaderboard_model.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
assoc_leaderboard_model.cpp MindForger thinking notebook
Copyright (C) 2016-2024 Martin Dvorak <[email protected]>
Copyright (C) 2016-2025 Martin Dvorak <[email protected]>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion app/src/qt/assoc_leaderboard_model.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
assoc_leaderboard_model.h MindForger thinking notebook
Copyright (C) 2016-2024 Martin Dvorak <[email protected]>
Copyright (C) 2016-2025 Martin Dvorak <[email protected]>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion app/src/qt/assoc_leaderboard_presenter.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
assoc_leaderboard_presenter.cpp MindForger thinking notebook
Copyright (C) 2016-2024 Martin Dvorak <[email protected]>
Copyright (C) 2016-2025 Martin Dvorak <[email protected]>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion app/src/qt/assoc_leaderboard_presenter.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
assoc_leaderboard_presenter.h MindForger thinking notebook
Copyright (C) 2016-2024 Martin Dvorak <[email protected]>
Copyright (C) 2016-2025 Martin Dvorak <[email protected]>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion app/src/qt/assoc_leaderboard_view.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
assoc_leaderboard_view.cpp MindForger thinking notebook
Copyright (C) 2016-2024 Martin Dvorak <[email protected]>
Copyright (C) 2016-2025 Martin Dvorak <[email protected]>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion app/src/qt/assoc_leaderboard_view.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
assoc_leaderboard_view.h MindForger thinking notebook
Copyright (C) 2016-2024 Martin Dvorak <[email protected]>
Copyright (C) 2016-2025 Martin Dvorak <[email protected]>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion app/src/qt/cli_n_breadcrumbs_presenter.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
cli_n_breadcrumbs_presenter.cpp MindForger thinking notebook
Copyright (C) 2016-2024 Martin Dvorak <[email protected]>
Copyright (C) 2016-2025 Martin Dvorak <[email protected]>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion app/src/qt/cli_n_breadcrumbs_presenter.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
cli_n_breadcrumbs_presenter.cpp MindForger thinking notebook
Copyright (C) 2016-2024 Martin Dvorak <[email protected]>
Copyright (C) 2016-2025 Martin Dvorak <[email protected]>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion app/src/qt/cli_n_breadcrumbs_view.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
cli_n_breadcrumbs_view.cpp MindForger thinking notebook
Copyright (C) 2016-2024 Martin Dvorak <[email protected]>
Copyright (C) 2016-2025 Martin Dvorak <[email protected]>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion app/src/qt/cli_n_breadcrumbs_view.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
cli_n_breadcrumbs_view.h MindForger thinking notebook
Copyright (C) 2016-2024 Martin Dvorak <[email protected]>
Copyright (C) 2016-2025 Martin Dvorak <[email protected]>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion app/src/qt/dialogs/add_library_dialog.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
add_library_dialog.cpp MindForger thinking notebook
Copyright (C) 2016-2024 Martin Dvorak <[email protected]>
Copyright (C) 2016-2025 Martin Dvorak <[email protected]>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion app/src/qt/dialogs/add_library_dialog.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
add_library_dialog.h MindForger thinking notebook
Copyright (C) 2016-2024 Martin Dvorak <[email protected]>
Copyright (C) 2016-2025 Martin Dvorak <[email protected]>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion app/src/qt/dialogs/configuration_dialog.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
configuration_dialog.cpp MindForger thinking notebook
Copyright (C) 2016-2024 Martin Dvorak <[email protected]>
Copyright (C) 2016-2025 Martin Dvorak <[email protected]>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion app/src/qt/dialogs/configuration_dialog.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
configuration_dialog.h MindForger thinking notebook
Copyright (C) 2016-2024 Martin Dvorak <[email protected]>
Copyright (C) 2016-2025 Martin Dvorak <[email protected]>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion app/src/qt/dialogs/export_csv_file_dialog.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
export_csv_file_dialog.cpp MindForger thinking notebook
Copyright (C) 2016-2024 Martin Dvorak <[email protected]>
Copyright (C) 2016-2025 Martin Dvorak <[email protected]>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion app/src/qt/dialogs/export_csv_file_dialog.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
export_csv_file_dialog.h MindForger thinking notebook
Copyright (C) 2016-2024 Martin Dvorak <[email protected]>
Copyright (C) 2016-2025 Martin Dvorak <[email protected]>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion app/src/qt/dialogs/export_file_dialog.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
export_file_dialog.cpp MindForger thinking notebook
Copyright (C) 2016-2024 Martin Dvorak <[email protected]>
Copyright (C) 2016-2025 Martin Dvorak <[email protected]>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion app/src/qt/dialogs/export_file_dialog.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
export_file_dialog.h MindForger thinking notebook
Copyright (C) 2016-2024 Martin Dvorak <[email protected]>
Copyright (C) 2016-2025 Martin Dvorak <[email protected]>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion app/src/qt/dialogs/find_note_by_name_dialog.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
find_note_by_name_dialog.cpp MindForger thinking notebook
Copyright (C) 2016-2024 Martin Dvorak <[email protected]>
Copyright (C) 2016-2025 Martin Dvorak <[email protected]>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion app/src/qt/dialogs/find_note_by_name_dialog.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
find_note_by_name_dialog.h MindForger thinking notebook
Copyright (C) 2016-2024 Martin Dvorak <[email protected]>
Copyright (C) 2016-2025 Martin Dvorak <[email protected]>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion app/src/qt/dialogs/find_note_by_tag_dialog.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
find_note_by_tag_dialog.cpp MindForger thinking notebook
Copyright (C) 2016-2024 Martin Dvorak <[email protected]>
Copyright (C) 2016-2025 Martin Dvorak <[email protected]>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion app/src/qt/dialogs/find_note_by_tag_dialog.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
find_note_by_tag_dialog.h MindForger thinking notebook
Copyright (C) 2016-2024 Martin Dvorak <[email protected]>
Copyright (C) 2016-2025 Martin Dvorak <[email protected]>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion app/src/qt/dialogs/find_outline_by_name_dialog.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
find_outline_by_name_dialog.cpp MindForger thinking notebook
Copyright (C) 2016-2024 Martin Dvorak <[email protected]>
Copyright (C) 2016-2025 Martin Dvorak <[email protected]>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion app/src/qt/dialogs/find_outline_by_name_dialog.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
find_outline_by_name_dialog.h MindForger thinking notebook
Copyright (C) 2016-2024 Martin Dvorak <[email protected]>
Copyright (C) 2016-2025 Martin Dvorak <[email protected]>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion app/src/qt/dialogs/find_outline_by_tag_dialog.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
find_outline_by_tag.cpp MindForger thinking notebook
Copyright (C) 2016-2024 Martin Dvorak <[email protected]>
Copyright (C) 2016-2025 Martin Dvorak <[email protected]>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion app/src/qt/dialogs/find_outline_by_tag_dialog.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
find_outline_by_tag.h MindForger thinking notebook
Copyright (C) 2016-2024 Martin Dvorak <[email protected]>
Copyright (C) 2016-2025 Martin Dvorak <[email protected]>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion app/src/qt/dialogs/fts_dialog.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
fts_dialog.cpp MindForger thinking notebook
Copyright (C) 2016-2024 Martin Dvorak <[email protected]>
Copyright (C) 2016-2025 Martin Dvorak <[email protected]>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion app/src/qt/dialogs/fts_dialog.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
fts_dialog.h MindForger thinking notebook
Copyright (C) 2016-2024 Martin Dvorak <[email protected]>
Copyright (C) 2016-2025 Martin Dvorak <[email protected]>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion app/src/qt/dialogs/fts_dialog_presenter.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
fts_dialog_presenter.cpp MindForger thinking notebook
Copyright (C) 2016-2024 Martin Dvorak <[email protected]>
Copyright (C) 2016-2025 Martin Dvorak <[email protected]>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion app/src/qt/dialogs/fts_dialog_presenter.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
fts_dialog_presenter.h MindForger thinking notebook
Copyright (C) 2016-2024 Martin Dvorak <[email protected]>
Copyright (C) 2016-2025 Martin Dvorak <[email protected]>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion app/src/qt/dialogs/insert_image_dialog.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
insert_image_dialog.cpp MindForger thinking notebook
Copyright (C) 2016-2024 Martin Dvorak <[email protected]>
Copyright (C) 2016-2025 Martin Dvorak <[email protected]>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion app/src/qt/dialogs/insert_image_dialog.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
insert_image_dialog.h MindForger thinking notebook
Copyright (C) 2016-2024 Martin Dvorak <[email protected]>
Copyright (C) 2016-2025 Martin Dvorak <[email protected]>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion app/src/qt/dialogs/insert_link_dialog.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
insert_link_dialog.cpp MindForger thinking notebook
Copyright (C) 2016-2024 Martin Dvorak <[email protected]>
Copyright (C) 2016-2025 Martin Dvorak <[email protected]>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion app/src/qt/dialogs/insert_link_dialog.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
insert_link_dialog.h MindForger thinking notebook
Copyright (C) 2016-2024 Martin Dvorak <[email protected]>
Copyright (C) 2016-2025 Martin Dvorak <[email protected]>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion app/src/qt/dialogs/new_file_dialog.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
new_file_dialog.cpp MindForger thinking notebook
Copyright (C) 2016-2024 Martin Dvorak <[email protected]>
Copyright (C) 2016-2025 Martin Dvorak <[email protected]>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion app/src/qt/dialogs/new_file_dialog.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
new_file_dialog.h MindForger thinking notebook
Copyright (C) 2016-2024 Martin Dvorak <[email protected]>
Copyright (C) 2016-2025 Martin Dvorak <[email protected]>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion app/src/qt/dialogs/new_repository_dialog.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
new_repository_dialog.cpp MindForger thinking notebook
Copyright (C) 2016-2024 Martin Dvorak <[email protected]>
Copyright (C) 2016-2025 Martin Dvorak <[email protected]>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion app/src/qt/dialogs/new_repository_dialog.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
new_repository_dialog.h MindForger thinking notebook
Copyright (C) 2016-2024 Martin Dvorak <[email protected]>
Copyright (C) 2016-2025 Martin Dvorak <[email protected]>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion app/src/qt/dialogs/note_edit_dialog.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
note_edit_dialog.cpp MindForger thinking notebook
Copyright (C) 2016-2024 Martin Dvorak <[email protected]>
Copyright (C) 2016-2025 Martin Dvorak <[email protected]>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion app/src/qt/dialogs/note_edit_dialog.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
note_edit_dialog.h MindForger thinking notebook
Copyright (C) 2016-2024 Martin Dvorak <[email protected]>
Copyright (C) 2016-2025 Martin Dvorak <[email protected]>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion app/src/qt/dialogs/note_new_dialog.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
note_new_dialog.cpp MindForger thinking notebook
Copyright (C) 2016-2024 Martin Dvorak <[email protected]>
Copyright (C) 2016-2025 Martin Dvorak <[email protected]>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion app/src/qt/dialogs/note_new_dialog.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
note_new_dialog.h MindForger thinking notebook
Copyright (C) 2016-2024 Martin Dvorak <[email protected]>
Copyright (C) 2016-2025 Martin Dvorak <[email protected]>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
Loading

0 comments on commit 8d3c7a3

Please sign in to comment.