Difference between revisions of "Changelog For R14.0.7"

From Trinity Desktop Project Wiki
Jump to navigation Jump to search
imported>SlavekB
(Update 20190623)
imported>SlavekB
(Update 20190630)
Line 106: Line 106:
   
 
== tdeedu ==
 
== tdeedu ==
  +
* Conversion to the cmake building system.<br/>Add includes to UI files to resolve FTBFS.
 
* Use kernel V2L includes instead of old local copies.
 
* Use kernel V2L includes instead of old local copies.
 
* Fix "videodev.h" incorrect detection as header for V4L2.<br/>This header is valid for V4L1.
 
* Fix "videodev.h" incorrect detection as header for V4L2.<br/>This header is valid for V4L1.
Line 167: Line 168:
   
 
== dolphin ==
 
== dolphin ==
  +
* Removed unused and repeated X-SuSE-translate property.
 
* Merge translation files from master branch.
 
* Merge translation files from master branch.
   
Line 217: Line 219:
   
 
== kcmldapcontroller ==
 
== kcmldapcontroller ==
  +
* Fix typo in comment in prior commit.
  +
* cmake: Add missing checks include files.<br/>This resolves FTBFS on big-endian architectures.
 
* Update translation template.
 
* Update translation template.
 
* Added controlled conversions to char* instead of automatic ascii conversions.
 
* Added controlled conversions to char* instead of automatic ascii conversions.
Line 268: Line 272:
   
 
== kerry ==
 
== kerry ==
  +
* Removed unused and repeated X-SuSE-translate property.
 
* Merge translation files from master branch.
 
* Merge translation files from master branch.
 
* Add includes to UI files to resolve FTBFS.
 
* Add includes to UI files to resolve FTBFS.
Line 346: Line 351:
 
= packaging =
 
= packaging =
 
== packaging ==
 
== packaging ==
  +
* DEB tqca-tls: Fix FTBFS on parallel build.
  +
* DEB kima: Build nvidia support only for amd64 and i386.
  +
* DEB tdeedu: Require kalzium/solver only if ocamlopt is available.<br/>In the previous commit ocamldep was wrong - it was supposed to be ocamlopt.
  +
* DEB tdeedu: Require kalzium/solver only if ocamldep is available.<br/>This solve FTBFS on some architectures.
  +
* DEB tdeedu: Switch to cmake.<br/>The man page has been moved to the main tree.<br/>Generating kig/scripting-api documentation is now part of the main tree.<br/>The hack for build kalzium/solver (ocaml) out-of-source is no longer needed.
  +
* DEB kerry: Refresh patches for recent changes.
 
* DEB kpowersave: Fix FTBFS due to moved man page.
 
* DEB kpowersave: Fix FTBFS due to moved man page.
 
* DEB tdepowersave: The man page has been moved to the main tree.
 
* DEB tdepowersave: The man page has been moved to the main tree.

Revision as of 03:30, 1 July 2019

common

cmake

  • Update TDEL10n module
    + Add new options to function tde_l10n_prepare_xml
    -- preserve / remove multiple line breaks
    -- this fix the extraction from tips files
  • Use cache for TQt executables paths.
    This allows these values to be pre-defined
    - for example, to optimize cross-build.
    This resolves issue #28
  • Update tde_add_check_executable macro
    + Add support for test arguments.

dependencies

qt3

  • Change tests for glibc version.
    It resolves building with libc libraries
    other than glibc - for example musl libc.
  • The TDE integration library (libqtkde) will be searched for
    in the Qt plugins directory, instead of the TDE plugins
    directory, which cannot be known at Qt build time.
    This resolves issue #3
  • This fixes bug #639
    Add desktop files for:
    - assistant-qt3
    - designer-qt3
    - linguist-qt3
    - qtconfig-qt3
    These files have been made with the contribution of Laurent Dard's
    patch (see bugzilla:639) with little change/addition from I.
    Add 'sysshare' option to the configure script.
  • Reintroduced debug, warning and fatal functions since this are part of
    R14.0.x API.
  • Added timestamp to debug functions (qDebug, qWarning, qFatal).

