Branch: null

686c40f4 2010-02-12 12:38:11 tpearson
Added KDE3 version of kde-systemsettings


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kde-systemsettings@1089234 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
A AUTHOR
A CMakeLists.txt
A INDEX
A INSTALL
A Mainpage.dox
A Makefile.am
A Makefile.am.in
A README
A TODO
A acinclude.m4
A aclocal.m4
A config.h.in
A configure.files
A configure.in
A configure.in.in
A stamp-h.in
A subdirs
A systemsettings/HACKING
A systemsettings/LAYOUT.html
A systemsettings/Makefile.am
A systemsettings/cr128-app-systemsettings.png
A systemsettings/cr16-app-systemsettings.png
A systemsettings/cr22-app-systemsettings.png
A systemsettings/cr32-app-systemsettings.png
A systemsettings/cr48-app-systemsettings.png
A systemsettings/cr64-app-systemsettings.png
A systemsettings/kcmodulemenu.cpp
A systemsettings/kcmodulemenu.h
A systemsettings/kcmsearch.cpp
A systemsettings/kcmsearch.h
A systemsettings/kcmultiwidget.cpp
A systemsettings/kcmultiwidget.h
A systemsettings/kcscrollview.cpp
A systemsettings/kcscrollview.h
A systemsettings/main.cpp
A systemsettings/mainwindow.cpp
A systemsettings/mainwindow.h
A systemsettings/menu/Makefile.am
A systemsettings/menu/audioencoding.desktop
A systemsettings/menu/defaultapplication.desktop
A systemsettings/menu/kcm_knetworkconfmodule_ss.desktop
A systemsettings/menu/kcmfontinst.desktop
A systemsettings/menu/kde-settings-accessibility_ss.directory
A systemsettings/menu/kde-settings-advanced.directory
A systemsettings/menu/kde-settings-advancedusersettings.directory
A systemsettings/menu/kde-settings-appearance.directory
A systemsettings/menu/kde-settings-computeradministration.directory
A systemsettings/menu/kde-settings-defaultapplications.directory
A systemsettings/menu/kde-settings-general.directory
A systemsettings/menu/kde-settings-keyboardmouse.directory
A systemsettings/menu/kde-settings-laptops.directory
A systemsettings/menu/kde-settings-looknfeel2.directory
A systemsettings/menu/kde-settings-networkconnections.directory
A systemsettings/menu/kde-settings-networkconnectivity.directory
A systemsettings/menu/kde-settings-networksettings.directory
A systemsettings/menu/kde-settings-notifications.directory
A systemsettings/menu/kde-settings-panel.directory
A systemsettings/menu/kde-settings-personal.directory
A systemsettings/menu/kde-settings-power.directory
A systemsettings/menu/kde-settings-regional.directory
A systemsettings/menu/kde-settings-sharing.directory
A systemsettings/menu/kde-settings-splashscreen.directory
A systemsettings/menu/kde-settings-system.directory
A systemsettings/menu/kde-settings-useraccount.directory
A systemsettings/menu/kde-settings-windowbehavior.directory
A systemsettings/menu/laptoppowermanagement.desktop
A systemsettings/menu/medianotifications.desktop
A systemsettings/menu/system-settings-merge.menu
A systemsettings/menu/system-settings.directory
A systemsettings/menu/system-settings.menu
A systemsettings/moduleiconitem.cpp
A systemsettings/moduleiconitem.h
A systemsettings/modulesview.cpp
A systemsettings/modulesview.h
A systemsettings/systemsettings.desktop
A systemsettings/systemsettingsrc
A systemsettings/systemsettingsui.rc
A systemsettings/version.h
diff --git a/AUTHOR b/AUTHOR
new file mode 100644
index 0000000..3fc45f4
--- /dev/null
+++ b/AUTHOR
@@ -0,0 +1 @@
+Benjamin Charles Meyer < ben + systempreferences at meyerhome dot net > 
diff --git a/CMakeLists.txt b/CMakeLists.txt
new file mode 100644
index 0000000..f5309c0
--- /dev/null
+++ b/CMakeLists.txt
@@ -0,0 +1,21 @@
+project(playground-base)
+
+find_package(KDE4 REQUIRED)
+include (KDE4Defaults)
+include(MacroOptionalAddSubdirectory)
+
+# search packages used by KDE
+#find_package (KDE4)
+#include(KDE4Defaults)
+#include(MacroLibrary)
+
+#add_subdirectory( qrdf )
+#add_subdirectory( raptor )
+# needs Qt 3.x
+#add_subdirectory( kbfx_plasma )
+
+#add_subdirectory( plasma )
+macro_optional_add_subdirectory( plasmagik )
+macro_optional_add_subdirectory( systemsettings )
+
+#add_subdirectory( strigiplasmoid )
diff --git a/INDEX b/INDEX
new file mode 100644
index 0000000..9bbd77a
--- /dev/null
+++ b/INDEX
@@ -0,0 +1,22 @@
+Index of software in kdeplayground-base
+=======================================
+
+Please add software to this index. Each entry should include the
+following entries:
+* Name:, which is the directory name
+* Synopsis:, which is a short description of what it does
+* Notes:, for key usage / applicability information (optional)
+* See also:, for cross references to other KDE apps/modules (optional)
+* URL:, for web links to required software or a home page (optional)
+
+Entries should be entirely objective.
+
+Name: datasources
+Synopsis: ODBC configuration tool.
+Notes: Requires unixODBC libraries
+
+Name: sessionapplet
+Synopsis: A kicker applet for management of X sessions.
+
+Name: raptor
+Synopsis: Raptor is a Application Utility  Menu for KDE4
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..02a4a07
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,167 @@
+Basic Installation
+==================
+
+   These are generic installation instructions.
+
+   The `configure' shell script attempts to guess correct values for
+various system-dependent variables used during compilation.  It uses
+those values to create a `Makefile' in each directory of the package.
+It may also create one or more `.h' files containing system-dependent
+definitions.  Finally, it creates a shell script `config.status' that
+you can run in the future to recreate the current configuration, a file
+`config.cache' that saves the results of its tests to speed up
+reconfiguring, and a file `config.log' containing compiler output
+(useful mainly for debugging `configure').
+
+   If you need to do unusual things to compile the package, please try
+to figure out how `configure' could check whether to do them, and mail
+diffs or instructions to the address given in the `README' so they can
+be considered for the next release.  If at some point `config.cache'
+contains results you don't want to keep, you may remove or edit it.
+
+   The file `configure.in' is used to create `configure' by a program
+called `autoconf'.  You only need `configure.in' if you want to change
+it or regenerate `configure' using a newer version of `autoconf'.
+
+The simplest way to compile this package is:
+
+  1. `cd' to the directory containing the package's source code and type
+     `./configure' to configure the package for your system.  If you're
+     using `csh' on an old version of System V, you might need to type
+     `sh ./configure' instead to prevent `csh' from trying to execute
+     `configure' itself.
+
+     Running `configure' takes a while.  While running, it prints some
+     messages telling which features it is checking for.
+
+  2. Type `make' to compile the package.
+
+  3. Type `make install' to install the programs and any data files and
+     documentation.
+
+  4. You can remove the program binaries and object files from the
+     source code directory by typing `make clean'.  
+
+Compilers and Options
+=====================
+
+   Some systems require unusual options for compilation or linking that
+the `configure' script does not know about.  You can give `configure'
+initial values for variables by setting them in the environment.  Using
+a Bourne-compatible shell, you can do that on the command line like
+this:
+     CC=c89 CFLAGS=-O2 LIBS=-lposix ./configure
+
+Or on systems that have the `env' program, you can do it like this:
+     env CPPFLAGS=-I/usr/local/include LDFLAGS=-s ./configure
+
+Compiling For Multiple Architectures
+====================================
+
+   You can compile the package for more than one kind of computer at the
+same time, by placing the object files for each architecture in their
+own directory.  To do this, you must use a version of `make' that
+supports the `VPATH' variable, such as GNU `make'.  `cd' to the
+directory where you want the object files and executables to go and run
+the `configure' script.  `configure' automatically checks for the
+source code in the directory that `configure' is in and in `..'.
+
+   If you have to use a `make' that does not supports the `VPATH'
+variable, you have to compile the package for one architecture at a time
+in the source code directory.  After you have installed the package for
+one architecture, use `make distclean' before reconfiguring for another
+architecture.
+
+Installation Names
+==================
+
+   By default, `make install' will install the package's files in
+`/usr/local/bin', `/usr/local/man', etc.  You can specify an
+installation prefix other than `/usr/local' by giving `configure' the
+option `--prefix=PATH'.
+
+   You can specify separate installation prefixes for
+architecture-specific files and architecture-independent files.  If you
+give `configure' the option `--exec-prefix=PATH', the package will use
+PATH as the prefix for installing programs and libraries.
+Documentation and other data files will still use the regular prefix.
+
+   If the package supports it, you can cause programs to be installed
+with an extra prefix or suffix on their names by giving `configure' the
+option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
+
+Optional Features
+=================
+
+   Some packages pay attention to `--enable-FEATURE' options to
+`configure', where FEATURE indicates an optional part of the package.
+They may also pay attention to `--with-PACKAGE' options, where PACKAGE
+is something like `gnu-as' or `x' (for the X Window System).  The
+`README' should mention any `--enable-' and `--with-' options that the
+package recognizes.
+
+   For packages that use the X Window System, `configure' can usually
+find the X include and library files automatically, but if it doesn't,
+you can use the `configure' options `--x-includes=DIR' and
+`--x-libraries=DIR' to specify their locations.
+
+Specifying the System Type
+==========================
+
+   There may be some features `configure' can not figure out
+automatically, but needs to determine by the type of host the package
+will run on.  Usually `configure' can figure that out, but if it prints
+a message saying it can not guess the host type, give it the
+`--host=TYPE' option.  TYPE can either be a short name for the system
+type, such as `sun4', or a canonical name with three fields:
+     CPU-COMPANY-SYSTEM
+
+See the file `config.sub' for the possible values of each field.  If
+`config.sub' isn't included in this package, then this package doesn't
+need to know the host type.
+
+   If you are building compiler tools for cross-compiling, you can also
+use the `--target=TYPE' option to select the type of system they will
+produce code for and the `--build=TYPE' option to select the type of
+system on which you are compiling the package.
+
+Sharing Defaults
+================
+
+   If you want to set default values for `configure' scripts to share,
+you can create a site shell script called `config.site' that gives
+default values for variables like `CC', `cache_file', and `prefix'.
+`configure' looks for `PREFIX/share/config.site' if it exists, then
+`PREFIX/etc/config.site' if it exists.  Or, you can set the
+`CONFIG_SITE' environment variable to the location of the site script.
+A warning: not all `configure' scripts look for a site script.
+
+Operation Controls
+==================
+
+   `configure' recognizes the following options to control how it
+operates.
+
+`--cache-file=FILE'
+     Use and save the results of the tests in FILE instead of
+     `./config.cache'.  Set FILE to `/dev/null' to disable caching, for
+     debugging `configure'.
+
+`--help'
+     Print a summary of the options to `configure', and exit.
+
+`--quiet'
+`--silent'
+`-q'
+     Do not print messages saying which checks are being made.
+
+`--srcdir=DIR'
+     Look for the package's source code in directory DIR.  Usually
+     `configure' can determine that directory automatically.
+
+`--version'
+     Print the version of Autoconf used to generate the `configure'
+     script, and exit.
+
+`configure' also accepts some other, not widely useful, options.
+
diff --git a/Mainpage.dox b/Mainpage.dox
new file mode 100644
index 0000000..b53ea41
--- /dev/null
+++ b/Mainpage.dox
@@ -0,0 +1,5 @@
+/** @mainpage Playground
+*
+* The playground is a place to put new and immature and
+* flaky apps, to develop them to maturity.
+*/
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..cd619ab
--- /dev/null
 ** Diff limit reached (max: 250 lines) **
70a90e54 2010-03-23 18:58:15 tpearson
Fixed images


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kde-systemsettings@1106829 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
M systemsettings/cr128-app-systemsettings.png
M systemsettings/cr16-app-systemsettings.png
M systemsettings/cr22-app-systemsettings.png
M systemsettings/cr32-app-systemsettings.png
M systemsettings/cr48-app-systemsettings.png
M systemsettings/cr64-app-systemsettings.png
 ** Diff limit reached (max: 250 lines) **
5ad8fdbf 2011-05-30 13:02:11 tpearson
TQt4 convert kde-systemsettings
This enables compilation under both Qt3 and Qt4


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kde-systemsettings@1234247 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
M systemsettings/kcmodulemenu.cpp
M systemsettings/kcmodulemenu.h
M systemsettings/kcmsearch.cpp
M systemsettings/kcmsearch.h
M systemsettings/kcmultiwidget.cpp
M systemsettings/kcmultiwidget.h
M systemsettings/kcscrollview.cpp
M systemsettings/kcscrollview.h
M systemsettings/mainwindow.cpp
M systemsettings/mainwindow.h
M systemsettings/moduleiconitem.cpp
M systemsettings/moduleiconitem.h
M systemsettings/modulesview.cpp
M systemsettings/modulesview.h
 ** Diff limit reached (max: 250 lines) **
7f29ed6e 2011-07-08 21:23:29 tpearson
Remove the tq in front of these incorrectly TQt4-converted methods/data members:
tqrepaint[...]
tqinvalidate[...]
tqparent[...]
tqmask[...]
tqlayout[...]
tqalignment[...]


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kde-systemsettings@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
M systemsettings/kcmultiwidget.cpp
M systemsettings/kcmultiwidget.h
M systemsettings/modulesview.cpp
M systemsettings/modulesview.h
 ** Diff limit reached (max: 250 lines) **
07915c3e 2011-08-10 01:08:18 tpearson
rename the following methods:
tqfind find
tqreplace replace
tqcontains contains


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kde-systemsettings@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
M systemsettings/kcmodulemenu.h
M systemsettings/kcmultiwidget.cpp
M systemsettings/mainwindow.cpp
 ** Diff limit reached (max: 250 lines) **
79e6120f 2011-08-10 17:19:39 tpearson
rename the following methods:
tqparent parent
tqmask mask


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kde-systemsettings@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
M systemsettings/kcmsearch.cpp
M systemsettings/kcmsearch.h
M systemsettings/kcmultiwidget.cpp
M systemsettings/kcmultiwidget.h
M systemsettings/kcscrollview.cpp
M systemsettings/kcscrollview.h
M systemsettings/mainwindow.cpp
M systemsettings/mainwindow.h
M systemsettings/moduleiconitem.cpp
M systemsettings/moduleiconitem.h
M systemsettings/modulesview.cpp
M systemsettings/modulesview.h
 ** Diff limit reached (max: 250 lines) **
88ccba15 2011-08-20 20:43:11 tpearson
Convert remaining references to kde3 (e.g. in paths) to trinity


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kde-systemsettings@1248408 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
M acinclude.m4
M aclocal.m4
 ** Diff limit reached (max: 250 lines) **
45beeef4 2011-10-15 04:06:27 tpearson
Fix kde-systemsettings FTBFS under oneiric


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kde-systemsettings@1258964 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
M systemsettings/Makefile.am
 ** Diff limit reached (max: 250 lines) **
4a3d883b 2011-11-04 16:46:14 Timothy Pearson
Added common directories
A .gitmodules
A admin
A cmake
 ** Diff limit reached (max: 250 lines) **
1874a29d 2011-11-05 21:46:13 Timothy Pearson
Rename kde libraries to tde
M acinclude.m4
M aclocal.m4
 ** Diff limit reached (max: 250 lines) **
11f08ad4 2011-11-05 22:04:53 Automated System
Reset submodule main/applications/tde-systemsettings/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
d7dbaeef 2011-11-06 02:23:32 Timothy Pearson
Additional kde to tde renaming
M acinclude.m4
M aclocal.m4
M systemsettings/Makefile.am
 ** Diff limit reached (max: 250 lines) **
f4f4038b 2011-11-06 03:05:08 Automated System
Reset submodule main/applications/tde-systemsettings/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
8bace19b 2011-11-06 03:05:09 Automated System
Reset submodule main/applications/tde-systemsettings/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
c4bbaea3 2011-11-06 16:17:14 Automated System
Reset submodule main/applications/tde-systemsettings/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
a92abb33 2011-11-06 21:38:04 Timothy Pearson
Rename additional instances of KDE to TDE
M acinclude.m4
M aclocal.m4
M systemsettings/Makefile.am
 ** Diff limit reached (max: 250 lines) **
7ee78c97 2011-11-06 22:25:38 Automated System
Reset submodule main/applications/tde-systemsettings/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
10fe3022 2011-11-07 20:20:33 Timothy Pearson
Rename kwin to twin (part 1 of 2)
M systemsettings/menu/system-settings.menu
 ** Diff limit reached (max: 250 lines) **
b481668d 2011-11-08 01:04:57 Automated System
Reset submodule main/applications/tde-systemsettings/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
1002ddef 2011-11-16 13:43:52 Timothy Pearson
Additional renaming of kde to tde
M acinclude.m4
M aclocal.m4
M configure.in
M systemsettings/HACKING
M systemsettings/LAYOUT.html
 ** Diff limit reached (max: 250 lines) **
1c902bdb 2011-11-16 14:01:36 Automated System
Reset submodule main/applications/tde-systemsettings/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
18f93093 2011-11-16 14:01:37 Automated System
Reset submodule main/applications/tde-systemsettings/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
88f477ae 2011-11-18 02:06:32 Automated System
Reset submodule main/applications/tde-systemsettings/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
426bedfe 2011-11-26 14:54:32 Automated System
Reset submodule main/applications/tde-systemsettings/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
8d2e97d5 2011-12-03 23:31:55 Automated System
Reset submodule main/applications/tde-systemsettings/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
da3ef16f 2011-12-07 18:53:25 Timothy Pearson
Rename KDEHOME and KDEDIR
M acinclude.m4
M aclocal.m4
M configure.in
 ** Diff limit reached (max: 250 lines) **
f191e6da 2011-12-07 20:58:04 Automated System
Reset submodule main/applications/tde-systemsettings/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
b5b62ae9 2011-12-15 15:34:02 Timothy Pearson
Rename a number of old tq methods that are no longer tq specific
M systemsettings/kcmultiwidget.cpp
M systemsettings/kcscrollview.cpp
M systemsettings/kcscrollview.h
M systemsettings/mainwindow.cpp
M systemsettings/modulesview.cpp
M systemsettings/modulesview.h
 ** Diff limit reached (max: 250 lines) **
e3656c08 2011-12-16 09:57:43 Timothy Pearson
Revert "Rename a number of old tq methods that are no longer tq specific"

This reverts commit b5b62ae9b3c8396bb74d76a125f1a9349e8b1233.
M systemsettings/kcmultiwidget.cpp
M systemsettings/kcscrollview.cpp
M systemsettings/kcscrollview.h
M systemsettings/mainwindow.cpp
M systemsettings/modulesview.cpp
M systemsettings/modulesview.h
 ** Diff limit reached (max: 250 lines) **
3eb39830 2011-12-18 18:15:09 Timothy Pearson
Rename old tq methods that no longer need a unique name
M systemsettings/kcscrollview.cpp
M systemsettings/kcscrollview.h
M systemsettings/mainwindow.cpp
M systemsettings/modulesview.cpp
M systemsettings/modulesview.h
 ** Diff limit reached (max: 250 lines) **
13bbc66a 2011-12-19 11:41:02 Timothy Pearson
Remove additional unneeded tq method conversions
M systemsettings/mainwindow.cpp
 ** Diff limit reached (max: 250 lines) **
a171879c 2011-12-21 14:07:17 Timothy Pearson
Rename obsolete tq methods to standard names
M systemsettings/modulesview.cpp
M systemsettings/modulesview.h
 ** Diff limit reached (max: 250 lines) **
2136dd27 2012-01-01 00:34:06 Automated System
Reset submodule main/applications/tde-systemsettings/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
860221e3 2012-01-02 12:23:31 Automated System
Reset submodule main/applications/tde-systemsettings/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
ad075da1 2012-01-20 02:20:18 Automated System
Reset submodule main/applications/tde-systemsettings/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
0c9167c2 2012-01-22 00:15:19 Timothy Pearson
Part 1 of 2 of kdm rename
M systemsettings/menu/system-settings.menu
 ** Diff limit reached (max: 250 lines) **
6f5cce1d 2012-02-01 17:25:51 Automated System
Reset submodule main/applications/tde-systemsettings/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
47524e80 2012-02-02 04:11:34 Automated System
Reset submodule main/applications/tde-systemsettings/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
36b960fe 2012-02-02 14:42:49 Automated System
Reset submodule main/applications/tde-systemsettings/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
ebc6ed5e 2012-02-07 18:18:05 Timothy Pearson
Rename include subdirectory to tde
M acinclude.m4
M aclocal.m4
 ** Diff limit reached (max: 250 lines) **
b6d782a2 2012-02-07 19:44:35 Automated System
Reset submodule main/applications/tde-systemsettings/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
dc172b65 2012-02-10 13:47:41 Automated System
Reset submodule main/applications/tde-systemsettings/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
19b4f5af 2012-02-11 14:40:29 Automated System
Reset submodule main/applications/tde-systemsettings/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
25890760 2012-02-11 14:40:31 Automated System
Reset submodule main/applications/tde-systemsettings/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
df6f12d8 2012-02-12 15:17:10 Automated System
Reset submodule main/applications/tde-systemsettings/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
179ea7d0 2012-02-14 21:12:12 Timothy Pearson
Update various qt function definitions and static methods for tqt3
M acinclude.m4
M aclocal.m4
 ** Diff limit reached (max: 250 lines) **
464c2022 2012-02-14 22:06:07 Automated System
Reset submodule main/applications/tde-systemsettings/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
ae0916b3 2012-02-16 18:00:15 Automated System
Reset submodule main/applications/tde-systemsettings/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
887c5622 2012-02-17 16:01:55 Timothy Pearson
Remove spurious TQ_OBJECT instances
M systemsettings/kcmsearch.h
M systemsettings/kcmultiwidget.h
M systemsettings/mainwindow.h
M systemsettings/modulesview.h
 ** Diff limit reached (max: 250 lines) **
2f5bb583 2012-02-19 16:32:13 Automated System
Reset submodule main/applications/tde-systemsettings/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
617eb206 2012-02-25 17:49:20 Automated System
Reset submodule main/applications/tde-systemsettings/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
516dd3f4 2012-02-26 14:23:46 Timothy Pearson
Rename kde-config to tde-config
M acinclude.m4
M aclocal.m4
M configure.in
 ** Diff limit reached (max: 250 lines) **
34d5025a 2012-02-26 15:59:55 Automated System
Reset submodule main/applications/tde-systemsettings/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
bf649d4b 2012-02-26 15:59:57 Automated System
Reset submodule main/applications/tde-systemsettings/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
172c47d0 2012-03-01 13:22:51 Timothy Pearson
Rename additional global TQt functions
M systemsettings/mainwindow.cpp
 ** Diff limit reached (max: 250 lines) **
cb671501 2012-03-06 00:53:22 Automated System
Reset submodule main/applications/tde-systemsettings/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
2b7a8ec2 2012-03-06 13:12:50 Automated System
Reset submodule main/applications/tde-systemsettings/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
c6ab113b 2012-03-07 21:11:47 Timothy Pearson
Rename additional members for tqt3
M systemsettings/kcmultiwidget.cpp
 ** Diff limit reached (max: 250 lines) **
16c3f004 2012-03-13 03:36:56 Automated System
Reset submodule main/applications/tde-systemsettings/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
102805e6 2012-03-23 17:33:40 Darrell Anderson
Fix KDE -> TDE branding.
M systemsettings/LAYOUT.html
 ** Diff limit reached (max: 250 lines) **
f6ba0c0a 2012-03-26 16:41:01 Automated System
Reset submodule main/applications/tde-systemsettings/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
aadd4794 2012-04-10 23:22:32 Automated System
Reset submodule main/applications/tde-systemsettings/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
0957755f 2012-04-10 23:22:34 Automated System
Reset submodule main/applications/tde-systemsettings/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
4c4cb821 2012-04-11 11:53:21 Darrell Anderson
Update HTML install path references.
M acinclude.m4
M aclocal.m4
 ** Diff limit reached (max: 250 lines) **
54984c40 2012-04-14 18:13:13 Automated System
Reset submodule main/applications/tde-systemsettings/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
99d6eeda 2012-05-19 03:02:14 Automated System
Reset submodule main/applications/tde-systemsettings/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
a6d4322c 2012-05-28 19:08:42 Darrell Anderson
Branding cleanup: *.desktop files
M systemsettings/menu/kcm_knetworkconfmodule_ss.desktop
 ** Diff limit reached (max: 250 lines) **
c12e1050 2012-06-08 17:33:40 Automated System
Reset submodule main/applications/tde-systemsettings/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
5f1fe7df 2012-06-08 17:33:41 Automated System
Reset submodule main/applications/tde-systemsettings/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
35c2e3da 2012-06-08 17:39:58 Darrell Anderson
Update XDG information in support of bug report 892.
M acinclude.m4
M aclocal.m4
M admin
M cmake
M systemsettings/HACKING
M systemsettings/menu/audioencoding.desktop
M systemsettings/menu/defaultapplication.desktop
M systemsettings/menu/kcm_knetworkconfmodule_ss.desktop
M systemsettings/menu/kcmfontinst.desktop
M systemsettings/menu/laptoppowermanagement.desktop
M systemsettings/menu/medianotifications.desktop
M systemsettings/systemsettings.desktop
 ** Diff limit reached (max: 250 lines) **
223cf9e3 2012-06-08 18:28:55 Automated System
Reset submodule main/applications/tde-systemsettings/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
75b662af 2012-06-08 18:28:56 Automated System
Reset submodule main/applications/tde-systemsettings/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
2d6d97d8 2012-06-12 18:06:36 Automated System
Reset submodule main/applications/tde-systemsettings/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
54595412 2012-06-14 02:38:35 Automated System
Reset submodule main/applications/tde-systemsettings/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
053af2ec 2012-06-15 09:30:30 Automated System
Reset submodule main/applications/tde-systemsettings/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
2348e074 2012-06-15 13:56:00 Timothy Pearson
Fix crash when no modules are available
M systemsettings/kcmsearch.cpp
M systemsettings/mainwindow.cpp
 ** Diff limit reached (max: 250 lines) **
a9c599c4 2012-06-15 17:23:15 Timothy Pearson
Update to use X-TDE
M systemsettings/kcmodulemenu.h
M systemsettings/kcmultiwidget.cpp
M systemsettings/menu/kcm_knetworkconfmodule_ss.desktop
M systemsettings/menu/system-settings.directory
M systemsettings/menu/system-settings.menu
 ** Diff limit reached (max: 250 lines) **
6d047965 2012-06-15 23:12:00 Darrell Anderson
Additional XDG compliance fixes.
A systemsettings/menu/tde-settings-accessibility_ss.directory
A systemsettings/menu/tde-settings-advanced.directory
A systemsettings/menu/tde-settings-advancedusersettings.directory
A systemsettings/menu/tde-settings-appearance.directory
A systemsettings/menu/tde-settings-computeradministration.directory
A systemsettings/menu/tde-settings-defaultapplications.directory
A systemsettings/menu/tde-settings-general.directory
A systemsettings/menu/tde-settings-keyboardmouse.directory
A systemsettings/menu/tde-settings-laptops.directory
A systemsettings/menu/tde-settings-looknfeel2.directory
A systemsettings/menu/tde-settings-networkconnections.directory
A systemsettings/menu/tde-settings-networkconnectivity.directory
A systemsettings/menu/tde-settings-networksettings.directory
A systemsettings/menu/tde-settings-notifications.directory
A systemsettings/menu/tde-settings-panel.directory
A systemsettings/menu/tde-settings-personal.directory
A systemsettings/menu/tde-settings-power.directory
A systemsettings/menu/tde-settings-regional.directory
A systemsettings/menu/tde-settings-sharing.directory
A systemsettings/menu/tde-settings-splashscreen.directory
A systemsettings/menu/tde-settings-system.directory
A systemsettings/menu/tde-settings-useraccount.directory
A systemsettings/menu/tde-settings-windowbehavior.directory
M cmake
M systemsettings/HACKING
M systemsettings/kcmodulemenu.h
M systemsettings/menu/Makefile.am
M systemsettings/menu/system-settings.menu
R systemsettings/menu/kde-settings-accessibility_ss.directory
R systemsettings/menu/kde-settings-advanced.directory
R systemsettings/menu/kde-settings-advancedusersettings.directory
R systemsettings/menu/kde-settings-appearance.directory
R systemsettings/menu/kde-settings-computeradministration.directory
R systemsettings/menu/kde-settings-defaultapplications.directory
R systemsettings/menu/kde-settings-general.directory
R systemsettings/menu/kde-settings-keyboardmouse.directory
R systemsettings/menu/kde-settings-laptops.directory
R systemsettings/menu/kde-settings-looknfeel2.directory
R systemsettings/menu/kde-settings-networkconnections.directory
R systemsettings/menu/kde-settings-networkconnectivity.directory
R systemsettings/menu/kde-settings-networksettings.directory
R systemsettings/menu/kde-settings-notifications.directory
R systemsettings/menu/kde-settings-panel.directory
R systemsettings/menu/kde-settings-personal.directory
R systemsettings/menu/kde-settings-power.directory
R systemsettings/menu/kde-settings-regional.directory
R systemsettings/menu/kde-settings-sharing.directory
R systemsettings/menu/kde-settings-splashscreen.directory
R systemsettings/menu/kde-settings-system.directory
R systemsettings/menu/kde-settings-useraccount.directory
R systemsettings/menu/kde-settings-windowbehavior.directory
 ** Diff limit reached (max: 250 lines) **
de26e3a5 2012-06-15 23:35:07 Darrell Anderson
Update desktop file to match the same file installed by tdebase to
avoid overwriting conflicts.
M systemsettings/menu/tde-settings-system.directory
 ** Diff limit reached (max: 250 lines) **
1f104741 2012-06-15 23:43:05 Darrell Anderson
Update desktop file to match the same file installed by tdebase to
avoid overwriting conflicts.
M systemsettings/menu/kcmfontinst.desktop
 ** Diff limit reached (max: 250 lines) **
e4a88a09 2012-06-15 23:46:56 Darrell Anderson
Update desktop file to match the same file installed by tdeadmin to
avoid overwriting conflicts.
M systemsettings/menu/kcm_knetworkconfmodule_ss.desktop
 ** Diff limit reached (max: 250 lines) **
3346876b 2012-06-15 23:51:32 Darrell Anderson
Update and rename desktop file to match the same file installed by tdeutils to
avoid overwriting conflicts.
A systemsettings/menu/laptop.desktop
R systemsettings/menu/laptoppowermanagement.desktop
 ** Diff limit reached (max: 250 lines) **
8d7273e8 2012-06-15 23:56:28 Darrell Anderson
Finish updates from GIT hash 3346876b.
M systemsettings/menu/Makefile.am
M systemsettings/menu/system-settings.menu
 ** Diff limit reached (max: 250 lines) **
a4f3adb0 2012-06-16 00:21:51 Darrell Anderson
Ensure networkconf module does not appear in regular kcontrol.
M systemsettings/menu/kcm_knetworkconfmodule_ss.desktop
 ** Diff limit reached (max: 250 lines) **
c9447524 2012-06-16 00:53:55 Automated System
Reset submodule main/applications/tde-systemsettings/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
4cbec5b1 2012-06-19 17:25:04 Automated System
Reset submodule main/applications/tde-systemsettings/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
08cb5071 2012-06-21 21:02:06 Automated System
Reset submodule main/applications/tde-systemsettings/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
e8df0f42 2012-06-27 20:23:27 Darrell Anderson
Branding: KDE->TDE
M systemsettings/menu/kcmfontinst.desktop
 ** Diff limit reached (max: 250 lines) **
dd845863 2012-08-07 02:46:48 Automated System
Reset submodule main/applications/tde-systemsettings/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
b7c36ef3 2012-09-10 02:20:23 Automated System
Reset submodule main/applications/tde-systemsettings/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
e7f24e9b 2012-09-14 23:07:01 Automated System
Reset submodule main/applications/tde-systemsettings/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
b2aedca2 2012-10-26 15:54:25 Darrell Anderson
Add automake support for --enable-gcc-hidden-visibility.
M configure.in.in
 ** Diff limit reached (max: 250 lines) **
1324d262 2012-11-20 05:57:54 Automated System
Reset submodule main/applications/tde-systemsettings/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
8b7b2c3d 2012-11-20 05:57:58 Automated System
Reset submodule main/applications/tde-systemsettings/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
4392085e 2012-11-27 05:53:37 Automated System
Reset submodule main/applications/tde-systemsettings/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
c9354cef 2012-11-27 05:53:45 Automated System
Reset submodule main/applications/tde-systemsettings/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
8bb920b7 2013-01-19 18:46:33 Timothy Pearson
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
M systemsettings/main.cpp
 ** Diff limit reached (max: 250 lines) **
69d2b05e 2013-01-20 00:01:10 Timothy Pearson
Rename KApplication to TDEApplication to avoid conflicts with KDE4
M acinclude.m4
M aclocal.m4
M systemsettings/main.cpp
 ** Diff limit reached (max: 250 lines) **
db098d69 2013-01-20 02:56:10 Automated System
Reset submodule main/applications/tde-systemsettings/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
309f6962 2013-01-22 19:59:19 Timothy Pearson
Rename KInstance and KAboutData to avoid conflicts with KDE4
M systemsettings/main.cpp
M systemsettings/mainwindow.h
 ** Diff limit reached (max: 250 lines) **
8defc2d2 2013-01-22 21:32:07 Automated System
Reset submodule main/applications/tde-systemsettings/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
46164d2b 2013-01-24 13:27:00 Timothy Pearson
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
M systemsettings/kcmultiwidget.cpp
M systemsettings/mainwindow.cpp
 ** Diff limit reached (max: 250 lines) **
ae3203e4 2013-01-25 00:14:14 Timothy Pearson
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
M systemsettings/kcmodulemenu.cpp
M systemsettings/kcmodulemenu.h
M systemsettings/kcmsearch.cpp
M systemsettings/kcmsearch.h
M systemsettings/kcmultiwidget.cpp
M systemsettings/kcmultiwidget.h
M systemsettings/mainwindow.cpp
M systemsettings/mainwindow.h
M systemsettings/moduleiconitem.cpp
M systemsettings/moduleiconitem.h
M systemsettings/modulesview.cpp
M systemsettings/modulesview.h
 ** Diff limit reached (max: 250 lines) **
63c7b752 2013-01-25 16:17:04 Timothy Pearson
Fix FTBFS resulting from KCModule rename
A systemsettings/tdecmodulemenu.cpp
A systemsettings/tdecmodulemenu.h
M systemsettings/HACKING
M systemsettings/Makefile.am
M systemsettings/kcmsearch.h
M systemsettings/kcmultiwidget.cpp
M systemsettings/mainwindow.cpp
M systemsettings/mainwindow.h
M systemsettings/moduleiconitem.h
M systemsettings/modulesview.cpp
R systemsettings/kcmodulemenu.cpp
R systemsettings/kcmodulemenu.h
 ** Diff limit reached (max: 250 lines) **
f331af03 2013-01-26 13:13:47 Timothy Pearson
Rename a number of libraries and executables to avoid conflicts with KDE4
M acinclude.m4
M aclocal.m4
M systemsettings/Makefile.am
M systemsettings/menu/system-settings.menu
 ** Diff limit reached (max: 250 lines) **
799765ce 2013-01-26 15:31:32 Automated System
Reset submodule main/applications/tde-systemsettings/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
0923f155 2013-01-27 00:56:34 Timothy Pearson
Rename a number of libraries and executables to avoid conflicts with KDE4
A systemsettings/menu/kcm_knetwortdeconfmodule_ss.desktop
M TODO
M acinclude.m4
M aclocal.m4
M systemsettings/HACKING
M systemsettings/menu/Makefile.am
M systemsettings/menu/audioencoding.desktop
M systemsettings/menu/defaultapplication.desktop
M systemsettings/menu/kcmfontinst.desktop
M systemsettings/menu/laptop.desktop
M systemsettings/menu/medianotifications.desktop
M systemsettings/menu/system-settings.menu
M systemsettings/tdecmodulemenu.h
R systemsettings/menu/kcm_knetworkconfmodule_ss.desktop
 ** Diff limit reached (max: 250 lines) **
4b32bce2 2013-01-27 02:07:31 Automated System
Reset submodule main/applications/tde-systemsettings/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
b8d0ef7e 2013-01-27 02:07:33 Automated System
Reset submodule main/applications/tde-systemsettings/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
5ffc2a86 2013-01-27 20:59:02 Timothy Pearson
Rename kiobuffer and KHTML
M acinclude.m4
M aclocal.m4
M cmake
 ** Diff limit reached (max: 250 lines) **
b8ff3de9 2013-01-28 09:29:50 Automated System
Reset submodule main/applications/tde-systemsettings/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
d1220fd2 2013-01-28 10:22:24 Timothy Pearson
Fix up remaining references to -lkio
M acinclude.m4
M aclocal.m4
 ** Diff limit reached (max: 250 lines) **
7cc0ceb4 2013-01-29 23:26:04 Timothy Pearson
Rename a few build variables for overall consistency
M acinclude.m4
M aclocal.m4
 ** Diff limit reached (max: 250 lines) **
2c456cf8 2013-01-30 00:40:16 Automated System
Reset submodule main/applications/tde-systemsettings/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
db3cbd38 2013-02-01 08:06:55 Timothy Pearson
Rename KLocale to enhance compatibility with KDE4
M systemsettings/main.cpp
 ** Diff limit reached (max: 250 lines) **
7f0e392c 2013-02-01 15:06:02 Timothy Pearson
Rename a number of classes to enhance compatibility with KDE4
M systemsettings/HACKING
M systemsettings/mainwindow.cpp
M systemsettings/mainwindow.h
 ** Diff limit reached (max: 250 lines) **
28ae138d 2013-02-01 23:16:24 Timothy Pearson
Rename many classes and header files to avoid conflicts with KDE4
M systemsettings/mainwindow.cpp
M systemsettings/mainwindow.h
 ** Diff limit reached (max: 250 lines) **
3b1d37c3 2013-02-04 14:09:28 Timothy Pearson
Rename KIcon to enhance compatibility with KDE4
M systemsettings/kcmsearch.cpp
M systemsettings/kcmsearch.h
M systemsettings/kcmultiwidget.cpp
M systemsettings/moduleiconitem.cpp
M systemsettings/moduleiconitem.h
M systemsettings/modulesview.cpp
M systemsettings/modulesview.h
 ** Diff limit reached (max: 250 lines) **
316bb75e 2013-02-06 00:34:27 Timothy Pearson
Fix accidental networtde renames
A systemsettings/menu/kcm_knetworkconfmodule_ss.desktop
M systemsettings/menu/Makefile.am
M systemsettings/menu/system-settings.menu
R systemsettings/menu/kcm_knetwortdeconfmodule_ss.desktop
 ** Diff limit reached (max: 250 lines) **
38d95941 2013-02-06 19:39:36 Timothy Pearson
Rename KCmd to avoid conflicts with KDE4
M systemsettings/main.cpp
 ** Diff limit reached (max: 250 lines) **
85f9c7d5 2013-02-07 10:59:58 Timothy Pearson
Rename KAbout to avoid conflicts with KDE4
M systemsettings/mainwindow.cpp
 ** Diff limit reached (max: 250 lines) **
d01320f4 2013-02-11 05:21:11 Automated System
Reset submodule main/applications/tde-systemsettings/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
14e27ebe 2013-02-14 17:10:53 Timothy Pearson
Rename common header files for consistency with class renaming
M systemsettings/kcmultiwidget.cpp
M systemsettings/main.cpp
M systemsettings/mainwindow.cpp
M systemsettings/modulesview.cpp
M systemsettings/tdecmodulemenu.cpp
 ** Diff limit reached (max: 250 lines) **
239b185c 2013-02-15 21:51:52 Timothy Pearson
Rename additional header files to avoid conflicts with KDE4
M systemsettings/kcmultiwidget.cpp
M systemsettings/kcmultiwidget.h
M systemsettings/mainwindow.cpp
M systemsettings/modulesview.cpp
 ** Diff limit reached (max: 250 lines) **
1aa31e20 2013-02-16 00:29:15 Automated System
Reset submodule main/applications/tde-systemsettings/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
fb714f8c 2013-02-16 00:29:17 Automated System
Reset submodule main/applications/tde-systemsettings/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
f78ac5b6 2013-02-16 13:57:45 Automated System
Reset submodule main/applications/tde-systemsettings/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
322edda8 2013-02-17 22:52:06 Timothy Pearson
Fix references to lkabc
M acinclude.m4
M aclocal.m4
 ** Diff limit reached (max: 250 lines) **
bb19d2c1 2013-02-18 14:14:50 Automated System
Reset submodule main/applications/tde-systemsettings/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
d1f02d59 2013-02-19 01:12:23 Automated System
Reset submodule main/applications/tde-systemsettings/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
699bfb48 2013-02-20 16:20:29 Timothy Pearson
Rename KABC namespace
M acinclude.m4
M aclocal.m4
 ** Diff limit reached (max: 250 lines) **
897816f2 2013-02-20 19:04:03 Automated System
Reset submodule main/applications/tde-systemsettings/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
de2f3e24 2013-02-21 13:24:06 Timothy Pearson
Rename makekdewidgets
M acinclude.m4
M aclocal.m4
 ** Diff limit reached (max: 250 lines) **
232c728c 2013-02-21 13:40:43 Timothy Pearson
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-systemsettings
M admin
 ** Diff limit reached (max: 250 lines) **
4ba92d12 2013-02-21 15:09:38 Timothy Pearson
Second part of prior commit
M admin
M cmake
 ** Diff limit reached (max: 250 lines) **
61c1317b 2013-04-18 17:54:56 Automated System
Reset submodule main/applications/tde-systemsettings/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
3caa82c9 2013-04-18 18:07:24 Darrell Anderson
Update files and references in support of bug report 1446.
M acinclude.m4
M aclocal.m4
 ** Diff limit reached (max: 250 lines) **
49019c3a 2013-04-18 19:32:52 Darrell Anderson
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-systemsettings
M admin
 ** Diff limit reached (max: 250 lines) **
7b732d47 2013-04-19 18:23:56 Darrell Anderson
Update desktop files in support of bug report 1463.
M systemsettings/systemsettings.desktop
 ** Diff limit reached (max: 250 lines) **
330e7de8 2013-05-23 18:46:16 Automated System
Reset submodule main/applications/tde-systemsettings/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
90978bd9 2013-08-27 15:43:04 Automated System
Reset submodule main/applications/tde-systemsettings/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
52ba9e37 2013-08-29 18:34:56 Slávek Banko
Reset submodule main/applications/tde-systemsettings/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
7b880ffb 2013-09-03 12:58:28 Slávek Banko
Additional k => tde renaming and fixes
M acinclude.m4
M aclocal.m4
M admin
M systemsettings/Makefile.am
M systemsettings/kcmultiwidget.h
M systemsettings/menu/audioencoding.desktop
M systemsettings/tdecmodulemenu.h
 ** Diff limit reached (max: 250 lines) **
1fcbce69 2013-09-15 06:16:54 Automated System
Reset submodule main/applications/tde-systemsettings/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
4bd6445c 2013-09-15 06:16:57 Automated System
Reset submodule main/applications/tde-systemsettings/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
186df385 2013-12-23 06:11:41 Slávek Banko
Rename kdewidgets => tdewidgets
M acinclude.m4
M aclocal.m4
M admin
M cmake
 ** Diff limit reached (max: 250 lines) **
3f363a8d 2014-01-14 23:48:16 Darrell Anderson
Fix incorrect icon assignment.
M systemsettings/menu/tde-settings-advancedusersettings.directory
 ** Diff limit reached (max: 250 lines) **
bd644060 2014-01-19 11:04:43 Darrell Anderson
Prevent non-existent help handbook from populating the main handbook table of contents.
M systemsettings/systemsettings.desktop
 ** Diff limit reached (max: 250 lines) **
5b4bb767 2014-01-20 18:38:05 Darrell Anderson
Placed the Theme Manager in the correct menu location. Moved TDM Theme Manager
from Appearance to System Administration. Organized the Appearance icons to
sort correctly. Added "tde-" prefix to the menu names.
A systemsettings/menu/tde-system-settings-merge.menu
A systemsettings/menu/tde-system-settings.directory
A systemsettings/menu/tde-system-settings.menu
M systemsettings/menu/Makefile.am
R systemsettings/menu/system-settings-merge.menu
R systemsettings/menu/system-settings.directory
R systemsettings/menu/system-settings.menu
 ** Diff limit reached (max: 250 lines) **
40158802 2014-01-26 01:01:27 Darrell Anderson
Update non-existent and incomplete (template-only) help handbook to new default format.
A doc/Makefile.am
A doc/en/Makefile.am
A doc/en/index.docbook
M subdirs
M systemsettings/systemsettings.desktop
 ** Diff limit reached (max: 250 lines) **
5e6ba9a6 2014-01-28 16:34:06 Darrell Anderson
Prevent 'Default Applications' option in Settings Optional Menu, which duplicates Component Chooser option.
This does not affect the appearance or function of 'Default Applications' in tde-systemsettings interface.
M systemsettings/menu/defaultapplication.desktop
 ** Diff limit reached (max: 250 lines) **
e19abbb2 2014-02-06 23:16:09 Darrell Anderson
Minor tag changes in docbook files.
M doc/en/index.docbook
 ** Diff limit reached (max: 250 lines) **
5b17d75d 2014-03-27 03:06:56 Automated System
Reset submodule main/applications/tde-systemsettings/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
11633122 2014-03-27 03:06:58 Automated System
Reset submodule main/applications/tde-systemsettings/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
0382327f 2014-03-27 05:33:32 Automated System
Reset submodule main/applications/tde-systemsettings/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
034dcd57 2014-03-28 21:25:26 Automated System
Reset submodule main/applications/tde-systemsettings/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
fdb51497 2014-04-16 22:32:29 Automated System
Reset submodule main/applications/tde-systemsettings/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
526690e9 2014-05-26 19:16:38 Automated System
Reset submodule main/applications/tde-systemsettings/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
3d0109b9 2014-05-26 21:03:58 Automated System
Reset submodule main/applications/tde-systemsettings/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
351319c1 2014-09-14 17:48:48 Automated System
Reset submodule main/applications/tde-systemsettings/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
529de55b 2014-09-24 12:10:44 Slávek Banko
Fix remaining renaming knewstuff
M admin
 ** Diff limit reached (max: 250 lines) **
aa8583aa 2014-09-28 22:40:45 Automated System
Reset submodule main/applications/tde-systemsettings/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
beac54f8 2014-09-29 11:07:33 Automated System
Reset submodule main/applications/tde-systemsettings/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
f5753ada 2014-10-11 14:15:18 Timothy Pearson
Fix Keywords separators to match XDG desktop specifications
M systemsettings/menu/audioencoding.desktop
M systemsettings/menu/defaultapplication.desktop
M systemsettings/menu/kcm_knetworkconfmodule_ss.desktop
M systemsettings/menu/kcmfontinst.desktop
M systemsettings/menu/medianotifications.desktop
 ** Diff limit reached (max: 250 lines) **
3e62cfb2 2014-10-11 17:19:20 Timothy Pearson
Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications
M systemsettings/menu/kcm_knetworkconfmodule_ss.desktop
M systemsettings/menu/kcmfontinst.desktop
M systemsettings/menu/laptop.desktop
M systemsettings/systemsettings.desktop
 ** Diff limit reached (max: 250 lines) **
ed846e95 2014-10-12 12:14:11 Automated System
Reset submodule main/applications/tde-systemsettings/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
a082dd9b 2014-10-13 18:15:56 Automated System
Reset submodule main/applications/tde-systemsettings/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
7eaab3c8 2014-10-14 11:39:38 Timothy Pearson
Bring package_development, package_games, package_graphics, package_network, package_multimedia, package_wordprocessing, edu_science, package_utilities, input_devices_settings, kcmsystem, personal, and looknfeel icons into XDG compliance
M systemsettings/menu/tde-settings-advanced.directory
M systemsettings/menu/tde-settings-advancedusersettings.directory
M systemsettings/menu/tde-settings-appearance.directory
M systemsettings/menu/tde-settings-looknfeel2.directory
M systemsettings/menu/tde-settings-personal.directory
M systemsettings/menu/tde-settings-system.directory
 ** Diff limit reached (max: 250 lines) **
a7d7b2f8 2014-10-14 12:43:20 Automated System
Reset submodule main/applications/tde-systemsettings/cmake to latest HEAD
M cmake
 ** Diff limit reached (max: 250 lines) **
1a4343d3 2014-10-18 18:35:04 Timothy Pearson
Fix missing semicolons at end of Keywords strings
M systemsettings/menu/audioencoding.desktop
M systemsettings/menu/defaultapplication.desktop
M systemsettings/menu/kcm_knetworkconfmodule_ss.desktop
M systemsettings/menu/kcmfontinst.desktop
M systemsettings/menu/medianotifications.desktop
 ** Diff limit reached (max: 250 lines) **
2c56d97a 2014-10-19 17:55:35 Timothy Pearson
Fix remaining missing semicolons at end of Keywords strings
M systemsettings/menu/audioencoding.desktop
M systemsettings/menu/defaultapplication.desktop
M systemsettings/menu/kcm_knetworkconfmodule_ss.desktop
M systemsettings/menu/kcmfontinst.desktop
M systemsettings/menu/medianotifications.desktop
 ** Diff limit reached (max: 250 lines) **
076909c3 2014-10-19 21:04:18 Timothy Pearson
Revert "Fix remaining missing semicolons at end of Keywords strings"

This reverts commit 2c56d97a795c2440fd4e5a960b8f37b78dc96201.
M systemsettings/menu/audioencoding.desktop
M systemsettings/menu/defaultapplication.desktop
M systemsettings/menu/kcm_knetworkconfmodule_ss.desktop
M systemsettings/menu/kcmfontinst.desktop
M systemsettings/menu/medianotifications.desktop
 ** Diff limit reached (max: 250 lines) **
81379399 2014-10-19 21:07:04 Timothy Pearson
Fix remaining missing semicolons at end of Keywords strings
M systemsettings/menu/audioencoding.desktop
M systemsettings/menu/defaultapplication.desktop
M systemsettings/menu/kcm_knetworkconfmodule_ss.desktop
M systemsettings/menu/kcmfontinst.desktop
M systemsettings/menu/medianotifications.desktop
 ** Diff limit reached (max: 250 lines) **
bc966456 2014-10-19 22:30:10 Automated System
Reset submodule main/applications/tde-systemsettings/admin to latest HEAD
M admin
 ** Diff limit reached (max: 250 lines) **
5e8764f1 2014-10-22 01:27:26 Timothy Pearson
Bring most mimetypes in line with XDG specifications.  The following are not fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown
M systemsettings/menu/kcmfontinst.desktop
 ** Diff limit reached (max: 250 lines) **
e89e7639 2014-11-07 22:53:41 Slávek Banko
Fix renaming icon fonts => font-x-generic in desktop files
M systemsettings/menu/kcmfontinst.desktop
 ** Diff limit reached (max: 250 lines) **