| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fixed alt colors in saves list for dark.qss | isanae | 2019-12-12 | 5 | -27/+52 |
| | | | | | | translated some sanity checks warnings fixed filter list not refreshing selection correctly | ||||
| * | Check the enum | Silarn | 2019-12-11 | 2 | -3/+3 |
| | | |||||
| * | Update installer status handling | Silarn | 2019-12-11 | 4 | -88/+107 |
| | | |||||
| * | When cancelling a fomod extraction, don't generate an error. | Silarn | 2019-12-11 | 2 | -21/+31 |
| | | |||||
| * | Rework filter labels to separate bracket from translation | Silarn | 2019-12-10 | 3 | -254/+257 |
| | | |||||
| * | Change the modinfo image preview button to a toolbutton | Silarn | 2019-12-10 | 1 | -1/+1 |
| | | |||||
| * | set default window size to 1300x800 | isanae | 2019-12-09 | 1 | -1/+4 |
| | | |||||
| * | moved the conflicts column back to its proper position in the enum | isanae | 2019-12-09 | 4 | -292/+265 |
| | | | | | removed unnecessary compat code | ||||
| * | move the conflicts column when resetting geometries | isanae | 2019-12-09 | 3 | -281/+281 |
| | | |||||
| * | use paintEvent() to allow interactive resize because showEvent() is too early | isanae | 2019-12-09 | 4 | -342/+350 |
| | | | | | bumped to rc2 | ||||
| * | Merge pull request #931 from isanae/double-click-unhooked | isanae | 2019-12-09 | 8 | -457/+553 |
| |\ | | | | | Double click unhooked | ||||
| | * | removed dead setDefaultActivationActionForFile() | isanae | 2019-12-09 | 4 | -356/+299 |
| | | | |||||
| | * | disable run hooked in filetree when mod is disabled | isanae | 2019-12-09 | 2 | -5/+20 |
| | | | |||||
| | * | data tab: run exes unhooked by default | isanae | 2019-12-09 | 3 | -287/+361 |
| | | | |||||
| | * | filetree tab: run exes unhooked by default | isanae | 2019-12-09 | 1 | -6/+37 |
| | | | |||||
| | * | conflicts tab: run exes unhooked by default | isanae | 2019-12-08 | 6 | -64/+97 |
| | | | |||||
| * | | Rework column insertion to move to the intended position post-facto | Silarn | 2019-12-08 | 4 | -21/+29 |
| | | | |||||
| * | | Add alternatingRowColors to saves and data tab. | Al | 2019-12-09 | 1 | -0/+6 |
| | | | |||||
| * | | Change compact size for the conflicts column to be shorter since there are ↵ | Al | 2019-12-09 | 2 | -2/+2 |
| | | | | | | | | | less flags here. | ||||
| * | | Rework logic to parse by visual index | Silarn | 2019-12-08 | 1 | -6/+6 |
| | | | |||||
| * | | Changed default behavior for "Open Previews on double click" to true | Al | 2019-12-08 | 1 | -1/+1 |
| |/ | | | | since it's probably the most desirable option. | ||||
| * | Update transifex location | Silarn | 2019-12-07 | 1 | -2/+2 |
| | | |||||
| * | Add Xahtax as a German translator | LostDragonist | 2019-12-07 | 2 | -12/+17 |
| | | |||||
| * | bumped to rc1 | isanae | 2019-12-07 | 1 | -2/+2 |
| | | |||||
| * | Do not translate isa's name | LostDragonist | 2019-12-07 | 1 | -1/+1 |
| | | |||||
| * | Move isa to lead developers | LostDragonist | 2019-12-07 | 1 | -5/+5 |
| | | |||||
| * | removed unused on_clickBlankButton_clicked() | isanae | 2019-12-07 | 3 | -190/+182 |
| | | |||||
| * | Fix mistakenly added modinfo tab ID | Silarn | 2019-12-06 | 2 | -2/+0 |
| | | |||||
| * | Separate conflict flags and render them in separate columns | Silarn | 2019-12-06 | 19 | -1729/+2369 |
| | | |||||
| * | Add source game column to the download list | LostDragonist | 2019-12-06 | 6 | -1/+33 |
| | | |||||
| * | moved logs back to the bottom of the list, they're not game related | isanae | 2019-12-04 | 1 | -1/+5 |
| | | |||||
| * | deleted 6788 stylesheets, they're now dependencies in umbrella | isanae | 2019-12-04 | 95 | -12939/+0 |
| | | |||||
| * | implemented previews on double-click for the data and conflicts tabs | isanae | 2019-12-04 | 7 | -51/+154 |
| | | |||||
| * | added open previews on double-click option | isanae | 2019-12-04 | 5 | -11/+62 |
| | | | | | implemented for filetree | ||||
| * | Merge pull request #919 from isanae/explore-stylesheets | isanae | 2019-12-04 | 5 | -42/+56 |
| |\ | | | | | Explore stylesheets | ||||
| | * | added explore button in the settings to open stylesheets folder | isanae | 2019-12-04 | 5 | -42/+56 |
| | | | | | | | | | | | added stylesheets folder to the open folders button moved "Open MO2 Logs folder" up to be with instance folders, removed "MO2" in the name | ||||
| * | | keyboard nav for filter list, alternating row colors | isanae | 2019-12-04 | 3 | -33/+72 |
| |/ | |||||
| * | Merge pull request #917 from isanae/download-crash | isanae | 2019-12-02 | 3 | -8/+28 |
| |\ | | | | | Crash when starting multiple downloads with dialog boxes opened | ||||
| | * | fixed crash when starting multiple downloads with dialog boxes opened | isanae | 2019-12-02 | 3 | -8/+28 |
| | | | | | | | | | fixed download manager dialog boxes not having a parent | ||||
| * | | added "tracked on nexus" filter | isanae | 2019-12-02 | 4 | -1/+10 |
| |/ | |||||
| * | double-click now opens files for the data tab, filetree and conflict lists | isanae | 2019-12-02 | 4 | -8/+56 |
| | | |||||
| * | added "open with vfs" to the data tab | isanae | 2019-12-02 | 3 | -31/+55 |
| | | | | | uniform order for file context menus | ||||
| * | added "open with vfs" to filetree | isanae | 2019-12-02 | 3 | -68/+69 |
| | | |||||
| * | added "open with vfs" option to conflicts tab | isanae | 2019-12-02 | 8 | -10/+262 |
| | | |||||
| * | don't show the lock overlay for processes that are not hooked | isanae | 2019-12-02 | 5 | -7/+18 |
| | | | | | | starting exe from filetree is now hooked usvfs progress dialog now on top of dialogs | ||||
| * | three modes for separators, save state | isanae | 2019-12-02 | 7 | -53/+112 |
| | | | | | renamed enumerators | ||||
| * | made all categories positive | isanae | 2019-11-30 | 5 | -30/+36 |
| | | | | | fixed context menu sometimes appearing | ||||
| * | fixed separators option being used even without filters | isanae | 2019-11-30 | 5 | -129/+204 |
| | | | | | changed filter list to use tristate items without selection | ||||
| * | fixed setting selection when checking for updates | isanae | 2019-11-30 | 3 | -6/+12 |
| | | |||||
| * | always enable clear filter button, made it so it also removes not flags | isanae | 2019-11-30 | 3 | -13/+26 |
| | | | | | | removed "deselect filters" context menu, redundant disable not flag menu items without selection | ||||
