| Commit message (Expand) | Author | Age | Files | Lines |
| * | moved the conflicts column back to its proper position in the enum | isanae | 2019-12-09 | 1 | -1/+0 |
| * | move the conflicts column when resetting geometries | isanae | 2019-12-09 | 1 | -0/+1 |
| * | use paintEvent() to allow interactive resize because showEvent() is too early | isanae | 2019-12-09 | 1 | -0/+2 |
| * | Merge pull request #931 from isanae/double-click-unhooked | isanae | 2019-12-09 | 1 | -0/+1 |
| |\ |
|
| | * | data tab: run exes unhooked by default | isanae | 2019-12-09 | 1 | -0/+1 |
| * | | Rework column insertion to move to the intended position post-facto | Silarn | 2019-12-08 | 1 | -1/+1 |
| |/ |
|
| * | removed unused on_clickBlankButton_clicked() | isanae | 2019-12-07 | 1 | -3/+0 |
| * | implemented previews on double-click for the data and conflicts tabs | isanae | 2019-12-04 | 1 | -0/+1 |
| * | added explore button in the settings to open stylesheets folder | isanae | 2019-12-04 | 1 | -0/+1 |
| * | double-click now opens files for the data tab, filetree and conflict lists | isanae | 2019-12-02 | 1 | -0/+2 |
| * | added "open with vfs" to the data tab | isanae | 2019-12-02 | 1 | -0/+1 |
| * | three modes for separators, save state | isanae | 2019-12-02 | 1 | -1/+2 |
| * | renamed filters to criteria | isanae | 2019-11-30 | 1 | -2/+2 |
| * | moved all remaining filter stuff to FilterList | isanae | 2019-11-29 | 1 | -4/+3 |
| * | split filter list | isanae | 2019-11-27 | 1 | -9/+3 |
| * | added separators filter | isanae | 2019-11-27 | 1 | -0/+1 |
| * | added not filter, not functional yet | isanae | 2019-11-27 | 1 | -0/+1 |
| * | added open mod info to data tab context menu | isanae | 2019-11-26 | 1 | -0/+1 |
| * | split loot stuff to loot.h/cpp, no changes in functionality | isanae | 2019-11-16 | 1 | -4/+0 |
| * | added lockwidget to replace all the other dialogs | isanae | 2019-11-06 | 1 | -7/+0 |
| * | split to processrunner | isanae | 2019-11-06 | 1 | -2/+3 |
| * | Merge pull request #863 from isanae/executables-fixes | isanae | 2019-10-10 | 1 | -3/+2 |
| |\ |
|
| | * | added hide flag to executables | isanae | 2019-10-08 | 1 | -2/+1 |
| | * | initial selection in the edit executables dialog from main window | isanae | 2019-10-08 | 1 | -1/+1 |
| * | | added ExitModOrganizer(), used instead of qApp->exit() | isanae | 2019-10-07 | 1 | -6/+5 |
| |/ |
|
| * | changed the layout of the general settings tab | isanae | 2019-09-23 | 1 | -0/+1 |
| * | fixes for ExpanderWidget | isanae | 2019-09-11 | 1 | -3/+0 |
| * | merged DockFixer into GeometrySettings | isanae | 2019-08-16 | 1 | -2/+0 |
| * | StatusBar now inherits from QStatusBar to handle hide/show events | isanae | 2019-08-16 | 1 | -13/+2 |
| * | moved all geometry save, restore and reset to GeometrySettings | isanae | 2019-08-16 | 1 | -1/+0 |
| * | added GeometrySaver | isanae | 2019-08-16 | 1 | -4/+0 |
| * | moved geometry handling to PreviewDialog | isanae | 2019-08-04 | 1 | -1/+0 |
| * | removed registerWidgetState(), was used just for header list headers, now sav... | isanae | 2019-08-04 | 1 | -8/+1 |
| * | moved mod list stuff to setupModList(), no changes | isanae | 2019-08-04 | 1 | -0/+1 |
| * | moved settings updates to Settings::processUpdates() | isanae | 2019-08-04 | 1 | -1/+1 |
| * | split into GeometrySettings | isanae | 2019-08-04 | 1 | -2/+2 |
| * | removed mentions of QSettings from main.cpp | isanae | 2019-08-04 | 1 | -1/+2 |
| * | moved setLogLevel() to OrganizerCore | isanae | 2019-07-22 | 1 | -4/+0 |
| * | use log::Levels instead of ints | isanae | 2019-07-22 | 1 | -3/+9 |
| * | moved setup to new LogList class | isanae | 2019-07-22 | 1 | -1/+0 |
| * | removed unused or redundant stuff in error_report.h | isanae | 2019-07-22 | 1 | -0/+1 |
| * | moved the log to a dock widget | isanae | 2019-07-22 | 1 | -1/+4 |
| * | removed useless validationFailed() callback in MainWindow | isanae | 2019-07-10 | 1 | -2/+0 |
| * | added new Shortcut class, moved stuff that was in MainWindow into it | isanae | 2019-07-06 | 1 | -8/+4 |
| * | added modinfodialogfwd.h, mostly for the enum that's used in various places | isanae | 2019-07-02 | 1 | -3/+4 |
| * | grey out tab names when they have no data | isanae | 2019-07-02 | 1 | -2/+3 |
| * | made Executable members private, added member function to get and set them | isanae | 2019-06-15 | 1 | -1/+1 |
| * | added option to hide the status bar | isanae | 2019-06-13 | 1 | -2/+6 |
| * | added a few helper classes for user accounts and stats | isanae | 2019-06-12 | 1 | -3/+2 |
| * | added new statusbar class, moved refresh progress bar to it | isanae | 2019-06-12 | 1 | -2/+3 |