| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | fixed title on the manual key dialog | isanae | 2019-06-04 | 2 | -1/+3 | |
| | * | | | | | | | | | | | | | renamed "revoke nexus authorization" to "disconnect from nexus" because "revo... | isanae | 2019-06-04 | 6 | -153/+337 | |
| | * | | | | | | | | | | | | | added new dialog to enter api key manually | isanae | 2019-06-03 | 6 | -2/+156 | |
| * | | | | | | | | | | | | | | Merge pull request #750 from isanae/more-menu-toolbar | Al | 2019-06-04 | 3 | -34/+102 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | fixed exit menu item not working | isanae | 2019-06-03 | 2 | -4/+6 | |
| | * | | | | | | | | | | | | | | more comments | isanae | 2019-06-03 | 1 | -0/+4 | |
| | * | | | | | | | | | | | | | | renamed some of the menus to remove underscores | isanae | 2019-06-03 | 3 | -20/+38 | |
| | * | | | | | | | | | | | | | | added menubar toggle in the context menu | isanae | 2019-06-03 | 3 | -12/+56 | |
| * | | | | | | | | | | | | | | | Merge pull request #751 from isanae/close-flag-on-cancel-redux | Al | 2019-06-04 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | reset m_closing to false when the user cancels closing | isanae | 2019-06-03 | 1 | -0/+1 | |
| |/ / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | Merge pull request #747 from isanae/splash-monitor | Al | 2019-06-03 | 2 | -0/+13 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | remember the monitor number | isanae | 2019-06-03 | 2 | -0/+13 | |
| | |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | Merge pull request #744 from isanae/standard-menu-and-toolbar | Al | 2019-06-03 | 21 | -288/+2671 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | missed some mnemonics in the main menu | isanae | 2019-06-02 | 1 | -3/+3 | |
| | * | | | | | | | | | | | | | reduced the padding of toolbar icons in the vs15 themes | isanae | 2019-06-02 | 6 | -12/+6 | |
| | * | | | | | | | | | | | | | update styles to handle the new menu bar | isanae | 2019-06-02 | 17 | -94/+2135 | |
| | * | | | | | | | | | | | | | added medium toolbar icon size | isanae | 2019-06-02 | 3 | -9/+20 | |
| | * | | | | | | | | | | | | | the toolbar menu is now in the ui file instead of being created by hand | isanae | 2019-06-02 | 3 | -32/+153 | |
| | * | | | | | | | | | | | | | toolbar size and button style are now configurable and remembered | isanae | 2019-06-02 | 2 | -0/+74 | |
| | * | | | | | | | | | | | | | moved links to a new dedicated toolbar | isanae | 2019-06-02 | 3 | -46/+57 | |
| | * | | | | | | | | | | | | | 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 | |
| |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Merge pull request #740 from isanae/new-conflict-list | Al | 2019-06-01 | 9 | -355/+1173 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | 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 | |
