This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gokdriveclient. from 1fd291b Merge branch 'personal/sunweaver/add-Jenkinsfile' into 'master' new 894f77f src/menuframe.cpp: fix pin image location. new 8958a2d debian/changelog: fixup. new 54a3bda debian/changelog: sync. new 17b078d Merge branch 'personal/Ionic/bugfix/pin-icon-location' into 'master' The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 7 ++++++- src/menuframe.cpp | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdriveclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gokdriveclient. commit 8958a2d3f8a37813d12536bf31c6747e78148404 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Jul 5 18:48:52 2024 +0200 debian/changelog: fixup. --- debian/changelog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index bc7b3c8..9cfaba0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,8 @@ x2gokdriveclient (0.0.0.2-0x2go1) UNRELEASED; urgency=medium [ Mike Gabriel ] - * src/{client.cpp,xcbclip.cpp}: Typo fix. + * New upstream version (0.0.0.2): + - src/{client.cpp,xcbclip.cpp}: Typo fix. -- Mike Gabriel <sunweaver@debian.org> Mon, 19 Jun 2023 07:32:36 +0200 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdriveclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gokdriveclient. commit 894f77f67f7dd2c84742df9f05ff74d789ab5e91 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Jul 5 18:47:12 2024 +0200 src/menuframe.cpp: fix pin image location. --- src/menuframe.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/menuframe.cpp b/src/menuframe.cpp index 9261eb2..3f235a7 100644 --- a/src/menuframe.cpp +++ b/src/menuframe.cpp @@ -87,7 +87,7 @@ MenuFrame::MenuFrame(QWidget* parent, QMenu* menu):QFrame(parent) setObjectName("FSMenuBar"); bPin=new QToolButton(this); - bPin->setIcon(QIcon(":/img/pin.svg")); + bPin->setIcon(QIcon(":/img/svg/pin.svg")); bPin->setCheckable(true); bPin->setToolTip(tr("Pin menu bar")); -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdriveclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gokdriveclient. commit 17b078d5eb5c66a875b730adcb8a9ce832bec0e0 Merge: 1fd291b 54a3bda Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Jul 8 09:00:44 2024 +0200 Merge branch 'personal/Ionic/bugfix/pin-icon-location' into 'master' Fix pin icon location. Attributes GL MR !2: https://gitlab.x2go.org/x2go/client/x2godriveclient/-/merge_requests/2 debian/changelog | 7 ++++++- src/menuframe.cpp | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdriveclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gokdriveclient. commit 54a3bda13b8a06f76dbbb0f53c3f04b555123330 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Jul 5 18:49:19 2024 +0200 debian/changelog: sync. --- debian/changelog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 9cfaba0..9f4c330 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,10 @@ x2gokdriveclient (0.0.0.2-0x2go1) UNRELEASED; urgency=medium * New upstream version (0.0.0.2): - src/{client.cpp,xcbclip.cpp}: Typo fix. + [ Mihai Moldovan ] + * New upstream version (0.0.0.2): + - src/menuframe.cpp: fix pin image location. + -- Mike Gabriel <sunweaver@debian.org> Mon, 19 Jun 2023 07:32:36 +0200 x2gokdriveclient (0.0.0.1-0x2go1) unstable; urgency=medium -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdriveclient.git