-
Notifications
You must be signed in to change notification settings - Fork 1
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
Implement a new View Changesets window with filtering capabilities #115
Commits on Apr 15, 2024
-
FPlasticSourceControlChangeset containing an array of file States, ea…
…ch with one Revision for Diffing (like for Files and ShelvedFiles in FPlasticSourceControlChangelist)
Configuration menu - View commit details
-
Copy full SHA for 18fd9fa - Browse repository at this point
Copy the full SHA 18fd9faView commit details -
RunGetBranches() also output XML on a temp file instead of the standa…
…rd output, and update ParseBranchesResults() accordingly Minor cleanup in preparation of getting the Changesets the same way
Configuration menu - View commit details
-
Copy full SHA for 3ee9e73 - Browse repository at this point
Copy the full SHA 3ee9e73View commit details -
Configuration menu - View commit details
-
Copy full SHA for a03fa1f - Browse repository at this point
Copy the full SHA a03fa1fView commit details -
Fix Lock.Owner to retain the full email address to be displayed on th…
…e tooltip on the "View Locks" window The conversion to short name should be only done at display time where space matters, eg in the Content Browser context tooltip
Configuration menu - View commit details
-
Copy full SHA for 7959ecb - Browse repository at this point
Copy the full SHA 7959ecbView commit details -
Implement RunGetChangesets() calling cm "find changeset" and "log" an…
…d then ParseChangesetsResults()
Configuration menu - View commit details
-
Copy full SHA for 790b47b - Browse repository at this point
Copy the full SHA 790b47bView commit details -
Add a OnMouseButtonDoubleClick to switch to a branch like with Enter
It's not strictly related to the task but I am using this Branches Widget code to create the new Changesets View and realized it was missing this feature
Configuration menu - View commit details
-
Copy full SHA for b120f49 - Browse repository at this point
Copy the full SHA b120f49View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7f4a56 - Browse repository at this point
Copy the full SHA d7f4a56View commit details -
Add sub-categories in Project Settings to fold settings relative to t…
…he View Branches & View Locks windows
Configuration menu - View commit details
-
Copy full SHA for b0483e6 - Browse repository at this point
Copy the full SHA b0483e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a4c57c - Browse repository at this point
Copy the full SHA 8a4c57cView commit details
Commits on Apr 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7f71c6f - Browse repository at this point
Copy the full SHA 7f71c6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc3f37e - Browse repository at this point
Copy the full SHA fc3f37eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72fb96e - Browse repository at this point
Copy the full SHA 72fb96eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e1738f - Browse repository at this point
Copy the full SHA 7e1738fView commit details -
Reimplement RunGetChangesets() calling only cm "find changeset"
Rationale: "log" is way to expensive, fetching all files, and cannot be limited to a certain number of changesets to work around the issue. This will require lazy loading the list of files on selecting changesets instead, but that's for another task.
Configuration menu - View commit details
-
Copy full SHA for ba83f3c - Browse repository at this point
Copy the full SHA ba83f3cView commit details -
Add a PlasticSourceControlUtils::GetChangesetNumber() for the "GetCha…
…ngesets" operation Leverages the existing parser GetChangesetFromWorkspaceStatus()
Configuration menu - View commit details
-
Copy full SHA for 33c2c8a - Browse repository at this point
Copy the full SHA 33c2c8aView commit details -
Remove the redundant CurrentBranchName from 2 operations to use the B…
…ranchName field from the underlying command instead
Configuration menu - View commit details
-
Copy full SHA for 3ad9456 - Browse repository at this point
Copy the full SHA 3ad9456View commit details -
Display current changeset in bold, fix username shortening, and resiz…
…e collumns to better fit their content
Configuration menu - View commit details
-
Copy full SHA for 9da0a94 - Browse repository at this point
Copy the full SHA 9da0a94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fe1c94 - Browse repository at this point
Copy the full SHA 5fe1c94View commit details -
Configuration menu - View commit details
-
Copy full SHA for af852f2 - Browse repository at this point
Copy the full SHA af852f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f39afce - Browse repository at this point
Copy the full SHA f39afceView commit details -
Fix RunGetChangesets() FString::Printf providing duplicated arguments…
… for the date format
Configuration menu - View commit details
-
Copy full SHA for 2a748e6 - Browse repository at this point
Copy the full SHA 2a748e6View commit details