TDE System Settings – easy to use control center
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
TDE Gitea b1e3769361
Reset submodule main/applications/tde-systemsettings/cmake to latest HEAD
4 years ago
admin@65b6c5ac6f Reset submodule main/applications/tde-systemsettings/admin to latest HEAD 4 years ago
cmake@35d0198787 Reset submodule main/applications/tde-systemsettings/cmake to latest HEAD 4 years ago
doc Add a man page taken from the Debian packaging system. 4 years ago
systemsettings Skip the installation of files that conflict with files 4 years ago
translations Remove the original translation directory layout. 4 years ago
.gitmodules Switch all submodules to https. 4 years ago
AUTHOR Added KDE3 version of kde-systemsettings 14 years ago
CMakeL10n.txt Add CMakeL10n rules. 5 years ago
CMakeLists.txt Move translations to a new directory layout. 4 years ago
ConfigureChecks.cmake Conversion to the cmake building system. 4 years ago
INDEX Added KDE3 version of kde-systemsettings 14 years ago
INSTALL Added KDE3 version of kde-systemsettings 14 years ago
Mainpage.dox Added KDE3 version of kde-systemsettings 14 years ago
Makefile.am Added KDE3 version of kde-systemsettings 14 years ago
Makefile.am.in Added KDE3 version of kde-systemsettings 14 years ago
README Added KDE3 version of kde-systemsettings 14 years ago
TODO Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
acinclude.m4 Replaced _BSD_SOURCE, _SVID_SOURCE with _DEFAULT_SOURCE. Removed AC_CHECK_GNU_EXTENSIONS. 6 years ago
aclocal.m4 Replaced _BSD_SOURCE, _SVID_SOURCE with _DEFAULT_SOURCE. Removed AC_CHECK_GNU_EXTENSIONS. 6 years ago
config.h.cmake Conversion to the cmake building system. 4 years ago
config.h.in Added KDE3 version of kde-systemsettings 14 years ago
configure.files Added KDE3 version of kde-systemsettings 14 years ago
configure.in KDE_USE_QT* -> KDE_USE_TQT* conversion 6 years ago
configure.in.in Add automake support for --enable-gcc-hidden-visibility. 12 years ago
stamp-h.in Added KDE3 version of kde-systemsettings 14 years ago
subdirs Move translations to a new directory layout. 4 years ago

README

What is kdeplayground?
----------------------

The kdeplayground modules contain software that is under development but
that has not reached a stable state. Some software present has only been
developed as a proof of concept and will not see further development.
Due to the experimental nature of the software, most of the software in
the kdeplayground packages has not received the same level of scrutiny
as the software in other modules.

Although the software in the kdeplayground modules is publicly available
for the purpose of its ongoing development, it should not be considered
released, supported in any way or fit for any purpose.

THIS SOFTWARE IS PROVIDED BY THE AUTHORS `AS IS'' AND ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Package contents
----------------

Read the INDEX file to find out about the description and status of each
module.


Using kdeplayground
-------------------

The modules use the standard autoconf/automake based KDE build system. To
add a new module to the build, create a subdirectory with your code and then
say "make -f Makefile.cvs".

Don't forget to add your new subdirectory to the INDEX file.