summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-163-3/+3
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit a4241b7911d2e0b36edfb02f616b8b282050c0ec)
* Replace Qt with TQtMichele Calgaro2023-11-141-10/+10
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b965cbac5b21345e9dfc768a7e4f660ffa4aa72f)
* Added initial draft of release notes for R14.1.2.Slávek Banko2023-11-022-0/+8
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 3cc190da30cda1e3d69b7499a6a75e7cbacf10a4)
* Add final version of release notes for R14.1.1r14.1.1Michele Calgaro2023-10-191-2/+107
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f22981396990cd84fd26ece5f5baca7791b78a14)
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵Michele Calgaro2023-09-253-48/+48
| | | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 33c7d159890b81da8f44ee330a349e3abd553bec)
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-202-4/+4
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 814bf5fc4f403c13b0d8274c7f13fbef183c5c84)
* kcmtwin: Move Active Borders options into a new tabMavridis Philippe2023-07-041-34/+43
| | | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit 631172e074ee702ff468b81e3a5c956515a2061a)
* TWin: Add active corner support to quick tilingMavridis Philippe2023-07-041-1/+1
| | | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit 5b1934dd5dc3245fcfd4a771fd45ed30dcaace54)
* TWin: Active borders and snap tilingMavridis Philippe2023-05-271-12/+30
| | | | | | | | | | | | | | | | | | | | | | | This commit is a squash of the commits of TDE/tdebase#331. In short, this backports some improvements to existing electric border functionality from KDE, adds the snap tiling (or aerosnap) feature and brings rudimentary support for active corners, which will be fully implemented in a later PR. The options dialog and the documentation has been updated to reflect these changes. Additionally, a new relevant option is introduced: an option for restoring the original size of maximized/tiled windows when the user starts dragging them. The option is set to be off by default, preserving the traditional behaviour of KDE 3.x/TDE. Last but not least, the term "electric" in relation to borders and corners is replaced by "active" for clarity to the users. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit 31335a04ed9bc01fd3ede33afde40d6f3359f2e9)
* Konqueror handbook documentation associated with PR # 240Vincent Reher2023-05-041-13/+133
| | | | | Signed-off-by: Vincent Reher <tde@4reher.org> (cherry picked from commit bd5494bc81ed0034cde41a34e6a6e8b813b7814b)
* Added initial draft of release notes for R14.1.1Michele Calgaro2023-04-272-0/+8
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c6056948efaf76d0f32a7b4c9197e36986fac3c5)
* Updated release notes with tqscintilla SEGV fixr14.1.0Michele Calgaro2023-04-121-0/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add release notes for R14.1.0Michele Calgaro2023-04-101-1/+188
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* khelpcenter: restructure release notes in preparation for the r14.1.x seriesMichele Calgaro2023-03-3123-64/+151
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tde license: minor adjustment to window size for better visualizationMichele Calgaro2023-03-281-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added TDE license info dialogMichele Calgaro2023-03-276-0/+222
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Added final version of release notes for R14.0.13.Michele Calgaro2022-10-201-6/+121
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add doc/kappfinder/CMakeLists.txt to avoid unwanted automaticSlávek Banko2022-10-141-0/+6
| | | | | | installation of man-kappfinder.1.docbook. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Use gender-neutral languageMavridis Philippe2022-07-1813-30/+30
| | | | | | This resolves issue TDE/tde#93. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Add man pages for TDE applications.Michele Calgaro2022-05-2345-0/+6227
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added initial draft of release notes for R14.0.13.Michele Calgaro2022-05-032-0/+14
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added final version of release notes for R14.0.12.Michele Calgaro2022-04-201-6/+81
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed HAL dependant code.Michele Calgaro2022-02-142-23/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added initial draft of release notes for R14.0.12.Michele Calgaro2021-11-022-0/+14
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added final version of release notes for R14.0.11.Michele Calgaro2021-10-161-6/+99
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added initial draft of release notes for R14.0.11.Michele Calgaro2021-05-032-0/+14
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Updated release notes for R14.0.10.Michele Calgaro2021-04-241-3/+62
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed incorrect links used in previous commit.Michele Calgaro2021-02-054-6/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed references to TDE website.Michele Calgaro2021-02-0411-17/+17
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Move the khelpcenter guides to the directory level in which they are installed.Slávek Banko2020-11-17166-0/+5
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Added initial draft of release notes for R14.0.10.Michele Calgaro2020-11-0712-20/+34
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Progressive update of release notes for R14.0.9.Michele Calgaro2020-10-151-5/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Progressive update of release notes for R14.0.9.Michele Calgaro2020-10-091-2/+7
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed additional code formatting modelines.Michele Calgaro2020-09-2552-922/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed code formatting modelines.Michele Calgaro2020-09-2235-353/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Progressive update of release notes for R14.0.9.Michele Calgaro2020-09-081-1/+9
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Progressive update of release notes for R14.0.9.Michele Calgaro2020-07-261-2/+24
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Desktop file translations:Slávek Banko2020-06-282-0/+10
| | | | | | | + Creation of POT template for desktop files added to CMakeL10n rules. + Added creation of translated desktop files during build. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Progressive update of release notes for R14.0.9: knotes shortcuts.Michele Calgaro2020-06-171-4/+29
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Progressive update of release notes for R14.0.9.Michele Calgaro2020-05-311-0/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Progressive update of release notes for R14.0.9.Michele Calgaro2020-05-261-9/+24
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Progressive update of release notes for R14.0.9.Michele Calgaro2020-05-032-2/+7
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add draft release notes for R14.0.9 to the documentation.Slávek Banko2020-04-292-0/+61
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Kate: added documentation for sessions panel. This relates to bug 2491.Michele Calgaro2020-04-124-82/+165
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add release notes for R14.0.8 to documentation.Slávek Banko2020-04-102-0/+106
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add previous release notes to the documentation.Slávek Banko2020-04-069-909/+1404
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Renamed release_notes to tde_release_notes.Michele Calgaro2020-02-153-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed beagle related code.Michele Calgaro2020-02-091-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Kate docbook: updated section related to General options.Michele Calgaro2019-08-244-4/+56
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>