summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ensure the argv passed to mir is a null terminated list (not a nullptr)Daniel van Vugt2015-08-041-1/+4
|\
| * 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
| * 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 ma...Alan Griffiths2015-08-0412-230/+196
|\ \ \
| * | | 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
|\ \ \ \
| * | | | 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
|\ \ \ \ \
| * | | | | 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
|\ \ \ \ \
| * | | | | extend the key table to cover full xkb rangeLukáš Tinkl2015-07-241-79/+309
| | |_|/ / | |/| | |
* | | | | We depend on Qt 5.4, remove compatibility code for older versionsGerry Boland2015-08-045-42/+12
|\ \ \ \ \
| * | | | | We depend on Qt 5.4, remove compatibility code for older versionsGerry Boland2015-07-135-42/+12
| |/ / / /
* | | | | Remove focus-based app lifecycle. Let shell control it.Daniel d'Andrada2015-08-0438-1369/+1462
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Merge trunkDaniel d'Andrada2015-07-2425-222/+316
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Update unity-shell-application version dependencyDaniel d'Andrada2015-06-291-1/+1
| * | | | Update unity-api version dependencyDaniel d'Andrada2015-06-181-1/+1
| * | | | Update MockMirSurfaceItemDaniel d'Andrada2015-06-171-2/+2
| * | | | Use QScopedPointer in Application testsDaniel d'Andrada2015-06-161-18/+10
| * | | | Rename testDaniel d'Andrada2015-06-161-1/+1
| * | | | Fix Session::insertChildSession switch statementDaniel d'Andrada2015-06-161-1/+3
| * | | | Code cosmeticsDaniel d'Andrada2015-06-151-1/+1
| * | | | Remove redundant variableDaniel d'Andrada2015-06-151-6/+1
| * | | | Refactor Application::setProcessStateDaniel d'Andrada2015-06-151-20/+30
| * | | | Removed redundant codeDaniel d'Andrada2015-06-151-2/+0
| * | | | Refactor Application::applyRequestedState()Daniel d'Andrada2015-06-152-8/+57
| * | | | Application: s/setState/setInternalStateDaniel d'Andrada2015-06-152-16/+16
| * | | | Removed unused Application::processState()Daniel d'Andrada2015-06-152-6/+0
| * | | | s/DiedUnexpectedly/StoppedUnexpectedlyDaniel d'Andrada2015-06-154-11/+11
| * | | | Update tests and remove duplicate onesDaniel d'Andrada2015-06-151-100/+25
| * | | | Merge trunkDaniel d'Andrada2015-06-1514-98/+237
| |\ \ \ \
| * | | | | s/RunningWithoutWakelock/RunningInBackgroundDaniel d'Andrada2015-06-154-13/+13
| * | | | | Workaround a weird behavior in unity8's PhoneStageDaniel d'Andrada2015-06-021-1/+9
| * | | | | Session does Starting->Running only once first surface frame is drawnDaniel d'Andrada2015-06-017-18/+56
| * | | | | s/KilledOutOfMemory/DiedUnexpectedlyDaniel d'Andrada2015-05-294-12/+11
| * | | | | work around a bug in gtest+gcc+cross-compilationDaniel d'Andrada2015-05-291-1/+1
| * | | | | Fixed all issues pointed out by code reviewDaniel d'Andrada2015-05-2736-918/+1265
| * | | | | Merge trunkDaniel d'Andrada2015-05-2721-211/+311
| |\ \ \ \ \
| * \ \ \ \ \ Merge trunkDaniel d'Andrada2015-05-1233-149/+583
| |\ \ \ \ \ \
| * | | | | | | Update package version dependencyDaniel d'Andrada2015-05-111-1/+1
| * | | | | | | Emit signal at the endDaniel d'Andrada2015-05-111-1/+2
| * | | | | | | Application: s/active/requestedStateDaniel d'Andrada2015-05-084-27/+29
| * | | | | | | Add debug message for Application::setActiveDaniel d'Andrada2015-05-081-0/+1
| * | | | | | | Fix ApplicationManager testsDaniel d'Andrada2015-05-061-122/+53