Skip to content
Snippets Groups Projects
Select Git revision
  • 6697c86b1ce53bfb4502d6f9aa746ba3feceb634
  • master default protected
  • release/202005
  • release/202001
  • release/201912
  • release/201911
  • release/releaseWindowsTestOne
  • release/releaseTest
  • release/releaseWindowsTest
  • release/windowsReleaseTest
  • release/201910
  • release/qt/201910
  • release/windows-test/201910
  • release/201908
  • release/201906
  • release/201905
  • release/201904
  • release/201903
  • release/201902
  • release/201901
  • release/201812
  • 1.0.0
  • 0.3.0
  • 0.2.1
  • 0.2.0
  • 0.1.0
26 results

codecmodel.cpp

Blame
    • Edric Milaret's avatar
      471c7245
      fix move in codecmodel · 471c7245
      Edric Milaret authored
      We were removing and inserting an item instead of just moving it
      That confused the selection in the UI.
      
      This fix is only applied for windows because the gnome and osx clients
      don't yet support the layoutChanged signals which are emitted when move
      operations are performed on the source models of proxy models.
      
      Change-Id: I6a62164231e44f3894d300b3445c781ed8062cbd
      Tuleap: #933
      471c7245
      History
      fix move in codecmodel
      Edric Milaret authored
      We were removing and inserting an item instead of just moving it
      That confused the selection in the UI.
      
      This fix is only applied for windows because the gnome and osx clients
      don't yet support the layoutChanged signals which are emitted when move
      operations are performed on the source models of proxy models.
      
      Change-Id: I6a62164231e44f3894d300b3445c781ed8062cbd
      Tuleap: #933
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    docker-snap-build-scripts.patch 972 B
    Description: add and run our build script
     Also, use bionic (18.04) as the base image, since xenial lacks
     libayatana-appindicator3-dev.
    Author: Amin Bandali <amin.bandali@savoirfairelinux.com>
    
    --- ../docker/Dockerfile_snap.original	2020-11-23 15:51:17.211591055 -0500
    +++ ../docker/Dockerfile_snap	2020-11-23 15:52:29.247759416 -0500
    @@ -1,4 +1,4 @@
    -FROM ubuntu:xenial as builder
    +FROM ubuntu:bionic as builder
     
     # Grab dependencies
     RUN apt-get update
    @@ -36,7 +36,7 @@
     
     # Multi-stage build, only need the snaps from the builder. Copy them one at a
     # time so they can be cached.
    -FROM ubuntu:xenial
    +FROM ubuntu:bionic
     COPY --from=builder /snap/core /snap/core
     COPY --from=builder /snap/core18 /snap/core18
     COPY --from=builder /snap/snapcraft /snap/snapcraft
    @@ -53,3 +53,7 @@
     ENV SNAP="/snap/snapcraft/current"
     ENV SNAP_NAME="snapcraft"
     ENV SNAP_ARCH="amd64"
    +
    +ADD scripts/build-package-snap.sh /opt/build-package-snap.sh
    +
    +CMD /opt/build-package-snap.sh