summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* QTestLib integrationHEADmasterPaul Olav Tvete2015-11-0214-14/+48
| | | | | | | In order to work with the new CI system, we need to link with testlib. Change-Id: I285d651c2e1189a79153a6d942c10522305f2f3c Reviewed-by: Paul Olav Tvete <paul.tvete@theqtcompany.com>
* qmakeify all over againPaul Olav Tvete2015-11-0238-0/+438
| | | | | Change-Id: I96996ae306b30996375518ad7586110fff9dadb5 Reviewed-by: Paul Olav Tvete <paul.tvete@theqtcompany.com>
* Allow compiling without tracepointsPaul Olav Tvete2015-11-027-5/+15
| | | | | Change-Id: Ia80c54fa3e8b93593a60b5d704c3857f0eea6a71 Reviewed-by: Paul Olav Tvete <paul.tvete@theqtcompany.com>
* Resync trunk.CI Train Bot2015-08-261-20/+26
| | | | | Change-Id: Ifaffddb98ed6050a4beff50350b6811a431aadd5 Reviewed-by: Paul Olav Tvete <paul.tvete@theqtcompany.com>
* Releasing 0.4.5+15.04.20150821-0ubuntu1CI Train Bot2015-08-261-0/+12
| | | | | Change-Id: I947e5a0eef6d15df2895c65d244f4e23d591ed20 Reviewed-by: Paul Olav Tvete <paul.tvete@theqtcompany.com>
* AppMan: if app destroys surface while in Running state, it is probably ↵Gerry Boland2015-08-262-0/+21
| | | | | | | shutting down, so preempt it by removing it from the model Change-Id: Icd0419d5fed8212f16dd283c4b7e005392bb7e05 Reviewed-by: Paul Olav Tvete <paul.tvete@theqtcompany.com>
* Improve states documentationDaniel d'Andrada2015-08-261-2/+4
| | | | | Change-Id: Ic89f04d3f80d1f9932fc04065f93bba0c930bcfd Reviewed-by: Paul Olav Tvete <paul.tvete@theqtcompany.com>
* Fix coding styleDaniel d'Andrada2015-08-262-2/+4
| | | | | Change-Id: I382e428a4f4126edd5a4b5281cd102318bbf393a Reviewed-by: Paul Olav Tvete <paul.tvete@theqtcompany.com>
* s/ProcessKilled/ProcessFailedDaniel d'Andrada2015-08-264-6/+6
| | | | | Change-Id: I89cb60a0853eb0f8cee59053ebc8055c02eae94c Reviewed-by: Paul Olav Tvete <paul.tvete@theqtcompany.com>
* s/StoppedUnexpectedly/StoppedResumableDaniel d'Andrada2015-08-264-16/+16
| | | | | | | To better convey what this state means Change-Id: Ie80906909ce8c65c4d90fc7ad14b0f0f25891310 Reviewed-by: Paul Olav Tvete <paul.tvete@theqtcompany.com>
* Add some Application testsDaniel d'Andrada2015-08-265-29/+281
| | | | | Change-Id: I7ceb141dadb99f09009f2776fc3e4709a4ba4e61 Reviewed-by: Paul Olav Tvete <paul.tvete@theqtcompany.com>
* Improve handling of applications that are stopping or getting killedDaniel d'Andrada2015-08-266-15/+44
| | | | | | | | | | | | | | | | | | | | - Differentiate between an app being killed and an app closing itself nicely. In the first case we may keep it around because it might have been killed by the OutOfMemory daemon. But in the second case we remove it from the app list. - Only allow a Session to delete itself after it has been both released and stopped. This allows the application to always know when the session stops, narrowing down the possible combination (order) of events the Application state machine has to deal with. - Break the cyclic reference between Application and Session before making the former delete the latter. - Remove the unused Sesssion::aboutToBeDestroyed() signal Change-Id: I7c5cd8da08fb98fa4e819024ab2d717577f4580d Reviewed-by: Paul Olav Tvete <paul.tvete@theqtcompany.com>
* Releasing 0.4.5+15.04.20150820-0ubuntu1CI Train Bot2015-08-261-4/+8
| | | | | Change-Id: Id711880bd65c1a766a9b7ddd0c1f30774843dcc7 Reviewed-by: Paul Olav Tvete <paul.tvete@theqtcompany.com>
* Check if session is there, may not if process OOM killedGerry Boland2015-08-261-1/+1
| | | | | Change-Id: I98ea274d34650b33519f18e31010ecd57c8e9836 Reviewed-by: Paul Olav Tvete <paul.tvete@theqtcompany.com>
* Add a temporary hotfix to work around bug 1483752Michael Zanetti2015-08-261-0/+7
| | | | | Change-Id: Ifa7334068387f0fb86b55c8b3e708b0e64c1bce0 Reviewed-by: Paul Olav Tvete <paul.tvete@theqtcompany.com>
* Releasing 0.4.5+15.10.20150817-0ubuntu1CI Train Bot2015-08-261-0/+6
| | | | | Change-Id: I2746f048931dc34ea1883d01b964488fe368c80c Reviewed-by: Paul Olav Tvete <paul.tvete@theqtcompany.com>
* fix changelog versionsAlberto Aguirre2015-08-261-2/+2
| | | | | Change-Id: Ie6aec7e387abf5b9b9b5277e9338f5486a4f10e7 Reviewed-by: Paul Olav Tvete <paul.tvete@theqtcompany.com>
* No more protobuf - it is not used anymore.Alberto Aguirre2015-08-263-9/+0
| | | | | Change-Id: Ib9667eb6f3b53a6096fc44533e62102a08e7963d Reviewed-by: Paul Olav Tvete <paul.tvete@theqtcompany.com>
* Releasing 0.4.5+15.04.20150812.1-0ubuntu1CI Train Bot2015-08-121-0/+14
|
* Add vivid changelog entry as it was releasedGerry Boland2015-08-121-0/+6
|\
| * Add vivid only changelog entryGerry Boland2015-08-121-0/+6
| |
* | Standardize licences to LGPLv3, update years, remove authors Fixes: #1483664Gerry Boland2015-08-1291-223/+146
|\ \ | | | | | | Approved by: Daniel d'Andrada
| * | Update debian/copyright to suitGerry Boland2015-08-111-1/+1
| | |
| * | Standardize licences to LGPLv3, update years, remove authorsGerry Boland2015-08-1190-222/+145
| |/
* | authorizeSession incorrectly edits desktopFilePath supplied by ↵Gerry Boland2015-08-121-2/+2
|\ \ | | | | | | | | | | | | desktop_file_hint Fixes: #1483225 Approved by: Daniel d'Andrada, PS Jenkins bot
| * | authorizeSession incorreectly edits desktopFilePath supplied by ↵Gerry Boland2015-08-101-2/+2
| | | | | | | | | | | | desktop_file_hint
* | | MirSurfaceItem: Remove an unnecessary and potentially infinite loopDaniel van Vugt2015-08-122-6/+7
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | (LP: #1477430) We only need to "drop" or consume one frame to do the job of waking the client up. Fixes: #1477430 Approved by: Gerry Boland, PS Jenkins bot
| * | The working fix, fresh off the phone.Daniel van Vugt2015-07-282-6/+7
| | |
* | | Releasing 0.4.5+15.10.20150804.1-0ubuntu1CI Train Bot2015-08-041-0/+29
| | |
* | | Ubuntu Touch has no shared graphics cache implemented, QPA should not say it ↵Gerry Boland2015-08-041-1/+0
|\ \ \ | | | | | | | | | | | | | | | | does Approved by: PS Jenkins bot, Daniel d'Andrada
| * | | Ubuntu Touch has no shared graphics cache implemented, QPA should not say it ↵Gerry Boland2015-07-271-1/+0
| |/ / | | | | | | | | | does
* | | ensure the argv passed to mir is a null terminated list (not a nullptr)Daniel van Vugt2015-08-041-1/+4
|\ \ \ | | | | | | | | Approved by: Gerry Boland, PS Jenkins bot
| * | | remove the dummy application nameAndreas Pokorny2015-07-311-2/+2
| | | |
| * | | make it null terminatedAndreas Pokorny2015-07-311-2/+2
| | | |
| * | | pass an aribtrary application name to MirServerAndreas Pokorny2015-07-291-1/+4
| | | | | | | | | | | | | | | | Preparation for 0.15.
| * | | Merge the latest lp:qtmir (changelog only). Diff is now zero.Daniel van Vugt2015-07-271-0/+10
| |\| |
* | | | Start restructuring code to use the Mir WindowManager interface for window ↵Alan Griffiths2015-08-0412-230/+196
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | management. (Instead of completely replacing the Shell.) Approved by: Gerry Boland, PS Jenkins bot
| * | | | Revert unwanted layout changeAlan Griffiths2015-07-291-1/+1
| | | | |
| * | | | merge lp:qtmirAlan Griffiths2015-07-2910-56/+46
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Unused headerAlan Griffiths2015-06-241-1/+1
| | | | |
| * | | | Tidy up codeAlan Griffiths2015-06-247-26/+23
| | | | |
| * | | | Hack out MirShell and move functionality to WindowManagerAlan Griffiths2015-06-247-110/+79
| | | | |
* | | | | No change rebuild using GCC 5.Gerry Boland2015-08-041-0/+6
|\ \ \ \ \ | | | | | | | | | | | | Approved by: Gerry Boland
| * | | | | Add "No change rebuild using GCC 5." changelog entryGerry Boland2015-08-041-0/+6
| | |_|_|/ | |/| | |
* | | | | CMake should require mir 0.14Gerry Boland2015-08-041-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Approved by: Daniel d'Andrada
| * | | | | CMake should require mir 0.14Gerry Boland2015-07-271-2/+2
| | |_|/ / | |/| | |
* | | | | Extend the key table to cover full xkb range of keycodes.Lukáš Tinkl2015-08-041-79/+309
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fixes many missing symbols, mainly various multimedia keys. Also fix missing mapping to back/forward extra mouse buttons. Approved by: Gerry Boland, Daniel d'Andrada
| * | | | | extend the key table to cover full xkb rangeLukáš Tinkl2015-07-241-79/+309
| | |_|/ / | |/| | | | | | | | | | | | | fix back/forward mouse buttons
* | | | | We depend on Qt 5.4, remove compatibility code for older versionsGerry Boland2015-08-045-42/+12
|\ \ \ \ \ | | | | | | | | | | | | Approved by: PS Jenkins bot, Daniel d'Andrada
| * | | | | We depend on Qt 5.4, remove compatibility code for older versionsGerry Boland2015-07-135-42/+12
| |/ / / /