summaryrefslogtreecommitdiffstats
path: root/examples/qpa/windows
Commit message (Expand)AuthorAgeFilesLines
* Examples: cleanup foreach usageChristian Ehrlicher2019-02-021-2/+2
* Examples: Replace 'Q_DECL_OVERRIDE' by 'override'hjk2016-06-151-7/+7
* Unify license header usage.Jani Heikkinen2016-03-293-9/+39
* Updated BSD licensed file headersJani Heikkinen2015-02-153-9/+9
* Update copyright headersJani Heikkinen2015-02-113-15/+15
* Examples: Add Q_DECL_OVERRIDE to overridden functionsOlivier Goffart2014-07-151-7/+7
* Update copyright year in Digia's license headersSergio Ahumada2013-01-183-3/+3
* centralize and fixup example sources install targetsOswald Buddenhagen2012-11-291-3/+1
* Fixed abbreviations in QWindow::framePos() and QWindow::setFramePos().Samuel Rødal2012-11-271-2/+2
* Examples: Install to $$[QT_INSTALL_EXAMPLES]/$submodule/$examplehjk2012-11-261-2/+2
* Rename all QWindow properties that have "window" in themShawn Rutledge2012-11-072-7/+7
* QPA/Windows example: Set proper window flags, titles, names.Friedemann Kleint2012-10-012-4/+19
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-223-18/+18
* Add install path for qpa windows exampleGatis Paeglis2012-06-141-0/+6
* Got rid of Map / Unmap events in favor of Expose event.Samuel Rødal2012-03-221-7/+7
* clean up qmake-generated projectsOswald Buddenhagen2012-02-241-12/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-303-3/+3
* Update contact information in license headers.Jason McDonald2012-01-233-3/+3
* QPA/windows example: Fix positioning for virtual desktops.Friedemann Kleint2012-01-201-0/+4
* Update copyright year in license headers.Jason McDonald2012-01-053-3/+3
* Add missing license headersJason McDonald2011-09-153-0/+120
* Added workable QScreen API on top of QPlatformScreen.Samuel Rødal2011-07-253-5/+47
* Made QExposeEvent public and added exposeEvent() in QWindow.Samuel Rødal2011-06-222-2/+6
* Compile.Friedemann Kleint2011-06-211-1/+0
* Rename QWindowSurface -> QBackingStore and split into platform / public.Samuel Rødal2011-06-212-7/+8
* idc: Do not link against QtGui.Friedemann Kleint2011-06-101-1/+1
* Examples: QPA window example does not require widgets.Friedemann Kleint2011-05-301-2/+2
* Implement QWindow minimum/maximum/base size hints and size increments.Samuel Rødal2011-05-161-1/+7
* fix pro filesLars Knoll2011-05-071-2/+2
* Fixed qpa/windows example compilation.Samuel Rødal2011-05-061-0/+3
* Improved handling of child windows.Samuel Rødal2011-05-041-8/+3
* Pure QWindow with multiple windows and child windows example added.Samuel Rødal2011-05-034-0/+187