summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/haiku
Commit message (Expand)AuthorAgeFilesLines
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-1910-27/+27
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-1910-51/+51
* Relieve platform plugins of having to persist geometry on WM callbacksTor Arne Vestbø2017-07-071-2/+0
* Make QWindow's windowState a QFlags of the WindowStateOlivier Goffart2017-03-162-14/+11
* port to modularized platformsupport librariesOswald Buddenhagen2016-10-152-2/+2
* cleanup related to transitive dependenciesOswald Buddenhagen2016-10-151-2/+0
* Use QString::fromLatin1() less to avoid string allocationsAnton Kudryavtsev2016-09-151-1/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-3/+4
|\
| * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-03-071-3/+4
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-021-2/+2
|\|
| * Don't use QStringLiteral in comparisonsAnton Kudryavtsev2016-01-281-2/+2
* | Updated license headersJani Heikkinen2016-01-1526-338/+494
* | Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-291-1/+1
|/
* Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-031-1/+1
|\
| * QPA plugins: Use _iid macros instead of strings in Q_PLUGIN_METADATA.Friedemann Kleint2015-05-131-1/+1
* | Haiku: Fix reported geometry of platform windowTobias Koenig2015-05-271-6/+7
* | Haiku: Fix compilation after QPA API changeTobias Koenig2015-05-041-4/+0
* | Haiku: Fix clipboard implementationTobias Koenig2015-03-252-9/+40
|/
* Haiku: Initial version of QPA plugin for HaikuTobias Koenig2015-02-1728-0/+2710