| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | added missing icons | isanae | 2019-07-02 | 1 | -1/+4 |
| | | | | | | now passing tab index to allow enabling/disabling depending on mod type modinfodialog cleanup | ||||
| * | finished splitting filetree tab | isanae | 2019-07-02 | 1 | -2/+11 |
| | | | | | forward delete shortcut to tabs | ||||
| * | splitting filetree tab | isanae | 2019-07-02 | 1 | -4/+4 |
| | | | | | moved mod info dialog classes to a sub filter | ||||
| * | split notes tab | isanae | 2019-07-02 | 1 | -6/+11 |
| | | | | | added new HTMLEditor that triggers an editingFinished() on focus our, used by notes tab | ||||
| * | split nexus tab | isanae | 2019-07-02 | 1 | -119/+103 |
| | | | | | | | 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 | ||||
| * | renamed widgets to their proper name | isanae | 2019-07-02 | 1 | -25/+25 |
| | | |||||
| * | in the process of moving stuff to modinfodialogconflicts.h/cpp | isanae | 2019-07-02 | 1 | -29/+29 |
| | | |||||
| * | changed layout of esps tab, moved to modinfodialogesps.cpp/h | isanae | 2019-07-02 | 1 | -105/+163 |
| | | | | | slightly offset next/previous images so they look better when shown next to each other vertically | ||||
| * | images list now vertical on the left | isanae | 2019-07-02 | 1 | -64/+36 |
| | | | | | reworked scaling to respect aspect ratio and not exceed original size | ||||
| * | split images tab stuff in ImagesTab | isanae | 2019-07-02 | 1 | -4/+4 |
| | | | | | text editor: fixed modified flag not being set to false when loading an empty file | ||||
| * | split ini tab stuff to IniFilesTab | isanae | 2019-07-02 | 1 | -33/+5 |
| | | | | | refactored TextFilesTab into GenericFiles so it can be used by IniFilesTab | ||||
| * | removed unused ini tweaks widgets | isanae | 2019-07-02 | 1 | -112/+121 |
| | | | | | splitter in ini tab | ||||
| * | line numbers, which required inheriting from QPlainTextEdit instead | isanae | 2019-07-02 | 1 | -8/+6 |
| | | |||||
| * | TextEditor now has a dynamic toolbar | isanae | 2019-07-02 | 1 | -61/+7 |
| | | |||||
| * | added initial toolbar, splitter | isanae | 2019-07-02 | 1 | -45/+85 |
| | | | | | moved most of the text editor stuff to a new TextEditor class | ||||
| * | Correcting minor spelling mistakes in the UI + add contributor | Matte A | 2019-06-23 | 1 | -4/+4 |
| | | |||||
| * | advanced conflict list tooltips | isanae | 2019-05-31 | 1 | -0/+9 |
| | | |||||
| * | conflict lists | isanae | 2019-05-31 | 1 | -0/+3 |
| | | | | | | | - sorting on advanced list - save state of all four lists - call refreshLists() just before showing because the state has to be loaded first, which happens after the ctor | ||||
| * | replaced all the manual UserRole stuff with a few constants and helper functions | isanae | 2019-05-31 | 1 | -0/+9 |
| | | | | | | | | setConflictItem() is now used by all conflict lists to setup the data (filename, archive, etc.) and visuals (italic for archives) merged openDataFile() and previewDataFile() into their caller as they weren't used anywhere else previewDataFile() used to do a fromNativeSeparators() before previewing, moved that to previewFileWithAlternatives() instead brought overwrittenTree double click in line with overwriteTree, there's no difference between apply() and close() because there's only a close button | ||||
| * | put back changes from another PR lost because of a bad rebase | isanae | 2019-05-31 | 1 | -7/+16 |
| | | |||||
| * | restore conflicts selected tab and checkboxes | isanae | 2019-05-31 | 1 | -1/+1 |
| | | |||||
| * | added new filterwidget, will eventually get the operators functionality from ↵ | isanae | 2019-05-31 | 1 | -6/+1 |
| | | | | | the mod/pluging lists | ||||
| * | added show all/nearest mods radio buttons | isanae | 2019-05-31 | 1 | -0/+17 |
| | | |||||
| * | allow for refreshing individual conflict tabs | isanae | 2019-05-31 | 1 | -0/+3 |
| | | | | | advanced conflict list now has items | ||||
| * | added new tabs in the conflict tab | isanae | 2019-05-31 | 1 | -217/+351 |
| | | |||||
| * | moved all widgets in the conflict tab into a parent widget instead of ↵ | isanae | 2019-05-31 | 1 | -219/+234 |
| | | | | | directly being in the tab, allows for future additions to the tab | ||||
| * | multiple selection for noconflict and overwritten lists | isanae | 2019-05-27 | 1 | -6/+15 |
| | | | | | | | | set uniformRowHeights for all three lists for faster rendering, all items are text only all three lists use the same code for the context menu: - createConflictMenuActions() returns a struct with the QActions that are valid for the selection - showConflictMenu() plugs in the handlers and shows the menu | ||||
| * | made expander use the full width | isanae | 2019-05-20 | 1 | -45/+9 |
| | | | | | context menu for noconflict tree | ||||
| * | expandable sections in the conflict tab | isanae | 2019-05-20 | 1 | -64/+154 |
| | | |||||
| * | added third tree with non-conflicting files | isanae | 2019-05-20 | 1 | -11/+39 |
| | | |||||
| * | changed the top conflict treeview to support multiple selection | isanae | 2019-05-18 | 1 | -0/+3 |
| | | | | | | this required making some changes to both trees because they were sharing m_ConflictsContextItem that was set on right clicks; both trees are now independent hide/unhide is always shown on multiple selection to avoid scanning all the selected items | ||||
| * | Added Web Page URL field in modinfodialog. | Al | 2019-01-11 | 1 | -0/+14 |
| | | | | | It's used only if nexusID is invalid. | ||||
| * | Save rich text of notes tab across restart. | Al | 2019-01-10 | 1 | -0/+3 |
| | | |||||
| * | Further extend the version field to 32 characters | LostDragonist | 2018-12-11 | 1 | -3/+3 |
| | | |||||
| * | Add notes column to mod list | LostDragonist | 2018-12-08 | 1 | -1/+24 |
| | | |||||
| * | Set the web viewer widget in the mod info dialog to expand vertically | LostDragonist | 2018-09-30 | 1 | -4/+16 |
| | | |||||
| * | Rename spacer to get remove warning | LostDragonist | 2018-09-30 | 1 | -1/+1 |
| | | |||||
| * | Extend version field to 12 characters | Gaerzi | 2018-09-25 | 1 | -1/+1 |
| | | | | | | This is needed because some mods out there have version strings longer than 10 characters. For example, the current version string of [SSE Engine Fixes (skse64 plugin)](https://www.nexusmods.com/skyrimspecialedition/mods/17230) is "2.12.1.5.50" -- 11 characters in total. 12 should hopefully be enough. | ||||
| * | Improve and fix handling of external links | Silarn | 2018-04-18 | 1 | -5/+10 |
| | | |||||
| * | Merged the new open in explorer button with Silarn's code. | Al12rs | 2018-04-17 | 1 | -3/+33 |
| | | |||||
| * | Adjust mod info dialog, add tooltips, update old | Silarn | 2018-04-17 | 1 | -10/+13 |
| | | |||||
| * | Add source game setter in mod info dialog | Silarn | 2018-04-17 | 1 | -11/+41 |
| | | |||||
| * | Added file preview in conflicts tab in the mod information dialog. The ↵ | Al12rs | 2018-04-07 | 1 | -0/+6 |
| | | | | | preview is not working for the lower file list for some reason but I left the setup of the context menu and all in case somebody else can figure out what I'm missing. | ||||
| * | Disabled iniTweaks part of modinfodialog until it is not fixed. | Al12rs | 2018-03-17 | 1 | -1/+7 |
| | | |||||
| * | Basic ESL updates | Jeremy Rimpo | 2017-10-20 | 1 | -2/+2 |
| | | |||||
| * | First attempt to update to QT5.7 | LePresidente | 2017-01-04 | 1 | -3/+3 |
| | | |||||
| * | - re-enabled use of img-tags in bbcode converter | Tannin | 2014-11-11 | 1 | -21/+14 |
| | | | | | | - addded a workaround for cases where, after a MO update, the stored modlist layout has no size for new columns - using a webview again for the nexus view of the modinfo dialog | ||||
| * | - added an option to show meta info on downloads instead of filenames | Tannin | 2014-04-23 | 1 | -1/+21 |
| | | | | | | | - MO will now cancel if user tries to run MO vfs-injected - when saving the MO ini file it is now written to a tmp file first and then overwritten - updated to link against boost python 1.55 | ||||
| * | - tabs in the mod info dialog can now be moved around by the user | Tannin | 2014-02-04 | 1 | -4/+7 |
| | | |||||
| * | minor text changes | Tannin | 2013-12-07 | 1 | -2/+1 |
| | | |||||
