| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Apply clang-format. | Mikaël Capelle | 2023-07-09 | 1 | -234/+227 |
| | | |||||
| * | First pass for Qt6 compatibility | Jeremy Rimpo | 2022-04-19 | 1 | -1/+1 |
| | | |||||
| * | Remove unused variables. | Mikaël Capelle | 2021-01-21 | 1 | -3/+0 |
| | | |||||
| * | removed setUpdateDelay(false) calls, it's the default | isanae | 2020-12-26 | 1 | -5/+1 |
| | | | | | FilterWidget for downloads tab | ||||
| * | fixes after rebasing | isanae | 2020-11-03 | 1 | -7/+7 |
| | | |||||
| * | Convert FileAlternative and DataArchiveOrigin to classes | AL | 2020-11-02 | 1 | -10/+10 |
| | | |||||
| * | Change Alternatives vector to use a struct | AL | 2020-11-02 | 1 | -12/+12 |
| | | |||||
| * | Print the name, not the origin object | AL | 2020-10-31 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #1274 from ModOrganizer2/conflicts_conter_tooltip | Al | 2020-10-31 | 1 | -11/+108 |
| |\ | | | | | Add advanced counters as tooltip to general conflicts tab. | ||||
| | * | handle case of find_if failing | AL | 2020-10-31 | 1 | -0/+6 |
| | | | |||||
| | * | prefer if over ternary op | AL | 2020-10-31 | 1 | -4/+20 |
| | | | |||||
| | * | Cleanup clear() | AL | 2020-10-31 | 1 | -1/+2 |
| | | | |||||
| | * | Add advanced counters as tooltip to general conflicts tab. | AL | 2020-10-30 | 1 | -11/+85 |
| | | | | | | | | | Loose, archive, totals, percentages. | ||||
| * | | stack overflow when searching text files/ini lists because they reported ↵ | isanae | 2020-10-31 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | children to infinity and beyond removed update delays for filters in mod info dialog fixed conflict lists not using source sorting so they wouldn't use the case insensitive natsort | ||||
| * | | Prefer early return in case of error. | AL | 2020-10-31 | 1 | -49/+47 |
| | | | |||||
| * | | Fix typos in comments | AL | 2020-10-31 | 1 | -3/+3 |
| | | | |||||
| * | | use alternatives.back() instead of iterator shenanigans. | AL | 2020-10-31 | 1 | -1/+1 |
| | | | |||||
| * | | Make advanced conflicts tab use italic if current mod file is from archive, ↵ | AL | 2020-10-30 | 1 | -1/+3 |
| | | | | | | | | | instead of using the status of the winning version. | ||||
| * | | Fix advanced conflicts tab archive orders. | AL | 2020-10-28 | 1 | -52/+81 |
| |/ | | | | Use the the existing sorting of the alternatives vector instead of relying on priority (archives don't follow priority). | ||||
| * | fixed warnings about Q_OBJECT and thousand separators | isanae | 2020-04-18 | 1 | -331/+1 |
| | | | | | had to move some classes to header files | ||||
| * | split directoryentry | isanae | 2020-02-18 | 1 | -9/+12 |
| | | | | | made classes noncopyable, fixed a few unintended copies | ||||
| * | Renamed underscores function name to pascal case | Al | 2020-01-21 | 1 | -7/+7 |
| | | |||||
| * | Removed missed line | Al | 2020-01-21 | 1 | -2/+0 |
| | | |||||
| * | Fixed missing context menu on general conflicts tab. | Al | 2020-01-21 | 1 | -31/+72 |
| | | | | | | Was due to the new FilterWidget adding a QSortProxy and the selection had to be translated to the underlying model. Normalized use of FilderWidget on the Advanced Conflicts tab. | ||||
| * | Added text filters for general conflicts lists | Al | 2020-01-15 | 1 | -0/+9 |
| | | |||||
| * | removed dead setDefaultActivationActionForFile() | isanae | 2019-12-09 | 1 | -4/+0 |
| | | |||||
| * | conflicts tab: run exes unhooked by default | isanae | 2019-12-08 | 1 | -32/+40 |
| | | |||||
| * | implemented previews on double-click for the data and conflicts tabs | isanae | 2019-12-04 | 1 | -14/+43 |
| | | |||||
| * | double-click now opens files for the data tab, filetree and conflict lists | isanae | 2019-12-02 | 1 | -2/+14 |
| | | |||||
| * | added "open with vfs" to the data tab | isanae | 2019-12-02 | 1 | -23/+25 |
| | | | | | uniform order for file context menus | ||||
| * | added "open with vfs" option to conflicts tab | isanae | 2019-12-02 | 1 | -2/+37 |
| | | |||||
| * | added a ForceWait flag to bypass disabled locking | isanae | 2019-11-06 | 1 | -1/+1 |
| | | | | | merged a bunch of unnecessary functions in ProcessRunner | ||||
| * | explicit refresh parameter for setWaitForCompletion(), some parts of the ui ↵ | isanae | 2019-11-06 | 1 | -1/+5 |
| | | | | | | | | | will crash if things refresh unexpectedly removed runFile() fixed crash when unlocking if some widgets were destroyed in the meantime lock widget will now pick the active window and disable all top levels | ||||
| * | split to processrunner | isanae | 2019-11-06 | 1 | -1/+1 |
| | | | | | | added IUserInterface::qtWidget() put back IUserInterface in OrganizerCore now that there's a way to get the widget | ||||
| * | renamed runExecutable() to runExecutablefile() | isanae | 2019-11-06 | 1 | -1/+1 |
| | | | | | added runExecutable() for Executable class, also used by runShortcut() | ||||
| * | added error messages to FileRenamer and a few more | isanae | 2019-10-04 | 1 | -1/+1 |
| | | | | | fixes for shell functions changing names | ||||
| * | split settings into a bunch of classes | isanae | 2019-09-02 | 1 | -8/+8 |
| | | | | | removed "get" from the getters that had it | ||||
| * | added settings for QTabWidget, checkable QAbstractButton and ExpanderWidget | isanae | 2019-08-24 | 1 | -80/+22 |
| | | | | | removed directInterface() from mod info conflicts | ||||
| * | Merge pull request #807 from isanae/logging-rework | Jeremy Rimpo | 2019-08-02 | 1 | -11/+19 |
| |\ | | | | | Logging rework | ||||
| | * | changed qDebug() to log::debug() | isanae | 2019-07-22 | 1 | -8/+16 |
| | | | | | | | | | removed some commented out logging | ||||
| | * | changed qCritical() to log::error() | isanae | 2019-07-22 | 1 | -3/+3 |
| | | | | | | | | | removed now unused vlog() | ||||
| * | | More refactoring | Silarn | 2019-07-03 | 1 | -1/+1 |
| | | | |||||
| * | | Refactor obsolete methods | Silarn | 2019-07-03 | 1 | -5/+4 |
| |/ | |||||
| * | added a ModInfoDialogTabContext to avoid passing too many things to tab ↵ | isanae | 2019-07-02 | 1 | -7/+5 |
| | | | | | | | | | 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 | -5/+38 |
| | | | | | | changed filetree context menu to always show all items added mnemonics to conflicts context menu | ||||
| * | filterwidget now support automatically installing a proxy on lists | isanae | 2019-07-02 | 1 | -2/+2 |
| | | | | | filters on txt and ini tabs | ||||
| * | added path and explore button to images tab | isanae | 2019-07-02 | 1 | -14/+4 |
| | | |||||
| * | various optimizations and caching | isanae | 2019-07-02 | 1 | -79/+107 |
| | | | | | | | fixed conflict list not sorting when changing parameters switched from QDirIterator to std::filesystem, much faster FilterWidget precompiles the list | ||||
| * | custom models for esp lists | isanae | 2019-07-02 | 1 | -1/+1 |
| | | |||||
| * | rework of the images tab to avoid using widgets at all, painting is done ↵ | isanae | 2019-07-02 | 1 | -8/+0 |
| | | | | | manually | ||||
