[First Page] [Previous Page] [Next Page] [Last Page]
| GIT Hash | Branch | Date | Author | Log Message |
|---|---|---|---|---|
| 3bf9e74c [view] | master | 2025-08-07 20:21:54 +0300 | Alexander Golubev | [tde-packaging-gentoo] trinity-base-2.eclass: add checks for TRINITY_HANDBOOK value Signed-off-by: Alexander Golubev |
| b507ff30 [view] | master | 2025-08-07 03:36:30 +0000 | Temuri Doghonadze | [digikam] Translated using Weblate (Georgian) Currently translated at 45.6% (1024 of 2244 strings) Translation: applications/digikam Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ka/ |
| 2675a2b7 [view] | master | 2025-08-07 03:35:23 +0000 | Temuri Doghonadze | [ktorrent] Translated using Weblate (Georgian) Currently translated at 100.0% (19 of 19 strings) Translation: applications/ktorrent - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent-desktop-files/ka/ |
| 006915b1 [view] | master | 2025-08-06 21:20:05 -0400 | LupusRubrum | [tdebase] More improvements to various wallpapers and some other various textures Signed-off-by: LupusRubrum |
| 38f56e97 [view] | master | 2025-08-07 02:04:38 +0200 | Slávek Banko | [gtk-qt-engine] Use the complete definition of the prototype function gtk_style_render_icon. This solves FTBFS in checking the compatibility of pointers. Signed-off-by: Slávek Banko |
| 270065de [view] | master | 2025-08-06 23:27:33 +0300 | Alexander Golubev | [tde-packaging-gentoo] trinity-meta-2.eclass: break circular deps with USE=handbook When installing with USE=handbook for there first time there were a circular dependency: khelpcenter->tdebase-tdeioslaves->khelpcenter This breaks the cycle moving khelpcenter for whose packages to PDEPEND. i.e. khelpcenter might be installed after those packages. Also remove app-text/doxygen from RDEPEND as it doesn't needed. Signed-off-by: Alexander Golubev |
| 4d82fd16 [view] | master | 2025-08-06 23:17:45 +0300 | Alexander Golubev | [tde-packaging-gentoo] trinity-base-2.eclass: fix applying patches Because of mistake patches were applying twice when build with cmake. This fixes the issue. This is a fixup for: ae306c41 trinity-base-2.eclass: call default src_prepare Signed-off-by: Alexander Golubev |
| 24db7acc [view] | master | 2025-08-06 18:07:14 +0000 | Alexandr Khvisyuk | [tork] Added translation using Weblate (Russian) |
| 2c51577e [view] | master | 2025-08-06 11:27:51 -0400 | LupusRubrum | [tdelibs] updated go.png icon and top-left.png Signed-off-by: LupusRubrum |
| 32ae0b4b [view] | master | 2025-08-06 09:31:41 +0300 | Alexander Golubev | [tde-packaging-gentoo] trinity-base/kig: optional support for python * also fix the dependencies for both python and handbook Signed-off-by: Alexander Golubev |
| 66c42d86 [view] | master | 2025-08-06 13:16:59 +0900 | Michele Calgaro | [tde-packaging] DEB tdelibs: rename kinstance.{h,cpp} Signed-off-by: Michele Calgaro |
| cfe383b0 [view] | master | 2025-08-06 13:07:21 +0900 | Michele Calgaro | [tdelibs] 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. Signed-off-by: Michele Calgaro |
| 4d495175 [view] | master | 2025-08-06 11:29:57 +0900 | Michele Calgaro | [tqt] Replace TRUE/FALSE with boolean values true/false - part 4 Signed-off-by: Michele Calgaro |
| 0f90ea0c [view] | master | 2025-08-05 09:57:34 +0300 | Alexander Golubev | [tde-packaging-gentoo] trinity-apps/kmplayer: add dev-libs/nspr to DEPEND Signed-off-by: Alexander Golubev |
| 96895799 [view] | master | 2025-08-05 09:51:35 +0300 | Alexander Golubev | [tde-packaging-gentoo] */*: add release 14.1.4 Signed-off-by: Alexander Golubev |
| 2583e9f3 [view] | master | 2025-08-05 06:59:37 +0300 | Alexander Golubev | [tde-packaging-gentoo] media-video/transcode: move patches to patchset Signed-off-by: Alexander Golubev |
| 93bc96ff [view] | master | 2025-08-05 05:55:56 +0300 | Alexander Golubev | [tde-packaging-gentoo] media-video/transcode: several fixes - (temporarily) import patches from external tarballs - rename patches and add notes about what they do as well as origin information etc. - fix compilation with gcc-14 - add several fixes, so transcode is actually capable now to do at least some basic transcoding - change SRC_URI to TDE-hosted tarball - change HOMPAGE to webarchive - DEPEND upon media-video/ffmpeg-compat:4 instead of media-video/ffmpeg<5 Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging-gentoo/issues/421 Signed-off-by: Alexander Golubev |
| c57eae31 [view] | master | 2025-08-05 01:43:24 +0200 | Slávek Banko | [libr] Update for API change in binutils 2.45. Simplify binutils version definitions. Signed-off-by: Slávek Banko |
| 82529272 [view] | master | 2025-08-04 19:25:13 +0900 | Michele Calgaro | [tdebase] kdesktop: simplify lock process code. This ensure correct cleanup in case of unexpected termination of the process. Signed-off-by: Michele Calgaro |
| 19201b65 [view] | master | 2025-08-04 03:32:00 +0300 | Alexander Golubev | [krecipes] Fix tests' execution without X11 Note: kretest segfaults without a GUI because it makes use of TQPicture Signed-off-by: Alexander Golubev |
| a6ab7f1c [view] | master | 2025-08-04 03:29:51 +0300 | Alexander Golubev | [krecipes] 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. Signed-off-by: Alexander Golubev |
| 754181ba [view] | master | 2025-08-03 22:29:07 +0000 | Temuri Doghonadze | [ktorrent] Translated using Weblate (Georgian) Currently translated at 57.8% (11 of 19 strings) Translation: applications/ktorrent - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent-desktop-files/ka/ |
| 16b72212 [view] | master | 2025-08-03 18:17:11 +0000 | TDE Weblate | [krecipes] Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/krecipes Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krecipes/ |
| a5098d32 [view] | master | 2025-08-03 18:16:40 +0000 | Automated System | [krecipes] Update translation template. |
| 4d60965a [view] | master | 2025-08-03 22:33:43 +0900 | Michele Calgaro | [krecipes] Fix FTBFS introduced by commit dfbafdb. 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. Signed-off-by: Michele Calgaro |
| 1fb137b5 [view] | master | 2025-08-03 07:10:19 +0300 | Alexander Golubev | [tde-packaging-gentoo] trinity-apps/koffice-libs: fix build against libxml-2.13 See-also: https://mirror.git.trinitydesktop.org/gitea/TDE/koffice/pulls/97 Signed-off-by: Alexander Golubev |
| adf2fa32 [view] | master | 2025-08-03 02:34:04 +0300 | Alexander Golubev | [krecipes] 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 (`.`). Signed-off-by: Alexander Golubev |
| 649c4c61 [view] | master | 2025-07-31 13:49:02 +0900 | Michele Calgaro | [tqt] Amend to previous 'replace TRUE/FALSE' commit Signed-off-by: Michele Calgaro |
| a03dd933 [view] | master | 2025-07-30 02:58:56 +0300 | Alexander Golubev | [pytdeextensions] split() CXX value from python config var or env This fixes FTBFS caused by last commit (5e40676) Signed-off-by: Alexander Golubev |
| c12ae010 [view] | master | 2025-07-29 21:45:33 +0300 | Alexander Golubev | [kmplayer] Fix a typo introduced by 433b311 |
| c3434600 [view] | master | 2025-07-29 16:08:34 +0300 | Alexander Golubev | [tde-packaging-gentoo] trinity-apps/*: die if tqt-uic fails Signed-off-by: Alexander Golubev |
| 5c9a4a69 [view] | master | 2025-07-29 01:36:50 +0300 | Alexander Golubev | [tde-packaging-gentoo] trinity-apps/*: rename uic-tqt -> tquic in koffice live ebuilds Also die if uic-tqt/tquic fails. Signed-off-by: Alexander Golubev |
| 90de1ea9 [view] | master | 2025-07-29 01:25:04 +0300 | Alexander Golubev | [akode] Cleanup some warnings Signed-off-by: Alexander Golubev |
| baa46727 [view] | master | 2025-07-29 01:24:10 +0300 | Alexander Golubev | [akode] Whitespace cleanup Signed-off-by: Alexander Golubev |
| 7b17c2d4 [view] | master | 2025-07-28 23:50:07 +0300 | Alexander Golubev | [tde-packaging-gentoo] trinity-apps/kmplayer: fix DEPEND on koffice-libs Signed-off-by: Alexander Golubev |
| 8870815c [view] | master | 2025-07-28 22:51:51 +0300 | Alexander Golubev | [koffice] 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 Signed-off-by: Alexander Golubev |
| 3067884e [view] | master | 2025-07-28 22:18:21 +0300 | Alexander Golubev | [k3b] Fix discovery of sox binary Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/k3b/issues/58 Signed-off-by: Alexander Golubev |
| 8e4a3a79 [view] | master | 2025-07-28 21:01:51 +0300 | Alexander Golubev | [k3b] 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 Signed-off-by: Alexander Golubev |
| d7d278f1 [view] | master | 2025-07-28 20:12:25 +0300 | Alexander Golubev | [k3b] Fixup spaces in some files Signed-off-by: Alexander Golubev |
| acd35a7f [view] | master | 2025-07-28 15:48:28 +0300 | Alexander Golubev | [tde-packaging-gentoo] trinity-apps/kmplayer:ebuild overhaul Sort out dependencies, add use flags etc. Signed-off-by: Alexander Golubev |
| 9aff9db6 [view] | master | 2025-07-28 15:44:04 +0300 | Alexander Golubev | [kmplayer] Remove mentions of dbus-tqt as it is not actually used Signed-off-by: Alexander Golubev |
| 433b3113 [view] | master | 2025-07-28 15:39:23 +0300 | Alexander Golubev | [kmplayer] cmake: fix detection of libXext and libXv Also require them only if appropriate backends are getting built Signed-off-by: Alexander Golubev |
| ae306c41 [view] | master | 2025-07-28 14:14:45 +0300 | Alexander Golubev | [tde-packaging-gentoo] trinity-base-2.eclass: call default src_prepare In trinity-base-2_src_prepare() call default src_prepare() instead of just eapply_user; i.e. it will also apply patches from PATCHES variable. Signed-off-by: Alexander Golubev |
| ff56b6fe [view] | master | 2025-07-28 08:53:08 +0000 | Dmitriy Popov | [tqt] Translated using Weblate (Russian) Currently translated at 74.2% (875 of 1178 strings) Translation: dependencies/tqt - tools-designer Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt-tools-designer/ru/ |
| 18d9928c [view] | master | 2025-07-28 02:55:44 +0300 | Alexander Golubev | [tde-packaging-gentoo] trinity-apps/tde-style-qtcurve: simplify ebuild Signed-off-by: Alexander Golubev |
| 61bed846 [view] | master | 2025-07-28 02:54:56 +0300 | Alexander Golubev | [tde-packaging-gentoo] trinity-apps/tde-style-polyester: add missing dep Also simplify ebuild. Signed-off-by: Alexander Golubev |
| 2cf45c42 [view] | master | 2025-07-28 02:54:21 +0300 | Alexander Golubev | [tde-packaging-gentoo] trinity-apps/tde-style-lipstik: simplify ebuild Signed-off-by: Alexander Golubev |
| aa0f739c [view] | master | 2025-07-28 02:51:42 +0300 | Alexander Golubev | [tde-packaging-gentoo] trinity-apps/tde-style-ia-oraa: add USE=gtk Also avoid installing *.egg files Signed-off-by: Alexander Golubev |
| c0189acc [view] | master | 2025-07-28 02:51:03 +0300 | Alexander Golubev | [tde-packaging-gentoo] trinity-apps/tde-style-domino: add missing dep Also simplify ebuild. Signed-off-by: Alexander Golubev |
| 6e05f7c5 [view] | master | 2025-07-28 02:45:34 +0300 | Alexander Golubev | [tde-packaging-gentoo] eclass: fix a typo and spacing Signed-off-by: Alexander Golubev |
| 653da538 [view] | master | 2025-07-27 18:17:45 +0000 | TDE Weblate | [tde-i18n] Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: tdelibs/tdelibs Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ |
| 7a0d7296 [view] | master | 2025-07-27 18:16:38 +0000 | Automated System | [tde-i18n] Update translation template. |
| 1b9dfca2 [view] | master | 2025-07-27 20:59:47 +0300 | Alexander Golubev | [tde-packaging-gentoo] trinity-apps/piklab: add missing dependency Signed-off-by: Alexander Golubev |
| 197b63a5 [view] | master | 2025-07-27 20:46:29 +0300 | Alexander Golubev | [tde-packaging-gentoo] trinity-apps/ksplash-engine-moodin: add missing dependency Signed-off-by: Alexander Golubev |
| 23d4539c [view] | master | 2025-07-27 20:40:17 +0300 | Alexander Golubev | [tde-packaging-gentoo] trinity-apps/dolphin: add missing dependency Signed-off-by: Alexander Golubev |
| 89c6afb2 [view] | master | 2025-07-27 20:36:01 +0300 | Alexander Golubev | [tde-packaging-gentoo] trinity-apps/kdiff3: add missing dependency Signed-off-by: Alexander Golubev |
| b182a110 [view] | master | 2025-07-27 19:03:11 +0300 | Alexander Golubev | [tde-packaging-gentoo] media-libs/lcms: several fixes * fix FTBFS with gcc-14 (and a mistake because of which DWORDs had incorrect size on 64-bit systems) * bump EAPI 7->8 * fix SRC_URI * unkeyword ~ia64 - the arch is removed by upstream * replace virtual/jpeg -> media-libs/libjpeg-turbo; The former was declared deprecated Signed-off-by: Alexander Golubev |
| ed67ad10 [view] | master | 2025-07-27 15:36:29 +0300 | Alexander Golubev | [tqt] Call TQApplication::coreThread() in a static manner This is a follow-up to d346b0f7a Signed-off-by: Alexander Golubev |
| 9c924510 [view] | master | 2025-07-27 13:50:12 +0300 | Alexander Golubev | [tde-packaging-gentoo] media-video/emovix: several fixes * update EAPI 7 -> 8 * fix SRC_URI * update HOMEPAGE: http -> https Signed-off-by: Alexander Golubev |
| 244a73b2 [view] | master | 2025-07-27 12:53:51 +0300 | Alexander Golubev | [tde-packaging-gentoo] dev-libs/dbus-tqt: fix a typo introduced by 4a8f286d Signed-off-by: Alexander Golubev |
| 23fd1ea7 [view] | master | 2025-07-27 12:29:25 +0300 | Alexander Golubev | [tde-packaging-gentoo] x11-wm/compiz: several improvements * add a missing BDEPEND * remove python's eggs * bump up PYTHON_COMPAT to python3_13 Signed-off-by: Alexander Golubev |
| 8fe660e6 [view] | master | 2025-07-27 12:11:21 +0300 | Alexander Golubev | [tde-packaging-gentoo] www-misc/hldig: several fixes * update EAPI 7 -> 8 * add fixes for configure for gcc-14 * use relative symlinks Signed-off-by: Alexander Golubev |
| b833f01d [view] | master | 2025-07-27 02:10:53 +0300 | Alexander Golubev | [tde-packaging-gentoo] app-dicts/ispell-de: update EAPI 7 -> 8 Also: * fix order of variables in the ebuild * unkeywoed mips Signed-off-by: Alexander Golubev |
| dd67ec7d [view] | master | 2025-07-26 23:47:22 +0300 | Alexander Golubev | [tde-packaging-gentoo] virtual/notification-daemon: update EAPI 7 -> 8 Also unkeyword for all arches we don't support in tde. This is needed due to the package depends on the TDE packages. Signed-off-by: Alexander Golubev |
| 07be334a [view] | master | 2025-07-26 23:47:22 +0300 | Alexander Golubev | [tde-packaging-gentoo] app-text/ispell: EAPI bump 7->8 + several changes * fix SRC_URI & HOMEPAGE * add USE="tinfo" * simplify ebuild logic Signed-off-by: Alexander Golubev |
| 40314be3 [view] | master | 2025-07-26 23:40:28 +0300 | Alexander Golubev | [tde-packaging-gentoo] eclass: add @PROVIDES declarations This declares that one eclass inherits another. This substantially cuts down on pkgcheck varnings. Signed-off-by: Alexander Golubev |
| 117e2e04 [view] | master | 2025-07-26 23:10:39 +0300 | Alexander Golubev | [tde-packaging-gentoo] profiles: add description for USE=tde Signed-off-by: Alexander Golubev |
| 251aff90 [view] | master | 2025-07-26 22:26:52 +0300 | Alexander Golubev | [tde-packaging-gentoo] dev-python/sip4-tqt: fix installation dirs Also pass more flags to configure script Signed-off-by: Alexander Golubev |
| b34a0cee [view] | master | 2025-07-26 22:15:26 +0300 | Alexander Golubev | [tde-packaging-gentoo] dev-python/pytdeextensions: fix FTBFS Also fix a lot of other issues. Signed-off-by: Alexander Golubev |
| 48e68135 [view] | master | 2025-07-26 19:28:50 +0300 | Alexander Golubev | [tde-packaging-gentoo] dev-python/pytde: add python_optimize Also add correct python version to DEPENDs. Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging-gentoo/issues/405 Signed-off-by: Alexander Golubev |
| 1b568ddb [view] | master | 2025-07-26 19:10:41 +0300 | Alexander Golubev | [tde-packaging-gentoo] dev-python/pytqt: several changes * fix FTBFS in stables * add python_optimize calls * add correct python version to DEPENDs Bug: https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging-gentoo/issues/405 Signed-off-by: Alexander Golubev |
| 87ae3304 [view] | master | 2025-07-26 18:57:39 +0300 | Alexander Golubev | [tde-packaging-gentoo] licenses: add SIP Signed-off-by: Alexander Golubev |
| 43941a65 [view] | master | 2025-07-26 18:53:39 +0300 | Alexander Golubev | [tde-packaging-gentoo] dev-python/sip4-tqt: fix FTBFS in stables Also add missing python_optimize. Bug: https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging-gentoo/issues/405 Signed-off-by: Alexander Golubev |
| 5e40676b [view] | master | 2025-07-26 15:14:39 +0300 | Alexander Golubev | [pytdeextensions] 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 Signed-off-by: Alexander Golubev |
| 32d9a1e5 [view] | master | 2025-07-26 11:26:55 +0300 | Alexander Golubev | [pytdeextensions] Avoid byte-compiling in case it is disabled Signed-off-by: Alexander Golubev |
| 6dd781c4 [view] | master | 2025-07-26 11:44:58 +0900 | Michele Calgaro | [tqt] Replace TRUE/FALSE with boolean values true/false - part 3 Signed-off-by: Michele Calgaro |
| 3c4462cd [view] | master | 2025-07-25 23:02:00 +0300 | Alexander Golubev | [pytdeextensions] Pass correct -rpath to libtool when build with --root Signed-off-by: Alexander Golubev |
| 3ca5d1ca [view] | master | 2025-07-25 15:39:01 +0200 | Slávek Banko | [digikam] Exclude from the installation of unwanted and now no longer existent Makefile.am. This solves FTBFS that came with issue #52 Signed-off-by: Slávek Banko |
| 9b02c472 [view] | master | 2025-07-25 16:31:19 +0300 | Alexander Golubev | [pytdeextensions] Fixup some warnings Signed-off-by: Alexander Golubev |
| 5e6907dc [view] | master | 2025-07-25 22:03:18 +0900 | Michele Calgaro | [tdebase] 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 Signed-off-by: Michele Calgaro |
| 9dd06293 [view] | master | 2025-07-25 06:48:15 +0000 | Dmitriy Popov | [tqt] Translated using Weblate (Russian) Currently translated at 74.1% (874 of 1178 strings) Translation: dependencies/tqt - tools-designer Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt-tools-designer/ru/ |
| 37a82b0c [view] | master | 2025-07-25 08:47:28 +0200 | Slávek Banko | [digikam] Remove the unwanted x-test language from desktop file translations. Signed-off-by: Slávek Banko |
| 67d18a6d [view] | master | 2025-07-25 02:05:10 +0200 | Slávek Banko | [digikam] Add desktop files translations. Signed-off-by: Slávek Banko |
| 7d493ba6 [view] | master | 2025-07-24 05:53:54 +0000 | Alexander Golubev | [tqt] Translated using Weblate (Russian) Currently translated at 11.4% (135 of 1178 strings) Translation: dependencies/tqt - tools-designer Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt-tools-designer/ru/ |
| ac5eab45 [view] | master | 2025-07-23 21:10:42 +0200 | François Andriot | [tdebindings] Fix issue #40 Signed-off-by: François Andriot |
| edb4a7af [view] | master | 2025-07-23 04:37:21 +0000 | Dmitriy Popov | [tqt] Translated using Weblate (Russian) Currently translated at 8.5% (101 of 1178 strings) Translation: dependencies/tqt - tools-designer Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt-tools-designer/ru/ |
| 4a8f286d [view] | master | 2025-07-21 14:06:21 +0300 | Alexander Golubev | [tde-packaging-gentoo] */*: add dependency upon tqt Add dependencies upon dev-tqt/tqt for live ebuilds in place of recently removed on dev-tqt/tqtinterface[1]. This partially reverts e140e29a733b062ee43153af048d29f79f818e4e. [1]: https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging-gentoo/pulls/398 Signed-off-by: Alexander Golubev |
| 531ba264 [view] | master | 2025-07-21 06:41:01 -0400 | Nik Reist | [sip4-tqt] Add a spec for linux-clang Fixes: https://mirror.git.trinitydesktop.org/gitea/TDE/sip4-tqt/issues/35 Co-authored-by: Alexander Golubev Signed-off-by: Nik Reist |
| a0bbc9c8 [view] | master | 2025-07-20 12:02:57 +0000 | Alexander Golubev | [tqt] Translated using Weblate (Russian) Currently translated at 100.0% (488 of 488 strings) Translation: dependencies/tqt Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt/ru/ |
| 3e43d0f3 [view] | master | 2025-07-20 11:53:27 +0000 | Alexander Golubev | [tde-i18n] Translated using Weblate (Russian) Currently translated at 100.0% (201 of 201 strings) Translation: tdebase/kcmkeys Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/ru/ |
| 0748d9a8 [view] | master | 2025-07-20 11:51:03 +0000 | Alexander Golubev | [tde-i18n] Translated using Weblate (Russian) Currently translated at 100.0% (199 of 199 strings) Translation: tdebase/kcmhwmanager Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/ |
| 8cf18473 [view] | master | 2025-07-20 10:34:36 +0000 | Alexander Golubev | [tdebase] Translated using Weblate (Russian) Currently translated at 62.1% (284 of 457 strings) Translation: tdebase/kcontrol - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/ |
| 2c5358bf [view] | master | 2025-07-20 10:24:15 +0000 | Alexander Golubev | [tdepowersave] Translated using Weblate (Russian) Currently translated at 100.0% (311 of 311 strings) Translation: applications/tdepowersave Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/ru/ |
| 8872dab4 [view] | master | 2025-07-20 10:10:25 +0000 | Alexander Golubev | [kvpnc] Translated using Weblate (Russian) Currently translated at 20.0% (496 of 2472 strings) Translation: applications/kvpnc Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/ru/ |
| 771b8eb8 [view] | master | 2025-07-20 09:56:49 +0000 | Alexander Golubev | [kpowersave] Translated using Weblate (Russian) Currently translated at 100.0% (305 of 305 strings) Translation: applications/kpowersave Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpowersave/ru/ |
| 4122330b [view] | master | 2025-07-20 09:36:16 +0000 | Alexander Golubev | [tde-i18n] Translated using Weblate (Russian) Currently translated at 100.0% (74 of 74 strings) Translation: tdemultimedia/artscontrol Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/artscontrol/ru/ |
| 74f201a8 [view] | master | 2025-07-20 09:33:25 +0000 | Alexander Golubev | [tde-i18n] Translated using Weblate (Russian) Currently translated at 100.0% (126 of 126 strings) Translation: tdebase/tdmgreet Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmgreet/ru/ |
| 7ac52f68 [view] | master | 2025-07-20 09:32:29 +0000 | Alexander Golubev | [tde-i18n] Translated using Weblate (Russian) Currently translated at 100.0% (73 of 73 strings) Translation: tdebase/kcmdisplayconfig Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmdisplayconfig/ru/ |
| 038ce1cc [view] | master | 2025-07-20 09:00:37 +0000 | Alexander Golubev | [tde-i18n] Translated using Weblate (Russian) Currently translated at 70.6% (41 of 58 strings) Translation: tdebase/ksmserver Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/ru/ |
| f1ced307 [view] | master | 2025-07-20 08:54:12 +0000 | Alexander Golubev | [tde-i18n] Translated using Weblate (Russian) Currently translated at 88.5% (231 of 261 strings) Translation: tdebase/kicker Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/ |
[First Page] [Previous Page] [Next Page] [Last Page]
© 2010-2025 Trinity Desktop Project