- Mar 31, 2022
-
-
- Mar 30, 2022
-
-
-
-
-
fixup 4e2f8238
-
- Mar 29, 2022
-
-
It is a common design language to have the record button red. The animation provides a visual feedback when the user is currently recording.
-
-
having the three models always present, means that the data (at least the first chuck) is loaded 3 times, and will be reloaded 3 times every time a database event triggers a refresh of the model.
-
- Mar 27, 2022
-
-
This remains is disabled by default, The extra cost isn't really worth it as move operations originated from the database are very rare, move operations from the user are usually handled "a priori".
-
-
this would allow to move or update elements in "a priori" before getting the notification from the database
-
-
-
this allows to submit to the view only the changes made on the model when the database changes instead of invalidating and resetting the whole view. data cache is changed from a windowed view over the data, to a model where data is loaded from the start and loaded by chunk (append to the cache), when data is invalidated the data is reloaded in background and the difference (insertions and deletions) are propagated to the view.
-
-
-
-
-
-
-
- Mar 26, 2022
-
-
-
-
intially position localMenuView for `_alignHCenter == false`, `on_AlignHCenterChanged` signal handler is not called on Component completion if initially `_alignHCenter == false`
-
-
-
As mentioned in makeIconFont.py: 'SVG should have a viewbox equal to the size of the SVG'. If we don't do this we generate a blank icon.
-
- Mar 20, 2022
-
-
property is not used and broken
-
1. The mechanism implemented to keep these two in-sync is broken 2. Interface changes some CSD controls based on window visibility, this causes conflicts (ref #26668)
-
-
QWindows::visibility is not bitwise
-
- Mar 18, 2022
-
-
This feature was missing on VLC4, the behavior on this patch is similar to VLC3.
-
-
-
-
- Mar 17, 2022
-
-
It's using IID_PPV_ARGS and WRL.
-
-
-
-
Our previous implementation couldn't handle a random insert in the middle of the model.
-
- Mar 14, 2022
-
-
This widget has been a mere shadow of its former self even since 30018757 left it just wrapping a call to `QLineEdit::setPlaceholderText()`. Considering this, and that it's only used in one place anyway, it's really not worth keeping. I've cleaned up related copyright notices. They had mistakenly been left in the customwidgets files by e14f4778, and having reviewed the history of `SearchLineEdit` there seems to be no relevant link to the old `ClickLineEdit` code requiring these notices being kept in the searchlineedit files.
-