summaryrefslogtreecommitdiffstats
path: root/kdeui
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Fix konq filter in list view modeTimothy Pearson2012-08-262-0/+54
| | | | | Select all now only selects shown (filtered) items (cherry picked from commit 06b514847fffb79985e4bcde9f8dcc685c5d9ac5)
* Fix spinbox text entry when base is not 10Timothy Pearson2012-07-031-0/+6
| | | | (cherry picked from commit d1c71f692f5329dbfe817bbed41c5137be608efa)
* Add dynamic label support to kpassworddialogTimothy Pearson2012-06-132-5/+43
| | | | (cherry picked from commit 3c75231601fb35f0c91022abeee5117c81f70a62)
* Fix qlayout warningsTimothy Pearson2012-06-021-3/+5
| | | | (cherry picked from commit d54eee3837ecafb81ba3845388533ddf3218e173)
* Update bug report dialog with additional informationTimothy Pearson2012-06-024-6/+14
| | | | | This closes Bug 754 (cherry picked from commit c2fb83dad7c2d075c0e9eec083b9d267c79abb6b)
* Rename obsolete tq methods to standard namesTimothy Pearson2012-06-0227-102/+102
| | | | (cherry picked from commit 1180237ab336226ad932d767a6cb56208314988f)
* Remove additional unneeded tq method conversionsTimothy Pearson2012-06-0260-197/+197
| | | | (cherry picked from commit a51cd9949c4e6c726a84a61de3cfadd30cefb5c7)
* Rename old tq methods that no longer need a unique nameTimothy Pearson2012-06-0284-538/+538
| | | | (cherry picked from commit 984c25aa6969e55896e9a13c8e7f7b8a58991a4e)
* Rename tqsetSizePolicy to fix bindingsTimothy Pearson2012-06-027-13/+13
| | | | (cherry picked from commit d5b3ae721dc072e0c70055313de9b5228b6688a8)