| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
* Removed Edit and Copy Log as it was useless.
* Moved Visit Nexus to Files.
* Moved Profiles to Tools.
* Renamed Tools submenu to "Tool Plugins".
|
| |
|
|
|
| |
* Made status a default choice.
* Changed status column to +/- instead of Enabled/Disabled.
|
| |
|
|
| |
fixes trying to load a wchar_t* with qCritical(), which merely prints the address
|
| |
|
|
| |
twice with a doubleclick.
|
| | |
|
| |
|
|
| |
* Changed themes to remove the ugly separator line between widgets on the statusbar.
|
| | |
|
| |\
| |
| | |
Executables dialog rework
|
| | | |
|
| | | |
|
| | |
| |
| |
| | |
some comments
|
| | |
| |
| |
| |
| |
| | |
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
|
| | | |
|
| | |
| |
| |
| | |
separate the top buttons from the edit widgets a bit more
|
| | |
| |
| |
| |
| |
| |
| |
| | |
were, they did not look aligned when next to each other
added status/tooltip/whatsthis strings to new buttons
change enabled status of up/down dynamically
simplified move() to just move by one
|
| | |
| |
| |
| | |
up/down buttons
|
| | | |
|
| | |
| |
| |
| | |
comments
|
| | |
| |
| |
| | |
inadvertently set
|
| | |
| |
| |
| |
| |
| |
| | |
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
|
| | | |
|
| | |
| |
| |
| | |
have mainwindow save all the new settings once the dialog closes
|
| | | |
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| | |
findJavaInstallation() because it was copy/pasted into EditExecutablesDialog
fixed FileDialogMemory::getOpenFileName() to also use the given directory correctly
handle browse binary button
|
| | |
| |
| |
| |
| |
| | |
disable all widgets when there's no selection
now saves application icon
browse working directory uses current value in file dialog
|
| | | |
|
| | |
| |
| |
| | |
custom overwrite directories now set locally, will be written to profile when closing the dialog
|
| | |
| |
| |
| |
| |
| | |
(newFilesModCheckBox?)
modifying widgets calls save()
|
| | |
| |
| |
| | |
general clean up of member variable names, whitespace
|
| | |
| |
| |
| |
| | |
added warning that an executable is provided by a plugin, disable widgets that can't be changed
refactoring EditExecutablesDialog
|
| | |
| |
| |
| | |
moved add/remove below the list
|
| | |
| |
| |
| | |
standard QDialogButtonBox
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
removed Executable's constructor with values, replaced with default ctor + setters, all these strings were much too error-prone
added Executable ctor overload to convert from ExecutableInfo
plugin executables now override most of the custom changes
renamed browseButton to browseBinaryButton to avoid confusion with the other browseDirButton
fixed both browse dialogs not handling cancel
EditExecutablesDialog's list used to change the text color for custom executables, replaced with italics
|
| | | |
|
| | |
| |
| |
| |
| |
| | |
- merged addExecutable(), updateExecutable() and addExecutableInternal() into a new setExecutable()
- setExecutable() adds the executable to the list if not found, or forwards to Executable::mergeFrom()
- mergeFrom() handles merging from/to plugin executables
|
| | | |
|
| | |
| |
| |
| |
| |
| | |
renamed ExecutablesList::init() to addFromPlugin()
renamed ExecutablesList::find() to get() and added a find() that returns an iterator
changed some calls from get() to find() so they can handle failure because they didn't seem to handle std::runtime_error at all
|
| | | |
|
| |/
|
|
|
| |
- it's incorrect, since language codes are unsigned shorts, and
- it actually breaks the translation section and makes retrieving it through standard Windows API fail
|
| |\ |
|
| | |
| |
| |
| | |
comments
|
| | |
| |
| |
| | |
any, having a coloured and clickable icon was confusing
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |
| |
| |
| | |
centralized menu visibility into a showMenuBar() function
|
| | |
| |
| |
| | |
hiding/unhiding very well
|
| | |
| |
| |
| | |
added update notification to statusbar
|