Skip to content

Commit

Permalink
2023 > 2024 (+ llama usage rollback)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvorka committed Jan 2, 2024
1 parent e93de35 commit 6f6002c
Show file tree
Hide file tree
Showing 513 changed files with 602 additions and 624 deletions.
1 change: 0 additions & 1 deletion CREDITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Big thanks to 3rd party FOSS content authors:
* Qt Company ([Qt](https://www.qt.io/) - lib and code)
* GitHub ([CMark GFM](https://github.com/github/cmark-gfm) - Markdown rendering - lib)
* Kevin Hendricks, Bjoern Jacke, Lázsló Németh ([Hunspell](https://github.com/hunspell/hunspell) - spellcheck - lib)
* Georgi Gerganov ([llama.cpp](https://github.com/ggerganov/llama.cpp) - C/C++ port of Facebook's LLaMA model)
* NetBSD Foundation (strptime - Windows port - lib)
* Toni Ronkko (dirent - Windows port - lib)
* Microsoft (getopt - Windows port - lib)
Expand Down
2 changes: 1 addition & 1 deletion 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-2023 Martin Dvorak <[email protected]>
# Copyright (C) 2016-2024 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.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-2023 Martin Dvorak <[email protected]>
Copyright (C) 2016-2024 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-2023 Martin Dvorak <[email protected]>
Copyright (C) 2016-2024 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-2023 Martin Dvorak <[email protected]>
Copyright (C) 2016-2024 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-2023 Martin Dvorak <[email protected]>
Copyright (C) 2016-2024 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-2023 Martin Dvorak <[email protected]>
Copyright (C) 2016-2024 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-2023 Martin Dvorak <[email protected]>
Copyright (C) 2016-2024 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-2023 Martin Dvorak <[email protected]>
Copyright (C) 2016-2024 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-2023 Martin Dvorak <[email protected]>
Copyright (C) 2016-2024 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-2023 Martin Dvorak <[email protected]>
Copyright (C) 2016-2024 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-2023 Martin Dvorak <[email protected]>
Copyright (C) 2016-2024 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/dashboard_presenter.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
dashboard_presenter.cpp MindForger thinking notebook
Copyright (C) 2016-2023 Martin Dvorak <[email protected]>
Copyright (C) 2016-2024 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/dashboard_presenter.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
dashboard_presenter.h MindForger thinking notebook
Copyright (C) 2016-2023 Martin Dvorak <[email protected]>
Copyright (C) 2016-2024 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/dashboard_view.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
organizer_view.cpp MindForger thinking notebook
Copyright (C) 2016-2023 Martin Dvorak <[email protected]>
Copyright (C) 2016-2024 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
4 changes: 2 additions & 2 deletions app/src/qt/dashboard_view.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
dashboard_view.h MindForger thinking notebook
Copyright (C) 2016-2023 Martin Dvorak <[email protected]>
Copyright (C) 2016-2024 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 @@ -36,7 +36,7 @@ class DashboardView : public QSplitter
{
Q_OBJECT

private:
private:
// if view is width < threshold columns, then shows simplified view w/o Mind-related columns
static constexpr int SIMPLIFIED_VIEW_THRESHOLD_WIDTH = 75*2;

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-2023 Martin Dvorak <[email protected]>
Copyright (C) 2016-2024 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-2023 Martin Dvorak <[email protected]>
Copyright (C) 2016-2024 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-2023 Martin Dvorak <[email protected]>
Copyright (C) 2016-2024 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-2023 Martin Dvorak <[email protected]>
Copyright (C) 2016-2024 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-2023 Martin Dvorak <[email protected]>
Copyright (C) 2016-2024 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-2023 Martin Dvorak <[email protected]>
Copyright (C) 2016-2024 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-2023 Martin Dvorak <[email protected]>
Copyright (C) 2016-2024 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-2023 Martin Dvorak <[email protected]>
Copyright (C) 2016-2024 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-2023 Martin Dvorak <[email protected]>
Copyright (C) 2016-2024 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-2023 Martin Dvorak <[email protected]>
Copyright (C) 2016-2024 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
4 changes: 2 additions & 2 deletions 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-2023 Martin Dvorak <[email protected]>
Copyright (C) 2016-2024 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 @@ -31,7 +31,7 @@ FindNoteByTagDialog::FindNoteByTagDialog(Ontology& ontology, QWidget *parent)
outlinesGroup->setTitle(tr("Notes:"));
editTagsGroup->setTitle(tr("Note tags:"));
switchOutlineNoteDialogsButton->setText(tr("Find Notebook"));
findButton->setText(tr("&Open Note"));
findButton->setText(tr("&Open Note"));

// dialog
setWindowTitle(tr("Find Note by Tags"));
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-2023 Martin Dvorak <[email protected]>
Copyright (C) 2016-2024 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-2023 Martin Dvorak <[email protected]>
Copyright (C) 2016-2024 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-2023 Martin Dvorak <[email protected]>
Copyright (C) 2016-2024 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-2023 Martin Dvorak <[email protected]>
Copyright (C) 2016-2024 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-2023 Martin Dvorak <[email protected]>
Copyright (C) 2016-2024 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-2023 Martin Dvorak <[email protected]>
Copyright (C) 2016-2024 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-2023 Martin Dvorak <[email protected]>
Copyright (C) 2016-2024 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-2023 Martin Dvorak <[email protected]>
Copyright (C) 2016-2024 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-2023 Martin Dvorak <[email protected]>
Copyright (C) 2016-2024 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-2023 Martin Dvorak <[email protected]>
Copyright (C) 2016-2024 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-2023 Martin Dvorak <[email protected]>
Copyright (C) 2016-2024 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-2023 Martin Dvorak <[email protected]>
Copyright (C) 2016-2024 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-2023 Martin Dvorak <[email protected]>
Copyright (C) 2016-2024 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/ner_choose_tag_types_dialog.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
ner_choose_tag_types_dialog.cpp MindForger thinking notebook
Copyright (C) 2016-2023 Martin Dvorak <[email protected]>
Copyright (C) 2016-2024 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/ner_choose_tag_types_dialog.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
ner_choose_tag_types_dialog.h MindForger thinking notebook
Copyright (C) 2016-2023 Martin Dvorak <[email protected]>
Copyright (C) 2016-2024 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 6f6002c

Please sign in to comment.