| Commit message (Expand) | Author | Age | Files | Lines |
| * | moved notification menu item to tools, was the only thing in view | isanae | 2019-06-02 | 3 | -32/+22 |
| * | removed actionToToolButton(), which was replacing QAction's in the toolbar wi... | isanae | 2019-06-02 | 3 | -96/+59 |
| * | - always show statusbar, used by the menu and toolbar to display status tips | isanae | 2019-06-02 | 5 | -48/+226 |
| * | refresh files in the constructor because the ui is used to determine the tab ... | isanae | 2019-05-31 | 1 | -1/+8 |
| * | conflict lists: | isanae | 2019-05-31 | 4 | -50/+160 |
| * | advanced conflict list tooltips | isanae | 2019-05-31 | 1 | -0/+9 |
| * | conflict lists | isanae | 2019-05-31 | 3 | -2/+39 |
| * | don't show open menu item if the files are from an archive | isanae | 2019-05-31 | 2 | -1/+14 |
| * | replaced all the manual UserRole stuff with a few constants and helper functions | isanae | 2019-05-31 | 4 | -63/+91 |
| * | 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 | 3 | -8/+26 |
| * | FilterWidget takes a predicate to match strings | isanae | 2019-05-31 | 3 | -7/+42 |
| * | removed buddy from FilterWidget, the intention was to hook a ctrl+f shortcut ... | isanae | 2019-05-31 | 3 | -10/+49 |
| * | added new filterwidget, will eventually get the operators functionality from ... | isanae | 2019-05-31 | 6 | -6/+124 |
| * | elide first two columns of the advanced list | isanae | 2019-05-31 | 1 | -0/+25 |
| * | comments, switched some of the ifs for clarity | isanae | 2019-05-31 | 1 | -5/+33 |
| * | added show all/nearest mods radio buttons | isanae | 2019-05-31 | 2 | -10/+55 |
| * | allow for refreshing individual conflict tabs | isanae | 2019-05-31 | 3 | -30/+116 |
| * | added AlternativesVector typedef to FileEntry | isanae | 2019-05-31 | 3 | -55/+92 |
| * | changed iterator loops to ranged for | isanae | 2019-05-31 | 1 | -14/+28 |
| * | split refreshLists() in two | isanae | 2019-05-31 | 2 | -10/+21 |
| * | 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 directl... | isanae | 2019-05-31 | 1 | -219/+234 |
| * | Merge pull request #739 from isanae/hide-conflict-items | Al | 2019-05-29 | 5 | -159/+184 |
| |\ |
|
| | * | reverted change that showed the conflicted file first in the preview dialog | isanae | 2019-05-28 | 1 | -3/+1 |
| | * | also reversed 'hide' parameter to 'visible' for changeFiletreeVisibility() | isanae | 2019-05-28 | 1 | -14/+15 |
| | * | reversed 'hide' parameter to 'visible' for changeConflictItemsVisibility() | isanae | 2019-05-28 | 1 | -11/+13 |
| | * | added selectedOrigin to previewFileWithAlternatives() | isanae | 2019-05-28 | 4 | -7/+41 |
| | * | multiple selection for noconflict and overwritten lists | isanae | 2019-05-27 | 3 | -129/+119 |
| * | | Merge pull request #732 from isanae/cmake-changes | Al | 2019-05-28 | 3 | -10/+449 |
| |\ \ |
|
| | * \ | Merge branch 'cmake-changes' of github_isa:isanae/modorganizer into cmake-cha... | isanae | 2019-05-26 | 1 | -3/+0 |
| | |\ \ |
|
| | | * | | Update pch.h | isanae | 2019-05-24 | 1 | -3/+0 |
| | * | | | set use_folders, puts all cmake generated projects into a folder | isanae | 2019-05-26 | 1 | -0/+1 |
| | |/ / |
|
| | * | | added precompiled headers | isanae | 2019-05-24 | 3 | -0/+282 |
| | * | | using builtin properties for autogen source groups, everything is now in the ... | isanae | 2019-05-24 | 1 | -25/+11 |
| | * | | turned autorcc on so no need for qt5_add_resources() anymore | isanae | 2019-05-24 | 1 | -3/+2 |
| | * | | greatly decreased the verbosity of builds | isanae | 2019-05-24 | 1 | -3/+3 |
| | * | | put source files in specific groups so they're organized in the visual studio... | isanae | 2019-05-24 | 1 | -4/+178 |
| * | | | Merge pull request #734 from isanae/permissive-flag | Al | 2019-05-28 | 8 | -13/+13 |
| |\ \ \ |
|
| | * | | | fixes for /permissive-: | isanae | 2019-05-26 | 7 | -12/+12 |
| | * | | | added /permissive- | isanae | 2019-05-26 | 1 | -1/+1 |
| | |/ / |
|
| * | / | findFile() seems to return null in some cases and crash on the line below | isanae | 2019-05-27 | 1 | -1/+1 |
| | |/
|/| |
|
| * | | don't activate the window when hovering save files | isanae | 2019-05-26 | 1 | -2/+9 |
| * | | moved shell functions to uibase | isanae | 2019-05-26 | 3 | -176/+3 |
| * | | Merge pull request #731 from isanae/filetree-dds-preview-630 | Al | 2019-05-26 | 12 | -390/+554 |
| |\ \ |
|
| | * | | moved getFileExecutionContext() and its enum into OrganizerCore | isanae | 2019-05-26 | 3 | -75/+76 |
| | * | | changed enum case to follow convention | isanae | 2019-05-26 | 3 | -10/+10 |
| | * | | changed rest of ShellExecuteW() calls to use shell::Execute(), shell::OpenLin... | isanae | 2019-05-26 | 9 | -36/+43 |
| | * | | put explore and open functions in namespace shell | isanae | 2019-05-25 | 7 | -185/+311 |
| | * | | reordered action variables to match the order in the context menu, added a fe... | isanae | 2019-05-25 | 2 | -10/+12 |