tqt3

  • Renamed QT_IM_* to TQT_IM_*. This relates to bug #3020
    (cherry picked and partially edited from commit 632cbaa30ac55924b21d9e65bbe261d592098553)
  • Change tests for glibc version.
    It resolves building with libc libraries
    other than glibc - for example musl libc.
  • The TDE integration library (libtqtkde) will be searched for
    in the TQt plugins directory, instead of the TDE plugins
    directory, which cannot be known at TQt build time.
    This resolves issue #3
  • This fixes bug #639
    Add desktop files for:
    - tqassistant
    - tqdesigner
    - tqlinguist
    - tqtconfig
    These files have been made with the contribution of Laurent Dard's
    patch (see bugzilla:639) with little change/addition from I.
    Add 'sysshare' option to the configure script.
  • Reintroduced debug, warning and fatal functions since this are part of
    R14.0.x API.
  • Added timestamp to debug functions (tqDebug, tqWarning, tqFatal).

tqtinterface

  • Removed unnecessary files and drop dependency on admin module.

akode

  • Removed automake files.

avahi-tqt

  • Removed unused autotools files and changed file names to conform to .cmake
    convention for configuration files.

dbus-1-tqt

  • Removed unused files.
  • Removed dependency on admin module.

dbus-tqt

  • Removed unnecessary files and drop dependency on admin module.

libart-lgpl

  • cmake: Add tests.
  • Add support for GCC hidden visibility.
  • Move the art_config.h generation to the configure script.
    Cleanup of generated automake files.
  • conversion to the cmake building system
    Cleanup of generated headers.
    Add common cmake submodule.
  • Use pkg-config to get values in libart2-config.

libr

  • Clean automake files and unusued 'po' folder.

main

tdelibs

  • Added some checks in KSSL (in TDEIO) to correctly recognize LibreSSL (which is a fork of OpenSSL 1.0.1b)
    This resolves issue #28
  • Added timestamp to debug backend (kdDebug, kdWarning, ...).
  • Updated version number to R14.0.7 [DEVELOPMENT].

tdebase

  • mediamanager: cleaned up use of medium name map.
  • Install the TDE integration library (libtqtkde) into TQt
    plugins directory, instead of the TDE plugins directory.
  • kdcop: added popup menu to result list to conveniently copy the selected
    item (functionality was already available from Edit menu but not so user
    friendly).
  • Fixed bug #925 ("SAK driven secure dialog is not available for use"
    message in .xsession-errors even when SAK is disabled).
  • Fixed use of SAK in lock process when autologin is used in TDM.
    This resolves bug #2945
    Manually cherry-picked from commit 7aa9258f.

tdepim

  • Make the folder assurance read-only.
    Patch by Szokovacs Robert <szo at szo dot hu>, thanks!
    BUG: 144035
    Cherry-picked from: 243dfe72a65603f6fdc36b78585cb21125e88c7d
  • Typo fix
    WAS: global typo fix
    Cherry-picked from: 70eeef7c6e39b0a396fd81a703f9b90f511058c4
  • A signal handler that calls for example waitpid has to save errno before and
    restore it afterwards.
    Cherry-picked from: 70b4927d847f52c865e0c6c91323eeb3295a99eb
  • The use of the static keyword is deprecated when declaring objects in a namespace scope....
    - The C++ Standard, ISO/IEC 14882:1998, section 7.3.1.1 paragraph 2
    Cherry-picked from: a16596e1c16c3d5509d6d3f37ed9287ea61ef9df
  • Use static const instead of #define
    Cherry-picked from: c247b0607d3315a43f21c417ef261ab8eb2979e1
  • Default port for imap and imaps. Before after typing imap://server/ in
    konqueror, slave would try to connect to port 0.
    Cherry-picked from: b35c00016dd671aca964907d76aa5a2ed4bc15cc
  • "x" -> 'x' micro-optimization.
    Cherry-picked from: b75a062ffed7a7e0e7cd284d5885ec8744a7cbd3
  • Mischael's fix for "IMAP KIO process dies (due to trailing nulls?)"
    BUG: 153885
    Cherry-picked from: 1d8208d3815088eea3c36767acb0c5a0a1a61ec8
  • Removed useless 'true &&' statement
    Cherry-picked from: 6965c8b9dac4bb0383a520a829b6689ea597764f
  • Fix mailAddress:getStr when rawComment is non-empty
    WAS: Fix the rest of 152692, another interesting QCString -> QByteArray gotcha.
    Seems to work ok with more email adresses now.
    CCBUG: 152692
    Partially cherry-picked from: 9df2cbd9db920123c7ab51c63ea927f0af5545aa
  • Make getStr const correct.
    Cherry-picked from: 925d1f70010bc111ad9f4a3e910d689aa4e27181
  • fixup the Copyrights
    Cherry-picked from: edcd66a23bc102ec914c4a8702dc12b7241840c6
  • Fix a small typo in API docs of imap4 kio-slave: send -> sent
    Cherry-picked from: 62950207dbc59863ddb0cf5ca01271fbac0df4c3
  • - avoid unnecessary string conversion.
    Partial cherry pick from: 35f536ddb27633e8cac40eb4c99c5b370fdb14cb
  • Bugfix: KMail: Detach from message observation when destructing KMReaderWin
  • libkcal tests: small improvement to cmake code to avoid having to escape quotes.
  • Disabled libical tests if libical version is less than 1.0.
    On old libical versions, DST change date is wrong and this would fail
    some of the tests. This is not a bug in TDE but in old libical libraries.
    Starting from libical 1.0, the bug seems to have been fixed.
  • Fixed support for libical version prior to 3. This is required for libkcal tests to work fine on older distributions.
  • Fixed bug in libkcal related to timezones in DT field.
    Fixed execution of libkcal tests.
    This resolves bug #2719
  • Fixed building of libkcal tests. Some of the tests still fails when
    executed. This relates to bug #2719
    Special thanks to Emanoil Kotsev for providing an
    inital patch for the same bug, from which I reused a small section of code.

