summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QtDBus: Register QDBusServer connection name in QDBusConnectionManagerDaniele E. Domenichelli2011-04-184-22/+109
* QtDBus: Skip bus name check for peer-to-peer connectionDaniele E. Domenichelli2011-04-181-3/+4
* QtDBus: Fix minor coding style issuesDaniele E. Domenichelli2011-04-182-5/+5
* QtDBus: Add default constructor to QDBusServerDaniele E. Domenichelli2011-04-181-1/+1
* QtDBus: Add method QDBusConnection::disconnectFromPeer()Daniele E. Domenichelli2011-04-182-0/+22
* QtDBus: Add method QDBusConnection::connectToPeer()Daniele E. Domenichelli2011-04-182-0/+35
* QtDBus: Fix QDBusConnection::disconnectFromBus() for peer-to-peer connectionsDaniele E. Domenichelli2011-04-181-0/+3
* QtDBus: Fix bus in peer-to-peer connections should not be usedDaniele E. Domenichelli2011-04-181-27/+31
* QtDBus: Fix empty service name in peer-to-peer connectionsDaniele E. Domenichelli2011-04-182-2/+2
* QtDBus: Fix registering objects using path '/' in peer-to-peer connectionsDaniele E. Domenichelli2011-04-182-1/+6
* QtDBus: Fix QDBusServer to handle correctly new dbus connectionsDaniele E. Domenichelli2011-04-182-11/+10
* QtDBus: Cleaning comments, spacing, etc.Daniele E. Domenichelli2011-04-183-13/+10
* Use s/static/Q_GLOBAL_STATIC/g in QScrollerRobert Griebl2011-04-182-15/+13
* Alternative fix to the strict-aliasing violation warningsThiago Macieira2011-04-181-1/+9
* Revert "Fix strict-alias breaking warnings with GCC."Thiago Macieira2011-04-181-72/+43
* Merge remote-tracking branch 'origin/master' into HEADThiago Macieira2011-04-17134-1244/+5202
|\
| * Lighthouse: Fix license headersJørgen Lind2011-04-151-0/+43
| * Remove hasOpenGL. This changes breaks binary compatibillityJørgen Lind2011-04-1417-37/+35
| * Merge remote-tracking branch 'origin/master' into lighthouse-masterJørgen Lind2011-04-14603-72208/+35787
| |\
| * | Lighthouse: Fix license headersJørgen Lind2011-04-143-1/+84
| * | Compile fix for shared context change.con2011-04-141-1/+0
| * | Some virtual keyboard text input for uikit.con2011-04-146-4/+136
| * | Wayland: Conform with the api change in the frame callbackJørgen Lind2011-04-144-6/+6
| * | Remove DefaultSharedContext from Lighthouse API.Samuel Rødal2011-04-1318-199/+18
| * | Make readEvents() non-blockingPaul Olav Tvete2011-04-113-2/+27
| * | Wayland: Show what backend is being usedJørgen Lind2011-04-114-3/+4
| * | Wayland: Tell what backend we use for xcomposite glxJørgen Lind2011-04-111-1/+1
| * | Wayland: compile fix after making the event handlingJørgen Lind2011-04-112-9/+18
| * | Make the xcomposite the default gl integration backendJørgen Lind2011-04-112-16/+31
| * | Make sure the global listener gets registered even when using drm.Samuel Rødal2011-04-111-1/+3
| * | Wayland: Rename XPixmap GL integrations to ReadbackJørgen Lind2011-04-1118-146/+144
| * | Adapt drag distance for uikit.con2011-04-081-1/+6
| * | Prevented crash due to dangling pointer in QWaylandInputDevice.Samuel Rødal2011-04-084-2/+18
| * | Fixed logical error in XCB backend.Samuel Rødal2011-04-081-1/+1
| * | Set the _NET_WM_WINDOW_TYPE property in the XCB backend.Samuel Rødal2011-04-082-0/+39
| * | Added _NET_WM_PID in XCB backend.Samuel Rødal2011-04-081-0/+6
| * | Wayland: Add license headers to new filesJørgen Lind2011-04-0737-47/+1355
| * | Wayland: Add a egl xcomposite backendJørgen Lind2011-04-0711-1/+420
| * | Fixed crash in XCB backend.Samuel Rødal2011-04-071-0/+2
| * | Made wayland plugin single-threaded, yay :)Samuel Rødal2011-04-078-290/+117
| * | Wayland: Fix xpixmap_glx readback after multi threadingJørgen Lind2011-04-071-6/+2
| * | Implemented _NET_WM_SYNC_REQUEST protocol in XCB plugin.Samuel Rødal2011-04-0710-32/+146
| * | Prevent synchronization errors and memory leaks in QXcbWindowSurface.Samuel Rødal2011-04-061-1/+11
| * | Prevent crashes and X errors in QXcbWindowSurface::flush()Samuel Rødal2011-04-061-2/+4
| * | Lighthouse: Native interface for xlibJørgen Lind2011-04-065-3/+223
| * | Remove output that wass added by misstakeJørgen Lind2011-04-061-1/+0
| * | Lighthouse: Implement xcomposite extension for waylandJørgen Lind2011-04-0613-0/+573
| * | Lighthouse: More meaning full output when choosing glx configsJørgen Lind2011-04-061-1/+1
| * | After we make the QPlatformIntegration process eventsJørgen Lind2011-04-063-0/+247
| * | Lighthouse: Make wayland event handling happen in a separate threadJørgen Lind2011-04-069-154/+104