Update libQuotient and fix CI.
This commit is contained in:
@@ -10,6 +10,7 @@ build-appimage:
|
|||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- git clone https://gitlab.matrix.org/matrix-org/olm.git && cd olm
|
- git clone https://gitlab.matrix.org/matrix-org/olm.git && cd olm
|
||||||
|
- git checkout tags/0.29.0
|
||||||
- cmake . -Bbuild -LA -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=install -DBUILD_SHARED_LIBS=NO
|
- cmake . -Bbuild -LA -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=install -DBUILD_SHARED_LIBS=NO
|
||||||
- cmake --build build --target install --parallel $(nproc)
|
- cmake --build build --target install --parallel $(nproc)
|
||||||
- cd ..
|
- cd ..
|
||||||
|
|||||||
@@ -226,6 +226,10 @@ Item {
|
|||||||
|
|
||||||
boundsBehavior: Flickable.DragOverBounds
|
boundsBehavior: Flickable.DragOverBounds
|
||||||
|
|
||||||
|
onModelChanged: {
|
||||||
|
messageListView.positionViewAtBeginning()
|
||||||
|
}
|
||||||
|
|
||||||
model: SortFilterProxyModel {
|
model: SortFilterProxyModel {
|
||||||
id: sortedMessageEventModel
|
id: sortedMessageEventModel
|
||||||
|
|
||||||
@@ -239,7 +243,6 @@ Item {
|
|||||||
|
|
||||||
onModelReset: {
|
onModelReset: {
|
||||||
movingTimer.stop()
|
movingTimer.stop()
|
||||||
messageListView.positionViewAtBeginning()
|
|
||||||
if (currentRoom) {
|
if (currentRoom) {
|
||||||
movingTimer.restart()
|
movingTimer.restart()
|
||||||
|
|
||||||
|
|||||||
Submodule include/libQuotient updated: 3accf7dfd8...ac48199de1
Reference in New Issue
Block a user