| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Avoid opening folders in explorer when double-clicking on them in the filetree. | Al | 2019-12-13 | 1 | -0/+5 |
| | | | | | As a side effect Enter and Return no longer do anything on folders either. | ||||
| * | removed dead setDefaultActivationActionForFile() | isanae | 2019-12-09 | 1 | -3/+0 |
| | | |||||
| * | disable run hooked in filetree when mod is disabled | isanae | 2019-12-09 | 1 | -1/+16 |
| | | |||||
| * | filetree tab: run exes unhooked by default | isanae | 2019-12-09 | 1 | -6/+37 |
| | | |||||
| * | conflicts tab: run exes unhooked by default | isanae | 2019-12-08 | 1 | -1/+2 |
| | | |||||
| * | implemented previews on double-click for the data and conflicts tabs | isanae | 2019-12-04 | 1 | -28/+22 |
| | | |||||
| * | added open previews on double-click option | isanae | 2019-12-04 | 1 | -9/+33 |
| | | | | | implemented for filetree | ||||
| * | double-click now opens files for the data tab, filetree and conflict lists | isanae | 2019-12-02 | 1 | -0/+10 |
| | | |||||
| * | added "open with vfs" to filetree | isanae | 2019-12-02 | 1 | -56/+59 |
| | | |||||
| * | don't show the lock overlay for processes that are not hooked | isanae | 2019-12-02 | 1 | -1/+4 |
| | | | | | | starting exe from filetree is now hooked usvfs progress dialog now on top of dialogs | ||||
| * | only default sort file trees if no setting was saved | isanae | 2019-11-27 | 1 | -2/+3 |
| | | |||||
| * | sortable filetree, remember settings | isanae | 2019-11-26 | 1 | -0/+11 |
| | | |||||
| * | added error messages to FileRenamer and a few more | isanae | 2019-10-04 | 1 | -4/+4 |
| | | | | | fixes for shell functions changing names | ||||
| * | changed qDebug() to log::debug() | isanae | 2019-07-22 | 1 | -6/+6 |
| | | | | | removed some commented out logging | ||||
| * | changed qCritical() to log::error() | isanae | 2019-07-22 | 1 | -4/+5 |
| | | | | | removed now unused vlog() | ||||
| * | some refactoring | isanae | 2019-07-02 | 1 | -1/+0 |
| | | | | | | updateTabs() creates a list of tabs to update instead of checking for each file comments | ||||
| * | added a ModInfoDialogTabContext to avoid passing too many things to tab ↵ | isanae | 2019-07-02 | 1 | -8/+6 |
| | | | | | | | | | constructors mod is passed to ctors to make sure they can never be empty only call deleteRequest() to selected mod comments | ||||
| * | added explore menu item to conflict lists and filetree | isanae | 2019-07-02 | 1 | -75/+103 |
| | | | | | | changed filetree context menu to always show all items added mnemonics to conflicts context menu | ||||
| * | fixed text editors not clearing when switching mods | isanae | 2019-07-02 | 1 | -2/+2 |
| | | | | | ported typo fixes that applied to the mod info dialog | ||||
| * | changed "tab index" to "tab id", this was confusing the order in the widget ↵ | isanae | 2019-07-02 | 1 | -2/+2 |
| | | | | | | | and the id from the enum fixed reordering | ||||
| * | grey out tab names when they have no data | isanae | 2019-07-02 | 1 | -1/+3 |
| | | | | | | | remove tabs if they're can't handle the selected mod next/previous now load mods in place without reopening the dialog tab reordering is broken | ||||
| * | added missing icons | isanae | 2019-07-02 | 1 | -2/+2 |
| | | | | | | now passing tab index to allow enabling/disabling depending on mod type modinfodialog cleanup | ||||
| * | finished splitting filetree tab | isanae | 2019-07-02 | 1 | -118/+114 |
| | | | | | forward delete shortcut to tabs | ||||
| * | splitting filetree tab | isanae | 2019-07-02 | 1 | -0/+420 |
| moved mod info dialog classes to a sub filter | |||||
