summaryrefslogtreecommitdiffstats
path: root/parts/filecreate
Commit message (Collapse)AuthorAgeFilesLines
* Add includes to UI files to resolve FTBFSSlávek Banko2018-09-232-20/+12
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit a213def8e9bf36d3554373e623a8e84ef46ad960)
* Update bug reports url to bugs.trinitydesktop.orgSlávek Banko2018-07-011-1/+1
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 634dbebd29d7d8bcdbce968ec11363df73a598d6)
* Revert to .kdevelop files with <kdevelop> entity name for project files.Michele Calgaro2015-06-173-4/+4
| | | | | | | This resolves bug 2308. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit e044c5463329652f28565dfc7de24ef8b0edaa6f)
* Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, ↵Timothy Pearson2014-10-131-1/+1
| | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-111-1/+1
| | | | match XDG specifications
* Revert "Finish renaming tdevelop components"Michele Calgaro2014-05-2516-85/+85
| | | | This reverts commit 722ce1efbac31c61b1d4b13f7e075c9f311e3e73.
* Finish renaming tdevelop componentsDarrell Anderson2014-03-0216-85/+85
|
* Rebranding, tooltip, and What's This string cleanup.Darrell Anderson2014-01-191-1/+1
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-157-11/+11
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-141-1/+1
|
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-045-14/+14
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-014-6/+6
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-016-17/+17
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-273-3/+3
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-262-2/+2
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-251-4/+4
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-244-8/+8
|
* Fix help files, kdevelop->tdevelop branding, fix startup.Darrell Anderson2012-07-041-1/+1
|
* Branding: KDevelop -> TDevelop, fix menuDarrell Anderson2012-06-081-9/+9
|
* 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-9/+9
| | | | prematurely --- needing another patch set not yet pushed to GIT.
* Branding cleanup: menu, desktop, and docbook files.Darrell Anderson2012-06-071-9/+9
|
* Remove spurious TQ_OBJECT instancesTimothy Pearson2012-02-1710-10/+10
|
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-214-12/+12
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-192-6/+6
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-1812-21/+21
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-1614-42/+42
| | | | This reverts commit b6ba5d642f3fc7d320e3d6f4650eb259a3a52b04.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-1514-42/+42
|
* Additional renaming of kde to tdeTimothy Pearson2011-11-169-12/+12
|
* rename the following methods:tpearson2011-08-1016-43/+43
| | | | | | | | tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-103-6/+6
| | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Remove the tq in front of these incorrectly TQt4-converted methods/data members:tpearson2011-07-0914-17/+17
| | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt4 port kdeveloptpearson2011-06-1439-239/+245
| | | | | | | This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1236710 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdevelop] initial cmake supportsamelian2011-01-232-0/+66
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1216516 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdevelop] compatibility with QT_NO_ASCII_CAST and automocsamelian2011-01-231-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1216512 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt conversion fixestpearson2010-08-025-13/+13
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1158455 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Trinity Qt initial conversiontpearson2010-07-3124-395/+395
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1157658 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.toma2009-11-2553-0/+5753
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da