summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Separate conflict flags and render them in separate columnsSilarn2019-12-061-0/+3
|
* split filter listisanae2019-11-271-0/+3
|
* Merge pull request #901 from isanae/loot-reworkisanae2019-11-251-2/+17
|\ | | | | Loot rework
| * tweaked css, finished markdown reportisanae2019-11-241-1/+3
| | | | | | | | copy markdown.html to resources/
| * split loot dialog, added ui fileisanae2019-11-241-2/+8
| |
| * rewrite of json report parsingisanae2019-11-231-0/+2
| | | | | | | | added json.h with some utilities
| * handles changes in lootcli for a more formal communication protocolisanae2019-11-181-0/+2
| |
| * split loot stuff to loot.h/cpp, no changes in functionalityisanae2019-11-161-0/+3
| |
* | Move all Qt deployment to main MO projectSilarn2019-11-191-0/+4
|/
* renamed lockwidget files to uilockerisanae2019-11-061-3/+3
|
* removed unused filesisanae2019-11-061-16/+1
| | | | fixed handle leak when starting steam
* added lockwidget to replace all the other dialogsisanae2019-11-061-0/+3
| | | | | | rewrote ProcessRunner to have a bunch of setters and then a run() fixed bad exit code when waiting on a process that's already completed removed lock()/unlock() from main window, ProcessRunner is in charge of that now
* split to processrunnerisanae2019-11-061-0/+3
| | | | | added IUserInterface::qtWidget() put back IUserInterface in OrganizerCore now that there's a way to get the widget
* moved checks to sanitychecks.cppisanae2019-10-051-0/+2
| | | | added check for blocked files, only logs
* moved color stuff to ColorTable, now shows sample text and iconsisanae2019-09-271-0/+3
|
* removed helper.h and helper.cpp, merged into spawnisanae2019-09-191-3/+0
|
* fixes for ExpanderWidgetisanae2019-09-111-3/+0
| | | | removed dead code in MainWindow
* split into settingsutilitiesisanae2019-09-021-1/+8
|
* split diagnostics tabisanae2019-08-021-0/+3
| | | | fixed log and crash dump directory links in label not working
* split workarounds tabisanae2019-08-021-0/+3
|
* split plugins tabisanae2019-08-021-0/+3
|
* removed incorrect warning that steam password is unencryptedisanae2019-08-021-0/+3
| | | | split steam tab
* renamed tab classes, clashing with mod info dialogisanae2019-08-021-0/+3
| | | | split nexus tab
* split paths tabisanae2019-08-021-0/+3
|
* moved SettingsTab out of Settingsisanae2019-08-021-0/+3
| | | | split general tab
* split envisanae2019-07-221-2/+23
|
* renamed logbuffer files to loglistisanae2019-07-221-3/+3
|
* removed unused or redundant stuff in error_report.hisanae2019-07-221-1/+5
| | | | | | | 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
* Restore UI files to VS project and remove unused filesSilarn2019-07-031-6/+3
|
* added modinfodialogfwd.h, mostly for the enum that's used in various placesisanae2019-07-021-0/+2
| | | | | 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
* splitting filetree tabisanae2019-07-021-7/+12
| | | | moved mod info dialog classes to a sub filter
* split nexus tabisanae2019-07-021-2/+3
| | | | | | 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
* split categories tabisanae2019-07-021-0/+3
|
* split ModInfoDialogTabisanae2019-07-021-0/+3
|
* in the process of moving stuff to modinfodialogconflicts.h/cppisanae2019-07-021-0/+3
|
* changed layout of esps tab, moved to modinfodialogesps.cpp/hisanae2019-07-021-0/+3
| | | | slightly offset next/previous images so they look better when shown next to each other vertically
* split images tab stuff in ImagesTabisanae2019-07-021-0/+3
| | | | text editor: fixed modified flag not being set to false when loading an empty file
* split text file tab into its own classisanae2019-07-021-0/+3
|
* split ExpanderWidget into its own set of filesisanae2019-07-021-0/+3
|
* added initial toolbar, splitterisanae2019-07-021-0/+3
| | | | moved most of the text editor stuff to a new TextEditor class
* moved filerenamer to its own .cpp/.h pairisanae2019-07-021-0/+3
|
* removed concept of custom executables, everything is modifiableisanae2019-06-151-4/+7
| | | | | | 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 api user account classes to their own filesisanae2019-06-141-0/+3
| | | | | | | | | api label in status bar: - now shows when not logged in - changed some of the colour thresholds to correspond to real throttling numbers make sure the api key is also cleared from the access manager when clearing from the settings removed unused bool m_ValidateAttempted in NXMAccessManager update the window title and status bar api label with correct values on startup, which fixes incorrect values when "restarting" MO after changing nexus settings
* added new statusbar class, moved refresh progress bar to itisanae2019-06-121-0/+3
|
* added new filterwidget, will eventually get the operators functionality from ↵isanae2019-05-311-0/+3
| | | | the mod/pluging lists
* Merge pull request #732 from isanae/cmake-changesAl2019-05-281-10/+194
|\ | | | | Adds filters, precompiled headers and quietness to the Visual Studio projects
| * set use_folders, puts all cmake generated projects into a folderisanae2019-05-261-0/+1
| |
| * added precompiled headersisanae2019-05-241-0/+24
| |
| * using builtin properties for autogen source groups, everything is now in the ↵isanae2019-05-241-25/+11
| | | | | | | | autogen filter
| * turned autorcc on so no need for qt5_add_resources() anymoreisanae2019-05-241-3/+2
| | | | | | | | | | qt5_wrap_ui() is redundant since autouic is already on generate INSTALL.vcxproj.user to have the proper debugging settings so ModOrganizer.exe is started from install/bin