summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-04-19releasing package unity version 7.7.0+23.04.20230222.2-0ubuntu2HEAD7.7.0+23.04.20230222.2-0ubuntu2masterDmitry Shachnev
2023-04-19Merge remote-tracking branch 'rs2009/master'Dmitry Shachnev
2023-04-17Remove indicator-notifications from unity, as it has been added to ↵Rudra Saraswat
unity-services
2023-04-17Remove indicator-messages due to crashes, add indicator-notificationsRudra Saraswat
2023-02-22Releasing 7.7.0+23.04.20230222.2-0ubuntu17.7.0+23.04.20230222.2-0ubuntu1Bileto Bot
2023-02-22* Added UWidgets, a new widget system for Unity based on BlightyRudra Saraswat
* Made the dash vertical and moved the scope bar to the top * Increased the panel height to 30 * Added indicator-notifications as a Recommend
2023-02-23fix debian/rulesRudra Saraswat
2023-02-22update changelogRudra Saraswat
2023-02-22add python3-dev as build depRudra Saraswat
2023-02-21reemove preview tests expected to fail as previews have been removedRudra Saraswat
2023-02-21add changelog entryRudra Saraswat
2023-02-21remove tests that are expected to failRudra Saraswat
2023-02-20rename license to licenceRudra Saraswat
2023-02-20incorporate dmitry's feedback and add back widget.iniRudra Saraswat
2023-02-18incorporate Dmitry's feedbackRudra Saraswat
2023-02-13Make Unity 7.7 changesRudra Saraswat
* Increased panel size to 30 from 24 * Moved scope bar to top of dash * Added UWidgets, based on Blighty * Reduced default launcher icon size to 44 * Made dash vertical (temporarily removed previews) * Added indicator-notifications to Recommends
2022-09-13Releasing 7.6.0+22.10.20220913-0ubuntu17.6.0+22.10.20220913-0ubuntu1Bileto Bot
2022-09-13* Added transparent dash borderMarco Trevisan (Treviño)
* Replaced launcher bfb with Ubuntu Unity logo * Removed broken app info and ratings from dash * Simplified app preview in dash * Fixed the 'Empty Trash' button in the launcher * Fixed the standalone testing Unity7 launcher
2022-09-13debian: update changelogRudra Saraswat
2022-09-13Add gitignore fileMarco Trevisan (Treviño)
2022-09-13bump version to 7.6Rudra Saraswat
2022-09-13replace launcher bfb logo with ubuntu unity logoRudra Saraswat
2022-09-13TestsPreveviewApplications: Remove rating supportMarco Trevisan (Treviño)
2022-09-13add rs2009 and k_alam to AUTHORSRudra Saraswat
2022-09-13remove layered appearance from dashRudra Saraswat
2022-09-13make tooltips flatRudra Saraswat
2022-09-13create Monitor in StandaloneLauncherRudra Saraswat
2022-09-13improve rounded border around dashRudra Saraswat
2022-09-13remove license, last updated, copyright and rating from app preview in dashRudra Saraswat
2022-09-13debian: remove nautilus from recommendsRudra Saraswat
2022-09-13FileManager: Use Nemo as default file-managerMarco Trevisan (Treviño)
2022-09-13unity-shared: Add implementation for Nemo support as FileManagerMarco Trevisan (Treviño)
2022-09-13FileManager: Make filemanager initialization to be dynamicMarco Trevisan (Treviño)
Depending on the availability of a file manager we can provide one
2022-08-18Releasing 7.5.1+22.10.20220818-0ubuntu17.5.1+22.10.20220818-0ubuntu1Bileto Bot
2022-08-18Fix build after Compiz changesAlberts Muktupāvels
2022-08-18Bump required CMake version to 3.17.0Alberts Muktupāvels
This version is required by Compiz.
2022-08-18unity-mt-grab-handles: fix build after Compiz changesAlberts Muktupāvels
Compiz now includes <boost/bind/bind.hpp>.
2021-10-26Releasing 7.5.1+22.04.20211026.2-0ubuntu17.5.1+22.04.20211026.2-0ubuntu1Bileto Bot
2021-10-26[ Uladzislau Nikalayevich ]Marco Trevisan (Treviño)
* DecoratedWindow: Do not try to use shaped shadows on empty quads. Windows may have no shaped rectangles, but we're still trying to set them. This is because we might not initialize the shape size, leading to invalid values. (LP: #1904337) [ Marco Trevisan (Treviño) ] * DecorationsShape: Initialize parameters on missing rectangles. In such case the shape should just be empty, but we didn't really handle the case properly. * dummy-xorg-test-runner: Use command -v instead of deprecated which * TestSwitchController: Do not define FakeApplicationWindow as NiceMock twice. It's already used as ::Nice later, no need to define it initially, otherwise newer gtest won't compile
2021-10-26Update changelogMarco Trevisan (Treviño)
2021-10-26TestSwitchController: Do not define FakeApplicationWindow as NiceMock twiceMarco Trevisan (Treviño)
It's already used as ::Nice later, no need to define it initially, otherwise newer gtest won't compile
2021-10-26dummy-xorg-test-runner: Use command -v instead of deprecated whichMarco Trevisan (Treviño)
2021-10-26DecorationsShape: Initialize parameters on missing rectanglesMarco Trevisan (Treviño)
In such case the shape should just be empty, but we didn't really handle the case properly.
2021-10-26DecoratedWindow: Do not try to use shaped shadows on empty quadsUladzislau Nikalayevich
Windows may have no shaped rectangles, but we're still trying to set them. This is because we might not initialize the shape size, leading to invalid values. LP: #1904337
2021-06-01Releasing 7.5.1+21.10.20210601.1-0ubuntu17.5.1+21.10.20210601.1-0ubuntu1impishBileto Bot
2021-06-01* New upstream releaseMarco Trevisan (Treviño)
* IntrospectionData: Keep Get() const as it should be. The builder is now invalid but unreffing will happne in the destructor * ResultRendererTile: Use proper casting to GdkPixbuf for drag icon * CompizUtils: Add missing iostream include * FileManager: Support timestamps and parent windows and implement for GNOME. Finally implement org.gnome.Nautilus.FileOperations2 so we can get rid of using our ubuntu patch in nautilus https://trello.com/c/ZVKL0Loz * ApplicationManager: Add ability to get window properties. A simple way to get properties through bamf, so that we don't have to compute the atom ourselves. * ApplicationManager: Add function to find a window by an (unique) property. This is relevant for unique property values, otherwise we'd just return the firs window matching it. * GnomeFileManager: Use upstream OpenWindowsWithLocations. Find nautilus application windows by their unique GTK window object path using the application manager, in this way we can drop the support to the ubuntu-only XUbuntuOpenLocationsXids property. As per this, recommends an higher version of nautilus. * VolumeLauncherIcons: Hide shadowed mounts * TestSoftwareCenterLauncherIcon: Expose proper virtual function. Compiler seems to be confused by using a base class implementation, so let's just point to the class one and leave it figure out which implementation to use at runtime. * TestGtkIconInfo: Ignore icons that gtk can't find. We still ensure that we've tested various, so the test is still valid * TestResultRenderer: Use a freedesktop icon for the test. So we can be sure that a theme will provide it * tests/dummy-xorg-test-runner.sh: Do not delete log files on failure * LauncherController: Move GetLastIconPriority into a private impl header. Being a template it must be defined for all its customers, so expose it to the test. Fixes linking issue on s390x. * tests/test_text_input: Initialize previews style
2021-06-01New upstream releaseMarco Trevisan (Treviño)
2021-06-01tests/test_text_input: Initialize previews styleMarco Trevisan (Treviño)
2021-06-01LauncherController: Move GetLastIconPriority into a private impl headerMarco Trevisan (Treviño)
Being a template it must be defined for all its customers, so expose it to the test. Fixes linking issue on s390x.
2021-06-01tests/dummy-xorg-test-runner.sh: Do not delete log files on failureMarco Trevisan (Treviño)