-
-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add sort by column. Force all columns headers to be initialized. #633
Commits on Apr 6, 2023
-
Extend tools to handle multiple files
Extend DiffTool, MergeTool, EditTool, and ShowTool to support one or more files in each tool.
Configuration menu - View commit details
-
Copy full SHA for 4e5bfd8 - Browse repository at this point
Copy the full SHA 4e5bfd8View commit details
Commits on Apr 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 76f07e7 - Browse repository at this point
Copy the full SHA 76f07e7View commit details
Commits on Apr 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 959c83d - Browse repository at this point
Copy the full SHA 959c83dView commit details -
Close the branch drop-down list after the user checks out a branch.
Avoid the inconvenience of having to close the drop-down list manually after checking out a branch. ...and format...
Configuration menu - View commit details
-
Copy full SHA for 01b09f4 - Browse repository at this point
Copy the full SHA 01b09f4View commit details
Commits on Apr 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 53cb4ff - Browse repository at this point
Copy the full SHA 53cb4ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for db90aa8 - Browse repository at this point
Copy the full SHA db90aa8View commit details -
In MergeTool, use the workspace file as "merged".
Using the workspace file as "merged" allows for the file to be edited in-place for the merge.
Configuration menu - View commit details
-
Copy full SHA for f51f2d0 - Browse repository at this point
Copy the full SHA f51f2d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab69697 - Browse repository at this point
Copy the full SHA ab69697View commit details
Commits on Apr 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b17e494 - Browse repository at this point
Copy the full SHA b17e494View commit details
Commits on May 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9a67cee - Browse repository at this point
Copy the full SHA 9a67ceeView commit details
Commits on May 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e20b5d0 - Browse repository at this point
Copy the full SHA e20b5d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8c9d13 - Browse repository at this point
Copy the full SHA e8c9d13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99537fa - Browse repository at this point
Copy the full SHA 99537faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b37de0 - Browse repository at this point
Copy the full SHA 1b37de0View commit details
Commits on May 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fb6218c - Browse repository at this point
Copy the full SHA fb6218cView commit details -
Review updates for multi-file tool support 6 - Remove "this" paramete…
…r from the QProcess constructor for DiffTool.cpp, EditTool.cpp, and MergeTool.cpp so the external tool process lifetimes are not in anyway tied to gittup's lifetime. This simulates QProcess::startDetached() behavior.
Configuration menu - View commit details
-
Copy full SHA for c5be6b3 - Browse repository at this point
Copy the full SHA c5be6b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e34413 - Browse repository at this point
Copy the full SHA 3e34413View commit details -
Review updates for multi-file tool support 6 - Remove "this" paramete…
…r from the QProcess constructor for DiffTool.cpp, EditTool.cpp, and MergeTool.cpp so the external tool process lifetimes are not in anyway tied to gittup's lifetime. This simulates QProcess::startDetached() behavior.
Configuration menu - View commit details
-
Copy full SHA for 11d27ed - Browse repository at this point
Copy the full SHA 11d27edView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc117e6 - Browse repository at this point
Copy the full SHA cc117e6View commit details
Commits on May 16, 2023
-
For a selected directory, add the ability to skip recursive file enum…
…eration. When a directory is selected, all files within it, recursively, are added to the list of files selected. This is not really what the user intends (i.e. if the files are displayed as a tree and the user selects from the first to the last, the user really only wants to interact with the selected files, not all those in any selected directory). Introduce the AccumRepoFiles class to keep track of files actually selected by the user as well as those under any selected directory and provide a way to get either list individually or both file lists together.
Configuration menu - View commit details
-
Copy full SHA for 87a0722 - Browse repository at this point
Copy the full SHA 87a0722View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26f2513 - Browse repository at this point
Copy the full SHA 26f2513View commit details -
Configuration menu - View commit details
-
Copy full SHA for 009e67f - Browse repository at this point
Copy the full SHA 009e67fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11f2304 - Browse repository at this point
Copy the full SHA 11f2304View commit details
Commits on Jun 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c544198 - Browse repository at this point
Copy the full SHA c544198View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9848ca - Browse repository at this point
Copy the full SHA f9848caView commit details
Commits on Aug 21, 2023
-
1e57e7d ("Spanish translation", 2023-06-17) José Miguel Manzano
3c92cc0 ("Adds "Hide Untracked Files" option to DoubleTreeWidget cogwheel context menu", 2023-07-02) pvacatel a80ffed ("Fixes code format according to clang-format", 2023-07-03) pvacatel b202f1a ("Reverts format changes to test/Settings.cpp", 2023-07-04) pablov 0a935f8 ("enable debug build by setting a settings Reason: so the debug possibility is always available and is by default off for performance reason", 2023-07-14) Martin Marmsoler 198fb7a ("Update src/app/Application.cpp", 2023-07-14) Martin Marmsoler
Configuration menu - View commit details
-
Copy full SHA for 76031bb - Browse repository at this point
Copy the full SHA 76031bbView commit details -
1e57e7d ("Spanish translation", 2023-06-17) José Miguel Manzano 3c92cc0 ("Adds "Hide Untracked Files" option to DoubleTreeWidget cogwheel context menu", 2023-07-02) pvacatel a80ffed ("Fixes code format according to clang-format", 2023-07-03) pvacatel b202f1a ("Reverts format changes to test/Settings.cpp", 2023-07-04) pablov 0a935f8 ("enable debug build by setting a settings Reason: so the debug possibility is always available and is by default off for performance reason", 2023-07-14) Martin Marmsoler 198fb7a ("Update src/app/Application.cpp", 2023-07-14) Martin Marmsoler
Configuration menu - View commit details
-
Copy full SHA for 59a51da - Browse repository at this point
Copy the full SHA 59a51daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 304d037 - Browse repository at this point
Copy the full SHA 304d037View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02f2f39 - Browse repository at this point
Copy the full SHA 02f2f39View commit details
Commits on Aug 31, 2023
-
Use columns for file name, directory, and state when files are shown …
…as a list in TreeViews. Resolves Dense layout issue Murmele#547
Configuration menu - View commit details
-
Copy full SHA for 9424dde - Browse repository at this point
Copy the full SHA 9424ddeView commit details
Commits on Sep 1, 2023
-
Conflicts: .gitignore src/ui/FileContextMenu.cpp
Configuration menu - View commit details
-
Copy full SHA for 64be458 - Browse repository at this point
Copy the full SHA 64be458View commit details
Commits on Sep 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9da5e4f - Browse repository at this point
Copy the full SHA 9da5e4fView commit details