Changesets: DarkRadiant
|
master ff377e16 13.07.2021 19:23 Details Diff |
Brightness slider initialised from all light colours Initialise the slider to the brightness of the highest RGB component in ALL selected lights, rather than the first light entity selected. This should ensure that no individual light is overbrightened when the slider is dragged to maximum value. |
||
| mod - radiant/ui/lightinspector/LightInspector.cpp | Diff File | ||
| mod - radiant/ui/lightinspector/LightInspector.h | Diff File | ||
|
vcs de4ed505 11.07.2021 19:38 Details Diff |
0005662: Move status bar definition to XRC file |
Affected Issues 0005662 |
|
| add - install/ui/vcsstatusbar.fbp | Diff File | ||
| add - install/ui/vcsstatusbar.xrc | Diff File | ||
| mod - plugins/vcs/GitModule.cpp | Diff File | ||
| mod - plugins/vcs/GitModule.h | Diff File | ||
| mod - plugins/vcs/ui/VcsStatus.cpp | Diff File | ||
| mod - plugins/vcs/ui/VcsStatus.h | Diff File | ||
|
vcs 6cbd6cb2 11.07.2021 19:01 Details Diff |
0005662: Detect whether remote changes need to be resolved against the local ones |
Affected Issues 0005662 |
|
| mod - plugins/vcs/ui/VcsStatus.cpp | Diff File | ||
| mod - plugins/vcs/ui/VcsStatus.h | Diff File | ||
|
vcs dab0dec3 11.07.2021 17:47 Details Diff |
0005662: Refactoring |
Affected Issues 0005662 |
|
| mod - plugins/vcs/ui/VcsStatus.cpp | Diff File | ||
| mod - plugins/vcs/ui/VcsStatus.h | Diff File | ||
|
master 9f660a59 11.07.2021 13:57 Details Diff |
Refactor SelectionSystem::foreachSelected() Implement the Visitor-based overload of this method by calling the functor-based overload with a lambda which points to the visit() method, rather than requiring two separate largely-redundant implementations. |
||
| mod - include/iselection.h | Diff File | ||
| mod - radiantcore/selection/RadiantSelectionSystem.cpp | Diff File | ||
| mod - radiantcore/selection/RadiantSelectionSystem.h | Diff File | ||
|
master 696d508b 11.07.2021 13:00 Details Diff |
Update Light Inspector colour picker after changing brightness After the slider drag has finished, update the colour picker to show the new colour. This is multi-selection aware, and will show a transparent colour if there is more than one light selected and their colours are inconsistent (transparency might not be the ideal indication for this, but I can't see a better way to indicate "inconsistent colours" in the wxColourPickerCtrl documentation). Note that according to wxWidgets docs, wxEVT_SCROLL_CHANGED only works on Windows, but it actually seems to work fine on GTK too. Hopefully it will behave the same way on Windows. |
||
| mod - radiant/ui/lightinspector/LightInspector.cpp | Diff File | ||
| mod - radiant/ui/lightinspector/LightInspector.h | Diff File | ||
|
vcs 5f2aeb43 11.07.2021 11:55 Details Diff |
0005662: Error handling |
Affected Issues 0005662 |
|
| mod - plugins/vcs/Commit.h | Diff File | ||
| add - plugins/vcs/GitException.h | Diff File | ||
| mod - plugins/vcs/Reference.h | Diff File | ||
| mod - plugins/vcs/Repository.cpp | Diff File | ||
| mod - plugins/vcs/ui/VcsStatus.cpp | Diff File | ||
| mod - tools/msvc/vcs.vcxproj | Diff File | ||
| mod - tools/msvc/vcs.vcxproj.filters | Diff File | ||
|
vcs 1ec28b9a 11.07.2021 11:28 Details Diff |
0005662: The incoming remote commits are inspected to see in advance whether they can conflict with the active map |
Affected Issues 0005662 |
|
| mod - plugins/vcs/Diff.h | Diff File | ||
| mod - plugins/vcs/Repository.cpp | Diff File | ||
| mod - plugins/vcs/ui/VcsStatus.cpp | Diff File | ||
| mod - plugins/vcs/ui/VcsStatus.h | Diff File | ||
|
vcs 6d2e9001 11.07.2021 11:04 Details Diff |
0005662: Working on pre-merge analysis |
Affected Issues 0005662 |
|
| add - plugins/vcs/Commit.h | Diff File | ||
| add - plugins/vcs/Diff.h | Diff File | ||
| mod - plugins/vcs/Repository.cpp | Diff File | ||
| mod - plugins/vcs/Repository.h | Diff File | ||
| add - plugins/vcs/Tree.h | Diff File | ||
| mod - plugins/vcs/ui/VcsStatus.cpp | Diff File | ||
| mod - tools/msvc/vcs.vcxproj | Diff File | ||
| mod - tools/msvc/vcs.vcxproj.filters | Diff File | ||
|
vcs 84d88d47 10.07.2021 11:47 Details Diff |
0005662: Need to add additional flags to get the status of untracked files (might be related to libgit2 issue 4315) |
Affected Issues 0005662 |
|
| mod - plugins/vcs/Reference.h | Diff File | ||
| mod - plugins/vcs/Repository.cpp | Diff File | ||
| mod - plugins/vcs/Repository.h | Diff File | ||
| mod - plugins/vcs/ui/VcsStatus.cpp | Diff File | ||
|
vcs 4035114b 10.07.2021 08:07 Details Diff |
0005662: Check divergence of local vs tracked remote |
Affected Issues 0005662 |
|
| mod - plugins/vcs/Reference.h | Diff File | ||
| mod - plugins/vcs/Remote.h | Diff File | ||
| mod - plugins/vcs/Repository.cpp | Diff File | ||
| mod - plugins/vcs/Repository.h | Diff File | ||
| mod - plugins/vcs/ui/VcsStatus.cpp | Diff File | ||
| mod - plugins/vcs/ui/VcsStatus.h | Diff File | ||
|
vcs 2b9d7054 10.07.2021 06:02 Details Diff |
0005662: Working copy file modifications are detected |
Affected Issues 0005662 |
|
| mod - plugins/vcs/Repository.cpp | Diff File | ||
| mod - plugins/vcs/ui/VcsStatus.cpp | Diff File | ||
|
vcs c3981246 10.07.2021 05:29 Details Diff |
0005662: Prepare checking the map file for uncommitted changes |
Affected Issues 0005662 |
|
| mod - plugins/vcs/Repository.cpp | Diff File | ||
| mod - plugins/vcs/Repository.h | Diff File | ||
| mod - plugins/vcs/ui/VcsStatus.cpp | Diff File | ||
| mod - plugins/vcs/ui/VcsStatus.h | Diff File | ||
|
vcs 7980f296 09.07.2021 19:19 Details Diff |
0005662: Move VcsStatus implementation |
Affected Issues 0005662 |
|
| mod - plugins/vcs/GitModule.cpp | Diff File | ||
| add - plugins/vcs/ui/VcsStatus.cpp | Diff File | ||
| mod - plugins/vcs/ui/VcsStatus.h | Diff File | ||
| mod - tools/msvc/vcs.vcxproj | Diff File | ||
| mod - tools/msvc/vcs.vcxproj.filters | Diff File | ||
|
vcs 1bc2367f 09.07.2021 18:53 Details Diff |
0005662: Add preferences page |
Affected Issues 0005662 |
|
| mod - install/user.xml | Diff File | ||
| mod - plugins/vcs/GitModule.cpp | Diff File | ||
| mod - plugins/vcs/GitModule.h | Diff File | ||
| mod - plugins/vcs/ui/VcsStatus.h | Diff File | ||
|
master 567589bc 07.07.2021 20:11 Details Diff |
Light brightness will not be reduced below 1% 1% brightness is almost indistinguishable from black, but (unlike true black) does not discard colour information entirely, allowing the brightness to be increased again without the colour changing to grey. There might be some slight colour information loss due to floating point rounding at very low values, but hopefully not enough to make a visible difference. |
||
| mod - radiant/ui/lightinspector/LightInspector.cpp | Diff File | ||
|
master cc795dd7 07.07.2021 20:04 Details Diff |
Improve brightness slider behaviour when original colour is black A multiplicative brightness increase doesn't work when the original colour is (0, 0, 0), so in this case we just set a grey value based on the new brightness value. Normally black lights would not occur, but with the current widget it is very easy to set the colour to 0 by dragging all the way to the left, at which point colour information is lost and a subsequent increase in brightness reverts to grey, rather than the original colour. This should be improved. |
||
| mod - radiant/ui/lightinspector/LightInspector.cpp | Diff File | ||
|
master 13237186 07.07.2021 19:36 Details Diff |
Light brightness slider now applies changes to light Adjust the brightness upwards or downwards according to the position of the slider. Changes are visible in the 3D camera view, but the colour widget in the dialog is not yet synchronised. |
||
| mod - radiant/ui/lightinspector/LightInspector.cpp | Diff File | ||
| mod - radiant/ui/lightinspector/LightInspector.h | Diff File | ||
|
master 7249846d 06.07.2021 19:43 Details Diff |
Add initial brightness slider to Light Inspector The wxWidgets colour chooser on GTK is usable for choosing a basic colour, but it really sucks for adjusting brightness, requiring you to enter a sub-dialog to choose a "custom colour" (instead of one from its table of presets) and involving multiple clicks before you can see the result of the light colour change. A brightness slider will make it easier to make small adjustments to brightness without choosing a completely new colour in a separate dialog. The slider is currently initialised with a brightness value based on the light entity colour, but moving the slider has no effect yet. |
||
| mod - install/ui/lightinspector.fbp | Diff File | ||
| mod - install/ui/lightinspector.xrc | Diff File | ||
| mod - radiant/ui/lightinspector/LightInspector.cpp | Diff File | ||
| mod - radiant/ui/lightinspector/LightInspector.h | Diff File | ||
|
master e4a417a5 06.07.2021 18:29 Details Diff |
SurfaceInspector has sensible minimum size Using the SetSizerAndFit() method seems to set the correct minimum size for the window (based on the contents), avoiding the problem common to many of our dialogs whereby the window can be shrunk to almost nothing regardless of widget minimum sizes. |
||
| mod - radiant/ui/surfaceinspector/SurfaceInspector.cpp | Diff File | ||
|
vcs 92bc9642 06.07.2021 17:14 Details Diff |
0005662: Derive the resource/account identifier used to access the Windows CredentialManager. |
Affected Issues 0005662 |
|
| mod - plugins/vcs/CredentialManager.h | Diff File | ||
| mod - plugins/vcs/Remote.h | Diff File | ||
| mod - plugins/vcs/ui/VcsStatus.h | Diff File | ||
| mod - tools/msvc/post_build_event.cmd | Diff File | ||
| mod - tools/msvc/post_build_event_x64.cmd | Diff File | ||
|
vcs d28f089f 05.07.2021 19:08 Details Diff |
0005662: Add check whether the current branch is up to date with the tracked remote branch |
Affected Issues 0005662 |
|
| rm - include/iuimanager.h | Diff | ||
| mod - plugins/vcs/Repository.cpp | Diff File | ||
| mod - plugins/vcs/Repository.h | Diff File | ||
| mod - plugins/vcs/ui/VcsStatus.h | Diff File | ||
|
vcs ef045b7e 05.07.2021 04:46 Details Diff |
0005662: Extract UserInterfaceModule to allow plugins to dispatch code to the UI thread |
Affected Issues 0005662 |
|
| add - include/iuserinterface.h | Diff File | ||
| mod - plugins/vcs/GitModule.cpp | Diff File | ||
| mod - plugins/vcs/ui/VcsStatus.h | Diff File | ||
| mod - radiant/ui/UserInterfaceModule.cpp | Diff File | ||
| mod - radiant/ui/UserInterfaceModule.h | Diff File | ||
| mod - tools/msvc/include.vcxproj | Diff File | ||
|
vcs 5c746b56 05.07.2021 04:39 Details Diff |
0005662: Perform a fetch every other minute, PoC code |
Affected Issues 0005662 |
|
| mod - plugins/vcs/GitModule.cpp | Diff File | ||
| mod - plugins/vcs/GitModule.h | Diff File | ||
| mod - plugins/vcs/Repository.cpp | Diff File | ||
| mod - plugins/vcs/Repository.h | Diff File | ||
| mod - plugins/vcs/ui/VcsStatus.h | Diff File | ||
|
master 1de91183 04.07.2021 20:26 Details Diff |
Uncrush texture nudge buttons in SurfaceInspector Texture nudge buttons were previously so small that the icon wasn't even visible on Linux. All nudge buttons are now left/right (I assume it is obvious that right means "increase" which corresponds to "up" in the vertical orientation) and the overridden size hints are now removed, so they get the default minimum size for a small icon button. Also adjusted the icon colour so the icons show up in both light and dark themes. |
||
| mod - install/bitmaps/arrow_left.png | Diff File | ||
| mod - install/bitmaps/arrow_right.png | Diff File | ||
| mod - radiant/ui/surfaceinspector/SurfaceInspector.cpp | Diff File | ||
| mod - radiant/ui/surfaceinspector/SurfaceInspector.h | Diff File | ||