summaryrefslogtreecommitdiffstats
path: root/tdeui
Commit message (Collapse)AuthorAgeFilesLines
* TDEFontDialog: Fix font style matching.Mavridis Philippe2022-05-112-12/+27
| | | | | | | This resolves issue TDE/tde#81. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit e90218719458ce6fe37a2c5c23c9eb6f9eee43a2)
* Replaced 'includehints' with 'includes' in *.ui files.Michele Calgaro2022-01-082-9/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b5fad55e8b099df4aa97a9a7b089882f56e42803)
* Add a missing icon for the action "Restore" when the application is sitting ↵gregory guy2021-01-251-1/+1
| | | | | | | | in the system tray. Signed-off-by: gregory guy <gregory-tde@laposte.net> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 9d7673b7a2d30c61798d40e7d7d883299ffc2726)
* Renaming of files in preparation for code style tools.Michele Calgaro2020-12-062-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4f99f868f09bbffa2e15733b8b7c78eba07a199e)
* Add a missing icon for the standard Help menuSlávek Banko2020-12-021-1/+1
| | | | | | | item Bug Report/Request Enhancement... Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit eceb9e8dbddf02ee02aec01dae299a877e8f187a)
* Revert "Exclude translator information from the tdelibs_color template"Slávek Banko2020-10-081-1/+0
| | | | | | | | | Translator information will be retained because otherwise the resulting translation template could be misunderstood as monolingual translations. This reverts commit 5f5cd723ede4aa5c4d18a33a0d66c2f62b17809f. (cherry picked from commit 2a7ba65af65220688e3c0b0c54acfde4270f32ed)
* Exclude translator information from the tdelibs_color templateSlávek Banko2020-10-071-0/+1
| | | | | | | because this information about this catalog is not displayed anywhere. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 5f5cd723ede4aa5c4d18a33a0d66c2f62b17809f)
* Add an ability to specify default spell checkerOBATA Akio2020-09-271-5/+1
| | | | | | | | | | There is no reason to determine it with operating system basis. Change to use build configuration instead. "ispell" by default, and you can override it. Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit 70d26004f065c5fd18be00cab17fc93ed231d849) Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add the ability to detect ispell lib directoryOBATA Akio2020-09-271-0/+4
| | | | | | | | | Check LIBDIR ispell compile option and use only it for ispell lib directory if found. Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit bbe1b42cbbc7293041a83b154f969792a2592510) Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add definitions for X11_RGBFILE and XMLLINT in config.hgregory guy2020-09-281-3/+3
| | | | | Signed-off-by: gregory guy <gregory-tde@laposte.net> (cherry picked from commit 2706c5674eb1ea3fffdca4d8c3edb3b25335e731)
* Removed code formatting modelines.Michele Calgaro2020-09-2748-104/+11
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ed8e30bc6dd18716b42087183e57a481d6ec5fa4)
* Add two missing icons in the menu bar:gregory guy2020-08-071-2/+2
| | | | | | | | - bug Report/Request Enhancement... - Switch Application Language.. Signed-off-by: gregory guy <gregory-tde@laposte.net> (cherry picked from commit 0c807f401be33526d8f1ac0ebd333a47d94d5405)
* Use private linking for exported CMake targets.Slávek Banko2020-06-121-1/+2
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 158b6e1152413e4fa973b70b7469bb1f256a1f38)
* For templates from CMake, use the TDE CMAKE TEMPLATES variable.Slávek Banko2020-06-121-1/+1
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 080c061b15cfcb11e26a2ede1c8082afb0c5d329)
* Desktop file translations:Slávek Banko2020-06-073-128/+11
| | | | | | | | + 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> (cherry picked from commit 4b7a4e17362206fd2eade35ba947a850263b0ea1)
* Drop explicit dependencies on dcopidl and dcopidl2cpp,Slávek Banko2020-06-072-2/+0
| | | | | | | | because thanks to the replacement of KDE3 CMake macros with TDE macros, this is no longer needed. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit c2b90055a581e9fb95a281fab53b6c56a96a4f2d)
* Fixed unresponsive behavior of the shortcut setting dialog in recentMichele Calgaro2020-04-292-14/+10
| | | | | | | ditros. This resolves bug 2955. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8ea3d4dd872623721abe3153cdd44d01e3cc69be)
* Removed kerry related code.Michele Calgaro2020-02-091-1/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 94515be234e926611355ec174f91b3abdf1cf13a)
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-301-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit aa98dbfe80580169f3df12489a77e8b904a1d9b9)
* Fix missing button icons in dialogs.Chris2019-11-031-13/+13
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 34aa72861f8bdcb153a534e10f19c729c1754cfa)
* Add icon to switch language menu entry.Chris2019-10-191-1/+1
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 82f2aa6b13cbedb1fdb9f0747f19799f2ac1f735)
* Update and promote new TDE websites, replace branding and do slight refactoring.Chris2019-07-131-21/+21
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit e53c04d5d3f91cc4857d647d0a39c350a1c9eed7)
* Fix typos in texts.Slávek Banko2019-07-111-2/+2
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 960a08e853eab3797959154fe416932d319c410e)
* Use system libdir when searching for dynamically loaded libraries.Slávek Banko2019-02-271-12/+17
| | | | | | | This prevents finding an incorrect architecture on multi-arch systems. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 8a859540c3cb306844288144a06028dc302408d6)
* Add CMakeL10n rules.Slávek Banko2018-12-092-0/+25
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 707d60c602a5bed23be354ea362ea7c24a87fb0b)
* KPasswordEdit: Add a password conversion to local8Bit()Slávek Banko2018-11-271-1/+6
| | | | | | using setCodecForCStrings. This resolves bug 2961. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Removed unnecessary executable flag. This relates to bug 2153.Michele Calgaro2018-09-032-0/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit dba6ce3aa7349595a5689da09153315bb7128aaa)
* Revert "Revert "Fix bug reports link in about dialog""Michele Calgaro2018-07-264-8/+10
| | | | | | | The reversion was done by mistake and inadvertently. Sorry for the mess :-( This reverts commit dcb480334c2e8a53fd5ca421b6bd686ea594d4ac.
* Revert "Fix bug reports link in about dialog"Michele Calgaro2018-07-264-10/+8
| | | | This reverts commit 69fc44f5d55b813aeeb0c06473ceede28400e7bf.
* Fix bug reports link in about dialogSlávek Banko2018-06-304-8/+10
| | | | | | | | Update bug reports url to bugs.trinitydesktop.org This resolves bug 2935 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit aa83c86cd30e77bad7fdb2b047ce256a24c883b5)
* Removed unrequired comments.Michele Calgaro2018-06-202-10/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f52b584fa9f1990da99c3d3f39e164d02ec1c0b9)
* tdeui: Update slider parameters together with changing precision of ↵Slávek Banko2017-07-101-1/+11
| | | | | | | | | KDoubleNumInput This relates to bug 2717 and resolves bug 2758 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 2a8932682fd4cfcbd881b768859ce1d324179694)
* tdeui & tdewallet: add testsAlexander Golubev2017-01-291-2/+2
| | | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit 16a176dab1e978bef8f8d49801fa98a028d1d17b)
* tdeui: fixed handling of setPrecision() for KDoubleSpinBox. This resolves ↵Michele Calgaro2016-11-131-1/+16
| | | | | | | bug 2717. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f32bc5176289b70bf1c6e7d2825d53f190bc4096)
* Fix FTBFS with GCC6Slávek Banko2016-09-031-4/+4
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 0d8345e6f7f2402d3ee88c0eb3d89e0e839bc5b5)
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-2419-0/+0
| | | | (cherry picked from commit 7faae2b255108c5ffdda4b36cb8e612d03deeb8f)
* Fixed product name in bug report form. This relates to bug 2617.Michele Calgaro2016-03-241-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 04255418ecbedc1a7e712999d481742f4196b0af)
* Limit size of notification popupsTimothy Pearson2015-10-021-56/+119
| | | | | This works around badly designed applications that abuse the notification subsystem to display large chunks of text (cherry picked from commit 70526c5a3e76b42b242499cb57c051696bcee5eb)
* Fix several issues on freebsdSlávek Banko2015-06-141-1/+1
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit e469e42c76000b70aebaf838f5a3c4ded184b0e3)
* Minor code clean up.Michele Calgaro2015-01-151-9/+4
| | | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 98e72add315583a49ea7fb8f63e408ea041ac8d9) Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed typo and removed unnecessary call. This relates to bug 146.Michele Calgaro2015-01-091-3/+3
| | | | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 10bc86c4cd7e25661b4a38a2e32e3cbf7cefcbc9) Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Don't slow execution just because TDEAction::plugAccel was usedTimothy Pearson2014-12-041-0/+6
|
* Added support for handbookDocPath(). This relates to bug 1850.Michele Calgaro2014-11-272-0/+15
|
* Fix unconverted exit iconTimothy Pearson2014-11-201-1/+1
| | | | This relates to Bug 1313
* Bring centrejust, leftjust, rightjust, text_left, text_right, text_bold, ↵Timothy Pearson2014-10-142-2/+2
| | | | text_italic, text_under, text_strike, and spellcheck icons into XDG compliance
* Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, ↵Timothy Pearson2014-10-135-11/+11
| | | | player_pause, player_play, player_stop, player_rew, player_fwd, player_start, player_end, rotate_ccw, rotate_cw, window_fullscreen, window_nofullscreen, window_new, viewmagfit, viewmag+, viewmag1, and viewmag- icons into XDG compliance
* Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, ↵Timothy Pearson2014-10-1312-54/+54
| | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
* Bring undo, redo, find, and revert icons into XDG complianceTimothy Pearson2014-10-137-17/+17
|
* Bring up, down, top, and bottom icons into XDG complianceTimothy Pearson2014-10-133-5/+5
|
* Bring stop, lock, exit, and run icons into XDG complianceTimothy Pearson2014-10-122-4/+4
|