| Commit message (Expand) | Author | Age | Files | Lines |
| * | some refactoring | isanae | 2019-07-02 | 1 | -11/+44 |
| * | reordering tabs, then switching to a mod with a different tab set would disca... | isanae | 2019-07-02 | 1 | -15/+119 |
| * | added modinfodialogfwd.h, mostly for the enum that's used in various places | isanae | 2019-07-02 | 1 | -43/+7 |
| * | added a ModInfoDialogTabContext to avoid passing too many things to tab const... | isanae | 2019-07-02 | 1 | -28/+8 |
| * | focus tabs when they need a confirmation to close | isanae | 2019-07-02 | 1 | -1/+5 |
| * | fixed problems with re-ordering tabs, realPos was never updated properly and ... | isanae | 2019-07-02 | 1 | -0/+2 |
| * | added explore menu item to conflict lists and filetree | isanae | 2019-07-02 | 1 | -0/+1 |
| * | replaced reportError() calls by qCritical() because they can come from a thre... | isanae | 2019-07-02 | 1 | -0/+1 |
| * | only load nexus website on activation | isanae | 2019-07-02 | 1 | -1/+2 |
| * | added path and explore button to images tab | isanae | 2019-07-02 | 1 | -0/+14 |
| * | performance optimizations: text/ini tabs and advanced conflict list use views... | isanae | 2019-07-02 | 1 | -0/+2 |
| * | don't update invisible tabs | isanae | 2019-07-02 | 1 | -3/+4 |
| * | changed "tab index" to "tab id", this was confusing the order in the widget a... | isanae | 2019-07-02 | 1 | -8/+9 |
| * | grey out tab names when they have no data | isanae | 2019-07-02 | 1 | -26/+32 |
| * | added missing icons | isanae | 2019-07-02 | 1 | -31/+13 |
| * | finished splitting filetree tab | isanae | 2019-07-02 | 1 | -37/+5 |
| * | splitting filetree tab | isanae | 2019-07-02 | 1 | -27/+1 |
| * | split nexus tab | isanae | 2019-07-02 | 1 | -29/+0 |
| * | split categories tab | isanae | 2019-07-02 | 1 | -7/+0 |
| * | split ModInfoDialogTab | isanae | 2019-07-02 | 1 | -32/+1 |
| * | pass parent widget to tabs for dialogs | isanae | 2019-07-02 | 1 | -43/+19 |
| * | in the process of moving stuff to modinfodialogconflicts.h/cpp | isanae | 2019-07-02 | 1 | -23/+22 |
| * | changed layout of esps tab, moved to modinfodialogesps.cpp/h | isanae | 2019-07-02 | 1 | -2/+0 |
| * | split images tab stuff in ImagesTab | isanae | 2019-07-02 | 1 | -4/+1 |
| * | split ini tab stuff to IniFilesTab | isanae | 2019-07-02 | 1 | -8/+0 |
| * | removed unused ini tweaks widgets | isanae | 2019-07-02 | 1 | -6/+0 |
| * | split text file tab into its own class | isanae | 2019-07-02 | 1 | -5/+24 |
| * | split ExpanderWidget into its own set of files | isanae | 2019-07-02 | 1 | -41/+1 |
| * | line numbers, which required inheriting from QPlainTextEdit instead | isanae | 2019-07-02 | 1 | -1/+0 |
| * | TextEditor now has a dynamic toolbar | isanae | 2019-07-02 | 1 | -5/+0 |
| * | added initial toolbar, splitter | isanae | 2019-07-02 | 1 | -2/+8 |
| * | moved filerenamer to its own .cpp/.h pair | isanae | 2019-07-02 | 1 | -134/+1 |
| * | refactored conflict list items: | isanae | 2019-06-04 | 1 | -21/+0 |
| * | conflict lists: | isanae | 2019-05-31 | 1 | -10/+23 |
| * | conflict lists | isanae | 2019-05-31 | 1 | -0/+2 |
| * | don't show open menu item if the files are from an archive | isanae | 2019-05-31 | 1 | -0/+2 |
| * | replaced all the manual UserRole stuff with a few constants and helper functions | isanae | 2019-05-31 | 1 | -2/+8 |
| * | restore conflicts selected tab and checkboxes | isanae | 2019-05-31 | 1 | -2/+2 |
| * | added new filterwidget, will eventually get the operators functionality from ... | isanae | 2019-05-31 | 1 | -0/+3 |
| * | allow for refreshing individual conflict tabs | isanae | 2019-05-31 | 1 | -3/+8 |
| * | added AlternativesVector typedef to FileEntry | isanae | 2019-05-31 | 1 | -0/+11 |
| * | split refreshLists() in two | isanae | 2019-05-31 | 1 | -0/+3 |
| * | added selectedOrigin to previewFileWithAlternatives() | isanae | 2019-05-28 | 1 | -1/+0 |
| * | multiple selection for noconflict and overwritten lists | isanae | 2019-05-27 | 1 | -14/+23 |
| * | put explore and open functions in namespace shell | isanae | 2019-05-25 | 1 | -5/+7 |
| * | reordered action variables to match the order in the context menu, added a fe... | isanae | 2019-05-25 | 1 | -3/+3 |
| * | a copy of getBinaryExecuteInfo() and openDataFile() was in both mainwindow an... | isanae | 2019-05-25 | 1 | -1/+0 |
| * | documented ExpanderWidget, removed checkable stuff because the state is kept ... | isanae | 2019-05-20 | 1 | -0/+22 |
| * | added const version of Settings::directInterface() for restoring states | isanae | 2019-05-20 | 1 | -5/+11 |
| * | made expander use the full width | isanae | 2019-05-20 | 1 | -0/+4 |