summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | Merge remote-tracking branch 'base/master' into refactorJørgen Lind2011-06-273-24/+10
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Pass process event flags to QEventDispatcherWin32.Friedemann Kleint2011-06-232-3/+3
| * | | | | | | | | | | | Add QGuiEventDispatcherWin32.Friedemann Kleint2011-06-222-0/+7
| * | | | | | | | | | | | add QInputMethodQueryEventLars Knoll2011-06-222-1/+4
| * | | | | | | | | | | | Add lighthouse event dispatcher API.Morten Sorvig2011-06-221-1/+1
| * | | | | | | | | | | | Made QExposeEvent public and added exposeEvent() in QWindow.Samuel Rødal2011-06-221-0/+1
| * | | | | | | | | | | | Merge remote-tracking branch 'base/master' into refactorJørgen Lind2011-06-102-1/+7
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | QWindowContext / QWindowFormat refactor.Samuel Rødal2011-06-102-2/+10
| * | | | | | | | | | | | | Add QEventDispatcherMac.Morten Sorvig2011-06-091-0/+1
| * | | | | | | | | | | | | Use Q_WIDGETS_EXPORT for widgets libraryOlli Werwolff2011-06-081-0/+15
| * | | | | | | | | | | | | Made tst_QWidget::updateWhileMinimized() pass.Samuel Rødal2011-06-061-0/+5
| * | | | | | | | | | | | | Merge remote-tracking branch 'base/master' into refactorJørgen Lind2011-06-0117-156/+7172
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | The proper fix for subwindow parenting issues.Laszlo Agocs2011-05-301-1/+1
| * | | | | | | | | | | | | | Declaration of QEventDispatcherWin32Private in private header fileOlli Werwolff2011-05-262-68/+75
| * | | | | | | | | | | | | | Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-24516-8758/+8783
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Make QtCore compile with on Windows when -qpa is usedOlli Werwolff2011-05-2413-27/+29
| * | | | | | | | | | | | | | | Merge remote branch 'staging/master' into refactorSamuel Rødal2011-05-204-20/+15
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Port Qt 5 to Mac.Morten Sorvig2011-05-181-4/+5
| * | | | | | | | | | | | | | | | Merge remote branch 'origin/master' into refactorLars Knoll2011-05-163-96/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge remote branch 'origin/master' into refactorLars Knoll2011-05-125-4/+22
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge remote branch 'staging/master' into refactorSamuel Rødal2011-05-1126-1291/+668
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | split up qguivariant into two filesLars Knoll2011-05-063-44/+61
| * | | | | | | | | | | | | | | | | | | Merge remote branch 'origin/master' into refactorLars Knoll2011-05-0410-40/+169
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | remove the graphicssystem code paths.Lars Knoll2011-05-031-1/+0
| * | | | | | | | | | | | | | | | | | | | Proper child delivery of mouse and key events.Samuel Rødal2011-05-021-0/+1
| * | | | | | | | | | | | | | | | | | | | QGuiApplication refactor in progress.Samuel Rødal2011-04-282-27/+3
| * | | | | | | | | | | | | | | | | | | | Add isWindow type to QObjectJørgen Lind2011-04-282-1/+4
| * | | | | | | | | | | | | | | | | | | | Get rid of QWindow::WindowType and clean up Qt::WindowFlags instead.Samuel Rødal2011-04-281-57/+1
| * | | | | | | | | | | | | | | | | | | | WIP Qt 5 API.Samuel Rødal2011-04-281-5/+5
* | | | | | | | | | | | | | | | | | | | | QSettings: don't assume XDG_CONFIG_HOME is latin1-encodedKonstantin Ritt2011-09-121-2/+2
* | | | | | | | | | | | | | | | | | | | | QSettings: use the common appdata dir when bootstrapping qmake on winKonstantin Ritt2011-09-121-8/+2
* | | | | | | | | | | | | | | | | | | | | Replace explicit surrogate handlers by inline methods of QChar classsuzuki toshiya2011-09-121-4/+4
* | | | | | | | | | | | | | | | | | | | | Replace 'i < len-1 && func(i+1)' by 'i+1 < len && func(i+1)'suzuki toshiya2011-09-121-3/+3
* | | | | | | | | | | | | | | | | | | | | don't detach until the list is going to be modifiedRitt Konstantin2011-09-121-1/+0
* | | | | | | | | | | | | | | | | | | | | optimize QList::removeAll()Ritt Konstantin2011-09-121-11/+19
* | | | | | | | | | | | | | | | | | | | | Fix building the OpenVG graphicssystem on Linux with static libsBernhard Rosenkraenzer2011-09-121-0/+1
* | | | | | | | | | | | | | | | | | | | | don't crash when destroying codec listOswald Buddenhagen2011-09-121-4/+5
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Add an SSE4.2 even simpler version of toLatin1Thiago Macieira2011-09-081-0/+23
* | | | | | | | | | | | | | | | | | | | Create a function that merges the SSE common codeThiago Macieira2011-09-081-38/+35
* | | | | | | | | | | | | | | | | | | | Improve toLatin1 x86 SIMD by using a new SSE4.1 instructionThiago Macieira2011-09-081-0/+9
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Don't use QSettings to "cache" plugin informationBradley T. Hughes2011-09-056-177/+77
* | | | | | | | | | | | | | | | | | | Restore Qt4.7 behaviour of QFileInfo::absolute(File)PathShane Kearns2011-09-023-9/+3
* | | | | | | | | | | | | | | | | | | Remove the build-key from the plugin verification dataBradley T. Hughes2011-09-025-83/+11
* | | | | | | | | | | | | | | | | | | Fix comparison of absolute, unclean paths in QDirShane Kearns2011-09-023-1/+33
* | | | | | | | | | | | | | | | | | | omit unassigned (and too recent) codepoints from the text Normalization processRitt Konstantin2011-09-012-6/+14
* | | | | | | | | | | | | | | | | | | Rename the private helper function QList::free() to QList::dealloc()Bradley T. Hughes2011-09-011-7/+6
* | | | | | | | | | | | | | | | | | | Remove declarations for QListData functions removed by 36c29abBradley T. Hughes2011-09-012-6/+2
* | | | | | | | | | | | | | | | | | | Add QLocale::toUpper/LowerLars Knoll2011-08-313-22/+49
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Add a signal emitted callback to QAbstractDeclarativeDataAaron Kennedy2011-08-302-0/+6
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | optimize parsing of templates like p{IsArabic}, etcRitt Konstantin2011-08-261-161/+160