summaryrefslogtreecommitdiffstats
path: root/kdeui
Commit message (Collapse)AuthorAgeFilesLines
* Add an ability to specify default spell checkerOBATA Akio2021-02-031-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)
* Add the ability to detect ispell lib directoryOBATA Akio2021-02-031-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)
* Add definitions for X11_RGBFILE and XMLLINT in config.hgregory guy2021-02-031-3/+3
| | | | | Signed-off-by: gregory guy <gregory-tde@laposte.net> (cherry picked from commit 2706c5674eb1ea3fffdca4d8c3edb3b25335e731)
* Use private linking for exported CMake targets.Slávek Banko2021-02-031-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 Banko2021-02-031-1/+1
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 080c061b15cfcb11e26a2ede1c8082afb0c5d329)
* Drop explicit dependencies on dcopidl and dcopidl2cpp,Slávek Banko2021-02-032-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 Calgaro2021-02-032-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 Calgaro2021-02-031-1/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 94515be234e926611355ec174f91b3abdf1cf13a)
* Removed explicit usage of the 'register' keyword.Michele Calgaro2021-02-031-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit aa98dbfe80580169f3df12489a77e8b904a1d9b9)
* 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)
* 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)
* tdeui: Update slider parameters together with changing precision of ↵Slávek Banko2017-07-221-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-07-221-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 Calgaro2017-07-221-1/+16
| | | | | | | bug 2717. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f32bc5176289b70bf1c6e7d2825d53f190bc4096)
* Fix FTBFS with GCC6Slávek Banko2017-07-221-4/+4
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 0d8345e6f7f2402d3ee88c0eb3d89e0e839bc5b5)
* Fixed product name in bug report form. This relates to bug 2617.Michele Calgaro2016-04-031-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 04255418ecbedc1a7e712999d481742f4196b0af)
* Limit size of notification popupsTimothy Pearson2015-12-231-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-12-231-1/+1
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit e469e42c76000b70aebaf838f5a3c4ded184b0e3)
* Minor code clean up.Michele Calgaro2015-12-231-9/+4
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 98e72add315583a49ea7fb8f63e408ea041ac8d9)
* Fixed typo and removed unnecessary call. This relates to bug 146.Michele Calgaro2015-12-231-3/+3
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 10bc86c4cd7e25661b4a38a2e32e3cbf7cefcbc9)
* Don't slow execution just because TDEAction::plugAccel was usedTimothy Pearson2015-12-231-0/+6
| | | | (cherry picked from commit 7dee44aa033d3a0d3f3e57bc2bfc3c1b2ab9013b)
* Add protected helper methods to better handle rubberband operations outside ↵Timothy Pearson2015-12-232-0/+29
| | | | | | | of a TDEListView in file manager mode This relates to Bug 1961 (cherry picked from commit 216794724ca89104ad394ea9e55f5fdba1523707)
* Add a cmake detection for Xext libraryFrançois Andriot2015-12-231-1/+1
| | | | | | Remove hardcoded Xext flags in tderandr and tdestyles/keramik Add missing link flag in tdeui (cherry picked from commit aae8990d33bbfee205c75dc7e48e1c64f2beeff0)
* Fix default spell checker on openbsdFrançois Andriot2015-12-231-0/+4
| | | | (cherry picked from commit cca50763480753652ae019bf74eb1fa98194d209)
* Rewrite list view movement key handlers in file management modeTimothy Pearson2015-12-231-316/+468
| | | | | This resolves Bug 1961 (cherry picked from commit 4ffab32f5ff5480f82301d2cde67961a2010fd3c)
* Revert a small portion of commit b66871cTimothy Pearson2015-12-231-6/+4
| | | | | This relates to Bug 1693 (cherry picked from commit a6da78df3a5f895c014fdc52bf1dd3ee7f9490fa)
* Fix warning message in .xsession_errors when ksmserver shows the logout dialogTimothy Pearson2015-12-231-1/+1
| | | | | This resolves Bug 885 (cherry picked from commit 705e5eedd9d2b8cc44b07134062fbe000700c603)
* Updated "About TDE" dialog text. This relates to bug 2001.Michele Calgaro2015-12-231-15/+22
| | | | (cherry picked from commit dd7861dbd765b6eb08c791913920aced2f2ddd83)
* Fix tdecore directories of linked librariesSlávek Banko2015-12-232-2/+2
| | | | (cherry picked from commit 62ac96e110e21c0289e890b6e2a824b61d5cb055)
* Fix crash on clear disabled iconview search lineSlávek Banko2015-12-231-0/+3
| | | | | This resolves Bug 1735 (cherry picked from commit b46a7c35c167304acc48675b979ca8b32bc3d293)
* Fix Kate not coming to foreground with focus in MDI modeTimothy Pearson2015-12-231-25/+2
| | | | | This resolves Bug 692 (cherry picked from commit 93993ebd03bd0d322f9aacf64952ed06b6040135)
* Add ability to set active window to TDEMainWindowTimothy Pearson2015-12-232-0/+39
| | | | (cherry picked from commit 6f1973a708396873d12b51b32667bd0b9a530263)
* Reduce CPU usage of triggerless device polling routineTimothy Pearson2015-12-233-35/+47
| | | | | Fix TDEListView not emitting executed signal for part of entire highlighted item area (cherry picked from commit b282a7bb897aef54980dc0996a842a2253f013da)
* Fix incomplete size restoration in TDEMainWindow classTimothy Pearson2015-12-233-75/+92
| | | | | | This resolves Bug 1519 Clean up build warnings in KEditToolbar (cherry picked from commit 2d2661a554c5195069caf2d3eead729f52898a8d)
* Use new Qt hidden items for iconview searchesTimothy Pearson2015-12-232-67/+20
| | | | (cherry picked from commit 5c8a387bfeced1fd11de5e5d355aa10e0da0c1ab)
* Fix invalid toolbar data structure size declarationsTimothy Pearson2013-05-302-32/+40
| | | | | This cleans up a slew of Valgrind memcheck warnings (cherry picked from commit b1c819c3238e94960154915f1ae14131fdb25cf8)
* Fix incorrect positions and heights in open/save dialogs when nonstandard ↵Timothy Pearson2013-05-052-7/+7
| | | | | | font sizes are in use (cherry picked from commit c5463fddb10d24f0dd582765fdaf488075854d61)
* Revert previous patch as the error appears to be in TQFontMetrics, not this fileTimothy Pearson2013-05-031-1/+1
| | | | (cherry picked from commit 857fae6c4fb0f21c49b13f53bb4d3290305f9165)
* Fix ugly open/save dialog icon item highlight rectangle mismatchTimothy Pearson2013-05-011-26/+62
| | | | (cherry picked from commit 89798786dbb571ff5af2af8127bf19be9141957b)
* Cleanup output clutterSlávek Banko2013-04-272-3/+3
| | | | (cherry picked from commit 987dc667f267a536e918194ab13d7375c3ad5537)
* Properly repair kicker crahs on startTimothy Pearson2013-04-051-10/+2
| | | | | | This resolves Bug 1161 Thanks to Fat-Zer for the patch! (cherry picked from commit 6a7a4e6901300922f72e71782811973f46861e7b)
* Fix crashes with fontconfig 2.9.0 and newerSlávek Banko2013-03-272-2/+4
| | | | | This resolves Bug 1422 (cherry picked from commit 513dce7c027b6e60627d4ff6d97bc4e9fffcb060)
* Fix old upstream KDE 3 bug #111827Timothy Pearson2013-01-241-4/+6
| | | | (cherry picked from commit 07c48c43ff72c237e4028154f4594102b798073f)
* Fix KDoubleSpinBox initialization problemTimothy Pearson2013-01-171-2/+0
| | | | (cherry picked from commit 4443b6dd886ce7d6fc6f99c594023fdd71d010b3)
* Work around Bug 1161Timothy Pearson2012-12-121-0/+7
| | | | (cherry picked from commit 1c14fecac3903921cef9e63e01deb4228bd4d51d)
* Fix references to user profile directory.Darrell Anderson2012-11-091-1/+1
| | | | (cherry picked from commit e256298e9d1d5f3f7fb5660f0ca33ea8489acd08)
* Fix inadvertent tq changes.Darrell Anderson2012-11-093-7/+7
| | | | (cherry picked from commit 40712e064638a603834221ccc204345c1bb9acf5)
* Fix inadvertent tqt changes.Darrell Anderson2012-11-092-2/+2
| | | | (cherry picked from commit 5d9a593c1fe4967f3636524cbef739d80b0d8cae)
* Fix KRootBacking failure when no window is displayedTimothy Pearson2012-10-201-1/+2
| | | | | This partially resolves Bug 811 (cherry picked from commit 2771be621097ef41405e184507fcf10b8b091ae0)
* Rebranding of Krita as ChalkSlávek Banko2012-09-161-10/+10
| | | | (cherry picked from commit 9e0a5e727a6825149a71ad8da1e53671a38456f2)