Difference between revisions of "Changelog For R14.1.5"
Jump to navigation
Jump to search
(Initial version) |
(Update 20251109) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
= dependencies = |
= dependencies = |
||
== tde-cmake == |
== tde-cmake == |
||
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=117c2a6d [117c2a6d]] Update to final version R14.1.5 |
|||
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=da0068e1 [da0068e1]] Update version to R14.1.5~[DEVELOPMENT] |
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=da0068e1 [da0068e1]] Update version to R14.1.5~[DEVELOPMENT] |
||
== tqt == |
== tqt == |
||
* [https://git.trinitydesktop.org/cgit/tqt/commit/?id=894037c3 [894037c3]] Amend to previous 'replace TRUE/FALSE' commit<br/>(manually cherry-picked from commit 649c4c61a1f1f479f4532b196f68df476cef2680) |
|||
* [https://git.trinitydesktop.org/cgit/tqt/commit/?id=6e4a70d4 [6e4a70d4]] Replace TRUE/FALSE with boolean values true/false - part 3<br/>(cherry picked and manually edited from commit 6dd781c483eea56f51ae0eff47d857976b5d0f0d) |
|||
* [https://git.trinitydesktop.org/cgit/tqt/commit/?id=81ade129 [81ade129]] Replace TRUE/FALSE with boolean values true/false - part 2 |
|||
* [https://git.trinitydesktop.org/cgit/tqt/commit/?id=35ced32e [35ced32e]] Replace TRUE/FALSE with boolean values true/false - part 1 |
|||
* [https://git.trinitydesktop.org/cgit/tqt/commit/?id=7dd4848d [7dd4848d]] Fix handling of socket notifier events in gmainloop functions.<br/>This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tqt/issues/231 #231] |
|||
* [https://git.trinitydesktop.org/cgit/tqt/commit/?id=d4981524 [d4981524]] Improve X11 'ProcessEvents()' with some code from the equivalent glib version |
|||
* [https://git.trinitydesktop.org/cgit/tqt/commit/?id=d7d6cb21 [d7d6cb21]] Explicitly add 'ExcludeTimers' to 'ProcessEvent' enum |
|||
* [https://git.trinitydesktop.org/cgit/tqt/commit/?id=5e1b3105 [5e1b3105]] Do not check for expired TQt timers in 'gsourcePrepare' and 'gsourceCheck'<br/>since timers are only activated by the main GUI thread in 'gsourceDispatch'.<br/>This solves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/635 TDE/tdebase#635] |
|||
* [https://git.trinitydesktop.org/cgit/tqt/commit/?id=331b0cab [331b0cab]] Update readme to reflect the change from TQt3 to TQt |
|||
* [https://git.trinitydesktop.org/cgit/tqt/commit/?id=68744b0c [68744b0c]] Add missing templates for translations. |
* [https://git.trinitydesktop.org/cgit/tqt/commit/?id=68744b0c [68744b0c]] Add missing templates for translations. |
||
== akode == |
|||
* [https://git.trinitydesktop.org/cgit/akode/commit/?id=025229b6 [025229b6]] Cleanup some warnings |
|||
* [https://git.trinitydesktop.org/cgit/akode/commit/?id=60d071a8 [60d071a8]] Whitespace cleanup |
|||
== dbus-1-tqt == |
== dbus-1-tqt == |
||
* [https://git.trinitydesktop.org/cgit/dbus-1-tqt/commit/?id=4f3444b1 [4f3444b1]] add a static interface method to the class generator |
* [https://git.trinitydesktop.org/cgit/dbus-1-tqt/commit/?id=4f3444b1 [4f3444b1]] add a static interface method to the class generator |
||
== libr == |
|||
* [https://git.trinitydesktop.org/cgit/libr/commit/?id=47ca6398 [47ca6398]] Use compilation config-time checks instead of linker version<br/>To rely on current linker's version to determine the libbfd version is<br/>unreliable. In particular it's likely to yield wrong result in next<br/>use-cases:<br/> - cross-compilations<br/> - build with non-GNU toolchain<br/> - just build with another linker version<br/>Unfortunately libbfd doesn't provide a reliable way to retrieve version<br/>information, so we will have to check for features in specific versions<br/>we are interested in.<br/>Note: this essentially reverts most of the changes introduced by<br/>c57eae31615bc70072c7e99d712c2285817bd2e5. |
|||
* [https://git.trinitydesktop.org/cgit/libr/commit/?id=f12839f5 [f12839f5]] Update for API change in binutils 2.45.<br/>Simplify binutils version definitions. |
|||
== sip4-tqt == |
|||
* [https://git.trinitydesktop.org/cgit/sip4-tqt/commit/?id=390e31ff [390e31ff]] Add a spec for linux-clang<br/>Fixes: https://mirror.git.trinitydesktop.org/gitea/TDE/sip4-tqt/issues/35<br/>Co-authored-by: Alexander Golubev |
|||
== pytqt == |
|||
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=f662ab30 [f662ab30]] Fix issue [https://mirror.git.trinitydesktop.org/gitea/TDE/pytqt/issues/39 #39] Sip defines those as int fields in the generated code |
|||
= core = |
= core = |
||
== tdelibs == |
== tdelibs == |
||
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=16015a9e [16015a9e]] Update to final version R14.1.5 |
|||
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=4e086ed9 [4e086ed9]] Changes accessories-character-map icons K to a T |
|||
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=8a376f63 [8a376f63]] Removed no longer required dummy kinstance.h file |
|||
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=20209555 [20209555]] Rename kinstance.{h,cpp} to tdeinstance.{h,cpp}. A dummy kinstance.h has been temporarily added to keep other apps building while the replacement is completed across all TDE code base.<br/>(manually cherry-picked from commit cfe383b06) |
|||
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=e3335858 [e3335858]] Fix build with PCRE2 disabled |
|||
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=5dd51ef5 [5dd51ef5]] Fix build with SSL disabled |
|||
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7bfcba48 [7bfcba48]] Fix build WITH_LIBBFD and libbfd 2.34+<br/>Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/tdelibs/issues/368 |
|||
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=dd898a20 [dd898a20]] Allow build without libnm installed<br/>libnm is not actually required, but rather used only to determine the<br/>value of NM_VPN_SERVICE_DIR. So it's fine to build with NM support but<br/>without the lib. Since we already provide a default for the parameter<br/>print a warning instead of a fatal message in case the value couldn't<br/>be determined. |
|||
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=a04f73e5 [a04f73e5]] updated go.png icon and top-left.png |
|||
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f9984cdb [f9984cdb]] adds the T to konqi's bib |
|||
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=72ece6c6 [72ece6c6]] improves the crystalsvg icons and other misc textures |
|||
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=ca275a63 [ca275a63]] Replace TRUE/FALSE with boolean values true/false |
|||
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=3afb7eb4 [3afb7eb4]] Fix up few tqt3 -> tqt renames missed in previous commit |
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=3afb7eb4 [3afb7eb4]] Fix up few tqt3 -> tqt renames missed in previous commit |
||
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=07fcd9de [07fcd9de]] Adapt path to new tqt location |
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=07fcd9de [07fcd9de]] Adapt path to new tqt location |
||
| Line 16: | Line 52: | ||
== tdebase == |
== tdebase == |
||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=0bec493f [0bec493f]] Add final version of release notes for R14.1.5 |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ba91c3db [ba91c3db]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1108949b [1108949b]] starttde: drop support for kde4 session shutdown<br/>As noticed in the patch attached to #322 the code was broken for ages<br/>anyway.<br/>Bug: https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/322 |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=0dfdbf7e [0dfdbf7e]] starttde: remove some obsolete comments<br/>- I believe the PATH order question was resolved by place_before_in_path<br/> function.<br/>- tdeinit_phase1 is no more experimental after a decade. |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ff06d2b2 [ff06d2b2]] starttde: drop support for autouse of ~/.kde as TDEHOME<br/>The changes are loosely based on starttde proposed by @Woodsman in [1].<br/>[1]: https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/322 |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a53681f3 [a53681f3]] starttde: make adding games to PATH conditional |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7bf546b2 [7bf546b2]] starttde: set XDG_CURRENT_DESKTOP unless already defined<br/>Bug: https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/322<br/>Co-authored-by: Alexander Golubev |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=71b4350a [71b4350a]] starttde: A lot of minor changes<br/>Namely:<br/>- Re-wrapping of text<br/>- Some rewording of comments<br/>- Replacement of back-ticks `` with $()<br/>- A few additional output messages |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5a925407 [5a925407]] starttde: fix idents |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e5488519 [e5488519]] kicker: change the internal layout of systray<br/>This makes clocks embedded into systray unaffected by systray's margin<br/>value. |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d628b687 [d628b687]] kicker: redraw systray after changing its layout<br/>This fixes an issue with systray not being redrawn upon panel width<br/>change. |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e57d8d3f [e57d8d3f]] kicker: add an option to set external margin for tray icons<br/>This commit adds an option to set both: margin (space from an icon to<br/>the border) and spacing (space between two neighbouring icons). The<br/>option to tweak spacing was previously introduced in fa284a4598 and was<br/>called "margin" the actual margin was reduced to 0. Unfortunately that<br/>had its own unwanted side-effects listed in #647. Before fa284a4598 the<br/>margin and spacing were fixed to be 1.<br/>This commit restores old defaults for margin & spacing i.e. 1 to better<br/>conform to config of older systems. Effectively this resolved most<br/>issues raised in #647 and eliminates any regressions, though there are<br/>some caveat cases when the behaviour is not ideal e.g. next settings:<br/> panel_width=47<br/> spacing=1<br/> margin=0<br/>result in next layout:<br/> [0px][icon][2px][icon][1px]<br/>when ideal would be:<br/> [1px][icon][1px][icon][1px]<br/>On the other hand in such a case a user should probably just use<br/>margin=spacing=1.<br/>Besides that commit contains some minor refactoring.<br/>Bug: https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/647 |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2b3d07c2 [2b3d07c2]] kicker: minor fixup of spacing in a file |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5a35ab90 [5a35ab90]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=faddf457 [faddf457]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=cea9fcba [cea9fcba]] add minor diagnostics to starttde<br/> .. to see which XDG_CONFIG_DIRS are set by the script.<br/> This is interesting on platform which use this environment varialble<br/> to find the desktop files from the trinity installation.<br/> See https://mirror.git.trinitydesktop.org/gitea/TDE/tde/issues/232<br/> for a use case where this kind of output is useful. |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=981802ad [981802ad]] Remove copypaste artifacts "i=" from main_low_apply() calls<br/>This fixes a crash in tderandrtray on display reconnect, noticed during<br/>debugging TDE/tdelibs/376.<br/>Bug: https://mirror.git.trinitydesktop.org/gitea/TDE/tdelibs/issues/376 |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5f202267 [5f202267]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2d93220f [2d93220f]] kdesktop: simplify lock process code. This ensure correct cleanup in case of unexpected termination of the process. |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=af61964f [af61964f]] kdesktop: make sure the saver/lock remains responsive even when invokation has failed.<br/>This could happen for example when a popup menu is open and the saver<br/>autolock timeout expires. Before this commit, both kdesktop and the<br/>X11 server would be in a dirty start and the saver/lock would either not<br/>work anymore or not hide the windows on the screen.<br/>It was necessary to kill and restart kdesktop to restore proper<br/>functionality.<br/>Note: the conditional return value of 0 or 12 at main.cpp:554 is a temporary<br/>measure to prevent the screen to forcibly lock if the user forgets a popup<br/>menu open and the saver timeout expires. Once the issue with input grabbing<br/>is solved, we can remove the conditional return value and simply return an error<br/>in such condition. Same applies to the variable trinity_desktop_lock_failed_grab,<br/>which will no longer be needed in such case.o |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7d838f42 [7d838f42]] kdesktop: rename some methods to better differentiate between the lock process terminating and the screen getting unlocked |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=90aa4f4c [90aa4f4c]] kdesktop: simplify duplicated code |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=71d899bb [71d899bb]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8b77e8e8 [8b77e8e8]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=92abe4ff [92abe4ff]] Fixes andes-venezolanos Wallpaper that has the K underneath the T |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5fe42444 [5fe42444]] Changes lower case k to lower case t on klipper icon + other few changes |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9f2cbbb8 [9f2cbbb8]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=02fff752 [02fff752]] Restores the Trinity logo on lineart.svgz + other changes |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=feb3d144 [feb3d144]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2e0f267a [2e0f267a]] Use tdeinstance.h |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9e404dea [9e404dea]] More improvements to various wallpapers and some other various textures |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f79d9859 [f79d9859]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e3814d80 [e3814d80]] Kicker: aesthetic improvements<br/>* New icon margin option for the system tray applet<br/>* Panel blur effect strength is now configurable<br/>* 3D border option tin minipager<br/>* Ability to rename desktops when minipager label not displaying desktop name |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2f42993e [2f42993e]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c2b18a1e [c2b18a1e]] [minor] tdeioslave/media: remove a trailing \n in the error string<br/>Note that other strings assigned to m_errorStr don't have a trailing endline. |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e7164133 [e7164133]] kate: [minor] remove an unmatched cloasing tag |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d4b3598f [d4b3598f]] kdesktop: fix deadlock condition between kdesktop and kdesktop lock.<br/>The logic to handle communication with kdesktop_lock is now running<br/>completely in a separate thread and event loop, meaning the main GUI<br/>thread remains responsive all the time and can handle interaction with<br/>X11, DCOP and DBUS calls. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/589 #589]<br/>The commit also solves the first problem reported in issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/640 #640] and<br/>loosely related to PR #526. |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a1675350 [a1675350]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a0c0208c [a0c0208c]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=209a1d0c [209a1d0c]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3bd9f798 [3bd9f798]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f95183d4 [f95183d4]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=77e310b1 [77e310b1]] Improving graphic of Konqueror |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3dd72a4e [3dd72a4e]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=dbed4c45 [dbed4c45]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c45ee09d [c45ee09d]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7f36db47 [7f36db47]] Replace TRUE/FALSE with boolean values true/false |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ecaede25 [ecaede25]] improvement to the konqui wallpaper |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=de1885f0 [de1885f0]] improvenments to the crystalsvg icons & over misc tde textures |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5301f030 [5301f030]] Add improved handbook text about the panel button stacking behavior |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=97a133a5 [97a133a5]] TWin: Fix tiling from window menu and geom_restore. Resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/624 #624] |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=786c710e [786c710e]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7f412e76 [7f412e76]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=aa1b40e5 [aa1b40e5]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a8360fb7 [a8360fb7]] twin: allow wider tiling bands and increase activation delay timer granularity |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e0e7c87f [e0e7c87f]] Fix typo in krootbacking/main.cpp |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=68e822b1 [68e822b1]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1f0b2eb4 [1f0b2eb4]] twin: Use screen geometry when active borders are in tiling mode |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=0fdf9a3e [0fdf9a3e]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2eb01e65 [2eb01e65]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2eb01e65 [2eb01e65]] Merge translation files from master branch. |
||
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=cd40ceaa [cd40ceaa]] kdesktop: add documentation about POSIX signals usage |
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=cd40ceaa [cd40ceaa]] kdesktop: add documentation about POSIX signals usage |
||
| Line 22: | Line 117: | ||
== tdepim == |
== tdepim == |
||
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=f0a5f0b7 [f0a5f0b7]] Updates top-left.png trinity logo to the new version |
|||
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=c2414c0a [c2414c0a]] update the logo the kmail to have new version |
|||
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=89161d92 [89161d92]] tdenetwork: remove trust item and trust list related code. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdepim/issues/162 #162]<br/>libgpgme-dev 2.0 completely removed the code related to trust item and<br/>trust list. Moreover according the their author, that code was only<br/>working for a brief time around 2003. In view of that, the code in TDE<br/>has been fully removed rather than making conditional based on the<br/>library version available. |
|||
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=6905cc3e [6905cc3e]] Addendum to last commit (only for r14.1.x branch) |
|||
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=ba74d79c [ba74d79c]] Use tdeinstance.h |
|||
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=a88d4d64 [a88d4d64]] Replace TRUE/FALSE with boolean values true/false |
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=a88d4d64 [a88d4d64]] Replace TRUE/FALSE with boolean values true/false |
||
== tdemultimedia == |
== tdemultimedia == |
||
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=3a4cb3d9 [3a4cb3d9]] Use tdeinstance.h |
|||
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=50b77ee6 [50b77ee6]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=50b77ee6 [50b77ee6]] Merge translation files from master branch. |
||
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ef68c572 [ef68c572]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ef68c572 [ef68c572]] Merge translation files from master branch. |
||
| Line 30: | Line 131: | ||
== tdenetwork == |
== tdenetwork == |
||
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=fcb57dca [fcb57dca]] kopete/sms: fix FTBFS when building with gsmlib<br/>This is a fixup to the previous series of patches to kopete/sms. |
|||
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=d865714d [d865714d]] kopete/sms: overhaul build/configure process with gsmlib<br/>* Build cpp files conditionally rather than #ifdef their content<br/>* Rename {INCLUDE_SMSGSM -> HAVE_GSMLIB} for consistency<br/>* Merge gsmlib's configuration check to the ConfigureChecks.cmake in the<br/> root directory. |
|||
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=9e16e0eb [9e16e0eb]] kopete/sms: fix account manipulation issues<br/>This fixes error message on account creation about inability to load<br/>service with empty name. As well as issue about that settings after<br/>changing them won't apply until restart of kopete. |
|||
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=009ba79c [009ba79c]] kopete/sms: fix a crash caused by returning a reference to local object |
|||
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=61f8e96f [61f8e96f]] kopete/sms: move INCLUDE_SMSGSM to the root config<br/>This fixes INCLUDE_SMSGSM's #ifdef`s in<br/>kopete/protocols/sms/serviceloader.cpp which were ignored before. |
|||
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=719f290d [719f290d]] Use tdeinstance.h |
|||
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=93a42da1 [93a42da1]] kopete/sms: Remove deprecated throw() specifiers<br/>This fixes FTBFS when kopete is built with BUILD_KOPETE_PROTOCOL_SMS and<br/>WITH_GSM and c++ standard >=c++17. |
|||
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=70641582 [70641582]] minor adjustment tweaks to the blue & green konqi background |
|||
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=8dc325fb [8dc325fb]] Add "Paste" command to krdc (#102).<br/>This adds a "Paste" command to the toolbar which sends the current<br/>clipboard content to the remote host as key presses.<br/>Not implemented for RDP as we appear to defer to rdesktop and I'm not<br/>sure if we can reliably do it there (also krdc RDP isn't working for me<br/>right now). |
|||
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=eea2e3ba [eea2e3ba]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=17553d03 [17553d03]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=081b0d43 [081b0d43]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=13518ffe [13518ffe]] changes the kopete konqi theme kde backgrounds to trinity |
|||
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=2cab1f30 [2cab1f30]] Replace TRUE/FALSE with boolean values true/false |
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=2cab1f30 [2cab1f30]] Replace TRUE/FALSE with boolean values true/false |
||
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=b2cb25ce [b2cb25ce]] Use the normal mouse pointer when local mouse pointer is enabled in krdc.<br/>The previously-included mouse pointer is invisible against dark<br/>backgrounds.<br/>https://mirror.git.trinitydesktop.org/gitea/TDE/tdenetwork/issues/98 |
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=b2cb25ce [b2cb25ce]] Use the normal mouse pointer when local mouse pointer is enabled in krdc.<br/>The previously-included mouse pointer is invisible against dark<br/>backgrounds.<br/>https://mirror.git.trinitydesktop.org/gitea/TDE/tdenetwork/issues/98 |
||
== tdegraphics == |
== tdegraphics == |
||
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=ddb0c7bf [ddb0c7bf]] Addendum to last commit (only for r14.1.x branch) |
|||
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=15e9344f [15e9344f]] Use tdeinstance.h |
|||
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=5f9f01f4 [5f9f01f4]] KPDF: Fix fullscreen crash due to uninitialized pointer<br/>This fixes #132. |
|||
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=fb5831b3 [fb5831b3]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=ea2da03e [ea2da03e]] kpdf: fix SEGV described in issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdegraphics/issues/127 #127]<br/>The crash only happens when building in debug mode.<br/>'m_showToolBarActionr' needs to be created after the 'kpdf_part' has<br/>been created. |
|||
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=7735a26b [7735a26b]] kolourpaint: use smooth resize as default selection at start |
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=7735a26b [7735a26b]] kolourpaint: use smooth resize as default selection at start |
||
== tdetoys == |
|||
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=58268265 [58268265]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=fc48d6a8 [fc48d6a8]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=04807af2 [04807af2]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=b4a2a361 [b4a2a361]] Merge translation files from master branch. |
|||
== tdeutils == |
== tdeutils == |
||
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=b8bb7f14 [b8bb7f14]] Use tdeinstance.h |
|||
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=43307b77 [43307b77]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=a5397d21 [a5397d21]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=242ac4c9 [242ac4c9]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=80ca7b28 [80ca7b28]] ark: Fix unzip v6 date parsing<br/>unzip v6 changed the date format from MM-DD-YY to YYYY-MM-DD.<br/>Fixes: https://bugs.trinitydesktop.org/show_bug.cgi?id=3207 |
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=80ca7b28 [80ca7b28]] ark: Fix unzip v6 date parsing<br/>unzip v6 changed the date format from MM-DD-YY to YYYY-MM-DD.<br/>Fixes: https://bugs.trinitydesktop.org/show_bug.cgi?id=3207 |
||
== tdeedu == |
|||
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=10fc13c5 [10fc13c5]] Kalzim: Add CMake detection and link for nums and zarith libraries.<br/>This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdeedu/issues/63 #63] |
|||
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=ebb81972 [ebb81972]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d18d1920 [d18d1920]] Texture improvements to kanagram & khangman |
|||
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=5bddbfac [5bddbfac]] Use tdeinstance.h |
|||
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b3c87903 [b3c87903]] kig: fix build without scripting |
|||
== tdegames == |
== tdegames == |
||
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=27ebcd13 [27ebcd13]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1e76d71a [1e76d71a]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=91b9533c [91b9533c]] changes the K on the token to a T |
|||
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=5470828b [5470828b]] Use tdeinstance.h |
|||
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f41b7082 [f41b7082]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=ec84191b [ec84191b]] changes the 9th card deck KDE text to TDE |
|||
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e13796cf [e13796cf]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e13796cf [e13796cf]] Merge translation files from master branch. |
||
== tdeaccessibility == |
|||
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=c4b20052 [c4b20052]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=b2581634 [b2581634]] Use tdeinstance.h |
|||
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=6b9a905c [6b9a905c]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=3f62b4f4 [3f62b4f4]] Merge translation files from master branch. |
|||
== tdeaddons == |
|||
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=a2d0c490 [a2d0c490]] Add an option to build without SSL<br/>Required in case tdelibs were build without SSL support |
|||
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=cc4a08b7 [cc4a08b7]] Use tdeinstance.h |
|||
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=422954ba [422954ba]] konq-plugins: use TDEMacros for the test |
|||
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=a9d7f7d0 [a9d7f7d0]] Merge translation files from master branch. |
|||
== tdeadmin == |
|||
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=ccd32f67 [ccd32f67]] Merge translation files from master branch. |
|||
== tdeartwork == |
|||
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=89c2adc7 [89c2adc7]] Improvements to kubical.png & crystal_fire.png + Icon Changes |
|||
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=07d48ec5 [07d48ec5]] improvements to the icon themes |
|||
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=56911bd3 [56911bd3]] Use tdeinstance.h |
|||
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=a5ff0336 [a5ff0336]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=6fbdf338 [6fbdf338]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=0ca1bde0 [0ca1bde0]] Adding the T to Konqi/Tonki's scarf |
|||
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=dfd8266e [dfd8266e]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=ea4a1721 [ea4a1721]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=ed0386ff [ed0386ff]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=0516d59c [0516d59c]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=3032bc36 [3032bc36]] Update translation template. |
|||
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=06b7e636 [06b7e636]] Add "flying_konqi.png" Wallpaper |
|||
== tdebindings == |
|||
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=07057daf [07057daf]] Use tdeinstance.h |
|||
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=94983cd1 [94983cd1]] Fix issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebindings/issues/40 #40] |
|||
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=457d756c [457d756c]] Replace TRUE/FALSE with boolean values true/false |
|||
== tdesdk == |
|||
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=2864cea0 [2864cea0]] Use tdeinstance.h |
|||
== tdevelop == |
|||
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=5f7b2eed [5f7b2eed]] Use tdeinstance.h |
|||
== tdewebdev == |
|||
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=2551a3a5 [2551a3a5]] Remove kxsldbg - has been moved to a separate repository. |
|||
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=903281bf [903281bf]] Use tdeinstance.h |
|||
== tde-i18n == |
== tde-i18n == |
||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e0043601 [e0043601]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=19aa5ce5 [19aa5ce5]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=251f4083 [251f4083]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=419bca17 [419bca17]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ed228bf [7ed228bf]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=749c2718 [749c2718]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=35106f8e [35106f8e]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6291ec70 [6291ec70]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=86295673 [86295673]] Update translation template. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99629b6c [99629b6c]] Remove kxsldbg - has been moved to a separate repository. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=437a8aab [437a8aab]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9bdc3edb [9bdc3edb]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16f58c10 [16f58c10]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=90137c4c [90137c4c]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2aff0db2 [2aff0db2]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=59968c59 [59968c59]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1b573430 [1b573430]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=279e0c6a [279e0c6a]] Update translation template. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=39b84d12 [39b84d12]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02d582fa [02d582fa]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0634e725 [0634e725]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e8a8feac [e8a8feac]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b06a9fa0 [b06a9fa0]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=07c1b61a [07c1b61a]] Update translation template. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8acd3413 [8acd3413]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b96bef33 [b96bef33]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4189cd3b [4189cd3b]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d9941114 [d9941114]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=43b32428 [43b32428]] Update translation template. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=337ce141 [337ce141]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2dddfe62 [2dddfe62]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4494fd08 [4494fd08]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0046caf [b0046caf]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9044ad0e [9044ad0e]] Update translation template. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca459988 [ca459988]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03c74ed4 [03c74ed4]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b1ad275 [3b1ad275]] Update translation template. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f7b441f1 [f7b441f1]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d4a53f2 [4d4a53f2]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1713d695 [1713d695]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4994015 [a4994015]] Update translation template. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=14dedf2c [14dedf2c]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4bd0eb06 [4bd0eb06]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65423420 [65423420]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1d1cf346 [1d1cf346]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30ed5b19 [30ed5b19]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7149afd4 [7149afd4]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=34a0a8cd [34a0a8cd]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4449db39 [4449db39]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2c175a4 [e2c175a4]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca60e587 [ca60e587]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9b6e19f [c9b6e19f]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d3a9d6e [4d3a9d6e]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e997ab6f [e997ab6f]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0ba11a48 [0ba11a48]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa8b9bcf [fa8b9bcf]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b2d894b4 [b2d894b4]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=55fa48ee [55fa48ee]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e1dfdbc7 [e1dfdbc7]] Replace TRUE/FALSE with boolean values true/false |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3dfdbe0e [3dfdbe0e]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=816725c7 [816725c7]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e5eef14a [e5eef14a]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8fd36ee6 [8fd36ee6]] Update translation template. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=42158b7c [42158b7c]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ed2a4354 [ed2a4354]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0ba33030 [0ba33030]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=07b07995 [07b07995]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76f14029 [76f14029]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ea7a01d1 [ea7a01d1]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a380e385 [a380e385]] Update translation template. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=780a49ae [780a49ae]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b939c3a0 [b939c3a0]] Update translation template. |
|||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0471e64c [0471e64c]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0471e64c [0471e64c]] Merge translation files from master branch. |
||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3968e35 [a3968e35]] Update translation template. |
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3968e35 [a3968e35]] Update translation template. |
||
| Line 55: | Line 313: | ||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8eda9a8f [8eda9a8f]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8eda9a8f [8eda9a8f]] Merge translation files from master branch. |
||
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=27a722c2 [27a722c2]] Update translation template. |
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=27a722c2 [27a722c2]] Update translation template. |
||
= libraries = |
|||
== libkipi == |
|||
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=fb5937f3 [fb5937f3]] Use tdeinstance.h |
|||
== kipi-plugins == |
|||
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=b72e9858 [b72e9858]] Use tdeinstance.h |
|||
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=3696c6a3 [3696c6a3]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=99419d2d [99419d2d]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=6c1380a7 [6c1380a7]] Merge translation files from master branch. |
|||
== libtdeldap == |
|||
* [https://git.trinitydesktop.org/cgit/libtdeldap/commit/?id=ae06b27e [ae06b27e]] Add systemd PAM module to common-session<br/>This is required for DBUS and related services to function properly |
|||
* [https://git.trinitydesktop.org/cgit/libtdeldap/commit/?id=341554f0 [341554f0]] Add group support |
|||
* [https://git.trinitydesktop.org/cgit/libtdeldap/commit/?id=dcffb305 [dcffb305]] Update for OpenLDAP 2.5<br/>OpenLDAP 2.5 switches from HDB to MDB. Update schema to match. |
|||
* [https://git.trinitydesktop.org/cgit/libtdeldap/commit/?id=01f0efc9 [01f0efc9]] Add initial Kerberos password change support |
|||
* [https://git.trinitydesktop.org/cgit/libtdeldap/commit/?id=ad930c33 [ad930c33]] Add support for nslcd<br/>nslcd is required on newer versions of Debian, and uses its own configuration<br/>file instead of /etc/ldap.conf |
|||
* [https://git.trinitydesktop.org/cgit/libtdeldap/commit/?id=cf5d7853 [cf5d7853]] Add jpegPhoto LDAP attribute to LDAPUserInfo object |
|||
* [https://git.trinitydesktop.org/cgit/libtdeldap/commit/?id=5d304494 [5d304494]] Clear binary attribute data on modify if replacement binary data length is 0 |
|||
* [https://git.trinitydesktop.org/cgit/libtdeldap/commit/?id=231ec5d9 [231ec5d9]] Fix OpenSSL command line arguments |
|||
== pytde == |
|||
* [https://git.trinitydesktop.org/cgit/pytde/commit/?id=caf4e2d3 [caf4e2d3]] Amendment to previous commit |
|||
* [https://git.trinitydesktop.org/cgit/pytde/commit/?id=1d4c1cd3 [1d4c1cd3]] Use tdeinstance.h |
|||
== pytdeextensions == |
|||
* [https://git.trinitydesktop.org/cgit/pytdeextensions/commit/?id=2352b08f [2352b08f]] Use tdeinstance.h |
|||
* [https://git.trinitydesktop.org/cgit/pytdeextensions/commit/?id=13ecfc35 [13ecfc35]] split() CXX value from python config var or env<br/>This fixes FTBFS caused by last commit (5e40676) |
|||
* [https://git.trinitydesktop.org/cgit/pytdeextensions/commit/?id=a5986a99 [a5986a99]] A more consistent compiler and flags config<br/>For compiler:<br/>* use the same one that was used to build python<br/>* [if none] use the one from CXX env var<br/>* [if none] fallback to c++<br/>For CXXFLAGS:<br/>* use python's recommended CFLAGS<br/>* append our own -fno-strict-aliasing<br/>* append user-provided CXXFLAGS |
|||
* [https://git.trinitydesktop.org/cgit/pytdeextensions/commit/?id=80f40bce [80f40bce]] Pass correct -rpath to libtool when build with --root |
|||
* [https://git.trinitydesktop.org/cgit/pytdeextensions/commit/?id=5d29a068 [5d29a068]] Avoid byte-compiling in case it is disabled |
|||
* [https://git.trinitydesktop.org/cgit/pytdeextensions/commit/?id=d25660c8 [d25660c8]] Fixup some warnings |
|||
= applications/development = |
= applications/development = |
||
== kdbg == |
|||
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=c99967dd [c99967dd]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=38aa8325 [38aa8325]] Merge translation files from master branch. |
|||
== kdiff3 == |
== kdiff3 == |
||
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=322e3e77 [322e3e77]] Amendment to previous commit |
|||
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=5298aa00 [5298aa00]] Use tdeinstance.h |
|||
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=ce90f9f0 [ce90f9f0]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=4b88ffcb [4b88ffcb]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=9ee069ed [9ee069ed]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=d1f8d0bd [d1f8d0bd]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=91db616e [91db616e]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=10ed942a [10ed942a]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=10ed942a [10ed942a]] Merge translation files from master branch. |
||
== kpicosim == |
== kpicosim == |
||
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=a15007f7 [a15007f7]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=00c04c7d [00c04c7d]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=475eb9ce [475eb9ce]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=475eb9ce [475eb9ce]] Merge translation files from master branch. |
||
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=164d8377 [164d8377]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=164d8377 [164d8377]] Merge translation files from master branch. |
||
| Line 66: | Line 369: | ||
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=567a3222 [567a3222]] Update translation template. |
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=567a3222 [567a3222]] Update translation template. |
||
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=7c8510e5 [7c8510e5]] Add missing Categories and GenericName to desktop file.<br/>This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/kpicosim/issues/13 #13] |
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=7c8510e5 [7c8510e5]] Add missing Categories and GenericName to desktop file.<br/>This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/kpicosim/issues/13 #13] |
||
== kscope == |
|||
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=a0ca78ea [a0ca78ea]] Merge translation files from master branch. |
|||
== kxmleditor == |
|||
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=18152897 [18152897]] Use tdeinstance.h |
|||
== piklab == |
|||
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=e4b7d21f [e4b7d21f]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=a2ccd54f [a2ccd54f]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=9efceb00 [9efceb00]] Merge translation files from master branch. |
|||
== tdesvn == |
|||
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=68558afe [68558afe]] Fix build&run of tests |
|||
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=0292a9a6 [0292a9a6]] cmake: replace deprecated exec_program() with execute_process() |
|||
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=57e05c82 [57e05c82]] Use tdeinstance.h |
|||
== universal-indent-gui-tqt == |
|||
* [https://git.trinitydesktop.org/cgit/universal-indent-gui-tqt/commit/?id=ddd09d7b [ddd09d7b]] Use centralized cmake version. |
|||
* [https://git.trinitydesktop.org/cgit/universal-indent-gui-tqt/commit/?id=2f85d2ce [2f85d2ce]] Clean the executable bit on source and configuration files. |
|||
= applications/games = |
= applications/games = |
||
| Line 71: | Line 394: | ||
* [https://git.trinitydesktop.org/cgit/tdeknighttour/commit/?id=acbca0ec [acbca0ec]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/tdeknighttour/commit/?id=acbca0ec [acbca0ec]] Merge translation files from master branch. |
||
* [https://git.trinitydesktop.org/cgit/tdeknighttour/commit/?id=6f19364b [6f19364b]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/tdeknighttour/commit/?id=6f19364b [6f19364b]] Merge translation files from master branch. |
||
== tdepacman == |
|||
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=00285ce3 [00285ce3]] Merge translation files from master branch. |
|||
= applications/graphics = |
= applications/graphics = |
||
== digikam == |
== digikam == |
||
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=4935462f [4935462f]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=376e7858 [376e7858]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=65f45719 [65f45719]] Fix static library dependencies. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/digikam/issues/56 #56] |
|||
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=88d5c6f7 [88d5c6f7]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=1c0a0ab3 [1c0a0ab3]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=aa7a1bb4 [aa7a1bb4]] Use tdeinstance.h |
|||
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=3daf55a1 [3daf55a1]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=346f9201 [346f9201]] Exclude from the installation of unwanted and now no longer existent Makefile.am.<br/>This solves FTBFS that came with issue [https://mirror.git.trinitydesktop.org/gitea/TDE/digikam/issues/52 #52] |
|||
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=b3429f19 [b3429f19]] Remove the unwanted x-test language from desktop file translations. |
|||
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=588cca23 [588cca23]] Add desktop files translations. |
|||
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=d3702134 [d3702134]] Drop autotools support |
|||
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=ea9d449a [ea9d449a]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=b83f9e4f [b83f9e4f]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=d3700fa0 [d3700fa0]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=4f18aea2 [4f18aea2]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=61cb1ebe [61cb1ebe]] Remove no longer used static libraries in cmake files |
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=61cb1ebe [61cb1ebe]] Remove no longer used static libraries in cmake files |
||
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=0254a594 [0254a594]] Fix showfoto usability.<br/>This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/digikam/issues/50 #50]<br/>The problem seems to be a known issue already addressed by the original<br/>authors. This is an extract from the 'ChangeLog' file that best<br/>describes the issue:<br/>```<br/>Fix a linking problem with showfoto, image plugins and<br/>--enable-gcc-hidden-visibility:<br/>All image plugins link to libdigikam.so.<br/>The showfoto executable however does not link to this lib, but<br/>statically links the relevant parts.<br/>With visibility hidden, now the linker obviously cannot see the<br/>already linked DImgInterface class,<br/>and there would be two different static variables for<br/>DImgInterface::instance(). One with the loaded<br/>image, the other (from the image plugins) with a null image.<br/>```<br/>Linking against libdigikam.so instead of including the libraries in a<br/>static way solves the issue. |
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=0254a594 [0254a594]] Fix showfoto usability.<br/>This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/digikam/issues/50 #50]<br/>The problem seems to be a known issue already addressed by the original<br/>authors. This is an extract from the 'ChangeLog' file that best<br/>describes the issue:<br/>```<br/>Fix a linking problem with showfoto, image plugins and<br/>--enable-gcc-hidden-visibility:<br/>All image plugins link to libdigikam.so.<br/>The showfoto executable however does not link to this lib, but<br/>statically links the relevant parts.<br/>With visibility hidden, now the linker obviously cannot see the<br/>already linked DImgInterface class,<br/>and there would be two different static variables for<br/>DImgInterface::instance(). One with the loaded<br/>image, the other (from the image plugins) with a null image.<br/>```<br/>Linking against libdigikam.so instead of including the libraries in a<br/>static way solves the issue. |
||
== gwenview == |
|||
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=01ed8a79 [01ed8a79]] Fix FTBFS because of missing header<br/>The FTBFS happens on a system with minimal-ish config of tdelibs and tqt<br/>i.e. no threading, no ssl etc. I didn't checked which one of the options<br/>triggers the FTBFS specifically, though it hardly matters. |
|||
== gwenview-i18n == |
|||
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=c1dfe023 [c1dfe023]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=92982a79 [92982a79]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=6a7de3c0 [6a7de3c0]] Merge translation files from master branch. |
|||
== ksquirrel == |
|||
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=aefe5040 [aefe5040]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=9d4d3dc3 [9d4d3dc3]] Add desktop files translations. |
|||
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=0f388499 [0f388499]] Drop support for automake builds |
|||
= applications/internet = |
= applications/internet = |
||
== kbiff == |
|||
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=b56694a2 [b56694a2]] Make check for WITH_MLED non-fatal<br/>There is no reason for the configuration check to be fatal, because the<br/>system the package builds on may be different from the one that it will<br/>run on.<br/>On the other hand the flag is pretty useless nowadays anyway, so print a<br/>hefty warning if the interface is missing. |
|||
== konversation == |
|||
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=7987e374 [7987e374]] Merge translation files from master branch. |
|||
== kshowmail == |
== kshowmail == |
||
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=c99f4572 [c99f4572]] Add missing Category to desktop file. This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/kshowmail/issues/16 #16] |
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=c99f4572 [c99f4572]] Add missing Category to desktop file. This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/kshowmail/issues/16 #16] |
||
== ktorrent == |
== ktorrent == |
||
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=51067729 [51067729]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=14e0cffb [14e0cffb]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=a61385e1 [a61385e1]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=002acc87 [002acc87]] Add desktop files translations.<br/>Fixed name for info widget plugin in desktop file. |
|||
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=d205f4cb [d205f4cb]] Drop support for autotools |
|||
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=7e90bb19 [7e90bb19]] Add cmake rules for utests and fix tester program |
|||
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=f95d80e6 [f95d80e6]] Remove empty files and unused code |
|||
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=4bceb112 [4bceb112]] Fix CMake FTBFS |
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=4bceb112 [4bceb112]] Fix CMake FTBFS |
||
== kvirc == |
|||
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a85d1534 [a85d1534]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=f27cc4a4 [f27cc4a4]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=33df7408 [33df7408]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=c5983faa [c5983faa]] Merge translation files from master branch. |
|||
== kvpnc == |
|||
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=80b9ccd1 [80b9ccd1]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=1f233e20 [1f233e20]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=5aaf336d [5aaf336d]] Merge translation files from master branch. |
|||
== smb4k == |
== smb4k == |
||
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=71ee36f1 [71ee36f1]] Use tdeinstance.h |
|||
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=837c2257 [837c2257]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=837c2257 [837c2257]] Merge translation files from master branch. |
||
== tork == |
|||
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=cada7ba2 [cada7ba2]] Use tdeinstance.h |
|||
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=58d51b46 [58d51b46]] Merge translation files from master branch. |
|||
= applications/misc = |
= applications/misc = |
||
== bibletime == |
== bibletime == |
||
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=df84fe45 [df84fe45]] Add linking of the clucene-shared library if needed.<br/>This resolve FTBFS when building with the upstream state of the clucene<br/>library, which does not list clucene-shared in the linking libraries.<br/>See Issue [https://mirror.git.trinitydesktop.org/gitea/TDE/bibletime/issues/31 #31] |
|||
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=a361f52b [a361f52b]] Use tdeinstance.h |
|||
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=896b5d40 [896b5d40]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=20cea301 [20cea301]] Update translation template. |
|||
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=bd0f86ab [bd0f86ab]] Remove sword version conditionals for 1.6 and 1.7<br/>These checks are no longer necessary since sword 1.7+ is required. |
|||
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=b878468e [b878468e]] Require sword version 1.7 or newer<br/>See: [https://mirror.git.trinitydesktop.org/gitea/TDE/bibletime/issues/32 TDE/bibletime#32] |
|||
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=519310b6 [519310b6]] Fix text rendering in display windows<br/>sword 1.7 introduced new APIs to SWModule, one of which is renderText.<br/>The old RenderText returned a const char*, however the new version<br/>returns a SWBuf copy on the stack. This doesn't work when passing it to<br/>TQString::fromUTF8 as the internal buffer is freed before the TQString<br/>is constructed.<br/>Note that RenderText in sword 1.7 and newer is a deprecated wrapper<br/>around renderText. |
|||
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=2853c718 [2853c718]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=2853c718 [2853c718]] Merge translation files from master branch. |
||
== compizconfig-backend-tdeconfig == |
|||
* [https://git.trinitydesktop.org/cgit/compizconfig-backend-tdeconfig/commit/?id=ada1f19c [ada1f19c]] Use tdeinstance.h |
|||
== desktop-effects-tde == |
== desktop-effects-tde == |
||
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=5c94fb93 [5c94fb93]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=5c94fb93 [5c94fb93]] Merge translation files from master branch. |
||
== kcmldap == |
|||
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=5fd63aaa [5fd63aaa]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=a2ce3885 [a2ce3885]] Update translation template. |
|||
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=0ec15749 [0ec15749]] Save Kerberos settings before creating machine entry in LDAP database in bonding wizard |
|||
== kcmldapcontroller == |
|||
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=09752aaa [09752aaa]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=0134f73e [0134f73e]] Update translation template. |
|||
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=76ae3217 [76ae3217]] Add support for group display names |
|||
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=3dc66978 [3dc66978]] Add memberOf overlay and enable |
|||
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=77f49884 [77f49884]] Update for OpenLDAP 2.5<br/>OpenLDAP 2.5 switches from HDB to MDB. Update schema to match. |
|||
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=755f944e [755f944e]] Only enable supported SASL mechanisms<br/>Without this, OpenLDAP will try to use SASL/SPNEGO instead of GSSAPI, which will fail on Heimdal servers |
|||
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=1f2f8b97 [1f2f8b97]] Fix OpenLDAP GSSAPI authentication |
|||
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=74358a77 [74358a77]] Write NSS configuration file on realm controller creation |
|||
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=1fb3a28f [1fb3a28f]] Don't attempt to access the LDAP server if the realm DC is blank<br/>If the realm DC is blank, it indicates that configuration has not reached<br/>a point where connection to the LDAP server is possible. Providing a blank<br/>DC to LDAP will always result in an invalid DN error.<br/>This resolves spurious popups when creating the first realm control server<br/>in a given realm. |
|||
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=9011d2d0 [9011d2d0]] Use correct path for TDE slapd plugin libraries |
|||
== kcmldapmanager == |
|||
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=bd5bacfa [bd5bacfa]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=5f15f7fd [5f15f7fd]] Update translation template. |
|||
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=3adbfc8a [3adbfc8a]] Add display name support to LDAP groups |
|||
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=645c0b00 [645c0b00]] Add ability to set user profile avatars |
|||
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=be12862d [be12862d]] Import ChFaceDlg from tdebase password manager KCM<br/>TODO: Determine if ChFaceDlg should be moved to tdelibs or if<br/>enough differentiation exists to justify separate LDAP variant |
|||
== kerberostray == |
|||
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=c6157ada [c6157ada]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=66b6c98e [66b6c98e]] Update translation template. |
|||
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=440584d1 [440584d1]] Add Kerberos password change option to popup menu |
|||
== krecipes == |
|||
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=00aca3f2 [00aca3f2]] Use TQImage rather than TQPixmap in the backend-oriented code<br/>TQImage is more suitable for i/o operations and long-term storage rather<br/>than TQPixmap (which is better for immediate display on the screen). The<br/>UI rarely does displays all those photos and does it one-by-one (i.e.<br/>there is no big gallery), so there is no significant performance penalty<br/>for the use of TQImage. On the contrary this way we should save some<br/>memory on allocations associated X11 stuff for pixmaps and loading time<br/>when the database contains a lot of photos.<br/>Note that there is yet another use of TQPixmap in `htmlexporter` which<br/>cannot be replaced because it uses TQPainter, which didn't supported<br/>QImage until Qt5. |
|||
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=8f59af12 [8f59af12]] Fix tests' execution without X11<br/>Note: kretest segfaults without a GUI because it makes use of TQPicture |
|||
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=7b2d5032 [7b2d5032]] Use locale-unaware functions when importing files<br/>Locale-aware version of MixedNumber::fromString() were causing problems<br/>when locale has a different decimal separator than dot (`.`). |
|||
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=84991f49 [84991f49]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=e0b3c0bd [e0b3c0bd]] Update translation template. |
|||
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=08dd1962 [08dd1962]] Fix FTBFS introduced by commit fbc41d7.<br/>The tests require an active X session, so they can not be part of an<br/>automated build system that runs in a clean X-less environment. |
|||
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=fbc41d79 [fbc41d79]] Fix importers/exporters bugs. Fix tests and add them to build process.<br/>The file `mx2test.txt` is taken from KRecipes 2.1 source code.<br/>Other tests have been adjusted based on the tests in KRecipes 2.1 source code. |
|||
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=9a622918 [9a622918]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=56287acd [56287acd]] Add desktop files translations. |
|||
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=dfc4e985 [dfc4e985]] Exclude tests binaries from translation template. |
|||
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=17f75d30 [17f75d30]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=c19a8472 [c19a8472]] Update translation template. |
|||
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=ca15b14d [ca15b14d]] Drop support for automake builds |
|||
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=7a5739d9 [7a5739d9]] Add cmake rules for tests files and make tests runnable. |
|||
= applications/multimedia = |
= applications/multimedia = |
||
== amarok == |
== amarok == |
||
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=21846706 [21846706]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=a17a5fbd [a17a5fbd]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b9bc67d4 [b9bc67d4]] Fix plural form of translations.<br/>The leading '_n: ' should not be part of the translations. |
|||
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=7fa14b61 [7fa14b61]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=3b19281b [3b19281b]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=0dbcbb72 [0dbcbb72]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=5c456e07 [5c456e07]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=ec7ba582 [ec7ba582]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=a5c1201a [a5c1201a]] Update translation template. |
|||
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b8c11599 [b8c11599]] Fix crash on collection rescan<br/>Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/amarok/issues/87 |
|||
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4c559eaf [4c559eaf]] Use tdeinstance.h |
|||
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=6363f013 [6363f013]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=cb84694b [cb84694b]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=9400c8f1 [9400c8f1]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=038e6d71 [038e6d71]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=e7f61b66 [e7f61b66]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=ea735672 [ea735672]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=78113b0f [78113b0f]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=9e75d9e9 [9e75d9e9]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8ca704de [8ca704de]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=283b3ada [283b3ada]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=834e9684 [834e9684]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=7793336b [7793336b]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=c69bae6e [c69bae6e]] Fix plural form of translations.<br/>The leading '_n: ' should not be part of the translations. |
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=c69bae6e [c69bae6e]] Fix plural form of translations.<br/>The leading '_n: ' should not be part of the translations. |
||
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=37ac9a1f [37ac9a1f]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=37ac9a1f [37ac9a1f]] Merge translation files from master branch. |
||
| Line 101: | Line 562: | ||
== codeine == |
== codeine == |
||
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=04fa0bc0 [04fa0bc0]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=66365179 [66365179]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=03a5b461 [03a5b461]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=03a5b461 [03a5b461]] Merge translation files from master branch. |
||
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=4a40edbd [4a40edbd]] Update translation template. |
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=4a40edbd [4a40edbd]] Update translation template. |
||
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=6d6bea81 [6d6bea81]] Add mute checkbox to volume slider<br/>Part of https://mirror.git.trinitydesktop.org/gitea/TDE/codeine/issues/5 |
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=6d6bea81 [6d6bea81]] Add mute checkbox to volume slider<br/>Part of https://mirror.git.trinitydesktop.org/gitea/TDE/codeine/issues/5 |
||
== k3b == |
|||
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=b65e67bf [b65e67bf]] Use tdeinstance.h |
|||
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=42420798 [42420798]] Fix discovery of sox binary<br/>Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/k3b/issues/58 |
|||
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=3a0b3976 [3a0b3976]] Fix normalize/normalize-audio discovery<br/>Look for both binary names "normalize-audio" (Debian) and "normalize"<br/>(all the rest distributions) when looking for the executable.<br/>Bug: https://mirror.git.trinitydesktop.org/gitea/TDE/k3b/issues/58 |
|||
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=ef96f9ee [ef96f9ee]] Fixup spaces in some files |
|||
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=fe3c00a6 [fe3c00a6]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=3eb3a479 [3eb3a479]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=51762e91 [51762e91]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=72d9c6a2 [72d9c6a2]] Merge translation files from master branch. |
|||
== k3b-i18n == |
|||
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=d9771b85 [d9771b85]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=34987592 [34987592]] Update translation template. |
|||
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=69d4b451 [69d4b451]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=c0f12cc4 [c0f12cc4]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=e51a0994 [e51a0994]] Merge translation files from master branch. |
|||
== k9copy == |
|||
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=04a9cc33 [04a9cc33]] Fix location of call to avcodec_close for old version of libavcodec |
|||
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=73b7471b [73b7471b]] Fix FTBFS with ffmeg 8.0. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/k9copy/issues/37 #37] |
|||
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=6fa85b81 [6fa85b81]] Merge translation files from master branch. |
|||
== kaffeine == |
== kaffeine == |
||
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=6656ec16 [6656ec16]] Use tdeinstance.h |
|||
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=99995941 [99995941]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=5fdbd1dd [5fdbd1dd]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=5fdbd1dd [5fdbd1dd]] Merge translation files from master branch. |
||
== kmplayer == |
|||
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=caac64c0 [caac64c0]] Use tdeinstance.h |
|||
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=beda85ac [beda85ac]] Fix a typo introduced by 433b311 |
|||
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=8d0392d4 [8d0392d4]] Remove mentions of dbus-tqt as it is not actually used |
|||
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=8d5a0ac5 [8d5a0ac5]] cmake: fix detection of libXext and libXv<br/>Also require them only if appropriate backends are getting built |
|||
== rosegarden == |
== rosegarden == |
||
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=81c43c5a [81c43c5a]] Solves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/rosegarden/issues/34 #34] 'value' is always '>= m_mediumKnee' if we enter that branch |
|||
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=2a455560 [2a455560]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=2a455560 [2a455560]] Merge translation files from master branch. |
||
== soundkonverter == |
|||
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=dacf7d40 [dacf7d40]] Merge translation files from master branch. |
|||
== tderadio == |
|||
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=8f14f955 [8f14f955]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=f38a34c5 [f38a34c5]] Merge translation files from master branch. |
|||
= applications/office = |
|||
== basket == |
|||
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=924efdee [924efdee]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=e1c34502 [e1c34502]] Use tdeinstance.h |
|||
== kbibtex == |
|||
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=2bd24b31 [2bd24b31]] Use tdeinstance.h |
|||
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=aa4a9260 [aa4a9260]] Merge translation files from master branch. |
|||
== kile == |
|||
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=89c6305f [89c6305f]] Use tdeinstance.h |
|||
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=691e48c2 [691e48c2]] Merge translation files from master branch. |
|||
== kmymoney == |
|||
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=22320406 [22320406]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=1492adbb [1492adbb]] Use tdeinstance.h |
|||
== knowit == |
|||
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=3da8daac [3da8daac]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=aed15235 [aed15235]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=bd9d66e8 [bd9d66e8]] Update translation template. |
|||
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=21253102 [21253102]] Add properties dialog entry to file menu<br/>Can be useful to quickly access options such as permissions. |
|||
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=41395393 [41395393]] Add last save status widget to status bar |
|||
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=ae9235ef [ae9235ef]] Merge translation files from master branch. |
|||
== koffice == |
|||
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=4bea8e1f [4bea8e1f]] chalk: add missing include in a .ui<br/>This fixes FTBFS on a system with minimal-ish configuration of<br/>tqt/tdelibs. |
|||
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=8c43bd93 [8c43bd93]] Use tdeinstance.h |
|||
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=da1d4d6a [da1d4d6a]] filters/xsltfilter: fix FTBFS against libxml 2.13+<br/>See: https://gitlab.gnome.org/GNOME/libxml2/-/commit/c011e7605d42030cf21acdece466aaddaeb5a360<br/>Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/koffice/issues/96 |
|||
== koffice-i18n == |
|||
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=c5cf5090 [c5cf5090]] Use tdeinstance.h |
|||
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=4d23c3cb [4d23c3cb]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=9075159c [9075159c]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ac477751 [ac477751]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=72155f9d [72155f9d]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=1ae8cde2 [1ae8cde2]] Merge translation files from master branch. |
|||
== kpilot == |
|||
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=7de33020 [7de33020]] Use tdeinstance.h |
|||
= applications/settings = |
= applications/settings = |
||
== kdpkg == |
|||
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=387abed3 [387abed3]] Merge translation files from master branch. |
|||
== kima == |
|||
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=4773a051 [4773a051]] Merge translation files from master branch. |
|||
== kiosktool == |
|||
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=b0654131 [b0654131]] Use tdeinstance.h |
|||
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=1f315aa1 [1f315aa1]] Merge translation files from master branch. |
|||
== kmyfirewall == |
== kmyfirewall == |
||
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=5c40c90e [5c40c90e]] Use tdeinstance.h |
|||
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=5938d02a [5938d02a]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=2d6e2d3a [2d6e2d3a]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=2d6e2d3a [2d6e2d3a]] Merge translation files from master branch. |
||
== tde-systemsettings == |
|||
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=8287c4e5 [8287c4e5]] Merge translation files from master branch. |
|||
== tdealternatives == |
|||
* [https://git.trinitydesktop.org/cgit/tdealternatives/commit/?id=1e811349 [1e811349]] Replace includehints section with includes in .ui files |
|||
* [https://git.trinitydesktop.org/cgit/tdealternatives/commit/?id=9b5946d4 [9b5946d4]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tdealternatives/commit/?id=07f94fa3 [07f94fa3]] Merge translation files from master branch. |
|||
== tdenetworkmanager == |
|||
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=24c5c10c [24c5c10c]] Merge translation files from master branch. |
|||
== tdesudo == |
|||
* [https://git.trinitydesktop.org/cgit/tdesudo/commit/?id=ee74a6b0 [ee74a6b0]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tdesudo/commit/?id=eef9bf28 [eef9bf28]] Merge translation files from master branch. |
|||
= applications/system = |
= applications/system = |
||
== dolphin == |
== dolphin == |
||
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=40bfd867 [40bfd867]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=30fbae06 [30fbae06]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=bce354fc [bce354fc]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=a382937d [a382937d]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=ffd6c547 [ffd6c547]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=ffd6c547 [ffd6c547]] Merge translation files from master branch. |
||
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=1513a0e9 [1513a0e9]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=1513a0e9 [1513a0e9]] Merge translation files from master branch. |
||
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=a37f13e7 [a37f13e7]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=a37f13e7 [a37f13e7]] Merge translation files from master branch. |
||
== kbfx == |
|||
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=6af8430d [6af8430d]] Merge translation files from master branch. |
|||
== knemo == |
== knemo == |
||
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=46ded288 [46ded288]] Use tdeinstance.h |
|||
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=6be64555 [6be64555]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=6be64555 [6be64555]] Merge translation files from master branch. |
||
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=393b648a [393b648a]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=393b648a [393b648a]] Merge translation files from master branch. |
||
== krusader == |
== krusader == |
||
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=7a7d3793 [7a7d3793]] Removed auto-generated cpp file that will be recreated from .ui file. This is blocking cmake builds |
|||
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=30a13fe5 [30a13fe5]] Restructure location of man file so that the 'tde_conditional_add_project_docs' macro will correctly handled it during cmake build |
|||
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=f6fbaeaf [f6fbaeaf]] Restructure doc folder to allow used of 'tde_conditional_add_project_docs' macro in cmake build |
|||
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=f9abd9d5 [f9abd9d5]] Restructure source folders |
|||
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=14d42d28 [14d42d28]] Remove original translation files |
|||
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=6405bf4d [6405bf4d]] Update translation template. |
|||
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=257ce9d6 [257ce9d6]] Copy translations to new folder |
|||
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=61991fd0 [61991fd0]] Cleanup pending references to files removed in commit b78b0a8 |
|||
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=f6aec4b7 [f6aec4b7]] Remove unneeded files |
|||
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=3eb33ce8 [3eb33ce8]] Fix FTBFS in local builds due to missing linkage of libkjs<br/>(undefined reference to symbol KJS::ValueImp::dispatchToObject(ExecState*)) |
|||
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=753b0ef6 [753b0ef6]] Use tdeinstance.h |
|||
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=823c0800 [823c0800]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=4c93616e [4c93616e]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=4c93616e [4c93616e]] Merge translation files from master branch. |
||
== kshutdown == |
|||
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=8537b52c [8537b52c]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=d9a9118e [d9a9118e]] Merge translation files from master branch. |
|||
== ksystemlog == |
|||
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=604128f0 [604128f0]] Merge translation files from master branch. |
|||
== kvkbd == |
|||
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=17fcb3af [17fcb3af]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=4e9d9144 [4e9d9144]] Merge translation files from master branch. |
|||
== polkit-agent-tde == |
|||
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=4d5c00a7 [4d5c00a7]] Add missing <includes> in a .ui<br/>This fixes FTBFS on a system with minimal-ish configuration of<br/>tqt/tdelibs. |
|||
== tdebluez == |
|||
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ece9ca00 [ece9ca00]] Remove empty includehints section from .ui files |
|||
== tdepowersave == |
|||
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=adfc28f7 [adfc28f7]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=807d15d8 [807d15d8]] Merge translation files from master branch. |
|||
== xdg-desktop-portal-tde == |
|||
* [https://git.trinitydesktop.org/cgit/xdg-desktop-portal-tde/commit/?id=30c096d5 [30c096d5]] Use TDE instead of Trinity. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/638 TDE/tdebase#638] |
|||
== yakuake == |
|||
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=85d31431 [85d31431]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=78151ecb [78151ecb]] Merge translation files from master branch. |
|||
= applications/tdeio = |
|||
== tdeio-appinfo == |
|||
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=dd0c4f04 [dd0c4f04]] Use tdeinstance.h |
|||
== tdeio-apt == |
|||
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=411538b5 [411538b5]] Use tdeinstance.h |
|||
== tdeio-ftps == |
|||
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=c6d0c461 [c6d0c461]] Use tdeinstance.h |
|||
== tdeio-gopher == |
|||
* [https://git.trinitydesktop.org/cgit/tdeio-gopher/commit/?id=795d0c3a [795d0c3a]] Use tdeinstance.h |
|||
== tdeio-locate == |
|||
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=54425693 [54425693]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=07918a13 [07918a13]] Merge translation files from master branch. |
|||
== tdeio-umountwrapper == |
|||
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=ad338b55 [ad338b55]] Merge translation files from master branch. |
|||
= applications/themes = |
= applications/themes = |
||
== gtk-qt-engine == |
== gtk-qt-engine == |
||
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=65bd9833 [65bd9833]] Use the complete definition of the prototype function gtk_style_render_icon.<br/>This solves FTBFS in checking the compatibility of pointers. |
|||
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=8b0e27be [8b0e27be]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=798f5f1f [798f5f1f]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=798f5f1f [798f5f1f]] Merge translation files from master branch. |
||
== kgtk-qt3 == |
|||
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=cffd7e8d [cffd7e8d]] Use the complete definition of the prototype functions.<br/>This solves FTBFS in checking the compatibility of pointers. |
|||
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=72ec6643 [72ec6643]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=5306f5e7 [5306f5e7]] Merge translation files from master branch. |
|||
== tde-style-baghira == |
|||
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=c43d3e02 [c43d3e02]] Use tdeinstance.h |
|||
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=7dbcdd01 [7dbcdd01]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=21243626 [21243626]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=0b30a90b [0b30a90b]] Update translation template. |
|||
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=1183181b [1183181b]] Add option to center popup and fix typo |
|||
== tde-style-polyester == |
|||
* [https://git.trinitydesktop.org/cgit/tde-style-polyester/commit/?id=4e436dc4 [4e436dc4]] Add missing <includes> in a .ui<br/>This fixes FTBFS on a system with minimal-ish configuration of<br/>tqt/tdelibs. |
|||
== tde-style-qtcurve == |
== tde-style-qtcurve == |
||
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=f9942e8b [f9942e8b]] Setup gcc visibility and clean up cmake files. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tde-style-qtcurve/issues/22 #22] |
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=f9942e8b [f9942e8b]] Setup gcc visibility and clean up cmake files. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tde-style-qtcurve/issues/22 #22] |
||
== twin-style-dekorator == |
|||
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=630590d0 [630590d0]] Merge translation files from master branch. |
|||
== twin-style-suse2 == |
|||
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=60b2bbb9 [60b2bbb9]] Merge translation files from master branch. |
|||
= applications/utilities = |
= applications/utilities = |
||
== abakus == |
|||
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=bb15b884 [bb15b884]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=2b871c9c [2b871c9c]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=652bf810 [652bf810]] Merge translation files from master branch. |
|||
== filelight == |
|||
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=317bbd8c [317bbd8c]] Merge translation files from master branch. |
|||
== kbarcode == |
|||
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6a3f4000 [6a3f4000]] Fix build WITH_NATIVE_GNU_BARCODE enabled.<br/>I verified that app compiles and starts fine with the GnuBarcode backend<br/>enabled. During runtime no noticeable regressions were spotted.<br/>The whole virtual BarkodeEngine::operator=() thing seems to me like<br/>quite a lousy design, but I don't feel comfortable enough to rework the<br/>code. |
|||
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=f5912310 [f5912310]] Avoid linking with kjs if javascript support is dissabled |
|||
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=ae6631f3 [ae6631f3]] Merge translation files from master branch. |
|||
== kchmviewer == |
== kchmviewer == |
||
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=f02aa21b [f02aa21b]] Use tdeinstance.h |
|||
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=dbbf7cbc [dbbf7cbc]] Fix misspelled DCOP-bingings document |
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=dbbf7cbc [dbbf7cbc]] Fix misspelled DCOP-bingings document |
||
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=0fbfccea [0fbfccea]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=0fbfccea [0fbfccea]] Merge translation files from master branch. |
||
== kdirstat == |
|||
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=149b7814 [149b7814]] Merge translation files from master branch. |
|||
== knutclient == |
|||
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=33ea62d2 [33ea62d2]] Merge translation files from master branch. |
|||
== kommando == |
== kommando == |
||
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=7f216eca [7f216eca]] Use <include> rather than <includehint> in .ui file<br/>This fixes FTBFS on a system with minimal-ish configuration of<br/>tqt/tdelibs.<br/>Note: tqtdesigner also wants to resave thees <includehints> as<br/><includes>. I suspect the former one were used by some earlier versions<br/>of designer. |
|||
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=c14117aa [c14117aa]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=19629531 [19629531]] Merge translation files from master branch. |
|||
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=53da2a6b [53da2a6b]] Merge translation files from master branch. |
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=53da2a6b [53da2a6b]] Merge translation files from master branch. |
||
== kompose == |
|||
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=198b4a51 [198b4a51]] Merge translation files from master branch. |
|||
== krename == |
|||
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=27ac4ea4 [27ac4ea4]] Merge translation files from master branch. |
|||
= packaging = |
= packaging = |
||
== packaging == |
== packaging == |
||
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=ee79e7db [ee79e7db]] ArchLinux: Update for final R14.1.5.<br/>Removed packages for dependencies that are already<br/>part of the official repository.<br/>Added gtk2 packages to dependencies as per AUR.<br/>Added some new pkgbuilds. |
|||
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=ef09f740 [ef09f740]] RPM: final update for 14.1.5 |
|||
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=d114f25b [d114f25b]] FreeBSD: Update for final R14.1.5. |
|||
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=9a981abe [9a981abe]] RPM: update packaging for R14.1.5 |
|||
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=16831320 [16831320]] DEB krusader: remove krusader-trinity-dbg .deb package. Debug symbols are build into krusader-trinity-dbgsym |
|||
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=18638b67 [18638b67]] DEB krusader: remove unnecessary files |
|||
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=72d5a372 [72d5a372]] DEB tdebase: Refresh patches. |
|||
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=160d292d [160d292d]] DEB tdexsldbg: Move from tdewebdev into a standalone package. |
|||
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=75094529 [75094529]] DEB pytdeextensions: Switch to use debhelper with pybuild instead of python-distutils. |
|||
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=abf4a945 [abf4a945]] DEB tde-cdbs: Add recognition of build system by Makefile.am.in. |
|||
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=ab0c4bcb [ab0c4bcb]] DEB tde-cmake: Allow unusual CMake package version prefix.<br/>This solves the situation where Debian was forced to return<br/>to the older CMake version, but due to the continuity of the<br/>versions it was necessary to use an unusual prefix. |
|||
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=770b9070 [770b9070]] DEB tdeedu (dilos): Add libzarith-ocaml-dev to Build-depends. |
|||
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=0b35d461 [0b35d461]] DEB tdeedu: Add libzarith-ocaml-dev to Build-depends.<br/>This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdeedu/issues/64 TDE/tdeedu#64] |
|||
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=36be5e27 [36be5e27]] DEB smartcardauth: Switch to using tde-cdbs rules. |
|||
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=759e5b4f [759e5b4f]] DEB: Remove direct include for cmake.mk. Now it is automatically included by tde.mk,<br/>or using tde.mk rules for CMake builds with cdbs >= 0.4.177. |
|||
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=14652414 [14652414]] DEB tde-cdbs: Add basic CMake build rules from cmake.mk to tde.mk.<br/>Added automatic selection of build system based on the presence<br/>of CMakeLists.txt or Makefile.am.<br/>Note: cmake.mk is removed in cdbs >= 0.4.177 |
|||
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=d4551f06 [d4551f06]] DEB krusader: update for new folder structure |
|||
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=bb377119 [bb377119]] DEB tdepim: update following new version of libgpgme++ library |
|||
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f7b306c0 [f7b306c0]] DEB: add forky and remove buster support |
|||
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=de428810 [de428810]] DEB tdelibs: remove kinstance.h from installed files |
|||
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=07b5c72d [07b5c72d]] DEB tdelibs: rename kinstance.{h,cpp} |
|||
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=248f63b3 [248f63b3]] DEB: fix debian/rules to allow the source packages to be created without having tde-cdbs installed |
|||
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=b1be00ee [b1be00ee]] DEB tdebase: rename kde4ever.png into trinity4ever.png. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/625 TDE/tdebase#625] |
|||
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=75d03f59 [75d03f59]] DEB ubuntu: add support for Questing and drop support for Mantic |
|||
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f893f36e [f893f36e]] DEB krecipes: add 'check' target |
|||
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=9b12b395 [9b12b395]] ArchLinux tdegraphics: Force rebuild due to poppler update to 25.05.x. |
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=9b12b395 [9b12b395]] ArchLinux tdegraphics: Force rebuild due to poppler update to 25.05.x. |
||
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=b2ff13a1 [b2ff13a1]] RPM: add packages for tdealternatives and tdeknighttour<br/> |
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=b2ff13a1 [b2ff13a1]] RPM: add packages for tdealternatives and tdeknighttour<br/> |
||
Latest revision as of 10:11, 9 November 2025
dependencies
tde-cmake
tqt
- [894037c3] Amend to previous 'replace TRUE/FALSE' commit
(manually cherry-picked from commit 649c4c61a1f1f479f4532b196f68df476cef2680) - [6e4a70d4] Replace TRUE/FALSE with boolean values true/false - part 3
(cherry picked and manually edited from commit 6dd781c483eea56f51ae0eff47d857976b5d0f0d) - [81ade129] Replace TRUE/FALSE with boolean values true/false - part 2
- [35ced32e] Replace TRUE/FALSE with boolean values true/false - part 1
- [7dd4848d] Fix handling of socket notifier events in gmainloop functions.
This resolves issue #231 - [d4981524] Improve X11 'ProcessEvents()' with some code from the equivalent glib version
- [d7d6cb21] Explicitly add 'ExcludeTimers' to 'ProcessEvent' enum
- [5e1b3105] Do not check for expired TQt timers in 'gsourcePrepare' and 'gsourceCheck'
since timers are only activated by the main GUI thread in 'gsourceDispatch'.
This solves issue TDE/tdebase#635 - [331b0cab] Update readme to reflect the change from TQt3 to TQt
- [68744b0c] Add missing templates for translations.
akode
dbus-1-tqt
- [4f3444b1] add a static interface method to the class generator
libr
- [47ca6398] Use compilation config-time checks instead of linker version
To rely on current linker's version to determine the libbfd version is
unreliable. In particular it's likely to yield wrong result in next
use-cases:
- cross-compilations
- build with non-GNU toolchain
- just build with another linker version
Unfortunately libbfd doesn't provide a reliable way to retrieve version
information, so we will have to check for features in specific versions
we are interested in.
Note: this essentially reverts most of the changes introduced by
c57eae31615bc70072c7e99d712c2285817bd2e5. - [f12839f5] Update for API change in binutils 2.45.
Simplify binutils version definitions.
sip4-tqt
- [390e31ff] Add a spec for linux-clang
Fixes: https://mirror.git.trinitydesktop.org/gitea/TDE/sip4-tqt/issues/35
Co-authored-by: Alexander Golubev
pytqt
core
tdelibs
- [16015a9e] Update to final version R14.1.5
- [4e086ed9] Changes accessories-character-map icons K to a T
- [8a376f63] Removed no longer required dummy kinstance.h file
- [20209555] Rename kinstance.{h,cpp} to tdeinstance.{h,cpp}. A dummy kinstance.h has been temporarily added to keep other apps building while the replacement is completed across all TDE code base.
(manually cherry-picked from commit cfe383b06) - [e3335858] Fix build with PCRE2 disabled
- [5dd51ef5] Fix build with SSL disabled
- [7bfcba48] Fix build WITH_LIBBFD and libbfd 2.34+
Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/tdelibs/issues/368 - [dd898a20] Allow build without libnm installed
libnm is not actually required, but rather used only to determine the
value of NM_VPN_SERVICE_DIR. So it's fine to build with NM support but
without the lib. Since we already provide a default for the parameter
print a warning instead of a fatal message in case the value couldn't
be determined. - [a04f73e5] updated go.png icon and top-left.png
- [f9984cdb] adds the T to konqi's bib
- [72ece6c6] improves the crystalsvg icons and other misc textures
- [ca275a63] Replace TRUE/FALSE with boolean values true/false
- [3afb7eb4] Fix up few tqt3 -> tqt renames missed in previous commit
- [07fcd9de] Adapt path to new tqt location
- [ba278f6b] Update version to R14.1.5~[DEVELOPMENT]
tdebase
- [0bec493f] Add final version of release notes for R14.1.5
- [ba91c3db] Merge translation files from master branch.
- [1108949b] starttde: drop support for kde4 session shutdown
As noticed in the patch attached to #322 the code was broken for ages
anyway.
Bug: https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/322 - [0dfdbf7e] starttde: remove some obsolete comments
- I believe the PATH order question was resolved by place_before_in_path
function.
- tdeinit_phase1 is no more experimental after a decade. - [ff06d2b2] starttde: drop support for autouse of ~/.kde as TDEHOME
The changes are loosely based on starttde proposed by @Woodsman in [1].
[1]: https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/322 - [a53681f3] starttde: make adding games to PATH conditional
- [7bf546b2] starttde: set XDG_CURRENT_DESKTOP unless already defined
Bug: https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/322
Co-authored-by: Alexander Golubev - [71b4350a] starttde: A lot of minor changes
Namely:
- Re-wrapping of text
- Some rewording of comments
- Replacement of back-ticks `` with $()
- A few additional output messages - [5a925407] starttde: fix idents
- [e5488519] kicker: change the internal layout of systray
This makes clocks embedded into systray unaffected by systray's margin
value. - [d628b687] kicker: redraw systray after changing its layout
This fixes an issue with systray not being redrawn upon panel width
change. - [e57d8d3f] kicker: add an option to set external margin for tray icons
This commit adds an option to set both: margin (space from an icon to
the border) and spacing (space between two neighbouring icons). The
option to tweak spacing was previously introduced in fa284a4598 and was
called "margin" the actual margin was reduced to 0. Unfortunately that
had its own unwanted side-effects listed in #647. Before fa284a4598 the
margin and spacing were fixed to be 1.
This commit restores old defaults for margin & spacing i.e. 1 to better
conform to config of older systems. Effectively this resolved most
issues raised in #647 and eliminates any regressions, though there are
some caveat cases when the behaviour is not ideal e.g. next settings:
panel_width=47
spacing=1
margin=0
result in next layout:
[0px][icon][2px][icon][1px]
when ideal would be:
[1px][icon][1px][icon][1px]
On the other hand in such a case a user should probably just use
margin=spacing=1.
Besides that commit contains some minor refactoring.
Bug: https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/647 - [2b3d07c2] kicker: minor fixup of spacing in a file
- [5a35ab90] Merge translation files from master branch.
- [faddf457] Merge translation files from master branch.
- [cea9fcba] add minor diagnostics to starttde
.. to see which XDG_CONFIG_DIRS are set by the script.
This is interesting on platform which use this environment varialble
to find the desktop files from the trinity installation.
See https://mirror.git.trinitydesktop.org/gitea/TDE/tde/issues/232
for a use case where this kind of output is useful. - [981802ad] Remove copypaste artifacts "i=" from main_low_apply() calls
This fixes a crash in tderandrtray on display reconnect, noticed during
debugging TDE/tdelibs/376.
Bug: https://mirror.git.trinitydesktop.org/gitea/TDE/tdelibs/issues/376 - [5f202267] Merge translation files from master branch.
- [2d93220f] kdesktop: simplify lock process code. This ensure correct cleanup in case of unexpected termination of the process.
- [af61964f] kdesktop: make sure the saver/lock remains responsive even when invokation has failed.
This could happen for example when a popup menu is open and the saver
autolock timeout expires. Before this commit, both kdesktop and the
X11 server would be in a dirty start and the saver/lock would either not
work anymore or not hide the windows on the screen.
It was necessary to kill and restart kdesktop to restore proper
functionality.
Note: the conditional return value of 0 or 12 at main.cpp:554 is a temporary
measure to prevent the screen to forcibly lock if the user forgets a popup
menu open and the saver timeout expires. Once the issue with input grabbing
is solved, we can remove the conditional return value and simply return an error
in such condition. Same applies to the variable trinity_desktop_lock_failed_grab,
which will no longer be needed in such case.o - [7d838f42] kdesktop: rename some methods to better differentiate between the lock process terminating and the screen getting unlocked
- [90aa4f4c] kdesktop: simplify duplicated code
- [71d899bb] Merge translation files from master branch.
- [8b77e8e8] Merge translation files from master branch.
- [92abe4ff] Fixes andes-venezolanos Wallpaper that has the K underneath the T
- [5fe42444] Changes lower case k to lower case t on klipper icon + other few changes
- [9f2cbbb8] Merge translation files from master branch.
- [02fff752] Restores the Trinity logo on lineart.svgz + other changes
- [feb3d144] Merge translation files from master branch.
- [2e0f267a] Use tdeinstance.h
- [9e404dea] More improvements to various wallpapers and some other various textures
- [f79d9859] Merge translation files from master branch.
- [e3814d80] Kicker: aesthetic improvements
* New icon margin option for the system tray applet
* Panel blur effect strength is now configurable
* 3D border option tin minipager
* Ability to rename desktops when minipager label not displaying desktop name - [2f42993e] Merge translation files from master branch.
- [c2b18a1e] [minor] tdeioslave/media: remove a trailing \n in the error string
Note that other strings assigned to m_errorStr don't have a trailing endline. - [e7164133] kate: [minor] remove an unmatched cloasing tag
- [d4b3598f] kdesktop: fix deadlock condition between kdesktop and kdesktop lock.
The logic to handle communication with kdesktop_lock is now running
completely in a separate thread and event loop, meaning the main GUI
thread remains responsive all the time and can handle interaction with
X11, DCOP and DBUS calls. This resolves issue #589
The commit also solves the first problem reported in issue #640 and
loosely related to PR #526. - [a1675350] Merge translation files from master branch.
- [a0c0208c] Merge translation files from master branch.
- [209a1d0c] Merge translation files from master branch.
- [3bd9f798] Merge translation files from master branch.
- [f95183d4] Merge translation files from master branch.
- [77e310b1] Improving graphic of Konqueror
- [3dd72a4e] Merge translation files from master branch.
- [dbed4c45] Merge translation files from master branch.
- [c45ee09d] Merge translation files from master branch.
- [7f36db47] Replace TRUE/FALSE with boolean values true/false
- [ecaede25] improvement to the konqui wallpaper
- [de1885f0] improvenments to the crystalsvg icons & over misc tde textures
- [5301f030] Add improved handbook text about the panel button stacking behavior
- [97a133a5] TWin: Fix tiling from window menu and geom_restore. Resolves issue #624
- [786c710e] Merge translation files from master branch.
- [7f412e76] Merge translation files from master branch.
- [aa1b40e5] Merge translation files from master branch.
- [a8360fb7] twin: allow wider tiling bands and increase activation delay timer granularity
- [e0e7c87f] Fix typo in krootbacking/main.cpp
- [68e822b1] Merge translation files from master branch.
- [1f0b2eb4] twin: Use screen geometry when active borders are in tiling mode
- [0fdf9a3e] Merge translation files from master branch.
- [2eb01e65] Merge translation files from master branch.
- [cd40ceaa] kdesktop: add documentation about POSIX signals usage
- [5432b6f8] Merge translation files from master branch.
- [36b81fcd] Add draft R14.1.5 release notes
tdepim
- [f0a5f0b7] Updates top-left.png trinity logo to the new version
- [c2414c0a] update the logo the kmail to have new version
- [89161d92] tdenetwork: remove trust item and trust list related code. This resolves issue #162
libgpgme-dev 2.0 completely removed the code related to trust item and
trust list. Moreover according the their author, that code was only
working for a brief time around 2003. In view of that, the code in TDE
has been fully removed rather than making conditional based on the
library version available. - [6905cc3e] Addendum to last commit (only for r14.1.x branch)
- [ba74d79c] Use tdeinstance.h
- [a88d4d64] Replace TRUE/FALSE with boolean values true/false
tdemultimedia
- [3a4cb3d9] Use tdeinstance.h
- [50b77ee6] Merge translation files from master branch.
- [ef68c572] Merge translation files from master branch.
- [8c5bf7fe] Replace TRUE/FALSE with boolean values true/false
tdenetwork
- [fcb57dca] kopete/sms: fix FTBFS when building with gsmlib
This is a fixup to the previous series of patches to kopete/sms. - [d865714d] kopete/sms: overhaul build/configure process with gsmlib
* Build cpp files conditionally rather than #ifdef their content
* Rename {INCLUDE_SMSGSM -> HAVE_GSMLIB} for consistency
* Merge gsmlib's configuration check to the ConfigureChecks.cmake in the
root directory. - [9e16e0eb] kopete/sms: fix account manipulation issues
This fixes error message on account creation about inability to load
service with empty name. As well as issue about that settings after
changing them won't apply until restart of kopete. - [009ba79c] kopete/sms: fix a crash caused by returning a reference to local object
- [61f8e96f] kopete/sms: move INCLUDE_SMSGSM to the root config
This fixes INCLUDE_SMSGSM's #ifdef`s in
kopete/protocols/sms/serviceloader.cpp which were ignored before. - [719f290d] Use tdeinstance.h
- [93a42da1] kopete/sms: Remove deprecated throw() specifiers
This fixes FTBFS when kopete is built with BUILD_KOPETE_PROTOCOL_SMS and
WITH_GSM and c++ standard >=c++17. - [70641582] minor adjustment tweaks to the blue & green konqi background
- [8dc325fb] Add "Paste" command to krdc (#102).
This adds a "Paste" command to the toolbar which sends the current
clipboard content to the remote host as key presses.
Not implemented for RDP as we appear to defer to rdesktop and I'm not
sure if we can reliably do it there (also krdc RDP isn't working for me
right now). - [eea2e3ba] Merge translation files from master branch.
- [17553d03] Merge translation files from master branch.
- [081b0d43] Merge translation files from master branch.
- [13518ffe] changes the kopete konqi theme kde backgrounds to trinity
- [2cab1f30] Replace TRUE/FALSE with boolean values true/false
- [b2cb25ce] Use the normal mouse pointer when local mouse pointer is enabled in krdc.
The previously-included mouse pointer is invisible against dark
backgrounds.
https://mirror.git.trinitydesktop.org/gitea/TDE/tdenetwork/issues/98
tdegraphics
- [ddb0c7bf] Addendum to last commit (only for r14.1.x branch)
- [15e9344f] Use tdeinstance.h
- [5f9f01f4] KPDF: Fix fullscreen crash due to uninitialized pointer
This fixes #132. - [fb5831b3] Merge translation files from master branch.
- [ea2da03e] kpdf: fix SEGV described in issue #127
The crash only happens when building in debug mode.
'm_showToolBarActionr' needs to be created after the 'kpdf_part' has
been created. - [7735a26b] kolourpaint: use smooth resize as default selection at start
tdetoys
- [58268265] Merge translation files from master branch.
- [fc48d6a8] Merge translation files from master branch.
- [04807af2] Merge translation files from master branch.
- [b4a2a361] Merge translation files from master branch.
tdeutils
- [b8bb7f14] Use tdeinstance.h
- [43307b77] Merge translation files from master branch.
- [a5397d21] Merge translation files from master branch.
- [242ac4c9] Merge translation files from master branch.
- [80ca7b28] ark: Fix unzip v6 date parsing
unzip v6 changed the date format from MM-DD-YY to YYYY-MM-DD.
Fixes: https://bugs.trinitydesktop.org/show_bug.cgi?id=3207
tdeedu
- [10fc13c5] Kalzim: Add CMake detection and link for nums and zarith libraries.
This resolves issue #63 - [ebb81972] Merge translation files from master branch.
- [d18d1920] Texture improvements to kanagram & khangman
- [5bddbfac] Use tdeinstance.h
- [b3c87903] kig: fix build without scripting
tdegames
- [27ebcd13] Merge translation files from master branch.
- [1e76d71a] Merge translation files from master branch.
- [91b9533c] changes the K on the token to a T
- [5470828b] Use tdeinstance.h
- [f41b7082] Merge translation files from master branch.
- [ec84191b] changes the 9th card deck KDE text to TDE
- [e13796cf] Merge translation files from master branch.
tdeaccessibility
- [c4b20052] Merge translation files from master branch.
- [b2581634] Use tdeinstance.h
- [6b9a905c] Merge translation files from master branch.
- [3f62b4f4] Merge translation files from master branch.
tdeaddons
- [a2d0c490] Add an option to build without SSL
Required in case tdelibs were build without SSL support - [cc4a08b7] Use tdeinstance.h
- [422954ba] konq-plugins: use TDEMacros for the test
- [a9d7f7d0] Merge translation files from master branch.
tdeadmin
- [ccd32f67] Merge translation files from master branch.
tdeartwork
- [89c2adc7] Improvements to kubical.png & crystal_fire.png + Icon Changes
- [07d48ec5] improvements to the icon themes
- [56911bd3] Use tdeinstance.h
- [a5ff0336] Merge translation files from master branch.
- [6fbdf338] Merge translation files from master branch.
- [0ca1bde0] Adding the T to Konqi/Tonki's scarf
- [dfd8266e] Merge translation files from master branch.
- [ea4a1721] Merge translation files from master branch.
- [ed0386ff] Merge translation files from master branch.
- [0516d59c] Merge translation files from master branch.
- [3032bc36] Update translation template.
- [06b7e636] Add "flying_konqi.png" Wallpaper
tdebindings
- [07057daf] Use tdeinstance.h
- [94983cd1] Fix issue #40
- [457d756c] Replace TRUE/FALSE with boolean values true/false
tdesdk
- [2864cea0] Use tdeinstance.h
tdevelop
- [5f7b2eed] Use tdeinstance.h
tdewebdev
tde-i18n
- [e0043601] Merge translation files from master branch.
- [19aa5ce5] Merge translation files from master branch.
- [251f4083] Merge translation files from master branch.
- [419bca17] Merge translation files from master branch.
- [7ed228bf] Merge translation files from master branch.
- [749c2718] Merge translation files from master branch.
- [35106f8e] Merge translation files from master branch.
- [6291ec70] Merge translation files from master branch.
- [86295673] Update translation template.
- [99629b6c] Remove kxsldbg - has been moved to a separate repository.
- [437a8aab] Merge translation files from master branch.
- [9bdc3edb] Merge translation files from master branch.
- [16f58c10] Merge translation files from master branch.
- [90137c4c] Merge translation files from master branch.
- [2aff0db2] Merge translation files from master branch.
- [59968c59] Merge translation files from master branch.
- [1b573430] Merge translation files from master branch.
- [279e0c6a] Update translation template.
- [39b84d12] Merge translation files from master branch.
- [02d582fa] Merge translation files from master branch.
- [0634e725] Merge translation files from master branch.
- [e8a8feac] Merge translation files from master branch.
- [b06a9fa0] Merge translation files from master branch.
- [07c1b61a] Update translation template.
- [8acd3413] Merge translation files from master branch.
- [b96bef33] Merge translation files from master branch.
- [4189cd3b] Merge translation files from master branch.
- [d9941114] Merge translation files from master branch.
- [43b32428] Update translation template.
- [337ce141] Merge translation files from master branch.
- [2dddfe62] Merge translation files from master branch.
- [4494fd08] Merge translation files from master branch.
- [b0046caf] Merge translation files from master branch.
- [9044ad0e] Update translation template.
- [ca459988] Merge translation files from master branch.
- [03c74ed4] Merge translation files from master branch.
- [3b1ad275] Update translation template.
- [f7b441f1] Merge translation files from master branch.
- [4d4a53f2] Merge translation files from master branch.
- [1713d695] Merge translation files from master branch.
- [a4994015] Update translation template.
- [14dedf2c] Merge translation files from master branch.
- [4bd0eb06] Merge translation files from master branch.
- [65423420] Merge translation files from master branch.
- [1d1cf346] Merge translation files from master branch.
- [30ed5b19] Merge translation files from master branch.
- [7149afd4] Merge translation files from master branch.
- [34a0a8cd] Merge translation files from master branch.
- [4449db39] Merge translation files from master branch.
- [e2c175a4] Merge translation files from master branch.
- [ca60e587] Merge translation files from master branch.
- [c9b6e19f] Merge translation files from master branch.
- [4d3a9d6e] Merge translation files from master branch.
- [e997ab6f] Merge translation files from master branch.
- [0ba11a48] Merge translation files from master branch.
- [fa8b9bcf] Merge translation files from master branch.
- [b2d894b4] Merge translation files from master branch.
- [55fa48ee] Merge translation files from master branch.
- [e1dfdbc7] Replace TRUE/FALSE with boolean values true/false
- [3dfdbe0e] Merge translation files from master branch.
- [816725c7] Merge translation files from master branch.
- [e5eef14a] Merge translation files from master branch.
- [8fd36ee6] Update translation template.
- [42158b7c] Merge translation files from master branch.
- [ed2a4354] Merge translation files from master branch.
- [0ba33030] Merge translation files from master branch.
- [07b07995] Merge translation files from master branch.
- [76f14029] Merge translation files from master branch.
- [ea7a01d1] Merge translation files from master branch.
- [a380e385] Update translation template.
- [780a49ae] Merge translation files from master branch.
- [b939c3a0] Update translation template.
- [0471e64c] Merge translation files from master branch.
- [a3968e35] Update translation template.
- [dd2adbd5] Merge translation files from master branch.
- [e778e31b] Update translation template.
- [1c5fec6c] Merge translation files from master branch.
- [a04bb391] Update translation template.
- [000f256b] Merge translation files from master branch.
- [0edec6ac] Merge translation files from master branch.
- [73a6d944] Merge translation files from master branch.
- [bd148815] Merge translation files from master branch.
- [8eda9a8f] Merge translation files from master branch.
- [27a722c2] Update translation template.
libraries
libkipi
- [fb5937f3] Use tdeinstance.h
kipi-plugins
- [b72e9858] Use tdeinstance.h
- [3696c6a3] Merge translation files from master branch.
- [99419d2d] Merge translation files from master branch.
- [6c1380a7] Merge translation files from master branch.
libtdeldap
- [ae06b27e] Add systemd PAM module to common-session
This is required for DBUS and related services to function properly - [341554f0] Add group support
- [dcffb305] Update for OpenLDAP 2.5
OpenLDAP 2.5 switches from HDB to MDB. Update schema to match. - [01f0efc9] Add initial Kerberos password change support
- [ad930c33] Add support for nslcd
nslcd is required on newer versions of Debian, and uses its own configuration
file instead of /etc/ldap.conf - [cf5d7853] Add jpegPhoto LDAP attribute to LDAPUserInfo object
- [5d304494] Clear binary attribute data on modify if replacement binary data length is 0
- [231ec5d9] Fix OpenSSL command line arguments
pytde
pytdeextensions
- [2352b08f] Use tdeinstance.h
- [13ecfc35] split() CXX value from python config var or env
This fixes FTBFS caused by last commit (5e40676) - [a5986a99] A more consistent compiler and flags config
For compiler:
* use the same one that was used to build python
* [if none] use the one from CXX env var
* [if none] fallback to c++
For CXXFLAGS:
* use python's recommended CFLAGS
* append our own -fno-strict-aliasing
* append user-provided CXXFLAGS - [80f40bce] Pass correct -rpath to libtool when build with --root
- [5d29a068] Avoid byte-compiling in case it is disabled
- [d25660c8] Fixup some warnings
applications/development
kdbg
- [c99967dd] Merge translation files from master branch.
- [38aa8325] Merge translation files from master branch.
kdiff3
- [322e3e77] Amendment to previous commit
- [5298aa00] Use tdeinstance.h
- [ce90f9f0] Merge translation files from master branch.
- [4b88ffcb] Merge translation files from master branch.
- [9ee069ed] Merge translation files from master branch.
- [d1f8d0bd] Merge translation files from master branch.
- [91db616e] Merge translation files from master branch.
- [10ed942a] Merge translation files from master branch.
kpicosim
- [a15007f7] Merge translation files from master branch.
- [00c04c7d] Merge translation files from master branch.
- [475eb9ce] Merge translation files from master branch.
- [164d8377] Merge translation files from master branch.
- [28693aab] Merge translation files from master branch.
- [567a3222] Update translation template.
- [7c8510e5] Add missing Categories and GenericName to desktop file.
This relates to issue #13
kscope
- [a0ca78ea] Merge translation files from master branch.
kxmleditor
- [18152897] Use tdeinstance.h
piklab
- [e4b7d21f] Merge translation files from master branch.
- [a2ccd54f] Merge translation files from master branch.
- [9efceb00] Merge translation files from master branch.
tdesvn
- [68558afe] Fix build&run of tests
- [0292a9a6] cmake: replace deprecated exec_program() with execute_process()
- [57e05c82] Use tdeinstance.h
universal-indent-gui-tqt
- [ddd09d7b] Use centralized cmake version.
- [2f85d2ce] Clean the executable bit on source and configuration files.
applications/games
tdeknighttour
- [acbca0ec] Merge translation files from master branch.
- [6f19364b] Merge translation files from master branch.
tdepacman
- [00285ce3] Merge translation files from master branch.
applications/graphics
digikam
- [4935462f] Merge translation files from master branch.
- [376e7858] Merge translation files from master branch.
- [65f45719] Fix static library dependencies. This resolves issue #56
- [88d5c6f7] Merge translation files from master branch.
- [1c0a0ab3] Merge translation files from master branch.
- [aa7a1bb4] Use tdeinstance.h
- [3daf55a1] Merge translation files from master branch.
- [346f9201] Exclude from the installation of unwanted and now no longer existent Makefile.am.
This solves FTBFS that came with issue #52 - [b3429f19] Remove the unwanted x-test language from desktop file translations.
- [588cca23] Add desktop files translations.
- [d3702134] Drop autotools support
- [ea9d449a] Merge translation files from master branch.
- [b83f9e4f] Merge translation files from master branch.
- [d3700fa0] Merge translation files from master branch.
- [4f18aea2] Merge translation files from master branch.
- [61cb1ebe] Remove no longer used static libraries in cmake files
- [0254a594] Fix showfoto usability.
This resolves issue #50
The problem seems to be a known issue already addressed by the original
authors. This is an extract from the 'ChangeLog' file that best
describes the issue:
```
Fix a linking problem with showfoto, image plugins and
--enable-gcc-hidden-visibility:
All image plugins link to libdigikam.so.
The showfoto executable however does not link to this lib, but
statically links the relevant parts.
With visibility hidden, now the linker obviously cannot see the
already linked DImgInterface class,
and there would be two different static variables for
DImgInterface::instance(). One with the loaded
image, the other (from the image plugins) with a null image.
```
Linking against libdigikam.so instead of including the libraries in a
static way solves the issue.
gwenview
- [01ed8a79] Fix FTBFS because of missing header
The FTBFS happens on a system with minimal-ish config of tdelibs and tqt
i.e. no threading, no ssl etc. I didn't checked which one of the options
triggers the FTBFS specifically, though it hardly matters.
gwenview-i18n
- [c1dfe023] Merge translation files from master branch.
- [92982a79] Merge translation files from master branch.
- [6a7de3c0] Merge translation files from master branch.
ksquirrel
- [aefe5040] Merge translation files from master branch.
- [9d4d3dc3] Add desktop files translations.
- [0f388499] Drop support for automake builds
applications/internet
kbiff
- [b56694a2] Make check for WITH_MLED non-fatal
There is no reason for the configuration check to be fatal, because the
system the package builds on may be different from the one that it will
run on.
On the other hand the flag is pretty useless nowadays anyway, so print a
hefty warning if the interface is missing.
konversation
- [7987e374] Merge translation files from master branch.
kshowmail
ktorrent
- [51067729] Merge translation files from master branch.
- [14e0cffb] Merge translation files from master branch.
- [a61385e1] Merge translation files from master branch.
- [002acc87] Add desktop files translations.
Fixed name for info widget plugin in desktop file. - [d205f4cb] Drop support for autotools
- [7e90bb19] Add cmake rules for utests and fix tester program
- [f95d80e6] Remove empty files and unused code
- [4bceb112] Fix CMake FTBFS
kvirc
- [a85d1534] Merge translation files from master branch.
- [f27cc4a4] Merge translation files from master branch.
- [33df7408] Merge translation files from master branch.
- [c5983faa] Merge translation files from master branch.
kvpnc
- [80b9ccd1] Merge translation files from master branch.
- [1f233e20] Merge translation files from master branch.
- [5aaf336d] Merge translation files from master branch.
smb4k
tork
applications/misc
bibletime
- [df84fe45] Add linking of the clucene-shared library if needed.
This resolve FTBFS when building with the upstream state of the clucene
library, which does not list clucene-shared in the linking libraries.
See Issue #31 - [a361f52b] Use tdeinstance.h
- [896b5d40] Merge translation files from master branch.
- [20cea301] Update translation template.
- [bd0f86ab] Remove sword version conditionals for 1.6 and 1.7
These checks are no longer necessary since sword 1.7+ is required. - [b878468e] Require sword version 1.7 or newer
See: TDE/bibletime#32 - [519310b6] Fix text rendering in display windows
sword 1.7 introduced new APIs to SWModule, one of which is renderText.
The old RenderText returned a const char*, however the new version
returns a SWBuf copy on the stack. This doesn't work when passing it to
TQString::fromUTF8 as the internal buffer is freed before the TQString
is constructed.
Note that RenderText in sword 1.7 and newer is a deprecated wrapper
around renderText. - [2853c718] Merge translation files from master branch.
compizconfig-backend-tdeconfig
- [ada1f19c] Use tdeinstance.h
desktop-effects-tde
- [5c94fb93] Merge translation files from master branch.
kcmldap
- [5fd63aaa] Merge translation files from master branch.
- [a2ce3885] Update translation template.
- [0ec15749] Save Kerberos settings before creating machine entry in LDAP database in bonding wizard
kcmldapcontroller
- [09752aaa] Merge translation files from master branch.
- [0134f73e] Update translation template.
- [76ae3217] Add support for group display names
- [3dc66978] Add memberOf overlay and enable
- [77f49884] Update for OpenLDAP 2.5
OpenLDAP 2.5 switches from HDB to MDB. Update schema to match. - [755f944e] Only enable supported SASL mechanisms
Without this, OpenLDAP will try to use SASL/SPNEGO instead of GSSAPI, which will fail on Heimdal servers - [1f2f8b97] Fix OpenLDAP GSSAPI authentication
- [74358a77] Write NSS configuration file on realm controller creation
- [1fb3a28f] Don't attempt to access the LDAP server if the realm DC is blank
If the realm DC is blank, it indicates that configuration has not reached
a point where connection to the LDAP server is possible. Providing a blank
DC to LDAP will always result in an invalid DN error.
This resolves spurious popups when creating the first realm control server
in a given realm. - [9011d2d0] Use correct path for TDE slapd plugin libraries
kcmldapmanager
- [bd5bacfa] Merge translation files from master branch.
- [5f15f7fd] Update translation template.
- [3adbfc8a] Add display name support to LDAP groups
- [645c0b00] Add ability to set user profile avatars
- [be12862d] Import ChFaceDlg from tdebase password manager KCM
TODO: Determine if ChFaceDlg should be moved to tdelibs or if
enough differentiation exists to justify separate LDAP variant
kerberostray
- [c6157ada] Merge translation files from master branch.
- [66b6c98e] Update translation template.
- [440584d1] Add Kerberos password change option to popup menu
krecipes
- [00aca3f2] Use TQImage rather than TQPixmap in the backend-oriented code
TQImage is more suitable for i/o operations and long-term storage rather
than TQPixmap (which is better for immediate display on the screen). The
UI rarely does displays all those photos and does it one-by-one (i.e.
there is no big gallery), so there is no significant performance penalty
for the use of TQImage. On the contrary this way we should save some
memory on allocations associated X11 stuff for pixmaps and loading time
when the database contains a lot of photos.
Note that there is yet another use of TQPixmap in `htmlexporter` which
cannot be replaced because it uses TQPainter, which didn't supported
QImage until Qt5. - [8f59af12] Fix tests' execution without X11
Note: kretest segfaults without a GUI because it makes use of TQPicture - [7b2d5032] Use locale-unaware functions when importing files
Locale-aware version of MixedNumber::fromString() were causing problems
when locale has a different decimal separator than dot (`.`). - [84991f49] Merge translation files from master branch.
- [e0b3c0bd] Update translation template.
- [08dd1962] Fix FTBFS introduced by commit fbc41d7.
The tests require an active X session, so they can not be part of an
automated build system that runs in a clean X-less environment. - [fbc41d79] Fix importers/exporters bugs. Fix tests and add them to build process.
The file `mx2test.txt` is taken from KRecipes 2.1 source code.
Other tests have been adjusted based on the tests in KRecipes 2.1 source code. - [9a622918] Merge translation files from master branch.
- [56287acd] Add desktop files translations.
- [dfc4e985] Exclude tests binaries from translation template.
- [17f75d30] Merge translation files from master branch.
- [c19a8472] Update translation template.
- [ca15b14d] Drop support for automake builds
- [7a5739d9] Add cmake rules for tests files and make tests runnable.
applications/multimedia
amarok
- [21846706] Merge translation files from master branch.
- [a17a5fbd] Merge translation files from master branch.
- [b9bc67d4] Fix plural form of translations.
The leading '_n: ' should not be part of the translations. - [7fa14b61] Merge translation files from master branch.
- [3b19281b] Merge translation files from master branch.
- [0dbcbb72] Merge translation files from master branch.
- [5c456e07] Merge translation files from master branch.
- [ec7ba582] Merge translation files from master branch.
- [a5c1201a] Update translation template.
- [b8c11599] Fix crash on collection rescan
Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/amarok/issues/87 - [4c559eaf] Use tdeinstance.h
- [6363f013] Merge translation files from master branch.
- [cb84694b] Merge translation files from master branch.
- [9400c8f1] Merge translation files from master branch.
- [038e6d71] Merge translation files from master branch.
- [e7f61b66] Merge translation files from master branch.
- [ea735672] Merge translation files from master branch.
- [78113b0f] Merge translation files from master branch.
- [9e75d9e9] Merge translation files from master branch.
- [8ca704de] Merge translation files from master branch.
- [283b3ada] Merge translation files from master branch.
- [834e9684] Merge translation files from master branch.
- [7793336b] Merge translation files from master branch.
- [c69bae6e] Fix plural form of translations.
The leading '_n: ' should not be part of the translations. - [37ac9a1f] Merge translation files from master branch.
- [4cbb1a05] Merge translation files from master branch.
codeine
- [04fa0bc0] Merge translation files from master branch.
- [66365179] Merge translation files from master branch.
- [03a5b461] Merge translation files from master branch.
- [4a40edbd] Update translation template.
- [6d6bea81] Add mute checkbox to volume slider
Part of https://mirror.git.trinitydesktop.org/gitea/TDE/codeine/issues/5
k3b
- [b65e67bf] Use tdeinstance.h
- [42420798] Fix discovery of sox binary
Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/k3b/issues/58 - [3a0b3976] Fix normalize/normalize-audio discovery
Look for both binary names "normalize-audio" (Debian) and "normalize"
(all the rest distributions) when looking for the executable.
Bug: https://mirror.git.trinitydesktop.org/gitea/TDE/k3b/issues/58 - [ef96f9ee] Fixup spaces in some files
- [fe3c00a6] Merge translation files from master branch.
- [3eb3a479] Merge translation files from master branch.
- [51762e91] Merge translation files from master branch.
- [72d9c6a2] Merge translation files from master branch.
k3b-i18n
- [d9771b85] Merge translation files from master branch.
- [34987592] Update translation template.
- [69d4b451] Merge translation files from master branch.
- [c0f12cc4] Merge translation files from master branch.
- [e51a0994] Merge translation files from master branch.
k9copy
- [04a9cc33] Fix location of call to avcodec_close for old version of libavcodec
- [73b7471b] Fix FTBFS with ffmeg 8.0. This resolves issue #37
- [6fa85b81] Merge translation files from master branch.
kaffeine
- [6656ec16] Use tdeinstance.h
- [99995941] Merge translation files from master branch.
- [5fdbd1dd] Merge translation files from master branch.
kmplayer
- [caac64c0] Use tdeinstance.h
- [beda85ac] Fix a typo introduced by 433b311
- [8d0392d4] Remove mentions of dbus-tqt as it is not actually used
- [8d5a0ac5] cmake: fix detection of libXext and libXv
Also require them only if appropriate backends are getting built
rosegarden
- [81c43c5a] Solves issue #34 'value' is always '>= m_mediumKnee' if we enter that branch
- [2a455560] Merge translation files from master branch.
soundkonverter
- [dacf7d40] Merge translation files from master branch.
tderadio
- [8f14f955] Merge translation files from master branch.
- [f38a34c5] Merge translation files from master branch.
applications/office
basket
kbibtex
kile
kmymoney
knowit
- [3da8daac] Merge translation files from master branch.
- [aed15235] Merge translation files from master branch.
- [bd9d66e8] Update translation template.
- [21253102] Add properties dialog entry to file menu
Can be useful to quickly access options such as permissions. - [41395393] Add last save status widget to status bar
- [ae9235ef] Merge translation files from master branch.
koffice
- [4bea8e1f] chalk: add missing include in a .ui
This fixes FTBFS on a system with minimal-ish configuration of
tqt/tdelibs. - [8c43bd93] Use tdeinstance.h
- [da1d4d6a] filters/xsltfilter: fix FTBFS against libxml 2.13+
See: https://gitlab.gnome.org/GNOME/libxml2/-/commit/c011e7605d42030cf21acdece466aaddaeb5a360
Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/koffice/issues/96
koffice-i18n
- [c5cf5090] Use tdeinstance.h
- [4d23c3cb] Merge translation files from master branch.
- [9075159c] Merge translation files from master branch.
- [ac477751] Merge translation files from master branch.
- [72155f9d] Merge translation files from master branch.
- [1ae8cde2] Merge translation files from master branch.
kpilot
- [7de33020] Use tdeinstance.h
applications/settings
kdpkg
- [387abed3] Merge translation files from master branch.
kima
- [4773a051] Merge translation files from master branch.
kiosktool
kmyfirewall
- [5c40c90e] Use tdeinstance.h
- [5938d02a] Merge translation files from master branch.
- [2d6e2d3a] Merge translation files from master branch.
tde-systemsettings
- [8287c4e5] Merge translation files from master branch.
tdealternatives
- [1e811349] Replace includehints section with includes in .ui files
- [9b5946d4] Merge translation files from master branch.
- [07f94fa3] Merge translation files from master branch.
tdenetworkmanager
- [24c5c10c] Merge translation files from master branch.
tdesudo
- [ee74a6b0] Merge translation files from master branch.
- [eef9bf28] Merge translation files from master branch.
applications/system
dolphin
- [40bfd867] Merge translation files from master branch.
- [30fbae06] Merge translation files from master branch.
- [bce354fc] Merge translation files from master branch.
- [a382937d] Merge translation files from master branch.
- [ffd6c547] Merge translation files from master branch.
- [1513a0e9] Merge translation files from master branch.
- [a37f13e7] Merge translation files from master branch.
kbfx
- [6af8430d] Merge translation files from master branch.
knemo
- [46ded288] Use tdeinstance.h
- [6be64555] Merge translation files from master branch.
- [393b648a] Merge translation files from master branch.
krusader
- [7a7d3793] Removed auto-generated cpp file that will be recreated from .ui file. This is blocking cmake builds
- [30a13fe5] Restructure location of man file so that the 'tde_conditional_add_project_docs' macro will correctly handled it during cmake build
- [f6fbaeaf] Restructure doc folder to allow used of 'tde_conditional_add_project_docs' macro in cmake build
- [f9abd9d5] Restructure source folders
- [14d42d28] Remove original translation files
- [6405bf4d] Update translation template.
- [257ce9d6] Copy translations to new folder
- [61991fd0] Cleanup pending references to files removed in commit b78b0a8
- [f6aec4b7] Remove unneeded files
- [3eb33ce8] Fix FTBFS in local builds due to missing linkage of libkjs
(undefined reference to symbol KJS::ValueImp::dispatchToObject(ExecState*)) - [753b0ef6] Use tdeinstance.h
- [823c0800] Merge translation files from master branch.
- [4c93616e] Merge translation files from master branch.
kshutdown
- [8537b52c] Merge translation files from master branch.
- [d9a9118e] Merge translation files from master branch.
ksystemlog
- [604128f0] Merge translation files from master branch.
kvkbd
- [17fcb3af] Merge translation files from master branch.
- [4e9d9144] Merge translation files from master branch.
polkit-agent-tde
- [4d5c00a7] Add missing <includes> in a .ui
This fixes FTBFS on a system with minimal-ish configuration of
tqt/tdelibs.
tdebluez
- [ece9ca00] Remove empty includehints section from .ui files
tdepowersave
- [adfc28f7] Merge translation files from master branch.
- [807d15d8] Merge translation files from master branch.
xdg-desktop-portal-tde
- [30c096d5] Use TDE instead of Trinity. This relates to TDE/tdebase#638
yakuake
- [85d31431] Merge translation files from master branch.
- [78151ecb] Merge translation files from master branch.
applications/tdeio
tdeio-appinfo
- [dd0c4f04] Use tdeinstance.h
tdeio-apt
- [411538b5] Use tdeinstance.h
tdeio-ftps
- [c6d0c461] Use tdeinstance.h
tdeio-gopher
- [795d0c3a] Use tdeinstance.h
tdeio-locate
- [54425693] Merge translation files from master branch.
- [07918a13] Merge translation files from master branch.
tdeio-umountwrapper
- [ad338b55] Merge translation files from master branch.
applications/themes
gtk-qt-engine
- [65bd9833] Use the complete definition of the prototype function gtk_style_render_icon.
This solves FTBFS in checking the compatibility of pointers. - [8b0e27be] Merge translation files from master branch.
- [798f5f1f] Merge translation files from master branch.
kgtk-qt3
- [cffd7e8d] Use the complete definition of the prototype functions.
This solves FTBFS in checking the compatibility of pointers. - [72ec6643] Merge translation files from master branch.
- [5306f5e7] Merge translation files from master branch.
tde-style-baghira
- [c43d3e02] Use tdeinstance.h
- [7dbcdd01] Merge translation files from master branch.
- [21243626] Merge translation files from master branch.
- [0b30a90b] Update translation template.
- [1183181b] Add option to center popup and fix typo
tde-style-polyester
- [4e436dc4] Add missing <includes> in a .ui
This fixes FTBFS on a system with minimal-ish configuration of
tqt/tdelibs.
tde-style-qtcurve
twin-style-dekorator
- [630590d0] Merge translation files from master branch.
twin-style-suse2
- [60b2bbb9] Merge translation files from master branch.
applications/utilities
abakus
- [bb15b884] Merge translation files from master branch.
- [2b871c9c] Merge translation files from master branch.
- [652bf810] Merge translation files from master branch.
filelight
- [317bbd8c] Merge translation files from master branch.
kbarcode
- [6a3f4000] Fix build WITH_NATIVE_GNU_BARCODE enabled.
I verified that app compiles and starts fine with the GnuBarcode backend
enabled. During runtime no noticeable regressions were spotted.
The whole virtual BarkodeEngine::operator=() thing seems to me like
quite a lousy design, but I don't feel comfortable enough to rework the
code. - [f5912310] Avoid linking with kjs if javascript support is dissabled
- [ae6631f3] Merge translation files from master branch.
kchmviewer
- [f02aa21b] Use tdeinstance.h
- [dbbf7cbc] Fix misspelled DCOP-bingings document
- [0fbfccea] Merge translation files from master branch.
kdirstat
- [149b7814] Merge translation files from master branch.
knutclient
- [33ea62d2] Merge translation files from master branch.
kommando
- [7f216eca] Use <include> rather than <includehint> in .ui file
This fixes FTBFS on a system with minimal-ish configuration of
tqt/tdelibs.
Note: tqtdesigner also wants to resave thees <includehints> as
<includes>. I suspect the former one were used by some earlier versions
of designer. - [c14117aa] Merge translation files from master branch.
- [19629531] Merge translation files from master branch.
- [53da2a6b] Merge translation files from master branch.
kompose
- [198b4a51] Merge translation files from master branch.
krename
- [27ac4ea4] Merge translation files from master branch.
packaging
packaging
- [ee79e7db] ArchLinux: Update for final R14.1.5.
Removed packages for dependencies that are already
part of the official repository.
Added gtk2 packages to dependencies as per AUR.
Added some new pkgbuilds. - [ef09f740] RPM: final update for 14.1.5
- [d114f25b] FreeBSD: Update for final R14.1.5.
- [9a981abe] RPM: update packaging for R14.1.5
- [16831320] DEB krusader: remove krusader-trinity-dbg .deb package. Debug symbols are build into krusader-trinity-dbgsym
- [18638b67] DEB krusader: remove unnecessary files
- [72d5a372] DEB tdebase: Refresh patches.
- [160d292d] DEB tdexsldbg: Move from tdewebdev into a standalone package.
- [75094529] DEB pytdeextensions: Switch to use debhelper with pybuild instead of python-distutils.
- [abf4a945] DEB tde-cdbs: Add recognition of build system by Makefile.am.in.
- [ab0c4bcb] DEB tde-cmake: Allow unusual CMake package version prefix.
This solves the situation where Debian was forced to return
to the older CMake version, but due to the continuity of the
versions it was necessary to use an unusual prefix. - [770b9070] DEB tdeedu (dilos): Add libzarith-ocaml-dev to Build-depends.
- [0b35d461] DEB tdeedu: Add libzarith-ocaml-dev to Build-depends.
This relates to TDE/tdeedu#64 - [36be5e27] DEB smartcardauth: Switch to using tde-cdbs rules.
- [759e5b4f] DEB: Remove direct include for cmake.mk. Now it is automatically included by tde.mk,
or using tde.mk rules for CMake builds with cdbs >= 0.4.177. - [14652414] DEB tde-cdbs: Add basic CMake build rules from cmake.mk to tde.mk.
Added automatic selection of build system based on the presence
of CMakeLists.txt or Makefile.am.
Note: cmake.mk is removed in cdbs >= 0.4.177 - [d4551f06] DEB krusader: update for new folder structure
- [bb377119] DEB tdepim: update following new version of libgpgme++ library
- [f7b306c0] DEB: add forky and remove buster support
- [de428810] DEB tdelibs: remove kinstance.h from installed files
- [07b5c72d] DEB tdelibs: rename kinstance.{h,cpp}
- [248f63b3] DEB: fix debian/rules to allow the source packages to be created without having tde-cdbs installed
- [b1be00ee] DEB tdebase: rename kde4ever.png into trinity4ever.png. This relates to TDE/tdebase#625
- [75d03f59] DEB ubuntu: add support for Questing and drop support for Mantic
- [f893f36e] DEB krecipes: add 'check' target
- [9b12b395] ArchLinux tdegraphics: Force rebuild due to poppler update to 25.05.x.
- [b2ff13a1] RPM: add packages for tdealternatives and tdeknighttour
- [2285eed7] FreeBSD digikam: Backport commit TDE/digikam@0254a5942b - closes TDE/digikam#50
- [ec0d786d] ArchLinux digikam: Backport commit TDE/digikam@0254a5942b - closes TDE/digikam#50
- [94875a08] ArchLinux tdelibs: Force rebuild due to libxml2 update to release 2.14.x.
- [24087e6e] DEB tqt: rename source package to 'tqt'
- [20b49211] DEB: rename tqt3 to tqt
- [e42724bc] DEB: fix debian/rules to allow the source packages to be created without having tde-cdbs installed
- [19d08f5b] RPM: update for building 14.1.4
- [187788a4] DEB tde-cdbs: Separate the common CDBS class into the package.
For all packages changed dependence from cdbs to tde-cdbs
and rules modified to use tde.mk class from /usr/share/cdbs. - [e12a2d72] DEB tdenetwork: adjust to removed dot mouse cursor files
- [9c1114a4] DEB tde-style-qtcurve: clean up debian/rules