summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Improve settings for some sliders related to keyboard, accessibility and ↵Michele Calgaro2024-08-013-8/+10
| | | | | | | style. This also solves issue #513 Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8afb12b32bbc7ef5de9a3821b6f2dae7c658e7db)
* Use server icon for remote foldersMavridis Philippe2024-08-015-1/+27
| | | | | | | | | This icon is more accurate than the more generic applications-internet. Includes a tdeconf_update script. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit e84954ddc1a0406ae319dd02a7d946ed62cb6859)
* KNetAttach: Added SFTP connection typeMavridis Philippe2024-08-012-29/+47
| | | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit e610fb2466e968998ce0ede4e582a0771387f90c)
* Remote protocol: add UDS_LOCAL_PATH atom to remote foldersMavridis Philippe2024-08-011-1/+4
| | | | | | | | | This change makes it possible for network folders in Remote Places to be moved to and restored from the Trash folder. Before this change, such folders could only be removed via deletion (shift+delete) and could not be restored afterwards. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit e6fc9bed16c981e42418340772b984ba8a02114b)
* kcmkeys: update keyboard shortcut schemesMavridis Philippe2024-08-016-12/+24
| | | | | | | | - Add actions related to keys XF86Sleep (Suspend) and XF86ScreenSaver (Lock Session) - Fix name of "Log Out" actions Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit e0069f90483ba30d28dd76ee3e0c82d7b94bc00b)
* KSMServer: reload power-managerrc settings every time before they are neededMavridis Philippe2024-08-012-0/+4
| | | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit 88a090066be5f7c0d9611b88eb8f27902e1409ed)
* Add support for assigning global shortcuts for suspend actionsMavridis Philippe2024-08-015-2/+53
| | | | | | | | | | | The corresponding shortcuts have been added as part of the KDesktop shortucts, to complement similar options (logout, shutdown, reboot). The shortcuts are only shown for the options that KSMServer reports via DCOP as valid. In order to do be able to make a DCOP call from kdesktopbindings.cpp, the <dcopref.h> include had to be added to several files of the shortcuts TDECM. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit 95837cc844210a35b3374bbe707cb82920b80a9b)
* KSMServer: improve suspend codeMavridis Philippe2024-08-016-55/+129
| | | | | | | | | | 1. Some code deduplication. Suspending is now handled via the public method `suspend(int)` which is DCOP-accessible and maps SuspendType values to corresponding TDEHWLib TDESystemPowerState values, and the internal method `suspendInternal(int)` which performs the chosen suspend and optionally locks the screen beforehand. 2. Options are now read from power-managerrc on startup and stored in memory to avoid reading the configuration file every time a suspend is requested. 3. SuspendType is now a member of KSMServer class (instead of KSMShutdownDlg) 4. A new DCOP-accessible method `suspendOptions()` returns a TQStringList of all available suspend options. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit d88718ee027e329565d2d97c5cadde4aa1b83166)
* Merge translation files from master branch.Automated System2024-07-311-0/+30
|
* Improve location of kate and kwrite desktop files. This resolves issue #327Michele Calgaro2024-07-242-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 00651591c569287cdfb3375413f67af72dd7baa3)
* konsole: fix column width calculation for stringOBATA Akio2024-07-161-1/+1
| | | | | | | TQString accessor is 0-based. Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit 928fbada0a7fc1f055b05fbdc969aea2f59cb08e)
* Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITYMichele Calgaro2024-07-121-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 5675b97655963b8a2d424d16b3ea2dacfe40b9bb)
* Reset submodule main/core/tdebase/admin to latest HEADAutomated System2024-07-121-0/+0
|
* Reset submodule main/core/tdebase/admin to latest HEADAutomated System2024-07-081-0/+0
|
* Replace kdemacros.h with tdemacros.hMichele Calgaro2024-07-0125-25/+25
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8fca33b35b68d1deef3677ae5e50927bd7a5c78d)
* Reset submodule main/core/tdebase/admin to latest HEADAutomated System2024-07-011-0/+0
|
* Fix for building tdm with gcc-14ormorph2024-06-301-6/+7
| | | | | | | Solution to issue #505 Signed-off-by: ormorph <roma251078@mail.ru> (cherry picked from commit cd4f41e76b1f4710c76610a7f225d2b7fa256b79)
* Use tq* headers instead of ntq* onesMichele Calgaro2024-06-302-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 9cebcf7b55f872a2f13962d70a16500951ca4d0a)
* Merge translation files from master branch.Automated System2024-06-2637-0/+8225
|
* Merge translation files from master branch.Automated System2024-06-2410-25/+2906
|
* konqueror: Update URL of TQt Reference DocumentationJan Sucan2024-06-241-1/+1
| | | | | Signed-off-by: Jan Sucan <jan@jansucan.com> (cherry picked from commit 4b16c87321ba60d5c5f05f8e783b18003724ab8d)
* konqueror: Update URL of Trinity API ReferenceJan Sucan2024-06-241-1/+1
| | | | | Signed-off-by: Jan Sucan <jan@jansucan.com> (cherry picked from commit 73986e841ce6f2f88e88a82e7d21dcc80ed506d5)
* Merge translation files from master branch.Automated System2024-06-232-17/+151
|
* Mouse TDECM: do not hide checkboxes in case of option unavailabilityMavridis Philippe2024-06-091-21/+4
| | | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit 7cc4d46cf55b013a02b6c3b7df6b5d536e69f1f1)
* Mouse TDECM: Improve wording for whatsThis optionsMavridis Philippe2024-06-091-2/+2
| | | | | | | Affected options are "Reverse scroll direction" and "Swap history navigation buttons" Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit 55c98d884901d4c50f60b769519b019e4f160052)
* Mouse TDECM: add option to swap history navigation buttonsMavridis Philippe2024-06-083-6/+63
| | | | | | | | | This leverages the existing code that interacts with X11 and sets the setting system-wide, as happens already with scroll direction reversal. This resolves issue #497. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit e6a4b278ed17b0915163a0ad31a1ccabd26b82ee)
* Merge translation files from master branch.Automated System2024-06-0472-299/+298
|
* Update translation template.Automated System2024-06-041-4/+4
|
* Fix khotkeys autostart unnecessary feedback. This resolves issue #495Michele Calgaro2024-06-041-0/+1
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> Signed-off-by: wjaguar <wjaguar@users.sourceforge.net> (cherry picked from commit 43bf24626223eea6ceae09ab0987a726b69c0594)
* Kate: use paths for local files instead of file:/// URLs.Mavridis Philippe2024-06-025-11/+11
| | | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit 0ce7b62e9e7a28ed4da7e6fb829bd5ded214bda9)
* Kate: display file type icon and tooltip in viewspaceMavridis Philippe2024-06-024-3/+7
| | | | (cherry picked from commit b82c8a3f42468101be9518a4f08e0aa5a651b66f)
* Kate: display file type icons in file listMavridis Philippe2024-06-021-2/+10
| | | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit 9bb299eeb6e47a050473c3a396ddf8758f11e3cc)
* Kate: use mouse back/forward buttons to move between open documentsMavridis Philippe2024-06-023-14/+37
| | | | | | | | The direction of movement can be configured (reversed) through the settings dialog. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit a9d34c14366e18066f67b972eab79a03d1081726)
* l10n: fix typo in localeMavridis Philippe2024-05-291-1/+1
| | | | | | | zn_CN should actually be zh_CN Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit e8d015be37f007cfc56d74eef8b192d19e96a61b)
* Fix KJobViewer autostart. This resolves issue #492Michele Calgaro2024-05-271-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d47747d978734bb7a7dd43c6fa792f3e2ea5e0f5)
* Konqueror: Add support for back/forward actions using history mouse buttonsMavridis Philippe2024-05-252-5/+32
| | | | | | | This closes #421. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit 9ed610f50d8f7e8278b12b442aa23956293837ab)
* Fix the detecion and use of the udev library.Slávek Banko2024-05-203-6/+6
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 22db72d853c2ec99a2c9fd41cf73fc1f22008707)
* konsole: Add Solarized dark and light color schemesJan Sucan2024-05-194-1/+102
| | | | | Signed-off-by: Jan Sucan <jan@jansucan.com> (cherry picked from commit 745749574513116a180b906c6da131197d0d21b7)
* Adds thumbnail generation for WebP imagesAlex Kent Hajnal2024-05-191-1/+1
| | | | | | | This resolves issue #380 Signed-off-by: Alex Kent Hajnal <software@alephnull.net> (cherry picked from commit 50c75e9adaa8be09c366a1d3d5c1d9e1988faa5c)
* Replace KDE_DEPRECATED with TDE_DEPRECATEDMichele Calgaro2024-05-153-4/+4
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1759a437e3254dc033d902a364b74e6280a42b42)
* Merge translation files from master branch.Automated System2024-05-132-36/+45
|
* Build documentation for each subpackage separatelyormorph2024-05-1375-33/+253
| | | | | Signed-off-by: ormorph <roma251078@mail.ru> (cherry picked from commit 95c3cba08ea09ecabb84cfd662bec76668b89bf7)
* Merge translation files from master branch.Automated System2024-05-115-13/+15
|
* Merge translation files from master branch.Automated System2024-05-063-13/+14
|
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-05220-381/+381
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 026828840f8255b5c4fde83ea95209f6f1f5ef8f)
* Reset submodule main/core/tdebase/admin to latest HEADAutomated System2024-05-021-0/+0
|
* Merge translation files from master branch.Automated System2024-05-013-8/+8
|
* Added R14.1.3 release notes draftMichele Calgaro2024-04-292-0/+8
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update translation template.r14.1.2Automated System2024-04-181-9/+2
|
* Updated release notes for R14.1.2 versionMichele Calgaro2024-04-172-3/+126
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c3960c3e001b4cd3cbcf8868b28b22d2403de534)