gambas-source-code/gb.qt4/src
Laurent Carlier 3d9f5cc914 Fix compiler warning in gb.qt5 about deprecation of QDesktopWidget::primaryScreen()
QApplication::desktop()->primaryScreen() is deprecated since Qt 5.11
Use QGuiApplication::primaryScreen() instead.
2019-11-02 18:53:00 +01:00
..
ext Editor: Fix Highlight.Alternate property. 2019-07-04 20:52:17 +02:00
opengl
webkit [GB.QT5] 2019-07-03 10:27:12 +02:00
CButton.cpp
CButton.h
CCheckBox.cpp
CCheckBox.h [GB.QT5] 2019-07-03 10:27:12 +02:00
CClipboard.cpp Implement Drag.Show() in Gambas, and consequently fix it in 'gb.gtk3'. 2019-06-01 04:52:25 +02:00
CClipboard.h [GB.QT5] 2019-07-03 10:27:12 +02:00
CColor.cpp
CColor.h
CConst.cpp
CConst.h
CContainer.cpp
CContainer.h
CDialog.cpp Fix compiler warning in gb.qt5 about deprecation of QString::null 2019-11-02 18:53:00 +01:00
CDialog.h
CDraw.cpp Fix compiler warning in gb.qt5 about deprecation of QFontMetrics::width() 2019-11-02 18:52:49 +01:00
CDraw.h Automatically set Paint.FontScale when painting on a printer, so that font size is actually the same as on the screen. 2019-07-10 04:19:02 +02:00
CDrawingArea.cpp Fix compiler warning in gb.qt5 about deprecation of QPainter::initFrom() 2019-11-02 18:53:00 +01:00
CDrawingArea.h [GB.QT5] 2019-07-03 10:27:12 +02:00
CEmbedder.cpp
CEmbedder.h
CFont.cpp Automatically set Paint.FontScale when painting on a printer, so that font size is actually the same as on the screen. 2019-07-10 04:19:02 +02:00
CFont.h
CFrame.cpp
CFrame.h [GB.QT5] 2019-07-03 10:27:12 +02:00
CImage.cpp
CImage.h
CKey.cpp
CKey.h
CLabel.cpp
CLabel.h [GB.QT5] 2019-07-03 10:27:12 +02:00
CMenu.cpp Disable top-level menus shortcuts when the window menu bar is hidden. 2019-05-25 22:25:13 +02:00
CMenu.h [GB.QT5] 2019-07-03 10:27:12 +02:00
CMouse.cpp
CMouse.h
CMovieBox.cpp
CMovieBox.h
cpaint_impl.cpp Fix compiler warning in gb.qt5 about deprecation of QPainter::initFrom() 2019-11-02 18:53:00 +01:00
cpaint_impl.h
CPanel.cpp
CPanel.h
CPicture.cpp
CPicture.h
cprinter.cpp Add Paint.FontScale, and make gb.gtk and gb.gtk3 printer drawing behave the same as QT components. 2019-07-09 19:35:01 +02:00
cprinter.h
CRadioButton.cpp
CRadioButton.h [GB.QT5] 2019-07-03 10:27:12 +02:00
CScreen.cpp Fix compiler warning in gb.qt5 about deprecation of QDesktopWidget::availableGeometry() and QDesktopWidget::screenGeometry() 2019-11-02 18:53:00 +01:00
CScreen.h
CScrollBar.cpp
CScrollBar.h
CSlider.cpp
CSlider.h [GB.QT5] 2019-07-03 10:27:12 +02:00
CStyle.cpp Fix compiler warning in gb.qt5 about deprecation of QPainter::initFrom() 2019-11-02 18:53:00 +01:00
CStyle.h
csvgimage.cpp
csvgimage.h
CTabStrip.cpp Fix compiler warning in gb.qt5 about deprecation of QString::sprintf() 2019-11-02 18:53:00 +01:00
CTabStrip.h [GB.QT5] 2019-07-03 10:27:12 +02:00
CTextArea.cpp
CTextArea.h [GB.QT5] 2019-07-03 10:27:12 +02:00
CTextBox.cpp [GB.QT5] 2019-10-13 20:32:12 +02:00
CTextBox.h [GB.QT5] 2019-07-03 10:27:12 +02:00
ctrayicon.cpp
ctrayicon.h [GB.QT5] 2019-07-03 10:27:12 +02:00
CWatch.cpp Active file descriptor watches and active timers are now automatically transferred to the component declaring a custom event loop. 2019-03-12 03:46:30 +01:00
CWatch.h
CWatcher.cpp
CWatcher.h
CWidget.cpp Remove register keyword, deprecated, now reserved keyword with C++17 2019-10-30 06:53:09 +00:00
CWidget.h Uncatched errors raised from an event handler can be ignored now. 2019-09-17 10:10:36 +02:00
CWindow.cpp Fix compiler warning in gb.qt5 about deprecation of QDesktopWidget::primaryScreen() 2019-11-02 18:53:00 +01:00
CWindow.h
desktop.c
desktop.h
fix_breeze.cpp
fix_breeze.h
gb.qt.h
gb.qt4.component
main.cpp Uncatched errors raised from an event handler can be ignored now. 2019-09-17 10:10:36 +02:00
main.h [GB.QT5] 2019-07-03 10:27:12 +02:00
Makefile.am Replace the message box native implementation by a Gambas implementation. 2019-06-05 03:08:22 +02:00
trayicon.xpm
x11.c
x11.h