Lars Knoll
16f7919629
fix compilation for demos/
2011-05-08 09:13:40 +02:00
Lars Knoll
6773a7f870
small fixes
2011-05-08 09:12:17 +02:00
Lars Knoll
2de87f9879
fix includes
2011-05-08 09:03:28 +02:00
Lars Knoll
a889305c7e
fix pro files
...
all examples compile again
2011-05-07 23:50:03 +02:00
Lars Knoll
e510b6e466
include fixes
...
Fixed the include statements
added QT+=widgets in examples/network to
get them to compile. Will need something better
than doing it manually.
2011-05-07 22:57:49 +02:00
Lars Knoll
9474f82f8a
QTDIR/src compiles again
2011-05-07 22:31:45 +02:00
Lars Knoll
3d30c0fb60
fix remaining includes
...
Made easy thanks to the fixqt4includes
script
2011-05-07 22:22:31 +02:00
Lars Knoll
b597565788
fix for QtWidget include
2011-05-07 22:05:51 +02:00
Lars Knoll
db3dfd03c6
small script to fix Qt4 include headers
...
The script goes through all includes of the style of
and changes them to <QtWidget/QAction>
Simply run over your source code to get most compile
errors due to classes that moved between different
Qt libraries fixed.
2011-05-07 21:52:08 +02:00
Lars Knoll
aa566e7297
some build fixes
2011-05-07 21:24:37 +02:00
Lars Knoll
7ff96330ed
get QtWidgets to link
...
some more changes, mainly exporting methods from
QtGui to get QtWidgets to link.
2011-05-07 20:56:32 +02:00
Lars Knoll
d3d078aa4b
fix class mapping
...
Many classes now live in QtWidgets.
2011-05-07 19:48:27 +02:00
Lars Knoll
94c0628d22
fix includes
2011-05-07 19:36:54 +02:00
Lars Knoll
e135c811bb
move to the right location
2011-05-07 15:04:58 +02:00
Lars Knoll
1ae5e36baf
make the new QtGui compile
2011-05-07 10:29:28 +02:00
Lars Knoll
f67b8df3eb
library split
2011-05-07 00:02:01 +02:00
Lars Knoll
32ce4fe9e6
split up qguivariant into two files
...
Move everything that will end up in QtWidgets
into a qwidgetsvariant.cpp file. Currently
this is QIcon and QSizePolicy only.
2011-05-06 23:52:43 +02:00
Lars Knoll
7ff1d396e7
move QPalette into QtGui
...
also add QGuiApplication::palette() for the default
application palette.
2011-05-06 22:08:43 +02:00
Lars Knoll
dcc2317f2b
comment out references to QDragManager for now
2011-05-06 15:28:42 +02:00
Lars Knoll
a752e52341
compile fixes
2011-05-06 15:28:42 +02:00
Samuel Rødal
72409addf2
Get rid of qt_qpa_set_cursor from QGuiApplication for now.
2011-05-06 12:45:11 +02:00
Samuel Rødal
34af023e06
Fixed qpa/windows example compilation.
2011-05-06 12:14:23 +02:00
Samuel Rødal
f9442d7c51
Fixed compilation of Wayland plugin.
2011-05-06 12:12:00 +02:00
Samuel Rødal
acf56efdc7
Get rid of stale QWidget-stuff from QGuiApplication.
2011-05-06 10:56:32 +02:00
Samuel Rødal
610aca97f6
Remove some OpenVG left-overs.
2011-05-06 10:55:25 +02:00
Lars Knoll
41db1f3cb6
compile fixes
2011-05-05 15:56:15 +02:00
Lars Knoll
14a322318d
compile fixes
2011-05-05 15:38:01 +02:00
Lars Knoll
3821d92366
remove qwidget dependencies from keymapper
...
Remove the QWidget dependencies from keymapper and
move it back into guikernel.
2011-05-05 14:58:04 +02:00
Lars Knoll
419ef5f126
move gesture event into qgesture.*
...
Since QGesture stays in QtWidgets for now, move
the event there as well.
2011-05-05 14:51:04 +02:00
Lars Knoll
73a99f3897
compile fixes
2011-05-05 14:19:52 +02:00
Lars Knoll
2bcd79e213
remove some more qapp dependencies
2011-05-05 14:07:23 +02:00
Lars Knoll
288d388496
special directory for stuff we want to move from widgets to gui
...
Create a special to_be_moved directory, that will contain files
that are to be moved from QtWidgets to QtGui. This will allow
us to do a first split of the libraries rather fast and we can
then start pulling in these classes one by one.
2011-05-05 14:02:45 +02:00
Lars Knoll
326bd84c84
move some more files into proper places
2011-05-05 12:23:13 +02:00
Lars Knoll
b220fcb1a8
remove some dependencies to QTextEdit
...
QSyntaxHighlighter is now free of dependencies to
QtWidgets.
QTextImageHandler still needs some work to get
the url resolving to work again.
2011-05-05 10:38:43 +02:00
Lars Knoll
7351a43560
remove some QApplication dependencies
2011-05-05 10:38:15 +02:00
Lars Knoll
22a6540326
QPixmapFilter will live in QtWidgets
...
The class is only used for QGraphicsEffect. When merging
QtOpenGL into Gui and Widgets, the GL nased pixmap
filters will also need to be moved into effects/ and
the pixmapFilter() method in QPaintEngineEx can get
removed.
2011-05-05 09:57:00 +02:00
Lars Knoll
4ece3fc24e
remove OpenVG support
...
Qt5 will require OpenGL, so there's no need for
supporting OpenVG anymore.
2011-05-05 09:57:00 +02:00
Samuel Rødal
5c2282ffa3
XCB plugin compile fix.
2011-05-04 17:01:57 +02:00
Samuel Rødal
6229ef2dce
Get rid of more QWidget / QApplication dependencies.
2011-05-04 16:59:33 +02:00
Lars Knoll
d7b91f613d
remove QWidget dependencies.
2011-05-04 16:39:05 +02:00
Lars Knoll
b22f3a086e
separate QPrinter and QPrintDialog
...
Removed all dependencies QPrinter had on QPrintDialog.
2011-05-04 15:53:52 +02:00
Samuel Rødal
7196329d32
More QApplication prefixes changed.
2011-05-04 15:13:47 +02:00
Lars Knoll
08ba97f653
qdrawutil is for QtWidgets
...
the methods don't make sense for QML based apps
2011-05-04 15:15:21 +02:00
Samuel Rødal
aa20a95f59
Use base-class prefix instead of QApplication:: where possible.
2011-05-04 15:03:45 +02:00
Samuel Rødal
7a0ae98978
Move some cursor handling to QGuiApplication from QApplication.
2011-05-04 14:58:26 +02:00
Lars Knoll
8c626b7079
that signal has moved to QGuiApplication
2011-05-04 14:58:52 +02:00
Lars Knoll
fd84bc720a
remove some unused code
...
QPaintDeviceRedirection is not being used any more.
Remove all code related to it.
2011-05-04 14:55:11 +02:00
Lars Knoll
100e074126
QStylePainter belongs in QtWidgets
...
Move it into the styles/ directory that will end up
in the QtWidgets library
2011-05-04 14:55:11 +02:00
Samuel Rødal
5c16bb8a12
Move KeyPlatform and currentPlatform() to QGuiApplicationPrivate.
2011-05-04 14:42:42 +02:00
Samuel Rødal
e6af684ee4
Closing of popups in QWidgetWindow.
2011-05-04 14:35:36 +02:00