Skip to content

Remove region panel, misc related code. #355

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions debian/control
Original file line number Diff line number Diff line change
@@ -12,7 +12,6 @@ Build-Depends:
libcolord-dev,
libgdk-pixbuf-2.0-dev (>= 2.23.0),
libglib2.0-dev (>= 2.44.0),
libgnomekbd-dev,
libgtk-3-dev (>= 3.16),
libmm-glib-dev (>= 0.7) [linux-any],
libnm-dev (>= 1.2.0) [linux-any],
@@ -23,12 +22,8 @@ Build-Depends:
libupower-glib-dev (>= 0.99.8),
libwacom-dev (>= 0.4) [linux-any],
libx11-dev,
libxkbfile-dev,
libxklavier-dev (>= 5.1),
libxml2-dev,
locales,
meson,
tzdata,
Standards-Version: 3.9.8
Homepage: https://www.github.com/linuxmint/cinnamon-control-center

@@ -46,7 +41,6 @@ Depends:
${shlibs:Depends},
Recommends:
cinnamon-l10n,
iso-codes,
mesa-utils
Suggests: x11-xserver-utils
Description: utilities to configure the Cinnamon desktop
3 changes: 0 additions & 3 deletions meson.build
Original file line number Diff line number Diff line change
@@ -29,12 +29,9 @@ gtk = dependency('gtk+-3.0', version: '>=3.16.0')
glib = dependency('glib-2.0', version: '>=2.44.0')
gio_unix = dependency('gio-unix-2.0', version: '>=2.44.0')
gudev_dep = dependency('gudev-1.0', version: '>= 232')
libgnomekbd = dependency('libgnomekbd', version: '>=3.0.0')
libgnomekbdui=dependency('libgnomekbdui', version: '>=3.0.0')
libnotify = dependency('libnotify', version: '>=0.7.3')
libx11 = dependency('x11')
polkit_gobj = dependency('polkit-gobject-1',version: '>=0.103')
libxklavier = dependency('libxklavier', version: '>=5.1')
upower_glib_dep = dependency('upower-glib', version: '>= 0.99.8')

config.set('HAVE_X11_EXTENSIONS_XKB_H', cc.has_header('X11/extensions/XKB.h'))
603 changes: 0 additions & 603 deletions panels/common/cc-common-language.c

This file was deleted.

58 changes: 0 additions & 58 deletions panels/common/cc-common-language.h

This file was deleted.

350 changes: 0 additions & 350 deletions panels/common/cc-language-chooser.c

This file was deleted.

38 changes: 0 additions & 38 deletions panels/common/cc-language-chooser.h

This file was deleted.

1,333 changes: 0 additions & 1,333 deletions panels/common/gdm-languages.c

This file was deleted.

44 changes: 0 additions & 44 deletions panels/common/gdm-languages.h

This file was deleted.

114 changes: 0 additions & 114 deletions panels/common/language-chooser.ui

This file was deleted.

47 changes: 0 additions & 47 deletions panels/common/list-languages.c

This file was deleted.

97 changes: 0 additions & 97 deletions panels/common/locarchive.h

This file was deleted.

24 changes: 0 additions & 24 deletions panels/common/meson.build
Original file line number Diff line number Diff line change
@@ -1,28 +1,4 @@

panel_languages = static_library('language',
'cc-common-language.c',
'cc-language-chooser.c',
'gdm-languages.c',
include_directories: rootInclude,
dependencies: [
glib,
gtk,
],
)

list_languages = executable('list-languages',
'list-languages.c',
include_directories: rootInclude,
link_with: panel_languages,
dependencies: [
glib,
],
)

install_data('language-chooser.ui',
install_dir: ui_dir,
)

common_inc = include_directories('.')
common_sources = []

2 changes: 0 additions & 2 deletions panels/meson.build
Original file line number Diff line number Diff line change
@@ -11,8 +11,6 @@ if libnm.found()
subdir('network')
endif

subdir('region')

if libwacom.found()
subdir('wacom')
endif
106 changes: 0 additions & 106 deletions panels/region/cc-region-panel.c

This file was deleted.

74 changes: 0 additions & 74 deletions panels/region/cc-region-panel.h

This file was deleted.

180 changes: 0 additions & 180 deletions panels/region/cinnamon-region-panel-layout-chooser.ui

This file was deleted.

79 changes: 0 additions & 79 deletions panels/region/cinnamon-region-panel-options-dialog.ui

This file was deleted.

229 changes: 0 additions & 229 deletions panels/region/cinnamon-region-panel-xkb.c

This file was deleted.

