lp:~trebelnik-stefina/cinnamon-test/+git/Cinnamon

Owned by gogo
Get this repository:
git clone https://git.launchpad.net/~trebelnik-stefina/cinnamon-test/+git/Cinnamon

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://github.com/linuxmint/Cinnamon.git.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 20 seconds — see the log

Branches

Name Last Modified Last Commit
master 2024-04-18 09:46:50 UTC
New action icon for Mint-X theme (#12163)

Author: haggen88
Author Date: 2024-04-18 09:46:50 UTC

New action icon for Mint-X theme (#12163)

* new action icon

* Update data/icons/hicolor_categories_scalable_cs-actions.svg

Co-authored-by: Rick Calixte <10281587+rcalixte@users.noreply.github.com>

---------

Co-authored-by: Clement Lefebvre <clement.lefebvre@linuxmint.com>
Co-authored-by: Rick Calixte <10281587+rcalixte@users.noreply.github.com>

6.0-maintenance 2024-02-15 18:23:46 UTC
cs_panel.py: Fix behavior when there are overlapping definitions.

Author: Michael Webster
Author Date: 2024-02-07 04:52:03 UTC

cs_panel.py: Fix behavior when there are overlapping definitions.

All panel definitions were being processed. If for some reason
a panel id was used twice, the second would still be added to the
stack navigation list (self.panels). The same would occur if a
given monitor:position slot had already been filled.

This would break navigation when switching between panels -
the button handlers would try to select pages from the stack
that weren't in it.

If any bad definitions are found, they're removed from 'panels-
enabled'

ref: 11406

menu-osk 2023-12-14 16:49:26 UTC
Check for a workarea collision during actor.show() and shrink or

Author: Michael Webster
Author Date: 2023-12-14 16:49:26 UTC

Check for a workarea collision during actor.show() and shrink or
restore to the user size when appropriate.

wayland 2023-11-09 17:07:43 UTC
session: Use a separate desktop file for Wayland sessions.

Author: Michael Webster
Author Date: 2023-11-09 15:22:47 UTC

session: Use a separate desktop file for Wayland sessions.

The start requirements and phase are different.

5.8-maintenance 2023-08-20 18:11:31 UTC
gestures: Remove device detection.

Author: Michael Webster
Author Date: 2023-08-08 14:43:46 UTC

gestures: Remove device detection.

The csd-input-helper utility doesn't detect all potential devices,
leaving users that have suitable hardware unable to make use of it.

To reliably check for devices would require root access to read
/dev/input, which isn't something that can be done inside cinnamon
or from cinnamon-settings (other than with setuid).

ref: https://github.com/orgs/linuxmint/discussions/102

notifications 2023-04-27 15:25:13 UTC
notifications: Prefer symbolic icons

Author: Clement Lefebvre
Author Date: 2023-04-27 15:25:13 UTC

notifications: Prefer symbolic icons

If no icon is defined, use a symbolic icons.

If an icon name is defined, try to load its symbolic alternative
first, then fallback to fullcolor.

Themes might want to use colors in notifications, symbolic icons
work on any colors, fullcolor ones do not.

5.6-maintenance 2023-04-17 13:36:31 UTC
cs_info.py and org.cinnamon.gschema.xml: Fix undefined var and cleanup dconf ...

Author: Rick Calixte
Author Date: 2023-04-17 13:26:21 UTC

cs_info.py and org.cinnamon.gschema.xml: Fix undefined var and cleanup dconf strings (#11609)

cinnamon-styles 2023-03-20 11:03:29 UTC
Make dots slightly larger

Author: Clement Lefebvre
Author Date: 2023-03-20 11:03:29 UTC

Make dots slightly larger

gjs1.74.1-mozjs102 2023-01-20 19:00:07 UTC
overrides: Remove polyfills.

Author: Michael Webster
Author Date: 2023-01-19 16:55:03 UTC

overrides: Remove polyfills.

5.4-maintenance 2022-10-27 13:59:21 UTC
appSwitcher.js: Account for alt-tab reverse actions in the window.

Author: Michael Webster
Author Date: 2022-10-27 13:54:00 UTC

appSwitcher.js: Account for alt-tab reverse actions in the window.

This allows the switcher to show the correct initial windows if
alt-tab is brought up by a reverse keybinding.

ref: linuxmint/cinnamon#11004

muffin-5.2-test 2022-06-09 00:11:49 UTC
Disable some media keys - they're handled internally by muffin now.

Author: Michael Webster
Author Date: 2022-06-02 17:48:19 UTC

Disable some media keys - they're handled internally by muffin now.

I don't want to just delete them because there may be extensions that
access them by their int values.

5.0-maintenance 2021-11-04 13:04:17 UTC
5.0.7

Author: Clement Lefebvre
Author Date: 2021-11-04 13:04:17 UTC

5.0.7

window-animations 2021-11-02 10:01:14 UTC
Tune expo/scale

Author: Clement Lefebvre
Author Date: 2021-11-02 10:01:14 UTC

Tune expo/scale

- Make their animations a little bit quicker.
- Don't animate expo when the desktop effects are disabled.

update-tools 2021-04-13 13:13:37 UTC
spices (old): Remove cache age check and related infobar. Update each

Author: Michael Webster
Author Date: 2021-04-13 13:13:37 UTC

spices (old): Remove cache age check and related infobar. Update each
cache automatically when the page is loaded.

memory-limit 2021-03-02 14:44:20 UTC
global.c: Add a test function for memory limiting.

Author: Michael Webster
Author Date: 2021-03-02 14:44:20 UTC

global.c: Add a test function for memory limiting.

show-uuids 2021-02-05 12:29:11 UTC
Spices: Show UUID in management/download tabs

Author: Clement Lefebvre
Author Date: 2021-02-05 12:29:11 UTC

Spices: Show UUID in management/download tabs

It's important to be able to uniquely identify the spice.
We also want to give a notion to the user that these are somewhat 3rd party
and not core.

simplify-spice-version-checks 2020-10-23 09:16:14 UTC
Merge branch 'master' into simplify-spice-version-checks

Author: Clement Lefebvre
Author Date: 2020-10-23 09:16:14 UTC

Merge branch 'master' into simplify-spice-version-checks

4.4-maintenance 2020-01-10 14:35:59 UTC
Packaging: Remove version on gnome-icon-theme dependency

Author: Clement Lefebvre
Author Date: 2020-01-10 14:24:38 UTC

Packaging: Remove version on gnome-icon-theme dependency

This causes build problems in LMDE 4 where that package is a meta and has
no version.. although apt can cope with that, dpkg -i isn't able to.

lmde4 2020-01-10 14:24:38 UTC
Packaging: Remove version on gnome-icon-theme dependency

Author: Clement Lefebvre
Author Date: 2020-01-10 14:24:38 UTC

Packaging: Remove version on gnome-icon-theme dependency

This causes build problems in LMDE 4 where that package is a meta and has
no version.. although apt can cope with that, dpkg -i isn't able to.

icon-chooser-improvements 2019-10-08 18:07:24 UTC
SettingsWidgets: Add a default_category for icon_chooser widgets

Author: Clement Lefebvre
Author Date: 2019-10-08 18:07:24 UTC

SettingsWidgets: Add a default_category for icon_chooser widgets

4.2-maintenance 2019-09-14 17:13:46 UTC
cs_default.py: fix missing declaration causing crash when desc not found (#8855)

Author: Stephen Collins
Author Date: 2019-09-14 16:47:29 UTC

cs_default.py: fix missing declaration causing crash when desc not found (#8855)

statusicon 2019-09-02 10:18:01 UTC
Rework click events and coordinates

Author: Clement Lefebvre
Author Date: 2019-09-02 10:18:01 UTC

Rework click events and coordinates

connectivity-check 2019-07-06 12:41:02 UTC
Privacy settings: Add support for connectivity checking

Author: Clement Lefebvre
Author Date: 2019-07-06 12:41:02 UTC

Privacy settings: Add support for connectivity checking

regression-fixes 2019-06-10 11:49:20 UTC
Revert "layout: Misc. clean up (#8465)"

Author: Clement Lefebvre
Author Date: 2019-06-10 11:49:20 UTC

Revert "layout: Misc. clean up (#8465)"

This reverts commit 74d14ea9cbb01849d46cda8673d668a6861e29b4.

revert-20 2019-06-07 12:48:29 UTC
Revert "Replace MetaShapedTexture usage with MetaWindowActor (#8269)"

Author: Clement Lefebvre
Author Date: 2019-06-05 15:34:46 UTC

Revert "Replace MetaShapedTexture usage with MetaWindowActor (#8269)"

This reverts commit 85efc8a38cebb4003dc07cb5ab691b97de2ed409.

iter-20 2019-06-05 12:14:07 UTC
Revert "runDialog: Fix run dialog not opening when cursor is hovering over a ...

Author: Clement Lefebvre
Author Date: 2019-06-04 12:55:25 UTC

Revert "runDialog: Fix run dialog not opening when cursor is hovering over a panel"

This reverts commit 32855c198036740f3b9ccf2ee36af6bd3f20557b.

By reverting this commit:

- We're breaking the ability to invoke the run dialog when the mouse is over the panel again.
(we'll need to fix that some other way).

- We're fixing the rundialog not closing after calling a DEVEL_COMMAND.
(this can be fixed by adding this.close() after this special case).

- We're fixing the rundialog not closing after issuing a pkexec call (for instance
pkexec xed).

4.0-maintenance 2019-03-21 16:46:14 UTC
4.0.10

Author: Clement Lefebvre
Author Date: 2019-03-21 16:46:14 UTC

4.0.10

3.8-maintenance 2018-09-11 13:40:35 UTC
3.8.9

Author: Clement Lefebvre
Author Date: 2018-09-11 13:40:35 UTC

3.8.9

3.4-maintenance 2017-08-09 10:47:15 UTC
3.4.6

Author: Clement Lefebvre
Author Date: 2017-08-09 10:47:15 UTC

3.4.6

2.8-maintenance 2016-03-29 13:24:20 UTC
2.8.8

Author: Clement Lefebvre
Author Date: 2016-03-29 13:24:20 UTC

2.8.8

130 of 30 results
This repository contains Public information 
Everyone can see this information.

Subscribers