<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>



<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">

<h3>
Benoît Minisini pushed to branch master
at <a href="https://gitlab.com/gambas/gambas">Gambas / gambas</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/daf012a246cc6c38bc5727f1d01052952a147257">daf012a2</a></strong>
<div>
<span>by Laurent Carlier</span>
<i>at 2019-11-02T17:52:49Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix compiler warning in gb.qt5 about deprecation of QFontMetrics::width()

QFontMetrics::width() is deprecated since Qt 5.11
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/082eb5b733b5725687693c749efcedc7346fdd83">082eb5b7</a></strong>
<div>
<span>by Laurent Carlier</span>
<i>at 2019-11-02T17:53:00Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix compiler warning in gb.qt5 about deprecation of QString::null

QString::null is deprecated since Qt 5.9
Use QString() instead for both qt4 and qt5 components as it constructs a null string.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/2e1dd1a233e46f3c8d703b7d5d5cc8be70a4da3e">2e1dd1a2</a></strong>
<div>
<span>by Laurent Carlier</span>
<i>at 2019-11-02T17:53:00Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix compiler warning in gb.qt5 about deprecation of QString::sprintf()

QString::sprintf() is deprecated since Qt 5.14
Use QString().arg() instead for both qt4 and qt5 components.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/07f35841a31be78a1af6996c3ece267a9b75dca4">07f35841</a></strong>
<div>
<span>by Laurent Carlier</span>
<i>at 2019-11-02T17:53:00Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix compiler warning in gb.qt5 about deprecation of QPainter::initFrom()

QPainter::initFrom() is deprecated since Qt 5.13
Use QPainter::begin() instead for both qt4 and qt5 components

v2: remove pf.begin() to avoid warning message "QPainter::begin: Painter already active"
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/a5836ec53504a1cf8b483bacc3d9f9765f100a07">a5836ec5</a></strong>
<div>
<span>by Laurent Carlier</span>
<i>at 2019-11-02T17:53:00Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix compiler warning in gb.qt5 about deprecation of QDesktopWidget::availableGeometry() and QDesktopWidget::screenGeometry()

Both are deprecated since Qt 5.11
Use QGuiApplication::screens() instead.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/3d9f5cc9141846fc7a8690e358b278372b5afde3">3d9f5cc9</a></strong>
<div>
<span>by Laurent Carlier</span>
<i>at 2019-11-02T17:53:00Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix compiler warning in gb.qt5 about deprecation of QDesktopWidget::primaryScreen()

QApplication::desktop()->primaryScreen() is deprecated since Qt 5.11
Use QGuiApplication::primaryScreen() instead.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/9e958b2c1e8789ec5954df23c1138d51e040024d">9e958b2c</a></strong>
<div>
<span>by Laurent Carlier</span>
<i>at 2019-11-02T17:53:00Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix warning about converting a packed CWIDGET pointer.....may result in an unaligned pointer value

Remove PACKED attribute - it doesn't change the size of CWIDGET (56 on x86_64)
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/aab0d93763f445421b5f7947bdfba978063bb065">aab0d937</a></strong>
<div>
<span>by Benoît Minisini</span>
<i>at 2019-11-15T21:25:42Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'qt-warning-fixes' into 'master'

Qt warning fixes

See merge request gambas/gambas!115</pre>
</li>
</ul>
<h4>9 changed files:</h4>
<ul>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/55d7f20d80192df8e533fb517364d7c48a662b9d...aab0d93763f445421b5f7947bdfba978063bb065#d7c8f3087dc883c79703e28261c30f750390600a">
gb.qt4/src/CDialog.cpp
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/55d7f20d80192df8e533fb517364d7c48a662b9d...aab0d93763f445421b5f7947bdfba978063bb065#d2a48ad7865bd2e069e6322eef5a53ce592c5a09">
gb.qt4/src/CDraw.cpp
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/55d7f20d80192df8e533fb517364d7c48a662b9d...aab0d93763f445421b5f7947bdfba978063bb065#3946ff27d904135f7e74c806326611fb50f091ae">
gb.qt4/src/CDrawingArea.cpp
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/55d7f20d80192df8e533fb517364d7c48a662b9d...aab0d93763f445421b5f7947bdfba978063bb065#a94b3b787a5d0ac074857bd334d180f389819c38">
gb.qt4/src/CScreen.cpp
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/55d7f20d80192df8e533fb517364d7c48a662b9d...aab0d93763f445421b5f7947bdfba978063bb065#8eb3b430520aab0ea41d07151cc79502f1226063">
gb.qt4/src/CStyle.cpp
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/55d7f20d80192df8e533fb517364d7c48a662b9d...aab0d93763f445421b5f7947bdfba978063bb065#6331e5be674501aa189881c5370a782a26ee24e2">
gb.qt4/src/CTabStrip.cpp
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/55d7f20d80192df8e533fb517364d7c48a662b9d...aab0d93763f445421b5f7947bdfba978063bb065#4ea8922336282f7514056c4da7a78dde83ebf80f">
gb.qt4/src/CWidget.h
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/55d7f20d80192df8e533fb517364d7c48a662b9d...aab0d93763f445421b5f7947bdfba978063bb065#2540ccaa368bbeb533258954b67643cbcda7cc29">
gb.qt4/src/CWindow.cpp
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/55d7f20d80192df8e533fb517364d7c48a662b9d...aab0d93763f445421b5f7947bdfba978063bb065#e741c1133f44958c3badc4f8b4631be57f9d2a26">
gb.qt4/src/cpaint_impl.cpp
</a>
</li>
</ul>

</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #777;">

<br>
<a href="https://gitlab.com/gambas/gambas/compare/55d7f20d80192df8e533fb517364d7c48a662b9d...aab0d93763f445421b5f7947bdfba978063bb065">View it on GitLab</a>.
<br>
You're receiving this email because of your account on gitlab.com.
If you'd like to receive fewer emails, you can
adjust your notification settings.



</p>
</div>
</body>
</html>