summaryrefslogtreecommitdiffstats
path: root/kdevdesigner/designer
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary accelerators from .ui filesr14.0.13r14.0.xMichele Calgaro2022-09-181-9/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 0ba031d9dfc995a1dfb3a0d770501acd2d2990cc)
* Removed TQT_NON_COMMERCIAL check and related code.r14.0.12Michele Calgaro2022-02-076-42/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 29ea77f8216e8cb351241c420270271959ed4cee)
* Designer: use global includes instead of includehints and remove duplicated ↵Michele Calgaro2022-01-272-18/+48
| | | | | | | include directives if found in UI files. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 2c9b915b8d6b3fb0bf21cc8b3bd7d91308691e9f)
* Desktop file translations:Slávek Banko2020-08-012-13/+7
| | | | | | | | + 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 fe44776673b28ca94338f23d8e7ac71593fa88ba)
* 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 da6bd0768e4304e6c2853d012c7d0686a205addb)
* Add includes to UI files to resolve FTBFSSlávek Banko2018-09-2313-24/+37
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit a213def8e9bf36d3554373e623a8e84ef46ad960)
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-24121-0/+0
| | | | (cherry picked from commit fc14e2cf0b7eca47e57032fba82b85159d923526)
* Fix incorrectly renamed stringsSlávek Banko2015-03-055-27/+27
| | | | (cherry picked from commit a323a9c371885d011a815fd45987414539feda7f)
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-111-2/+2
| | | | match XDG specifications
* Revert "Finish renaming tdevelop components"Michele Calgaro2014-05-25392-0/+69002
| | | | This reverts commit 722ce1efbac31c61b1d4b13f7e075c9f311e3e73.
* Finish renaming tdevelop componentsDarrell Anderson2014-03-02392-69002/+0
|
* Fix unintended renames.Darrell Anderson2014-02-211-1/+1
|
* Fix unintended renames.Darrell Anderson2014-02-211-3/+3
|
* Fix FTBFS due to qassistantclient renameSlávek Banko2013-12-112-2/+2
| | | | This resolves Bug 1761
* Update minor TQt3 tool names to match current TQt3 sources in GITTimothy Pearson2013-11-071-1/+1
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-031-1/+1
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-1535-36/+36
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-142-2/+2
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-012-12/+12
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-012-42/+42
|
* Rename a few build variables for overall consistencyTimothy Pearson2013-01-291-1/+1
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-2710-10/+10
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-262-3/+3
|
* Rename KInstance and KAboutData to avoid conflicts with KDE4Timothy Pearson2013-01-223-12/+12
|
* Fix various cmake build issuesSlávek Banko2012-11-172-1/+88
|
* Fix FTBFSTimothy Pearson2012-11-171-1/+1
|
* Fix FTBFSTimothy Pearson2012-11-171-1/+1
|
* Fix a number of unconnected signals and slotsTimothy Pearson2012-11-171-10/+10
|
* Fix FTBFS with TQt3Timothy Pearson2012-10-302-11/+11
|
* Fix inadvertent tq changes.Darrell Anderson2012-10-211-1/+1
|
* Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdevelopDarrell Anderson2012-10-213-3/+3
|\
| * Update TQt3 property/enum macrosTimothy Pearson2012-10-203-3/+3
| |
* | Fix inadvertent tqt changes.Darrell Anderson2012-10-211-1/+1
|/
* Fix QString -> TQString.Darrell Anderson2012-09-164-31/+31
|
* Branding: KDevelop -> TDevelop, fix menuDarrell Anderson2012-06-081-3/+3
|
* Update XDG information in support of bug report 892.Darrell Anderson2012-06-081-1/+1
|
* Revert patch pushed in GIT hash 2b84a5e. The patch is good but pushedDarrell Anderson2012-06-071-3/+3
| | | | prematurely --- needing another patch set not yet pushed to GIT.
* Branding cleanup: menu, desktop, and docbook files.Darrell Anderson2012-06-071-3/+3
|
* Rename additional global TQt functionsTimothy Pearson2012-03-0115-83/+83
|
* Remove spurious TQ_OBJECT instancesTimothy Pearson2012-02-1755-116/+116
|
* Fix linear alphabet string errorsTimothy Pearson2012-01-251-1/+1
|
* Rename a few stragglersTimothy Pearson2011-12-241-1/+1
|
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-2122-195/+195
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-1943-265/+265
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-1868-332/+332
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-1699-816/+816
| | | | This reverts commit b6ba5d642f3fc7d320e3d6f4650eb259a3a52b04.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-1599-816/+816
|
* Fix FTBFSTimothy Pearson2011-11-213-5/+7
|
* Fix accidental conversion of dockwinTimothy Pearson2011-11-081-1/+1
|
* Rename kwin to twin (part 1 of 2)Timothy Pearson2011-11-071-1/+1
|