[Gammaray-commits] [KDAB/GammaRay] 353b9d: QPaintBuffer: Fix some runtime warnings
Kevin Funk
kevin.funk at kdab.com
Fri Apr 28 16:53:29 CEST 2017
Branch: refs/heads/master
Home: https://github.com/KDAB/GammaRay
Commit: 353b9dd8a94c25a0a5e4dd9331ac154d7f8ea623
https://github.com/KDAB/GammaRay/commit/353b9dd8a94c25a0a5e4dd9331ac154d7f8ea623
Author: Kevin Funk <kevin.funk at kdab.com>
Date: 2017-04-27 (Thu, 27 Apr 2017)
Changed paths:
M 3rdparty/qt/5.5/private/qpaintbuffer.cpp
Log Message:
-----------
QPaintBuffer: Fix some runtime warnings
Just copy values from more recent QPaintDevice::metric() from dev branch
Warnings:
```
QPaintDevice::metric(93): QPaintDevice::metrics: Device has no metric
information
```
Commit: 2e5c615863af64ef50cf5e8125e929b773678bfc
https://github.com/KDAB/GammaRay/commit/2e5c615863af64ef50cf5e8125e929b773678bfc
Author: Kevin Funk <kevin.funk at kdab.com>
Date: 2017-04-28 (Fri, 28 Apr 2017)
Changed paths:
M ui/mainwindow.cpp
Log Message:
-----------
Pass args in the form file:line:column to QtC
The bug report reports the cursor is always off, but I wonder how
QtCreator jumped to that position *at all*. Jumping to a specific
line & column was just not implemented.
I guess the bug report just talked about QtCreator restoring the cursor
position from the last session.
Task-Id: KDEND-172
Commit: 2c7f4f1a1f1f04b5db8654a6952ca4beebaabc51
https://github.com/KDAB/GammaRay/commit/2c7f4f1a1f1f04b5db8654a6952ca4beebaabc51
Author: Kevin Funk <kevin.funk at kdab.com>
Date: 2017-04-28 (Fri, 28 Apr 2017)
Changed paths:
M 3rdparty/qt/5.5/private/qpaintbuffer.cpp
M ui/mainwindow.cpp
Log Message:
-----------
Merge remote-tracking branch 'origin/2.7'
Compare: https://github.com/KDAB/GammaRay/compare/c6aadf9264f4...2c7f4f1a1f1f
More information about the Gammaray-commits
mailing list