summaryrefslogtreecommitdiff
path: root/unity-standalone
AgeCommit message (Collapse)Author
2012-12-19Removed link_directories in unity-standalone.Jussi Pakkanen
(bzr r3001.1.8)
2012-12-17Removed superfluous pkgconfig includes.Jussi Pakkanen
(bzr r2993.1.1)
2012-12-04Merged with trunk.Jussi Pakkanen
(bzr r2934.3.6)
2012-11-29Merge prev and resolve conflicts.Tim Penhey
(bzr r2791.9.51)
2012-11-28Define PIC_FLAGS only once.Jussi Pakkanen
(bzr r2934.3.5)
2012-11-28Move some compiler flags from add_definitions to their proper place.Jussi Pakkanen
(bzr r2934.3.3)
2012-11-28Remove use of deprecated link_libraries.Jussi Pakkanen
(bzr r2934.3.2)
2012-11-28Update the cmake lists.Tim Penhey
(bzr r2791.9.47)
2012-11-26Merged with trunk.Jussi Pakkanen
(bzr r2861.2.6)
2012-11-22Use std::make_shared.Andrea Azzarone
(bzr r2898.4.16)
2012-11-15Use the new classes in real code.Andrea Azzarone
(bzr r2898.4.7)
2012-10-18Removed cargo cult include directories.Jussi Pakkanen
(bzr r2861.2.4)
2012-10-18Removed useless -I flags.Jussi Pakkanen
(bzr r2861.2.3)
2012-10-18Obtain GETTEXT_PACKAGE from config.h on demand rather than specify it with ↵Jussi Pakkanen
-D to every compiled file. (bzr r2861.2.2)
2012-10-18Removed useless dependencies.Jussi Pakkanen
(bzr r2861.2.1)
2012-10-17Moved maintainer CXX flags to global scope.Jussi Pakkanen
(bzr r2845.3.2)
2012-10-05Merge trunk and resolve conflicts.Tim Penhey
(bzr r2791.4.5)
2012-10-04Initial pull from next pipe.Tim Penhey
(bzr r2791.4.1)
2012-10-01Fix crashes in unity-standalone tool due to unitialized 'singleton'Stephen M. Webb
(bzr r2771.2.1)
2012-09-18LauncherController, FavoriteStore, Launcher, Icons: always use sort priority ↵Marco Trevisan (Treviño)
based on favorites to get positioned on launcher. Fixes: https://bugs.launchpad.net/bugs/761155, https://bugs.launchpad.net/bugs/858540, https://bugs.launchpad.net/bugs/868423, https://bugs.launchpad.net/bugs/1028927, https://bugs.launchpad.net/bugs/1042845, https://bugs.launchpad.net/bugs/1045146. Approved by Andrea Azzarone, Brandon Schaefer. (bzr r2713)
2012-09-18Merging with trunkMarco Trevisan (Treviño)
(bzr r2529.14.147)
2012-09-17Use a nux::RWProperty for the form factor.Andrea Azzarone
(bzr r2696.2.4)
2012-09-11panel gradientGord Allott
(bzr r2637.8.10)
2012-09-07LauncherController: refactor the internals to use the new LauncherModel and ↵Marco Trevisan (Treviño)
FavoriteStore Semplified the constructor, we really don't need to have a Display parameter here; use initialization list more, remove timeout on icons initialization (also use a new main function to initialize all the non-fixed launcher icons). The icons ordering has changed a lot: now the favorites control everything (except BFB and trash) and we add the icons based on their defined position. Added two special places: local::RUNNING_APPS_URI and local::DEVICES_URI that optionally defines where these kind of icons should be placed. This is not strict by the way, because if these uris are not defined we add them by default at the bottom of the launcher main model. So to get that, I refactored CreateFavorite so that it's like an icon factory that returns us an icon based on its icon-uri. It does this job only if the icon is not already available. Also, added GetFavoriteIcon that returns us the icon in the model with the requested uri. SetupIcons does the work of reading the favorite store and add the icons in order; it also set up the signals. When a new Device or Application icon is added to the launcher, we append it to the list of the non-sticky devices or applications. Favorites reordering, removal or additions have been refactored to fit to our new system; when we save the favorites, the position of the "running-apps" or "attached-devices" is computed based on where the first icon of this type is placed. The expo icon is handled differently, since it is not added if we have no workspaces available. SoftwareCenterLauncher icons are now handled differently: we consider them as sticky application icons, so we firstly add them to the model (setting their priority based on the last sticky icon we have), then we animate them. They already know where they should go, based on model computions (also fixed a bug that caused them not to get the overlay shourtcut when added). OnLauncherAddRequest: always stick the favorite icon (bzr r2529.14.48)
2012-07-27Use gestures support from Nux and adapt code for regular gesture rulesDaniel d'Andrada
Remove GeisAdapter as we are getting gesture events from Nux instead. Then modify code to handle geisv2-style gestures. They require acceptance/rejection and enable multiple simultaneous gestures (bzr r2526.1.1)
2012-07-06Move the check to the top-level CMakeLists.txttimo.jyrinki@canonical.com
(bzr r2434.3.4)
2012-07-06Use a more concise form for the ARM changes.timo.jyrinki@canonical.com
(bzr r2434.3.2)
2012-06-21Fix building on ARM without OpenGL (only EGL + OpenGL ES). A successful ↵timo.jyrinki@canonical.com
build also needed the -fPIC addition for arm. (bzr r2434.3.1)
2012-05-22fixed up the pluginadapter abstractationGord Allott
(bzr r2356.2.6)
2012-05-22added in a switch for unity standalone mode against tv modeGord Allott
(bzr r2356.2.5)
2012-05-22added standdalone flag and always maximised flag into Settigns and Dash StyleGord Allott
(bzr r2356.2.4)
2012-05-22added tv form factorGord Allott
(bzr r2356.2.3)
2012-05-21Snapshot before refactoring componentsGord Allott
(bzr r2356.2.1)