tdemultimedia

  • Fix for time_t != long
    `time_t` may not be `long`, for examples, unsigned (long) int,
    long long int (64bit integer type on 32bit arch), double, and so on.
    Change to use difftime(3) to retrieve seconds.
  • Remove unsed platform endian detection
    Used part had been commented out over 8 years ago.
    Variety of include files are not sufficient and may cause build failure
    because of missing header file.
  • Remove traditional `errno` usage
    On modern POSIX environments, `errno` may not be simple `int` type,
    and <errno.h> is sufficient for `errno` and its symbolic values.

tdenetwork

  • Fix FTBFS from commit 2c188798.
    On Linux, utmp.h is necessary even if utmpx.h is present.
  • kppp: fix to build on NetBSD
  • Change to check `strerror` and `fdopen` with CMake
    It is hard to update list of "available" platforms.
  • Change to just include <utmpx.h> over <utmp.h>
    Including deprecated <utmp.h> over standard <utmpx.h> may
    cause unwanted side effects, for example, enables old-code-compatibility
    functions and override utmpx functions.
  • Change to dclare `strlcat` and `strlcpy` conditionally
    They should be declared only for the case missing.
    Current prototype signatures should be for suppliment implementations
    in TDE core library.
    It may differ than platform builtin one, 3rd argment is `size_t',
    so it cause prototype mismatch for the case `size_t` != `unsigned long`.

tdegraphics

  • Add support fo Poppler >= 0.76
    Follow Catalog::find_page argments change and GooList removal.

tdeutils

  • Use `getvfsnumber()` to retrieve filesystem name on OSF/1 (Tru64)
  • Change and simplify `statvfs` conditions in FileSystemStats
    `getfsstat` v.s. `getvfsstat` condition is different than
    `statfs` v.s. `statvfs`, so split each condition and simplify.
    For `get(v)fsstat` side, changed to check and use `getmntinfo`, because
    it is better than `get(v)fsstat` with fixed buffer size, and easier
    than improve it with dynamic buffer allocation.
  • Fix NetBSD APM support
    NetBSD APM is supported other than i386 too, emulate API,
    so change to detect with MI support header.
    Additionally, catch up support codes to others.
  • Fix if-def condition same as *.cpp
  • Recent NetBSD explicitly need uvm/uvm_extern.h
  • Fix to build on NetBSD missing statfs from BSD44 feature

tdeedu

  • Conversion to the cmake building system.
    Add includes to UI files to resolve FTBFS.
  • Use kernel V2L includes instead of old local copies.
  • Fix "videodev.h" incorrect detection as header for V4L2.
    This header is valid for V4L1.
  • Add definitions for FreeBSD in kstars/indi/apogee.
  • Remove unnecessary malloc include,
    because it causes FTBFS on some systems.
  • Fixed unintentional renaming QT => TQT.

tdegames

  • cmake: Removed useless usage of
    `get_target_property( BIN2C_EXE bin2c LOCATION)`
    This resolves the CMake warning on CMP0026.

tde-i18n

  • Merge translation files from master branch.
  • Update translation template.
  • Merge translation files from master branch.
  • Update translation template.
  • Merge translation files from master branch.
  • Update translation template.
  • Merge translation files from master branch.
  • Update translation template.
  • Merge translation files from master branch.
  • Update translation template.
  • Merge translation files from master branch.
  • Update translation template.
  • Merge translation files from master branch.
  • Update translation template.

libraries

libkdcraw

  • Merge translation files from master branch.
  • Add CMakeL10n rules.
    Create translation template.

libkexiv2

  • conversion to the cmake building system

libkipi

  • Merge translation files from master branch.
  • Add CMakeL10n rules.
    Create translation template.
  • conversion to the cmake building system

kipi-plugins

  • Merge translation files from master branch.
  • Add CMakeL10n rules.
    Create translation templates.

applications

abakus

  • Merge translation files from master branch.

amarok

  • Merge translation files from master branch.

basket

  • Merge translation files from master branch.

compizconfig-backend-tdeconfig

  • Add KDE_EXPORT to public library symbols.
    This allows build with gcc hidden visibility.
  • conversion to the cmake building system

digikam

  • Merge translation files from master branch.
  • Fix FTBFS due libkdcraw include directory.

dolphin

  • Removed unused and repeated X-SuSE-translate property.
  • Merge translation files from master branch.

gtk-qt-engine

  • Merge translation files from master branch.

gwenview-i18n

  • Merge translation files from master branch.

k3b-i18n

  • Merge translation files from master branch.

k9copy

  • Merge translation files from master branch.
  • Fix FTBFS for build with --enable-final.

kaffeine

  • Merge translation files from master branch.

kasablanca

  • Merge translation files from master branch.
  • Update translation template.
  • Fixed cppcheck errors in ftplib.cpp. This solves #3.
  • Added controlled conversions to char* instead of automatic ascii conversions.
    The definition of -UTQT_NO_ASCII_CAST is no longer needed.
  • Add includes to UI files to resolve FTBFS.
  • conversion to the cmake building system
    Removed cpp files generated from ui files.
    This resolves issue #1

katapult

  • Merge translation files from master branch.

kbarcode

  • Merge translation files from master branch.

kbfx

  • Merge translation files from master branch.

kbibtex

  • Merge translation files from master branch.
  • Add KDE_EXPORT to public library symbols.
    This fix build with gcc hidden visibility.

kbiff

  • Merge translation files from master branch.

kchmviewer

  • Added linking to kdeextra library.
    This resolve FTBFS on some systems.
    Because the kdeextra library is linked as static, there
    is no reason to be installed as a separate library.
  • Added controlled conversions to char* instead of automatic ascii conversions.
    The definition of -UTQT_NO_ASCII_CAST is no longer needed.
  • Fix FTBFS for build without TDE integration.
  • Fix FTBFS for build with builtin libchm.
  • conversion to the cmake building system

kcmldapcontroller

  • Fix typo in comment in prior commit.
  • cmake: Add missing checks include files.
    This resolves FTBFS on big-endian architectures.
  • Update translation template.
  • Added controlled conversions to char* instead of automatic ascii conversions.
  • cmake: Add detection of slapi library without base slapi.so.
  • Added controlled conversions to char* instead of automatic ascii conversions.
    The definition of -UTQT_NO_ASCII_CAST is no longer needed.
  • Add includes to UI files to resolve FTBFS.
  • conversion to the cmake building system

kcmldapmanager

  • Added controlled conversions to char* instead of automatic ascii conversions.
  • Add includes to UI files to resolve FTBFS.
  • conversion to the cmake building system

kdbg

  • Merge translation files from master branch.
  • Update translation template.
  • Fix call of a member function dependent on a template parameter.
    We must make the access of 'push_back' dependent, too. Otherwise, name
    lookup does not find the name. Earlier compilers were more permissive and
    did find the name.
    (cherry picked from upstream commit 5f55847d441aba7742417e78c3b4fbe8344acc5e)
  • Fix parsing of disassembly produced by gdb 7.1.
    Since gdb 7.1, the address does not start at the beginning of a line, and
    it can be prefixed by a pointer => that indicates the current instruction.
    (cherry picked from upstream commit 5c5f34852d30337ef7c23ef4e88d50ecee1c0703)
  • Grok gdb 7's <incomplete sequence> marker in strings.
    When a string ends in an incomplete multi-byte sequence, gdb adds an
    <incomplete sequence...> fragment to the end of the string. Previously,
    this resulted in a parse error and incomplete variable information.
    Reported by Kevin Lemay.
    (cherry picked from upstream commit 03da8a5ec97c8c7b125b2bd453d2f1c3a018d477)
  • Fix assembler code display with gdb 7.1 and later.
    The syntax of the 'disassemble' command changed in gdb 7.1: it now requires
    a comma between the two address expressions. Previously, KDbg showed an
    error message instead of assembler code when a plus in front of a source
    code line was clicked.
    Reported by Gerfried Essler.
    This reverts part of the previous commit.
    (cherry picked from upstream commit b6ee6a035abe41f7c0d59fbd830e895b6edeb748)
  • Drop gdb versionning.
    Cherry picked and adapted from commit 0efc808f from the original author
    of kdbg, code available at https://github.com/j6t/kdbg under GPL 2.0"
    Quote from the author:
    In early days of KDbg, it was important to use a suitable command to load
    a core file. This was before gdb 4.16. To pick the right command, the
    version number was parsed from gdb's greeting.
    At least with modern gdb the regular expression does not match anymore.
    So let's assume that nobody is using ancient gdb anymore, and always use
    the modern command.
  • Merge translation files from master branch.
  • drop some qt2 deprecated

kdbusnotification

  • conversion to the cmake building system

kdiff3

  • Merge translation files from master branch.

kdirstat

  • Merge translation files from master branch.

kdpkg

  • Merge translation files from master branch.
  • Update translation template.
  • Fix loading of package contents when package is selected through dialog box.
  • Fix hardcoded installation path.
    This resolves issue #1
  • Added controlled conversions to char* instead of automatic ascii conversions.
    The definition of -UTQT_NO_ASCII_CAST is no longer needed.
  • conversion to the cmake building system

keep

  • Merge translation files from master branch.
  • Add includes to UI files to resolve FTBFS.
  • conversion to the cmake building system

kerberostray

  • cmake: Fix detection of older Heimdal versions.
  • Add includes to UI files to resolve FTBFS.
  • conversion to the cmake building system

kerry

  • Removed unused and repeated X-SuSE-translate property.
  • Merge translation files from master branch.
  • Add includes to UI files to resolve FTBFS.
  • conversion to the cmake building system
  • Merge translation files from master branch.
  • Update translation template.
  • fix issue #2
  • remove KDE_IS_VERSION
  • silence some glib warnings, g_type_init() is deprecated since glib-2.36
  • Fixed missing end of line in kdError, which was calling assert failing
    backtrace to be displayed at run time.

kftpgrabber

  • Fixed lint messages related to bug #2409

kile

  • Merge translation files from master branch.
  • Update translation template.

kima

  • Merge translation files from master branch.
  • Update translation template.
  • Add includes to UI files to resolve FTBFS.
  • conversion to the cmake building system

kiosktool

  • Merge translation files from master branch.

kmplayer

  • Merge translation files from master branch.

kmymoney

  • Merge translation files from master branch.

knemo

  • Add includes to UI files to resolve FTBFS.
  • cmake: Search for ifconfig, route, and iwconfig
    instead of using predefined paths.
  • conversion to the cmake building system

knetworkmanager8

  • Merge translation files from master branch.

knights

  • Merge translation files from master branch.

koffice-i18n

  • Merge translation files from master branch.

kpilot

  • Fixed support for tests in cmake.

kpowersave

  • Merge translation files from master branch.
  • add doc and translations to cmake
  • Merge translation files from master branch.

kshowmail

  • Merge translation files from master branch.
  • Update translation template.
  • Added controlled conversions to char* instead of automatic ascii conversions.
    The definition of -UTQT_NO_ASCII_CAST is no longer needed.
  • conversion to the cmake building system
  • Removed obsolete TQCollection and replace with TQPtrCollection.
  • Removed obsolete CHECK_PTR and replaced CHECK_PTR/Q_CHECK_PTR with TQ_CHECK_PTR.

ksystemlog

  • Merge translation files from master branch.

soundkonverter

  • Merge translation files from master branch.

tde-style-lipstik

  • Add KDE_EXPORT to public library symbols.
    This allows build with gcc hidden visibility.
  • Added controlled conversions to char* instead of automatic ascii conversions.
    The definition of -UTQT_NO_ASCII_CAST is no longer needed.
  • conversion to the cmake building system

tdepowersave

  • add a man page

packaging

packaging

  • DEB tqca-tls: Fix FTBFS on parallel build.
  • DEB kima: Build nvidia support only for amd64 and i386.
  • DEB tdeedu: Require kalzium/solver only if ocamlopt is available.
    In the previous commit ocamldep was wrong - it was supposed to be ocamlopt.
  • DEB tdeedu: Require kalzium/solver only if ocamldep is available.
    This solve FTBFS on some architectures.
  • DEB tdeedu: Switch to cmake.
    The man page has been moved to the main tree.
    Generating kig/scripting-api documentation is now part of the main tree.
    The hack for build kalzium/solver (ocaml) out-of-source is no longer needed.
  • DEB kerry: Refresh patches for recent changes.
  • DEB kpowersave: Fix FTBFS due to moved man page.
  • DEB tdepowersave: The man page has been moved to the main tree.
  • DEB kpowersave: The man page has been moved to the main tree.
  • DEB fusion-icon: Prefer dh_python2 before dh_pysupport.
  • DEB tde-guidance: Prefer dh_python2 before dh_pysupport.
  • DEB pytdeextensions: Prefer dh_python2 before dh_pysupport.
  • DEB kerberostray: Switch to cmake.
    Switch to common TDE cdbs rules.
  • DEB: Resolve FTBFS in support for using the $(DEB_HOST_MULTIARCH) variable
    if the package does not contain any install and links files.
  • DEB tdebase: The TDE integration library (libtqtkde)
    will be installed into TQt plugins directory.
  • DEB: Added support for using the $(DEB_HOST_MULTIARCH) variable
    in the install and links files to the debian-tde.mk common rules.
  • DEB: updated supported distros
    (partially
  • DEB qt3: Desktop files has been moved to the main tree.
  • DEB tqt3: Desktop files has been moved to the main tree.
  • DEB kerry: Switch to cmake.
    The man page has been moved to the main tree.
  • DEB knetworkmanager8: Disable build with --enable-final.
    Cleanup rules.
  • DEB adept: Disable build with --enable-final.
    Cleanup rules.
  • DEB keep: Switch to cmake.
    The man page has been moved to the main tree.
  • DEB kdpkg: Switch to cmake.
    Switch to common TDE cdbs rules.
    The man page has been moved to the main tree.
  • DEB kchmviewer: Switch to cmake.
    Switch to common TDE cdbs rules.
    The man page has been moved to the main tree.
  • RPM: update build scripts
  • DEB kshowmail: Switch to cmake.
    Add basic package documentation.
    The man page has been moved to the main tree.
  • DEB knemo: Switch to cmake.
    Add basic package documentation.
  • DEB tork: Disable build with --enable-final.
    Add basic package documentation.
    Cleanup rules.
  • DEB rosegarden: Deactivate apidox build.
  • DEB krusader: Disable build with --enable-final.
    Add basic package documentation.
    Cleanup rules.
  • DEB kftpgrabber: Disable build with --enable-final.
    Add basic package documentation.
    Cleanup rules.
  • DEB kdbg: Disable build with --enable-final.
    Add basic package documentation.
    Cleanup rules.
  • DEB k9copy: Add basic package documentation.
  • DEB tdegames: Fix FTBFS related apidox
    that are now generated only for build-indep.
  • DEB libart-lgpl: Switch to cmake.
    The man page has been moved to the main tree.
  • DEB: Merge debian-qt-kde.mk and kde.mk into one debian-tde.mk
    The debian-tde.mk rules are now unified for all packages.
  • DEB: removed old distros.
  • DEB kima: Switch to cmake.
    Switch to common TDE cdbs rules.
  • DEB trinity-keyring: Add a second key for the trinity archive.
  • DEB kasablanca: Switch to cmake.
    The man page has been moved to the main tree.
  • DEB kcmldapcontroller: Switch to cmake.
    Switch to common TDE cdbs rules.
  • DEB: Fix symlinks between distributions to refer to _base.
  • DEB: use _base folder for a distro instead of specific distros (squeeze and maverick).
  • DEB kdbusnotification: Switch to cmake.
    Switch to common TDE cdbs rules.
  • DEB compizconfig-backend-tdeconfig: Switch to cmake.
  • tde-style-qtcurve now "suggests" gtk2-engines-qtcurve package rather
    than "recommending" it. This relates to bug #2561
    Partially manually cherry-picked from commit ba0b1f9b548f2918a67de0915bf08a3bd7c33171
  • DEB: fixed building of libkcal tests. This relates to bug #2719
  • DEB tde-style-lipstik: Switch to cmake.
    Switch to common TDE cdbs rules.
  • DEB: Fixed support for tests with cmake in kpilot.
  • DEB kcmldapmanager: Switch to cmake.
    Switch to common TDE cdbs rules.
  • DEB libkipi: Switch to cmake.
  • DEB libkexiv2: Switch to cmake.