101 changes: 0 additions & 101 deletions panels/region/cinnamon-region-panel-xkb.h

This file was deleted.

468 changes: 0 additions & 468 deletions panels/region/cinnamon-region-panel-xkblt.c

This file was deleted.

492 changes: 0 additions & 492 deletions panels/region/cinnamon-region-panel-xkbltadd.c

This file was deleted.

513 changes: 0 additions & 513 deletions panels/region/cinnamon-region-panel-xkbot.c

This file was deleted.

118 changes: 0 additions & 118 deletions panels/region/cinnamon-region-panel-xkbpv.c

This file was deleted.

159 changes: 0 additions & 159 deletions panels/region/cinnamon-region-panel.desktop

This file was deleted.

546 changes: 0 additions & 546 deletions panels/region/cinnamon-region-panel.ui

This file was deleted.

44 changes: 0 additions & 44 deletions panels/region/meson.build

This file was deleted.

38 changes: 0 additions & 38 deletions panels/region/region-module.c

This file was deleted.


Unchanged files with check annotations Beta

* with the Control Center; if not, write to the Free Software Foundation,
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
* Author: Thomas Wood <thos@gnome.org>

Check failure on line 18 in shell/cinnamon-control-center.h

GitHub Actions / build / build (mint22, linuxmintd/mint22-amd64, Mint 22, true) / Mint 22

thos ==> those, this
*/
#ifndef _CINNAMON_CONTROL_CENTER_H
* with the Control Center; if not, write to the Free Software Foundation,
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
* Author: Thomas Wood <thos@gnome.org>

Check failure on line 19 in shell/cinnamon-control-center.c

GitHub Actions / build / build (mint22, linuxmintd/mint22-amd64, Mint 22, true) / Mint 22

thos ==> those, this
*/
#include "config.h"
* with the Control Center; if not, write to the Free Software Foundation,
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
* Author: Thomas Wood <thos@gnome.org>

Check failure on line 19 in shell/cc-shell.h

GitHub Actions / build / build (mint22, linuxmintd/mint22-amd64, Mint 22, true) / Mint 22

thos ==> those, this
*/
#ifndef _CC_SHELL_H
* with the Control Center; if not, write to the Free Software Foundation,
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
* Author: Thomas Wood <thos@gnome.org>

Check failure on line 19 in shell/cc-shell.c

GitHub Actions / build / build (mint22, linuxmintd/mint22-amd64, Mint 22, true) / Mint 22

thos ==> those, this
*/
/**
* with the Control Center; if not, write to the Free Software Foundation,
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
* Author: Thomas Wood <thos@gnome.org>

Check failure on line 18 in shell/cc-shell-model.h

GitHub Actions / build / build (mint22, linuxmintd/mint22-amd64, Mint 22, true) / Mint 22

thos ==> those, this
*/
* with the Control Center; if not, write to the Free Software Foundation,
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
* Author: Thomas Wood <thos@gnome.org>

Check failure on line 19 in shell/cc-shell-model.c

GitHub Actions / build / build (mint22, linuxmintd/mint22-amd64, Mint 22, true) / Mint 22

thos ==> those, this
*/
#include "cc-shell-model.h"
* with the Control Center; if not, write to the Free Software Foundation,
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
* Author: Thomas Wood <thos@gnome.org>

Check failure on line 18 in shell/cc-shell-item-view.h

GitHub Actions / build / build (mint22, linuxmintd/mint22-amd64, Mint 22, true) / Mint 22

thos ==> those, this
*/
#ifndef _CC_SHELL_ITEM_VIEW_H
* with the Control Center; if not, write to the Free Software Foundation,
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
* Author: Thomas Wood <thos@gnome.org>

Check failure on line 18 in shell/cc-shell-item-view.c

GitHub Actions / build / build (mint22, linuxmintd/mint22-amd64, Mint 22, true) / Mint 22

thos ==> those, this
*/
#include "cc-shell-item-view.h"
* with the Control Center; if not, write to the Free Software Foundation,
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
* Author: Thomas Wood <thos@gnome.org>

Check failure on line 18 in shell/cc-shell-category-view.h

GitHub Actions / build / build (mint22, linuxmintd/mint22-amd64, Mint 22, true) / Mint 22

thos ==> those, this
*/
* with the Control Center; if not, write to the Free Software Foundation,
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
* Author: Thomas Wood <thos@gnome.org>

Check failure on line 18 in shell/cc-shell-category-view.c

GitHub Actions / build / build (mint22, linuxmintd/mint22-amd64, Mint 22, true) / Mint 22

thos ==> those, this
*/
#include "cc-shell-category-view.h"