Skip to content

Commit

Permalink
Initial version of Wingman @ OpenAI works (WITHOUT preferences dialog…
Browse files Browse the repository at this point in the history
…; progress dialog (must be run in another thread) #1514
  • Loading branch information
dvorka committed Jan 21, 2024
1 parent 78384e0 commit 63809df
Show file tree
Hide file tree
Showing 29 changed files with 3,289 additions and 4,128 deletions.
1 change: 0 additions & 1 deletion CREDITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ Big thanks to 3rd party FOSS content authors:
* Jordan Russell ([jrsoftware.org](http://jrsoftware.org) - Windows installer framework)
* Graeme Gott and Wereturtle ([Ghostwriter](https://github.com/wereturle/ghostwriter) - inspiration and code)
* Christian Loose ([CuteMarkEd](https://cloose.github.io/CuteMarkEd/) - inspiration and code)
* Davis E. King ([MITIE](https://github.com/mit-nlp/MITIE) - AI/NLP library and tools for information extraction - library)
* Jean-loup Gailly, Mark Adler ([Zlib](https://sourceforge.net/projects/gnuwin32/) - library)
* David Parsons ([Discount](http://www.pell.portland.or.us/~orc/Code/discount/) - Markdown rendering - library used in the past)
* Google ([Google C++ unit testing framework](https://github.com/google/googletest))
Expand Down
2 changes: 0 additions & 2 deletions app/app.pro
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@ HEADERS += \
src/qt/dialogs/rm_library_dialog.h \
src/qt/dialogs/run_tool_dialog.h \
src/qt/dialogs/wingman_dialog.h \
src/qt/dialogs/chat_dialog.h \
src/qt/dialogs/sync_library_dialog.h \
src/qt/dialogs/terminal_dialog.h \
src/qt/kanban_column_model.h \
Expand Down Expand Up @@ -399,7 +398,6 @@ SOURCES += \
src/qt/dialogs/rm_library_dialog.cpp \
src/qt/dialogs/run_tool_dialog.cpp \
src/qt/dialogs/wingman_dialog.cpp \
src/qt/dialogs/chat_dialog.cpp \
src/qt/dialogs/sync_library_dialog.cpp \
src/qt/dialogs/terminal_dialog.cpp \
src/qt/kanban_column_model.cpp \
Expand Down
1,264 changes: 546 additions & 718 deletions app/resources/qt/translations/mindforger_cs.ts

Large diffs are not rendered by default.

Binary file modified app/resources/qt/translations/mindforger_en.qm
Binary file not shown.
1,256 changes: 550 additions & 706 deletions app/resources/qt/translations/mindforger_en.ts

Large diffs are not rendered by default.

1,254 changes: 541 additions & 713 deletions app/resources/qt/translations/mindforger_nerd_cs.ts

Large diffs are not rendered by default.

1,254 changes: 541 additions & 713 deletions app/resources/qt/translations/mindforger_nerd_en.ts

Large diffs are not rendered by default.

Binary file modified app/resources/qt/translations/mindforger_zh_cn.qm
Binary file not shown.
1,256 changes: 550 additions & 706 deletions app/resources/qt/translations/mindforger_zh_cn.ts

Large diffs are not rendered by default.

213 changes: 0 additions & 213 deletions app/src/qt/dialogs/chat_dialog.cpp

This file was deleted.

90 changes: 0 additions & 90 deletions app/src/qt/dialogs/chat_dialog.h

This file was deleted.

Loading

0 comments on commit 63809df

Please # to comment.