Changelog For R14.1.3
Jump to navigation
Jump to search
common
admin
- [6fa5fdb7] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [d2186b1a] am_edit: Cover all wizard include variants and class name in one regexp.
- [3c9e11e1] Rename kdemacros.h to tdemacros.h
- [36c8888e] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
dependencies
tde-cmake
- [5283559e] tde_import: Always do 'include' because macro can be called in a scope that is not global.
- [5e1ef63e] Remove __KDE_HAVE_GCC_VISIBILITY
- [713b969b] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY. Temporarily __KDE_HAVE_GCC_VISIBILITY is still provided, till renaming on all TDE code base is completed.
- [03a1c2f4] tde_uic: Cover all wizard include variants and class name in one regexp.
- [f1352532] Rename kdemacros.h to tdemacros.h
- [68452c7f] tde_import: Reducing the noise, more common listing of the result.
- [d9c41557] Add support for relative paths in '_tde_internal_setup_path'
- [9d383967] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
- [9a81dc39] Update version to R14.1.3~[DEVELOPMENT]
tqt3
- [e06dfea3] Fix OpenType language definition tags and array access. This resolves issue #171
- [b634a4f6] Fix a missing `if` clause guard
It was mismatched with indents and sibling `if` clause cases. - [cd45e22a] Fix to compare thread_id with `pthread_equal()`
`pthread_t` is an opaque type, should not be compared with `==`. - [03ef2cdd] Remove commercial site content and documentation
trolltech domain is no longer valid. - [8141b881] Correctly release glib mainloop and gsource, to avoid memory leaks
tqtinterface
- [1e47a121] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [d4f8267e] Remove unnecessary files and processing when building libtqt.so.
akode
- [88d21b1b] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
arts
- [999d426c] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [7f3dda33] Rename thread mutex related debug flag name
It is used to detect multiple mutex lock, not just for pthread related
debugging. - [75cb448c] Fix usage of `pthread_t`
`pthread_t` is opaque type.
Change to compare with `pthread_equal()` and introduce validate flag. - [210a7151] fix to use AudioIOSun on Solaris and NetBSD
`USE_SOLARIS` is not defined (related to TDE/tde#74).
On NetBSD, native audio system audioio(4) i.e. sunaudio is preferred.
avahi-tqt
- [cb6ab292] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
libart-lgpl
- [52ecb65b] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
libcaldav
- [023b3918] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
libcarddav
- [a3d434ae] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
sip4-tqt
- [7f3c0748] Added prototype of yylex() function
Required for building with the new gcc-14
tqscintilla
- [2116474a] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
pytqt
- [03a1fe47] Fix example translations for pytqt
- [3dec37ec] Changing string types to bytes for pytquic
For python3 you need to explicitly specify the bytes type, it is different from strings
tqca
- [33b8372a] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [efc46edc] Use `pkg_get_variable` to retrieve the value of pkg-config variable
It is a new feature in CMake version 3.4, CMake-3.5 is required for
TDE now.
core
tdelibs
- [20badf14] Improve and fix autostart support for KDE programs. This relates to issue #283
- [66028a61] Remove __KDE_HAVE_GCC_VISIBILITY
- [34e58a5f] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY. Temporarily __KDE_HAVE_GCC_VISIBILITY is still provided, till renaming on all TDE code base is completed.
- [a4a424a3] Remove dummy kdemacros.h file
- [41737353] Rename kdemacros.* files to tdemacros.*
A dummy 'kdemacros.h' has been added to allow TDE to built till renaming is carried out across the whole code base. It will then be removed. - [69ec8f3e] Use tq* headers instead of ntq* ones
- [89b880a0] Merge translation files from master branch.
- [46838919] Merge translation files from master branch.
- [767dff65] Merge translation files from master branch.
- [750384b9] KDirOperator: add support for history navigation mouse buttons
- [07dfb84a] Merge translation files from master branch.
- [c1ea7021] kimgio: Add kimgio desktop files to the translation.
- [3856007b] Kate: use paths for local files in modified on disk dialog
- [0ec3c25c] Merge translation files from master branch.
- [402f0ff4] Remove KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL
- [7476deac] Merge translation files from master branch.
- [70c31758] Update translation template.
- [09fd7adf] Added image/webp to tdehtmlimage's list of supported formats
- [533b0264] Added mimetypes/image/webp.desktop
- [8414af17] Adds WebP read support to kimgio
- [b74ce592] Replace KDE_DEPRECATED with TDE_DEPRECATED.
This relates to #275 - part specific to R14.1.x branch. - [8ea80a77] Remove KDE_ISLIKELY and KDE_ISUNLIKELY defines
- [4864f9da] Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent
- [9c9f5bf8] Remove KDE_DEPRECATED define
- [83d0d2ce] Kate syntax: allow PHP heredoc closing identifiers to be idented
It is allowed syntax since PHP version 7.3.0.
See https://www.php.net/manual/en/language.types.string.php#language.types.string.syntax.heredoc - [f23f0ef9] Replace KDE_DEPRECATED with TDE_DEPRECATED
- [cce9e894] Remove KDE_EXPORT and KDE_NO_EXPORT defines
- [62949e0a] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
- [bef9baf7] Update version to R14.1.3~[DEVELOPMENT]
tdebase
- [f5cd123b] Fix tiling menu functionality when windows in the taskbar are grouped
- [c57ea5f2] TWin, Kicker: Add icons for tiling menus
- [72fce97c] Add support for window tiling to the taskbar and window's popup menus. This relates to TDE/tdebase#349
- [673e48af] Merge translation files from master branch.
- [147f7ffc] Improve settings for some sliders related to keyboard, accessibility and style. This also solves issue #513
- [5bb53d86] Use server icon for remote folders
This icon is more accurate than the more generic applications-internet.
Includes a tdeconf_update script. - [0657fdb9] KNetAttach: Added SFTP connection type
- [4f090708] Remote protocol: add UDS_LOCAL_PATH atom to remote folders
This change makes it possible for network folders in Remote Places to be moved to and restored from the Trash folder.
Before this change, such folders could only be removed via deletion (shift+delete) and could not be restored afterwards. - [d0616cdd] kcmkeys: update keyboard shortcut schemes
- Add actions related to keys XF86Sleep (Suspend) and XF86ScreenSaver (Lock Session)
- Fix name of "Log Out" actions - [4371e3c9] KSMServer: reload power-managerrc settings every time before they are needed
- [eb1c3eed] Add support for assigning global shortcuts for suspend actions
The corresponding shortcuts have been added as part of the KDesktop shortucts, to complement similar options (logout, shutdown, reboot).
The shortcuts are only shown for the options that KSMServer reports via DCOP as valid.
In order to do be able to make a DCOP call from kdesktopbindings.cpp, the <dcopref.h> include had to be added to several files of the shortcuts TDECM. - [db3f842c] KSMServer: improve suspend code
1. Some code deduplication. Suspending is now handled via the public method `suspend(int)` which is DCOP-accessible and maps SuspendType values to corresponding TDEHWLib TDESystemPowerState values, and the internal method `suspendInternal(int)` which performs the chosen suspend and optionally locks the screen beforehand.
2. Options are now read from power-managerrc on startup and stored in memory to avoid reading the configuration file every time a suspend is requested.
3. SuspendType is now a member of KSMServer class (instead of KSMShutdownDlg)
4. A new DCOP-accessible method `suspendOptions()` returns a TQStringList of all available suspend options. - [18d7e664] Merge translation files from master branch.
- [a857609d] Improve location of kate and kwrite desktop files. This resolves issue #327
- [9a7df655] konsole: fix column width calculation for string
TQString accessor is 0-based. - [b97477fa] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [1765b8f0] Replace kdemacros.h with tdemacros.h
- [99917282] Fix for building tdm with gcc-14
Solution to issue #505 - [b43cb9bf] Use tq* headers instead of ntq* ones
- [97383ddf] Merge translation files from master branch.
- [acf31aed] Merge translation files from master branch.
- [e72d76b3] konqueror: Update URL of TQt Reference Documentation
- [e445759a] konqueror: Update URL of Trinity API Reference
- [985353c7] Merge translation files from master branch.
- [0fc217ed] Mouse TDECM: do not hide checkboxes in case of option unavailability
- [10732c77] Mouse TDECM: Improve wording for whatsThis options
Affected options are "Reverse scroll direction" and "Swap history navigation buttons" - [fb0f60cc] Mouse TDECM: add option to swap history navigation buttons
This leverages the existing code that interacts with X11 and sets the setting system-wide, as happens already with scroll direction reversal.
This resolves issue #497 - [1a7d33af] Merge translation files from master branch.
- [d2c1284e] Update translation template.
- [104fd81e] Fix khotkeys autostart unnecessary feedback. This resolves issue #495
- [3b75bf0a] Kate: use paths for local files instead of file:/// URLs.
- [9fe2bb32] Kate: display file type icon and tooltip in viewspace
- [a599fb97] Kate: display file type icons in file list
- [b54bd51c] Kate: use mouse back/forward buttons to move between open documents
The direction of movement can be configured (reversed) through the
settings dialog. - [3f9a9bab] l10n: fix typo in locale
zn_CN should actually be zh_CN - [4765f925] Fix KJobViewer autostart. This resolves issue #492
- [a92de61f] Konqueror: Add support for back/forward actions using history mouse buttons
This closes #421 - [07202787] Fix the detecion and use of the udev library.
- [518c6806] konsole: Add Solarized dark and light color schemes
- [6eec2a60] Adds thumbnail generation for WebP images
This resolves issue #380 - [3dd373bc] Replace KDE_DEPRECATED with TDE_DEPRECATED
- [87f85a9a] Merge translation files from master branch.
- [62547444] Build documentation for each subpackage separately
- [fe496033] Merge translation files from master branch.
- [2b92c9f0] Merge translation files from master branch.
- [beb289c9] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
- [375a57ed] Merge translation files from master branch.
- [81ca1a67] Added R14.1.3 release notes draft
tdepim
- [04db7b27] Replace kdemacros.h with tdemacros.h
- [9c3116fd] Replace KDE_TQ_EXPORT_PLUGIN with TDE_* equivalent
- [47025f3e] Replace KDE_DEPRECATED with TDE_DEPRECATED
- [a6bbab74] Add documentation builds for each package separately
- [7bfa0fb6] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
- [622ea70b] Fix attachment filename handling
Currently filenames containing '#' are not correctly escaped, which
prevents to open attachments. This resolves issue #119
tdemultimedia
- [c23bd5af] Replace kdemacros.h with tdemacros.h
- [079c37d1] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
tdenetwork
- [68b14f31] Replace kdemacros.h with tdemacros.h
- [2892487f] Use tq* headers instead of ntq* ones
- [41e2c515] Replace KDE_TQ_EXPORT_PLUGIN with TDE_* equivalent
- [d6ad20b4] Replace KDE_DEPRECATED with TDE_DEPRECATED
- [eb63c76f] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
tdegraphics
- [210d8eac] Replace kdemacros.h with tdemacros.h
- [153ce3e5] Ensure the use of C++20 standard for Poppler >= 24.04.
This resolves issue #96 - [fcb418ee] Merge translation files from master branch.
- [230d8655] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
tdetoys
- [7787f653] Merge translation files from master branch.
- [f58a8da2] Replace KDE_DEPRECATED with TDE_DEPRECATED
- [02300d49] Add documentation builds for each package separately
- [5bd77f3d] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
tdeutils
- [b23bc1fa] Replace kdemacros.h with tdemacros.h
- [9eb5b12f] Merge translation files from master branch.
- [71387620] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
tdeedu
- [6021f991] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [4728afb5] Replace kdemacros.h with tdemacros.h
- [422e7fef] Replace KDE_DEPRECATED with TDE_DEPRECATED
- [1ad8fd66] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
tdegames
- [4905e1cc] Replace kdemacros.h with tdemacros.h
- [ac071efb] Replace KDE_DEPRECATED with TDE_DEPRECATED
- [dd75912c] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
tdeaccessibility
- [1973d99d] Merge translation files from master branch.
- [3891d3d9] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [de5e54fd] Replace kdemacros.h with tdemacros.h
- [93d2ad8f] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
tdeaddons
- [f3aaaec8] Merge translation files from master branch.
- [a184527f] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [b30cd117] Replace kdemacros.h with tdemacros.h
- [22ddaacb] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
- [2bbb215c] Merge translation files from master branch.
tdeadmin
- [36436c15] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [5fc7892e] Add documentation builds for each package separately
- [866c88c2] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
tdeartwork
- [eb6a6689] Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent
- [82b7c9da] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
tdebindings
- [f2389da0] Replace kdemacros.h with tdemacros.h
- [19b0a550] Replace KDE_DEPRECATED with TDE_DEPRECATED
- [8d288123] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
tdesdk
- [f9ccae8d] Replace kdemacros.h with tdemacros.h
- [19e19197] Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent
- [c264ece0] Replace KDE_DEPRECATED with TDE_DEPRECATED
- [1fe043c8] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
tdevelop
- [b018e020] Replace KDE_DEPRECATED with TDE_DEPRECATED
- [7489a97a] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
tdewebdev
- [da00a36d] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [cffd6b6e] Replace kdemacros.h with tdemacros.h
- [2a1388a5] Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent
- [11eb1ed1] Remove KDE_ISLIKELY and KDE_ISUNLIKELY defines
- [ad3b14a6] Replace KDE_DEPRECATED with TDE_DEPRECATED
- [2ff6e13a] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
tde-i18n
- [1d2f4ef2] Merge translation files from master branch.
- [1a1db394] Update translation template.
- [1c2caed5] Merge translation files from master branch.
- [5cb2fffe] Update translation template.
- [fca24f9e] Merge translation files from master branch.
- [8c537df0] Merge translation files from master branch.
- [08a61328] Merge translation files from master branch.
- [46453d7e] Merge translation files from master branch.
- [bfbb18a5] Merge translation files from master branch.
- [cc847f45] Merge translation files from master branch.
- [dec23195] Fix plural form of translations.
The leading '_n: ' should not be part of the translations. - [40a54a16] Merge translation files from master branch.
- [beedfe2a] Merge translation files from master branch.
- [238f0191] Merge translation files from master branch.
- [c4161b55] Merge translation files from master branch.
- [3b9f94b5] Update translation template.
- [dd1f61cd] Merge translation files from master branch.
- [eeec7e1d] Update translation template.
- [7ac49189] Merge translation files from master branch.
- [935d5e8f] Merge translation files from master branch.
- [ccd05f23] Update translation template.
- [981f3358] Merge translation files from master branch.
- [b9633e33] Update translation template.
- [7ecb440c] Merge translation files from master branch.
- [e470fceb] Merge translation files from master branch.
- [c24f4fb3] Update translation template.
- [e5ba82f5] Merge translation files from master branch.
- [3e1e30d4] Update translation template.
- [492a0682] Merge translation files from master branch.
- [4c28ac5e] Merge translation files from master branch.
- [c5e23d83] Merge translation files from master branch.
- [75ac45e3] Merge translation files from master branch.
- [136de97b] Merge translation files from master branch.
- [0dd7dd2a] Merge translation files from master branch.
- [4db577a3] Merge translation files from master branch.
- [8a9b3253] Merge translation files from master branch.
- [9a665ae0] Merge translation files from master branch.
- [081982b1] Merge translation files from master branch.
libraries
libkdcraw
- [83dc653e] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [0d17cf8c] Remove unnecessary define and make sure to include tdemacros.h
- [921e2d15] Replace kdemacros.h with tdemacros.h
- [81dc15bc] Replace KDE_DEPRECATED with TDE_DEPRECATED
- [dfbdaaed] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
libkexiv2
- [505878f1] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [803a46b6] Replace kdemacros.h with tdemacros.h
- [3a295a79] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
libkipi
- [1db25959] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [eb6e700a] Replace kdemacros.h with tdemacros.h
- [a53baecb] Merge translation files from master branch.
- [cb43a8ff] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
kipi-plugins
- [269f792d] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [422b94aa] Replace kdemacros.h with tdemacros.h
- [b797dfbe] Merge translation files from master branch.
libksquirrel
- [8ae5191e] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [7d79524e] Replace kdemacros.h with tdemacros.h
libtdeldap
- [81b3ec1e] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [099c3ec1] Replace kdemacros.h with tdemacros.h
- [5c301750] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
libtqt-perl
- [87a21537] Replace KDE_DEPRECATED with TDE_DEPRECATED
pytde
- [4883892c] Replace kdemacros.h with tdemacros.h
- [45cb24c9] Replace KDE_DEPRECATED with TDE_DEPRECATED
- [3f2e6e14] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
applications/development
kdbg
- [316c1368] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [362831ed] Use proper TQt headers
kdiff3
- [2371b490] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [b8cd662e] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
- [1ff6ea62] Merge translation files from master branch.
kpicosim
- [d63aaf1b] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
kscope
- [35bc076c] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [6730bcbc] Use proper TQt headers
ktechlab
- [69788745] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [04455a04] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
- [21265b55] Merge translation files from master branch.
kxmleditor
- [19deaeb3] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [4508b0ef] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
- [51322a94] Merge translation files from master branch.
piklab
- [93af744d] Fixed build problem with ncurses library
- [1c29d98b] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [f2550e4c] Replace KDE_DEPRECATED with TDE_DEPRECATED
- [dc5b11fc] CMake conversion
- [d5d77862] Merge translation files from master branch.
- [b4896d07] Update translation template.
- [014e4b95] Allow generation of build time data files in out-of-source builds. Also fix generation of data file for devices/mem24 subfolder
- [f2e2d9a5] Include moc files in cpp sources
- [98a43160] Moves icons into separate folder
- [ce951906] Remove obsolete svn-related logic
- [8bdcbe01] Removed unused file in translation folder
- [819166fe] Update doc and man folder structure
tdesvn
- [9096ae56] Replace kdemacros.h with tdemacros.h
- [2eb15088] Merge translation files from master branch.
applications/games
knights
- [70ccae04] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
tdepacman
- [8d7dc432] Merge translation files from master branch.
applications/graphics
digikam
- [3823312d] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [9966557a] Replace kdemacros.h with tdemacros.h
- [6ae95b80] Advertise WebP read support for showfoto via .desktop file
- [9b92ae02] Merge translation files from master branch.
- [dcadf933] Merge translation files from master branch.
gwenview
- [dcc30344] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [d8662ba8] Replace kdemacros.h with tdemacros.h
- [3a15c885] Fix FTBFS on OMV. This resolves issue #38
- [df746ca9] Advertise WebP read support via .desktop files
This resolves issue #1 - [5703e424] Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent
- [5c4c6611] Merge translation files from master branch.
- [12fabaa1] Added the target folder for desktop files translation template
so that it is not inadvertently generated into a gwenview-i18n module. - [61a94a07] Added translation of .desktop files.
- [4bd38b70] Drop autotools support
- [d9ca086d] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
gwenview-i18n
- [f19c0cef] Merge translation files from master branch.
ksquirrel
- [f26ba650] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [1658fc3b] Merge translation files from master branch.
- [1c9b1d06] Merge translation files from master branch.
- [b0be5893] Merge translation files from master branch.
potracegui
- [e26e550b] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
applications/internet
kasablanca
- [c0d7a59e] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
kbiff
- [4d4a13e6] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [375a2609] Use proper TQt headers
- [9398c3ad] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
kftpgrabber
- [7da1d2cc] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [86ecfe8c] Use proper TQt headers
- [8b3c15a5] Replace KDE_DEPRECATED with TDE_DEPRECATED
- [cd7665b7] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
knmap
- [43244db3] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [d7f518fa] Use proper TQt headers
konversation
- [af9177c8] Merge translation files from master branch.
- [042aee2e] Merge translation files from master branch.
- [0aab9eba] Merge translation files from master branch.
kopete-otr
- [1dd25c19] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [ceb024e1] Replace kdemacros.h with tdemacros.h
- [6a0c636c] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
kshowmail
- [cc7eb270] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [727f9c3c] Use proper TQt headers
kstreamripper
- [ef957d70] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [6ef29b49] Use proper TQt headers
ktorrent
- [59bbb6d1] Merge translation files from master branch.
kvirc
- [34cef094] Merge translation files from master branch.
- [6e2602fa] Merge translation files from master branch.
- [f756cb34] Merge translation files from master branch.
- [5943ab1e] Merge translation files from master branch.
kvpnc
- [a911fd70] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [b82812a3] Merge translation files from master branch.
- [3633a93b] Merge translation files from master branch.
- [d2d99d5a] Merge translation files from master branch.
smb4k
- [89bd0844] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [2c528b60] Replace kdemacros.h with tdemacros.h
- [19488bba] Replace KDE_DEPRECATED with TDE_DEPRECATED
- [9bb489fb] Merge duplicate Norwegian translations of desktop files and
use two-letter codes names NB and NN, such as usual in other cases. - [890c1e2e] Remove duplicate Norwegian Bokmål translations of desktop files.
- [3f571059] Remove the original translation directory layout.
- [5991219e] Copy translations to a new directory layout.
Added translation of .desktop files. - [198fb9f3] Drop autotools support
- [22dea1e5] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
tork
- [0d318f09] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [24cb4e0d] Use proper TQt headers
- [1f155134] Merge translation files from master branch.
- [d3a1b4a1] Merge translation files from master branch.
- [8db23dd9] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
applications/misc
bibletime
- [11021fb0] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
compizconfig-backend-tdeconfig
- [f225f48f] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [6ddf91c7] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
kcmldap
- [40e52bb5] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
kcmldapcontroller
- [1e46f8ab] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
kcmldapmanager
- [9be1b414] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
kerberostray
- [067e5235] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [c29b06de] Replace kdemacros.h with tdemacros.h
krecipes
- [64df5710] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [788606cd] Replace kdemacros.h with tdemacros.h
- [dbf13a36] Use proper TQt headers
applications/multimedia
amarok
- [c18b5298] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [32da5fbf] Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent
- [2d4abcb6] Merge translation files from master branch.
- [bc688481] Merge translation files from master branch.
- [1d66256d] Update translation template.
- [1dc95c27] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
- [3addcdd0] Merge translation files from master branch.
- [223dc92b] Merge translation files from master branch.
- [edadbab7] Add support for taglib 2, part 2.
codeine
- [b4cc6a0c] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
k3b
- [fb26314a] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [bfd52a71] Replace kdemacros.h with tdemacros.h
- [8c770638] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
k3b-i18n
- [4c32ec32] Merge translation files from master branch.
- [bcbabbda] Merge translation files from master branch.
- [a21cb0e7] Merge translation files from master branch.
- [e542902f] Merge translation files from master branch.
- [a6edd997] Merge translation files from master branch.
k9copy
- [8d584861] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [7ad2cf65] Merge translation files from master branch.
- [b6bc7d3a] Use strlcat from libc instead of custom one. This resolves issue #29
kaffeine
- [bfc5ced7] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [e45d3e30] Merge translation files from master branch.
- [ba1ce6b1] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
- [aa0a0331] Merge translation files from master branch.
- [3a1cc256] Merge translation files from master branch.
- [ee48611f] Merge translation files from master branch.
kaffeine-mozilla
- [d0c34405] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
kmplayer
- [54463fd2] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [36694213] Replace kdemacros.h with tdemacros.h
- [c5d77586] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
- [2debdf21] Merge translation files from master branch.
kplayer
- [f7dbed34] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [502028b2] Merge translation files from master branch.
- [fceabe00] Merge translation files from master branch.
- [b68ac66b] Merge translation files from master branch.
mplayerthumbs
- [d55559f3] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [6889475b] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
- [62cfd3d0] Merge translation files from master branch.
rosegarden
- [1d49f945] Merge translation files from master branch.
- [5daf082b] Merge translation files from master branch.
soundkonverter
- [7ae832ac] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [07655291] Merge translation files from master branch.
- [e5ac893e] Remove 'admin' subfolder that was mistakenly left in the source tree
- [ce91fc9a] Merge translation files from master branch.
- [82d4f87e] Remove the original translation directory layout.
- [b428cc90] Copy translations to a new directory layout.
Added translation of .desktop files. - [9389522a] Drop autotools support
- [c8120890] Merge translation files from master branch.
- [69c3134e] Merge translation files from master branch.
tderadio
- [4083031f] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [5430985a] Replace kdemacros.h with tdemacros.h
- [68a83400] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
- [16bc99ab] Merge translation files from master branch.
- [b96e2f00] Merge translation files from master branch.
applications/office
basket
- [2f2d5c00] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [2a176d87] Replace kdemacros.h with tdemacros.h
- [576088df] Merge translation files from master branch.
- [1346de7f] Merge translation files from master branch.
- [f7bca5cd] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
- [65cf4686] Merge translation files from master branch.
- [20f4f832] Merge translation files from master branch.
kbibtex
- [247ae3ed] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [1fe284bd] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
- [79a54fb0] Merge translation files from master branch.
kbookreader
- [23a93547] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
keximdb
- [fcb0c1ca] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [9ec283ee] Use proper TQt headers
kile
- [6a1754f7] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [1c0ae567] Merge translation files from master branch.
kmymoney
- [e52169fb] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [aae42115] Replace kdemacros.h with tdemacros.h
- [51cf7be9] Merge translation files from master branch.
- [5e350d79] Merge translation files from master branch.
- [47ae1235] Replace KDE_DEPRECATED with TDE_DEPRECATED
- [4e1c3b0d] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
knowit
- [d3584db4] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
koffice
- [0bb5a74a] Replace kdemacros.h with tdemacros.h
- [fc7a561e] KSpread: New lookup/reference functions
Adds reference functions HLOOKUP, VLOOKUP.
Import from Calligra revision 1134327.
Authors: Stefan Nikolaus
Sebastian Sauer - [979ee566] KSpread: Add natural comparison operators.
Natural comparison does not depend on the type of data (whether it's a string or a number).
Based on Calligra Sheets code originally from revision 551470. - [950f6aa0] Replace KDE_DEPRECATED with TDE_DEPRECATED
- [9fa1a9ed] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
koffice-i18n
- [765ccdee] Merge translation files from master branch.
- [ea9d233c] Update translation template.
- [b5ad0939] Merge translation files from master branch.
- [612fc3a3] Merge translation files from master branch.
- [b84e0025] Merge translation files from master branch.
- [65e60572] Merge translation files from master branch.
- [293f2e35] Merge translation files from master branch.
kpilot
- [c8232e4f] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [41c5e580] Replace KDE_DEPRECATED with TDE_DEPRECATED
- [f28feea0] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
- [40ffb58a] Merge translation files from master branch.
- [3395355e] Merge translation files from master branch.
- [eca240ca] Merge translation files from master branch.
tellico
- [4323132c] Merge translation files from master branch.
applications/settings
kdpkg
- [e437ed11] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [ebc14adc] Merge translation files from master branch.
kima
- [deb15cb9] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [2a9c4d6f] Replace kdemacros.h with tdemacros.h
- [adfb3437] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
kiosktool
- [f1704dfe] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
kkbswitch
- [910d4cd0] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [b668f9a0] Use proper TQt headers
- [83d3bdd4] Merge translation files from master branch.
klcddimmer
- [9792f11a] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [b4c84799] Use proper TQt headers
- [9c2c4505] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
kmyfirewall
- [e42fffb1] Replace kdemacros.h with tdemacros.h
- [9411476d] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
tde-guidance
- [1ac58023] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [3c8e1521] Drop autotools support
- [7b0bf9b0] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
tde-systemsettings
- [0c37ee34] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [4693133e] Merge translation files from master branch.
tdenetworkmanager
- [d12dce43] Replace kdemacros.h with tdemacros.h
- [ec406aac] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
- [26ea7034] Merge translation files from master branch.
- [a2485e95] Merge translation files from master branch.
- [4268b332] Merge translation files from master branch.
- [5083399f] Merge translation files from master branch.
- [bef558d0] Merge translation files from master branch.
tdesudo
- [ecd8d3ab] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [69558995] Merge translation files from master branch.
applications/system
dolphin
- [5fe6bdaf] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [8de6abea] Merge translation files from master branch.
- [a6b3d686] Merge translation files from master branch.
- [ead76c2a] Merge translation files from master branch.
- [dd1cb9db] Merge translation files from master branch.
- [543b80c9] Merge translation files from master branch.
katapult
- [1b49bc77] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [f07b0d8b] Replace kdemacros.h with tdemacros.h
- [49381598] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
- [aaa62f62] Merge translation files from master branch.
- [b862fd97] Merge translation files from master branch.
kbfx
- [d17925e7] Merge translation files from master branch.
- [a2938633] Merge translation files from master branch.
- [244f59c2] Merge translation files from master branch.
kcmautostart
- [5b0a7b08] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [d46f61a1] Merge translation files from master branch.
kdbusnotification
- [d21c7a05] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [6a96f59a] Merge translation files from master branch.
klamav
- [23e20ce3] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [0898f7c1] Use proper TQt headers
- [11eaef48] Merge translation files from master branch.
- [ba8ebc38] Merge translation files from master branch.
- [af688e8b] Merge translation files from master branch.
knemo
- [1ebb94a8] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [e6226215] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
knetload
- [4df65581] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
knetstats
- [837b10c4] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [4e984d25] Merge translation files from master branch.
kooldock
- [cbf0ee92] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
krusader
- [61b0c0e2] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [77f63ab8] Merge translation files from master branch.
- [ebd0c612] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
- [b35c6fdf] Merge translation files from master branch.
- [2748955e] Merge translation files from master branch.
- [a2cb9a14] Merge translation files from master branch.
kshutdown
- [3410c791] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [549bf2bf] Merge translation files from master branch.
- [3ef5a84e] Update translation template.
- [5622d24e] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
- [496baf37] Merge translation files from master branch.
- [632d7522] Merge translation files from master branch.
ksystemlog
- [53f7b4b6] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
kvkbd
- [36163735] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
polkit-agent-tde
- [96ce9abf] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
smartcardauth
- [dcb47054] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [7fb249e3] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [1a5946c4] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
- [0895b87f] Merge translation files from master branch.
tdebluez
- [8c1d1ad5] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [e66100de] Replace kdemacros.h with tdemacros.h
- [ee33f37e] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
tdedocker
- [ca4ad2c7] Merge translation files from master branch.
- [330cd800] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
- [60b7cde5] Merge translation files from master branch.
tdepowersave
- [9b154f26] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [1cf29573] Replace kdemacros.h with tdemacros.h
- [9a02138d] Merge translation files from master branch.
- [284595e2] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
- [ec7d3d6d] Merge translation files from master branch.
- [71d1417c] Merge translation files from master branch.
tdesshaskpass
- [173e0ff5] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
yakuake
- [5a1c1934] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
applications/tdeio
tdeio-appinfo
- [4bc2d0d9] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [05e1f513] Merge translation files from master branch.
- [7f457455] Merge translation files from master branch.
tdeio-apt
- [4609f1df] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [4c21709a] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
- [c98dc1df] Merge translation files from master branch.
tdeio-ftps
- [26a7084d] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [51ed90dc] Use proper TQt headers
- [9cff6e3b] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
tdeio-gopher
tdeio-locate
- [7ab3f918] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [d27aac8e] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
tdeio-sword
- [75ef2684] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [6ae4c97f] Use proper TQt headers
tdeio-umountwrapper
- [8e0ca404] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
applications/themes
gtk-qt-engine
- [3bec2631] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [fbedaf32] Replace kdemacros.h with tdemacros.h
- [b15dc96d] Merge translation files from master branch.
- [5965bc2b] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
- [fb57dbac] Merge translation files from master branch.
gtk3-tqt-engine
- [988eb3e8] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [a050a81d] Replace kdemacros.h with tdemacros.h
- [5674ef65] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
kgtk-qt3
- [5486e122] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [bd3836fd] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
ksplash-engine-moodin
- [c6da8960] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [55074cd6] Merge translation files from master branch.
- [2c028f0f] Merge translation files from master branch.
tde-style-baghira
- [412ec439] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [da4085d9] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
- [7f714dc0] Merge translation files from master branch.
- [5b644243] Merge translation files from master branch.
- [5b7a05a6] Merge translation files from master branch.
tde-style-domino
- [62287944] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [c49ca8f4] Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent
- [a70ae40d] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
tde-style-ia-ora
- [1a26902a] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [e2b2fb69] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
tde-style-lipstik
- [d89f6a50] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [e38d11b0] Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent
- [8898e019] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
tde-style-polyester
- [f9c956c1] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [fdd5b42c] Replace kdemacros.h with tdemacros.h
- [dec195e8] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
- [7c56e0db] Fix loading of window decoration module in twin
- [a128939a] Merge translation files from master branch.
tdmtheme
- [58bdab77] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
twin-style-crystal
- [8190d806] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [656df248] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
twin-style-dekorator
- [4b397d9a] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [4d8078e6] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
twin-style-fahrenheit
- [25914352] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [27568ec8] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
- [50ad465a] Fix loading of window decoration module in twin
- [65623aaa] Merge translation files from master branch.
twin-style-machbunt
- [86044a8b] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [4fb5c88b] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
twin-style-suse2
- [bc181192] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [a7b408a9] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
applications/utilities
kbarcode
- [4e0f5f18] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
kchmviewer
- [32251ec3] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [21880c6d] Merge translation files from master branch.
- [2841453c] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
kcpuload
- [e9a4639b] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [653ea9b4] Merge translation files from master branch.
kdirstat
- [e4d6a657] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
keep
- [2568c7e3] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [9674d36c] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
- [ad75f0b7] Merge translation files from master branch.
knutclient
- [11b5d31d] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
kommando
- [de55730f] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [0289c35c] Replace kdemacros.h with tdemacros.h
- [8d48abe4] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
kompose
- [038236ec] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
krename
- [5fad42a4] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [3bab0c81] Merge translation files from master branch.
ksensors
- [d6b154e9] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
- [f13a2038] Use proper TQt headers
mathemagics
- [e430b151] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
packaging
packaging
- [5f499934] DEB tdebase: add new tiling icons to twin package
- [8c133614] DEB tdebase: Update kwrite patch for Ubuntu.
- [85562624] DEB tde-ebook-reader: use a variable for the library directory of architecture.
- [1035fb68] DEB: add tde-ebook-reader packaging files
- [a20efbd9] DEB polkit-agent-tde: Add polkitd as an alternative for policykit-1.
- [89e06621] DEB polkit-tqt: Add polkitd as an alternative for policykit-1.
- [661d57c9] DEB tdelibs: remove dummy kdemacros.h file
- [891dc2cd] DEB tdelibs: add tdemacros.h
- [6b5986e3] RPM: updates for OpenSuse LEAP 15.6
- [1f78e4c1] DEB: Add support for Ubuntu Oracular, drop support for Ubuntu Kinetic.
- [dae553b3] ArchLinux imlib: Provide binary package for all architectures.
- [060b5447] RPM: updates for openmandriva
- [24cdefc8] DEB tdebase: Update for TDE/tdebase#490
Kate null action icon removed. - [aadff2c4] DEB tdelibs: Enable build with WebP support.
- [19f941ff] DEB tdebase: add solarized themes to konsole
- [89ebbd27] ArchLinux: Add tdeio-gopher to tde-meta.
- [0f672ea7] ArchLinux: add tdeio-gopher pkgbuild
- [9c50cfcc] DEB tdebase: Do not install tdeio_system_documenthelper manpage.
The man page was removed in TDE/tdebase#484 - [79e9e064] RPM: initial support for OMV cooker
- [61f83f14] DEB piklab: switch to cmake building system
- [c6d21f11] RPM: initial support for OpenMandriva
- [2af6f182] RPM: add distro OpenSuse Leap 15.6
- [2228bc7e] FreeBSD: Fix loading of window decoration module in twin for new styles.
This relates to issue TDE/tde-packaging-gentoo#373 - [eacb0eb5] ArchLinux: Fix loading of window decoration module in twin for new styles.
This relates to issue TDE/tde-packaging-gentoo#373 - [89b0dd94] DEB piklab: adapt to new man file names
- [035e7452] RPM: update for final R14.1.2