| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | added GeometrySaver | isanae | 2019-08-16 | 1 | -33/+16 | |
| | | | | | | removed widget-specific functions in GeometrySettings, now using generic functions in Settings removed some unused member variables in MainWindow | |||||
| * | geo already saved by ListDialog | isanae | 2019-08-04 | 1 | -6/+1 | |
| | | ||||||
| * | removed registerWidgetState(), was used just for header list headers, now ↵ | isanae | 2019-08-04 | 1 | -47/+26 | |
| | | | | | saved and restored directly | |||||
| * | moved mod list stuff to setupModList(), no changes | isanae | 2019-08-04 | 1 | -42/+78 | |
| | | ||||||
| * | moved geometry handling to ProblemsDialog and CategoriesDialog | isanae | 2019-08-04 | 1 | -18/+8 | |
| | | ||||||
| * | moved geometry handling to ListDialog | isanae | 2019-08-04 | 1 | -8/+0 | |
| | | ||||||
| * | removed convertVariant(), turns out value() does it | isanae | 2019-08-04 | 1 | -12/+18 | |
| | | | | | separator colors to settings | |||||
| * | moved geometry handling to mod info and overwrite dialogs | isanae | 2019-08-04 | 1 | -17/+1 | |
| | | ||||||
| * | moved geometry handling to ProfilesDialog | isanae | 2019-08-04 | 1 | -6/+2 | |
| | | ||||||
| * | moved geometry handling to EditExecutablesDialog itself | isanae | 2019-08-04 | 1 | -8/+1 | |
| | | ||||||
| * | moved settings updates to Settings::processUpdates() | isanae | 2019-08-04 | 1 | -32/+12 | |
| | | ||||||
| * | split into GeometrySettings | isanae | 2019-08-04 | 1 | -64/+52 | |
| | | | | | | | | removed most of storeSettings() from OrganizerCore: QSettings handles saving by itself, no need for that removed topLevelSplitter from ui, unused since the log widget is in a dock removed QSettings from MainWindow::readSettings() replaced return values for some of the new getters in Settings to std::optional | |||||
| * | removed mentions of QSettings from main.cpp | isanae | 2019-08-04 | 1 | -3/+3 | |
| | | | | | added necessary member functions in Settings | |||||
| * | moved tabs to SettingsDialog | isanae | 2019-08-02 | 1 | -1/+4 | |
| | | | | | removed Settings::query(), main window now deals with SettingsDialog directly | |||||
| * | Merge pull request #807 from isanae/logging-rework | Jeremy Rimpo | 2019-08-02 | 1 | -101/+194 | |
| |\ | | | | | Logging rework | |||||
| | * | moved setLogLevel() to OrganizerCore | isanae | 2019-07-22 | 1 | -55/+2 | |
| | | | | | | | | | moved context menu to LogList | |||||
| | * | replaced formatSystemMessageQ() with formatSystemMessage() | isanae | 2019-07-22 | 1 | -7/+18 | |
| | | | | | | | | | replaced windowsErrorString() with formatSystemMessage() | |||||
| | * | changed qDebug() to log::debug() | isanae | 2019-07-22 | 1 | -23/+14 | |
| | | | | | | | | | removed some commented out logging | |||||
| | * | changed qCritical() to log::error() | isanae | 2019-07-22 | 1 | -17/+17 | |
| | | | | | | | | | removed now unused vlog() | |||||
| | * | replaced qWarning() | isanae | 2019-07-22 | 1 | -23/+27 | |
| | | | ||||||
| | * | replaced qInfo() with log::info() | isanae | 2019-07-22 | 1 | -1/+1 | |
| | | | ||||||
| | * | split env | isanae | 2019-07-22 | 1 | -0/+1 | |
| | | | ||||||
| | * | reversed log level menu actions to fit settings combobox | isanae | 2019-07-22 | 1 | -3/+3 | |
| | | | | | | | | | replaced qWarnings() and qCritical() | |||||
| | * | use log::Levels instead of ints | isanae | 2019-07-22 | 1 | -3/+44 | |
| | | | | | | | | | | | create log level combobox in code, set selected index based on value instead added log level to context menu in log list | |||||
| | * | moved setup to new LogList class | isanae | 2019-07-22 | 1 | -33/+2 | |
| | | | ||||||
| | * | renamed logbuffer files to loglist | isanae | 2019-07-22 | 1 | -1/+1 | |
| | | | ||||||
| | * | removed unused or redundant stuff in error_report.h | isanae | 2019-07-22 | 1 | -9/+26 | |
| | | | | | | | | | | | | | | | renamed log() to vlog() for now extracted console creation to Console class rewrote LogBuffer to work with logging from uibase, renamed to LogModel added fmt dependency | |||||
| | * | moved the log to a dock widget | isanae | 2019-07-22 | 1 | -4/+116 | |
| | | | | | | | | | added a menu item in the view menu for it | |||||
| * | | Merge pull request #806 from ModOrganizer2/qt-5.13 | Jeremy Rimpo | 2019-08-02 | 1 | -3/+9 | |
| |\ \ | |/ |/| | Qt 5.13 | |||||
| | * | Merge branch 'Develop' into qt-5.13 | Silarn | 2019-07-08 | 1 | -152/+23 | |
| | |\ | ||||||
| | * | | Fix issue if widget isn't on a window | Silarn | 2019-07-04 | 1 | -1/+6 | |
| | | | | ||||||
| | * | | More refactoring | Silarn | 2019-07-03 | 1 | -3/+4 | |
| | | | | ||||||
| * | | | removed useless validationFailed() callback in MainWindow | isanae | 2019-07-10 | 1 | -6/+0 | |
| | | | | | | | | | | | | | moved the log that was in it to organizer core | |||||
| * | | | Avoid refreshing Data tab each time directoryStructure is refreshed if the ↵ | Al | 2019-07-10 | 1 | -1/+7 | |
| | |/ |/| | | | | | tab is not active. | |||||
| * | | added new Shortcut class, moved stuff that was in MainWindow into it | isanae | 2019-07-06 | 1 | -152/+23 | |
| |/ | | | | | added more error handling and logging, some was missing removed some redundancy of setting the menu icons for add/remove, they're all set when clicking the button anyway | |||||
| * | reordering tabs, then switching to a mod with a different tab set would ↵ | isanae | 2019-07-02 | 1 | -1/+1 | |
| | | | | | | | discard the changes comments, moving some stuff around | |||||
| * | added modinfodialogfwd.h, mostly for the enum that's used in various places | isanae | 2019-07-02 | 1 | -17/+20 | |
| | | | | | | renamed ETabs to ModInfoTabIDs and changed all ints to use the enum instead added ModInfoPtr to avoid having to include modinfo.h just to get ModInfo::Ptr | |||||
| * | added a ModInfoDialogTabContext to avoid passing too many things to tab ↵ | isanae | 2019-07-02 | 1 | -3/+1 | |
| | | | | | | | | | constructors mod is passed to ctors to make sure they can never be empty only call deleteRequest() to selected mod comments | |||||
| * | changed how the mod url works: | isanae | 2019-07-02 | 1 | -24/+20 | |
| | | | | | | | | | | | - it is now independent from the nexus mod url - it can be set in addition to having a valid mod id - both urls can be displayed in the context menu re-arranged some of the widgets on the nexus tab added a track button added a custom url checkbox and open in browser button added a max-width to the browser | |||||
| * | changed "tab index" to "tab id", this was confusing the order in the widget ↵ | isanae | 2019-07-02 | 1 | -1/+1 | |
| | | | | | | | and the id from the enum fixed reordering | |||||
| * | grey out tab names when they have no data | isanae | 2019-07-02 | 1 | -45/+59 | |
| | | | | | | | 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 | |||||
| * | finished splitting filetree tab | isanae | 2019-07-02 | 1 | -21/+24 | |
| | | | | | forward delete shortcut to tabs | |||||
| * | split nexus tab | isanae | 2019-07-02 | 1 | -131/+36 | |
| | | | | | | | added OrganizerCore::loggedInAction() to execute a function only when logged in, replaces a bunch of copy/pasted stuff in mainwindow moved common variables in ModInfoDialogTab moved DescriptionPage to modinfodialognexus.h, renamed to NexusTabWebpage, deleted now empty descriptionpage.h | |||||
| * | Correcting minor spelling mistakes in the UI + add contributor | Matte A | 2019-06-23 | 1 | -2/+2 | |
| | | ||||||
| * | * Changed export to CSV to sort by priority. | Al | 2019-06-20 | 1 | -8/+10 | |
| | | | | | | * Made status a default choice. * Changed status column to +/- instead of Enabled/Disabled. | |||||
| * | Disabled toolbar executable shortcut action after click to avoid starting it ↵ | Al | 2019-06-19 | 1 | -0/+3 | |
| | | | | | twice with a doubleclick. | |||||
| * | rebase to statusbar | isanae | 2019-06-15 | 1 | -2/+2 | |
| | | ||||||
| * | removed concept of custom executables, everything is modifiable | isanae | 2019-06-15 | 1 | -2/+1 | |
| | | | | | | | added apply button to dialog added reset button that re-adds plugin executables and renames existing ones if needed moved executables files to their filter in visual studio | |||||
| * | moved commiting changes to EditExecutablesDialog itself instead of doing it ↵ | isanae | 2019-06-15 | 1 | -34/+2 | |
| | | | | | | | | from the main window use a separate enabled state for custom overwrites and forced libraries, this remembers the values even when unchecking the checkbox, as long as the dialog stays opened pass the whole OrganizerCore to EditExecutablesDialog, simplifies a bunch of things | |||||
| * | removed old, unused stuff | isanae | 2019-06-15 | 1 | -3/+35 | |
| | | | | | have mainwindow save all the new settings once the dialog closes | |||||
