Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | * | | | | | Fix accidental population of the disk cache with partial content | Simon Hausmann | 2011-03-17 | 2 | -0/+100 | |
| | | | * | | | | | Fix disk cache interaction for range retrieval HTTP requests. | Simon Hausmann | 2011-03-17 | 2 | -21/+58 | |
| * | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-tools-staging into mast... | Qt Continuous Integration System | 2011-03-18 | 2 | -4/+5 | |
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | | | ||||||
| | * | | | | | | | qmake vcproj generator: do not insert $(INHERIT) | Joerg Bornemann | 2011-03-18 | 2 | -4/+5 | |
| * | | | | | | | | Merge branch 'staging-master' of scm.dev.nokia.troll.no:qt/qt-lighthouse into... | Qt Continuous Integration System | 2011-03-18 | 197 | -1566/+9267 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Fixes detected by the static-check | Jørgen Lind | 2011-03-17 | 4 | -4/+86 | |
| | * | | | | | | | | Fixup license headers in Lighthouse plugins | Jørgen Lind | 2011-03-17 | 101 | -113/+441 | |
| | * | | | | | | | | Mac: add autorelease pools to create_sys | Morten Sorvig | 2011-03-17 | 1 | -0/+4 | |
| | * | | | | | | | | Don't skip remaining events on unhandled events in xcb backend. | Samuel Rødal | 2011-03-17 | 1 | -2/+6 | |
| | * | | | | | | | | Merge remote-tracking branch 'origin/master' into lighthouse-master | Jørgen Lind | 2011-03-17 | 730 | -6261/+24045 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Lighthouse: Xcb, compile fix for the glx path | Jørgen Lind | 2011-03-16 | 1 | -0/+2 | |
| | * | | | | | | | | | Lighthouse: Make sure we don't use xkbcommon | Jørgen Lind | 2011-03-16 | 2 | -5/+16 | |
| | * | | | | | | | | | Lighthouse: Add pkg-config check for opengl es2 | Jørgen Lind | 2011-03-16 | 1 | -1/+10 | |
| | * | | | | | | | | | Rename qnaclunimplemented -> qfunctions_nacl | Morten Sorvig | 2011-03-16 | 8 | -9/+14 | |
| | * | | | | | | | | | Rename qconfig-minimal-system-depenencies.h | Morten Sorvig | 2011-03-16 | 2 | -2/+2 | |
| | * | | | | | | | | | Add QT_NO_FILESYSTEMITERATOR. | Morten Johan Sørvig | 2011-03-16 | 5 | -0/+30 | |
| | * | | | | | | | | | Add QT_NO_DYNAMIC_LIBRARY. | Morten Johan Sørvig | 2011-03-16 | 1 | -7/+11 | |
| | * | | | | | | | | | Compile. | Morten Johan Sørvig | 2011-03-16 | 1 | -1/+5 | |
| | * | | | | | | | | | NaCl: Dont force release builds. | Morten Johan Sørvig | 2011-03-16 | 1 | -2/+0 | |
| | * | | | | | | | | | NaCl: disable libtiff. | Morten Johan Sørvig | 2011-03-16 | 1 | -0/+1 | |
| | * | | | | | | | | | posix platformdefs: Add QT_NO_SOCKET_H. | Morten Johan Sørvig | 2011-03-16 | 1 | -1/+3 | |
| | * | | | | | | | | | qpnghandler: Compile with QT_NO_IMAGE_TEXT. | Morten Johan Sørvig | 2011-03-16 | 1 | -0/+2 | |
| | * | | | | | | | | | Lighthouse: Support Q_NO_CLIPBOARD. | Morten Johan Sørvig | 2011-03-16 | 4 | -0/+14 | |
| | * | | | | | | | | | Compile. | Morten Johan Sørvig | 2011-03-16 | 1 | -0/+2 | |
| | * | | | | | | | | | Fix CoreServices framework addition for qpa. | Morten Johan Sørvig | 2011-03-16 | 1 | -7/+6 | |
| | * | | | | | | | | | Update NaCl mkspecs. | Morten Johan Sørvig | 2011-03-16 | 4 | -407/+79 | |
| | * | | | | | | | | | Properly set the window event masks etc for screens and GL windows too. | Samuel Rødal | 2011-03-15 | 2 | -3/+5 | |
| | * | | | | | | | | | Fix race condition in the non-GL case | Paul Olav Tvete | 2011-03-14 | 3 | -5/+12 | |
| | * | | | | | | | | | Do release build for devices and remove some warnings. | con | 2011-03-11 | 6 | -33/+46 | |
| | * | | | | | | | | | XmlPatterns actually compiles and runs. | con | 2011-03-10 | 1 | -2/+2 | |
| | * | | | | | | | | | Fix http in combination with QT_NO_NETWORKPROXY. | con | 2011-03-10 | 3 | -3/+8 | |
| | * | | | | | | | | | Add proof-of-concept UIKit based lighthouse platform. | con | 2011-03-10 | 27 | -0/+2401 | |
| | * | | | | | | | | | Build QProcess on platforms that don't have _NSGetEnviron | con | 2011-03-10 | 1 | -2/+2 | |
| | * | | | | | | | | | Build JavaScriptCore also under unusual platform combination. | con | 2011-03-10 | 1 | -0/+3 | |
| | * | | | | | | | | | Objective-c prf may not override OBJECTIVE_CFLAGS settings. | con | 2011-03-10 | 2 | -13/+11 | |
| | * | | | | | | | | | Lighthouse: Adding Native interface to getting the native eglcontext | Jørgen Lind | 2011-03-07 | 9 | -17/+85 | |
| | * | | | | | | | | | Fix 7ea1dd46966ae7cfa07fa18c001704e3c981b669 for Mac desktop builds. | con | 2011-03-07 | 1 | -2/+3 | |
| | * | | | | | | | | | Inconsistency between ini case sensitivity between OS_MAC and WS_QPA. | con | 2011-03-04 | 1 | -1/+1 | |
| | * | | | | | | | | | Do not explicitly process events before running event loop integration. | con | 2011-03-04 | 1 | -1/+0 | |
| | * | | | | | | | | | don't print debug output | con | 2011-03-04 | 1 | -1/+1 | |
| | * | | | | | | | | | Lighthouse: Fix a block for wayland with gl support | Benjamin Franzke | 2011-03-04 | 1 | -3/+6 | |
| | * | | | | | | | | | Lighthouse: Add xkbcommon to pkg-config configuration of wayland | Jørgen Lind | 2011-03-03 | 1 | -4/+4 | |
| | * | | | | | | | | | Lighthouse: Make xcb backen usable for anyone else again | Jørgen Lind | 2011-03-03 | 1 | -1/+4 | |
| | * | | | | | | | | | Merge remote-tracking branch 'origin/master' into lighthouse-master | Jørgen Lind | 2011-03-03 | 55 | -229/+625 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Lighthouse: Make wayland configure check use pkg-config | Jørgen Lind | 2011-03-02 | 2 | -7/+18 | |
| | * | | | | | | | | | | Compile with glx | Paul Olav Tvete | 2011-03-02 | 2 | -15/+16 | |
| | * | | | | | | | | | | Build fixes for the Wayland plugin | Paul Olav Tvete | 2011-03-02 | 4 | -9/+25 | |
| | * | | | | | | | | | | Lighthouse: Implement the new Native Interface api in the xcb plugin | Jørgen Lind | 2011-03-01 | 4 | -16/+87 | |
| | * | | | | | | | | | | Lighthouse: Make Native Interface slightly more agile | Jørgen Lind | 2011-03-01 | 2 | -30/+3 | |
| | * | | | | | | | | | | Lighthouse: Native Interface, added graphicsDevice | Jørgen Lind | 2011-03-01 | 2 | -4/+11 | |