Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | compile fixes | Lars Knoll | 2011-05-06 | 1 | -1/+1 |
| | |||||
* | Get rid of qt_qpa_set_cursor from QGuiApplication for now. | Samuel Rødal | 2011-05-06 | 3 | -5/+2 |
| | |||||
* | Fixed qpa/windows example compilation. | Samuel Rødal | 2011-05-06 | 1 | -0/+3 |
| | |||||
* | Fixed compilation of Wayland plugin. | Samuel Rødal | 2011-05-06 | 3 | -9/+13 |
| | |||||
* | Get rid of stale QWidget-stuff from QGuiApplication. | Samuel Rødal | 2011-05-06 | 3 | -226/+10 |
| | |||||
* | Remove some OpenVG left-overs. | Samuel Rødal | 2011-05-06 | 1 | -7/+0 |
| | |||||
* | compile fixes | Lars Knoll | 2011-05-05 | 1 | -16/+0 |
| | |||||
* | compile fixes | Lars Knoll | 2011-05-05 | 4 | -1/+3 |
| | |||||
* | remove qwidget dependencies from keymapper | Lars Knoll | 2011-05-05 | 6 | -6/+7 |
| | | | | | Remove the QWidget dependencies from keymapper and move it back into guikernel. | ||||
* | move gesture event into qgesture.* | Lars Knoll | 2011-05-05 | 6 | -415/+412 |
| | | | | | Since QGesture stays in QtWidgets for now, move the event there as well. | ||||
* | compile fixes | Lars Knoll | 2011-05-05 | 2 | -1/+4 |
| | |||||
* | remove some more qapp dependencies | Lars Knoll | 2011-05-05 | 9 | -32/+20 |
| | |||||
* | special directory for stuff we want to move from widgets to gui | Lars Knoll | 2011-05-05 | 21 | -12/+34 |
| | | | | | | | 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. | ||||
* | move some more files into proper places | Lars Knoll | 2011-05-05 | 14 | -6/+2 |
| | |||||
* | remove some dependencies to QTextEdit | Lars Knoll | 2011-05-05 | 4 | -17/+15 |
| | | | | | | | QSyntaxHighlighter is now free of dependencies to QtWidgets. QTextImageHandler still needs some work to get the url resolving to work again. | ||||
* | remove some QApplication dependencies | Lars Knoll | 2011-05-05 | 3 | -27/+3 |
| | |||||
* | QPixmapFilter will live in QtWidgets | Lars Knoll | 2011-05-05 | 5 | -4/+5 |
| | | | | | | | | 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. | ||||
* | remove OpenVG support | Lars Knoll | 2011-05-05 | 18 | -7931/+0 |
| | | | | | Qt5 will require OpenGL, so there's no need for supporting OpenVG anymore. | ||||
* | XCB plugin compile fix. | Samuel Rødal | 2011-05-04 | 2 | -1/+3 |
| | |||||
* | Get rid of more QWidget / QApplication dependencies. | Samuel Rødal | 2011-05-04 | 14 | -66/+64 |
| | |||||
* | remove QWidget dependencies. | Lars Knoll | 2011-05-04 | 3 | -4/+0 |
| | |||||
* | separate QPrinter and QPrintDialog | Lars Knoll | 2011-05-04 | 8 | -42/+32 |
| | | | | Removed all dependencies QPrinter had on QPrintDialog. | ||||
* | More QApplication prefixes changed. | Samuel Rødal | 2011-05-04 | 6 | -10/+10 |
| | |||||
* | qdrawutil is for QtWidgets | Lars Knoll | 2011-05-04 | 6 | -6/+4 |
| | | | | the methods don't make sense for QML based apps | ||||
* | Use base-class prefix instead of QApplication:: where possible. | Samuel Rødal | 2011-05-04 | 3 | -17/+17 |
| | |||||
* | Move some cursor handling to QGuiApplication from QApplication. | Samuel Rødal | 2011-05-04 | 9 | -311/+317 |
| | |||||
* | that signal has moved to QGuiApplication | Lars Knoll | 2011-05-04 | 1 | -1/+0 |
| | |||||
* | remove some unused code | Lars Knoll | 2011-05-04 | 3 | -57/+0 |
| | | | | | QPaintDeviceRedirection is not being used any more. Remove all code related to it. | ||||
* | QStylePainter belongs in QtWidgets | Lars Knoll | 2011-05-04 | 4 | -3/+3 |
| | | | | | Move it into the styles/ directory that will end up in the QtWidgets library | ||||
* | Move KeyPlatform and currentPlatform() to QGuiApplicationPrivate. | Samuel Rødal | 2011-05-04 | 6 | -182/+185 |
| | |||||
* | Closing of popups in QWidgetWindow. | Samuel Rødal | 2011-05-04 | 2 | -1/+5 |
| | |||||
* | Remove unused variable. | Samuel Rødal | 2011-05-04 | 3 | -6/+0 |
| | |||||
* | move platform specific files out of the way | Lars Knoll | 2011-05-04 | 143 | -0/+0 |
| | | | | | | | Keep the files as reference to implement the lighthouse plugins, but move them away from the main directory hierachy as they won't be part of Qt5 in any case. | ||||
* | Implemented enter / leave events for QWidget. | Samuel Rødal | 2011-05-04 | 3 | -10/+32 |
| | |||||
* | More fixes... | Samuel Rødal | 2011-05-04 | 2 | -0/+8 |
| | |||||
* | XCB plugin compile fix. | Samuel Rødal | 2011-05-04 | 4 | -8/+7 |
| | |||||
* | Fix compilation of QtOpenGL. | Samuel Rødal | 2011-05-04 | 2 | -4/+4 |
| | |||||
* | Improved handling of child windows. | Samuel Rødal | 2011-05-04 | 7 | -48/+47 |
| | | | | Don't force-create QWindows until they're explicitly created or shown. | ||||
* | forgot this file | Lars Knoll | 2011-05-04 | 1 | -0/+94 |
| | |||||
* | moving some more files around. | Lars Knoll | 2011-05-04 | 15 | -15/+15 |
| | |||||
* | split kernel/ up according to the future library split | Lars Knoll | 2011-05-04 | 110 | -106/+28 |
| | | | | | | | Create a guikernel/ directory that contains the files that'll go into libQtGui. What remains in kernel/ will go into QtWidgets. In addition to that image/, painting/ and text will end up int QtGui. | ||||
* | remove constructor | Lars Knoll | 2011-05-04 | 1 | -3/+0 |
| | |||||
* | Merge remote branch 'origin/master' into refactor | Lars Knoll | 2011-05-04 | 162 | -876/+2383 |
|\ | |||||
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtbase-staging | Gunnar Sletta | 2011-05-04 | 2 | -0/+34 |
| |\ | |||||
| | * | Include pixel size of font in exported HTML from QTextDocument | Eskil Abrahamsen Blomfeldt | 2011-05-04 | 2 | -0/+34 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When you copy-pasted rich text in which the font size had been set using setPixelSize() the font size would be mysteriously forgotten. The pixel size property in QTextCharFormat was added ad hoc, and not integrated in the HTML exporter. Task-number: QT-4792 Reviewed-by: Gunnar (cherry picked from commit 5aa5c2e2935c1829cc6965198968699f17c24ec0) | ||||
| * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtbase-staging | Gunnar Sletta | 2011-05-04 | 63 | -123/+275 |
| |\| | |||||
| | * | Added .tag file with Git revision. | axis | 2011-05-03 | 2 | -0/+2 |
| | | | |||||
| | * | new configure.exe binary | Joerg Bornemann | 2011-05-03 | 1 | -0/+0 |
| | | | |||||
| | * | qmake nmake generator: pass MAKEFLAGS to sub-make calls | Joerg Bornemann | 2011-05-03 | 4 | -14/+27 |
| | | | | | | | | | | | | | | | | | | Unlike other make tools nmake doesn't do this automatically. Reviewed-by: ossi | ||||
| | * | Move private headers into versioned subdirectory | Marius Storm-Olsen | 2011-05-02 | 44 | -95/+164 |
| | | | | | | | | | | | | | | | | | | | | | This will allow us to expose private headers in a controlled manner, and ensure that they are not used by accident. This also means that we internally will have to enable the private headers for the modules we wish to use in the project. |