| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Apply clang-format. | Mikaƫl Capelle | 2023-07-09 | 1 | -66/+72 |
| | | |||||
| * | Remove dependency on Core5Compat | Jeremy Rimpo | 2022-04-19 | 1 | -2/+6 |
| | | |||||
| * | First pass for Qt6 compatibility | Jeremy Rimpo | 2022-04-19 | 1 | -1/+1 |
| | | |||||
| * | added error messages to FileRenamer and a few more | isanae | 2019-10-04 | 1 | -1/+1 |
| | | | | | fixes for shell functions changing names | ||||
| * | changed qCritical() to log::error() | isanae | 2019-07-22 | 1 | -2/+5 |
| | | | | | removed now unused vlog() | ||||
| * | added path to editor toolbar | isanae | 2019-07-02 | 1 | -5/+13 |
| | | | | | moved url to top in nexus tab and made it readonly | ||||
| * | added explore button to editors | isanae | 2019-07-02 | 1 | -7/+54 |
| | | | | | | | fixed save button on editor being enabled with empty documents added ctrl+s always show vertical scrollbar in thumbnails, fixes nonstop relayouts when the height is just right and the scrollbar flickers on and off | ||||
| * | fixed text editors not clearing when switching mods | isanae | 2019-07-02 | 1 | -0/+8 |
| | | | | | ported typo fixes that applied to the mod info dialog | ||||
| * | split notes tab | isanae | 2019-07-02 | 1 | -0/+10 |
| | | | | | added new HTMLEditor that triggers an editingFinished() on focus our, used by notes tab | ||||
| * | split images tab stuff in ImagesTab | isanae | 2019-07-02 | 1 | -1/+11 |
| | | | | | text editor: fixed modified flag not being set to false when loading an empty file | ||||
| * | made TextEditorToolbar a widget | isanae | 2019-07-02 | 1 | -11/+6 |
| | | | | | added save and word wrap icons | ||||
| * | text editor default style | isanae | 2019-07-02 | 1 | -63/+124 |
| | | | | | | | changed colour properties to use an actual QColor stylable highlight background color padding for line numbers | ||||
| * | text and background color, simple syntax highlighter that doesn't do anything | isanae | 2019-07-02 | 1 | -4/+111 |
| | | | | | highlight current line | ||||
| * | line numbers, which required inheriting from QPlainTextEdit instead | isanae | 2019-07-02 | 1 | -19/+129 |
| | | |||||
| * | checkable wordwrap on toolbar | isanae | 2019-07-02 | 1 | -9/+16 |
| | | |||||
| * | TextEditor now has a dynamic toolbar | isanae | 2019-07-02 | 1 | -4/+98 |
| | | |||||
| * | added initial toolbar, splitter | isanae | 2019-07-02 | 1 | -0/+76 |
| moved most of the text editor stuff to a new TextEditor class | |||||
