Commit Graph

254 Commits (eab901c62f55b9cef69e99080cef5a6d05b95759)

Author SHA1 Message Date
Chris 08368bf3c7 Fix remaining brandings in tdevelop and adapt to TGW.
Signed-off-by: Chris <xchrisx@uber.space>
6 years ago
Michele Calgaro b1e66b339b
Adjusted to use new TQStringVariantMap type.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
TDE Gitea f4c9572960 Reset submodule main/tdevelop/parts/appwizard/common/admin to latest HEAD 6 years ago
Slávek Banko 47e3b8c07e
Add CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
TDE Gitea a8e709511b Reset submodule main/tdevelop/parts/appwizard/common/admin to latest HEAD 6 years ago
Michele Calgaro 6289fd3b69
Replaced _BSD_SOURCE, _SVID_SOURCE with _DEFAULT_SOURCE. Removed AC_CHECK_GNU_EXTENSIONS.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
TDE Gitea cd127823c7 Reset submodule main/tdevelop/parts/appwizard/common/admin to latest HEAD 6 years ago
Michele Calgaro 36d1594949
qt -> tqt conversion:
kdeqt -> kdetqt
qtkde -> tqtkde
qtdesigner -> tqtdesigner

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro c62b8d179c
qt -> tqt conversion:
QT_NO_ASCII_CAST -> TQT_NO_ASCII_CAST
QT_NO_STL -> TQT_NO_STL
QT_NO_COMPAT -> TQT_NO_COMPAT
QT_NO_TRANSLATION -> TQT_NO_TRANSLATION

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Michele Calgaro 430aedbbce
qt -> tqt conversion:
QTDIR -> TQTDIR
QTDOC -> TQTDOC
INCDIR_QT -> INCDIR_TQT
LIBDIR_QT -> LIBDIR_TQT
QT_INC -> TQT_INC
QT_LIB -> TQT_LIB

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Michele Calgaro 255de04fbb
qt -> tqt conversion:
qtlib -> tqtlib
libqt -> libtqt
QTLIB -> TQTLIB
LIBQT -> LIBTQT

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
TDE Gitea 443b0cb159 Reset submodule main/tdevelop/parts/appwizard/common/admin to latest HEAD 7 years ago
Slávek Banko a213def8e9
Add includes to UI files to resolve FTBFS
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Michele Calgaro 385cc72208
QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Michele Calgaro dd8130b361
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
TDE Gitea 8ede967fbf Reset submodule main/tdevelop/parts/appwizard/common/admin to latest HEAD 7 years ago
Slávek Banko 634dbebd29 Update bug reports url to bugs.trinitydesktop.org
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Automated System fc9bf5b05e Reset submodule main/tdevelop/parts/appwizard/common/admin to latest HEAD 7 years ago
Automated System c543c34e08 Reset submodule main/tdevelop/parts/appwizard/common/admin to latest HEAD 7 years ago
Automated System 42365d5011 Reset submodule main/tdevelop/parts/appwizard/common/admin to latest HEAD 7 years ago
Automated System 5ea252ec15 Reset submodule main/tdevelop/parts/appwizard/common/admin to latest HEAD 9 years ago
Timothy Pearson fc14e2cf0b Fix invalid headers in PNG files and optimize for size 9 years ago
Michele Calgaro b71d04dd8f Update version number to R14.1.0
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
10 years ago
Slávek Banko 9097720c1d Add gnu tar detection
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
10 years ago
Michele Calgaro e044c54633 Revert to .kdevelop files with <kdevelop> entity name for project files.
This resolves bug 2308.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
10 years ago
Slávek Banko 23784f5e26 Reset submodule main/tdevelop/parts/appwizard/common/admin to latest HEAD 10 years ago
Slávek Banko f33f0e5237 Fix renaming icon fonts => font-x-generic in desktop files 10 years ago
Michele Calgaro 046f16020a Fixed saving configuration after manual removal of an entry from the Documentation Config list.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
10 years ago
Michele Calgaro b9688b905a Added GUI for allowing the user to manually update the Documentation Plugin lists.
Added check + information message to inform the user that he/she should update the Documentation Plugin lists when TDevelop is being run for the first time under a new TDE version.
This relates to bug 1859.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
10 years ago
Michele Calgaro d676f93b5f Added backend logic for allowing the user to manually update the Documentation Plugin lists. GUI part still to be done.
In the process, fixed some bugs related to deallocation and reinitialization of documentation catalogs and project catalogs.
This relates to bug 1859.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
10 years ago
Timothy Pearson 565f0ae626 Fix stragglers that were not properly renamed in the XDG standardization commits 10 years ago
Timothy Pearson 3e14e7dd3d Fix accidental duplication of text-x- in new mime icon strings 10 years ago
Michele Calgaro 3a0f0172fb Removed 'CustomDocumentationTitles' option and made it active by default for all plugins. This relates to bug 1859.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
10 years ago
Michele Calgaro 0ffe0dfb29 Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdevelop 10 years ago
Michele Calgaro 91d8d752c7 Fixed up documentation config list sort order. Added mouse shortcut for edit items in the list.
This relates to bug 1859.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
10 years ago
Timothy Pearson ca46c5047f Fix exec icon location and bring it into XDG compliance 10 years ago
Timothy Pearson 50be8112bd Bring most mimetypes in line with XDG specifications. The following are not fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown 10 years ago
Michele Calgaro 8f70b1fe65 Sort documentation list in increasing alphabetical order.
Fixed KDE 2 handbook xml tags. This relates to bug 1859.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
10 years ago
Automated System 847b6192a9 Reset submodule main/tdevelop/parts/appwizard/common/admin to latest HEAD 10 years ago
Michele Calgaro 8b32bdf532 Fixed generation of API documentation. Updated TDevelop API documentation toc file. This relates to bug 1859.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
11 years ago
Timothy Pearson 6d3dca8384 Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, 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 11 years ago
Timothy Pearson fd06cd80d2 Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance 11 years ago
Timothy Pearson bf9a43f64a Bring undo, redo, find, and revert icons into XDG compliance 11 years ago
Timothy Pearson c83179688c Bring up, down, top, and bottom icons into XDG compliance 11 years ago
Timothy Pearson d06bb8b517 Bring stop, lock, exit, and run icons into XDG compliance 11 years ago
Timothy Pearson f9a9d3f59e Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications 11 years ago
Michele Calgaro 123dd355b1 Revert "Sort Documentation pane list in alphabetical order. This relates to bug 1859."
because the change also sort subitems, messing up the order of entries in most of the sublists.
Need to find a different way to sort the mail list.
This reverts commit b98d05cb4d.
11 years ago
Michele Calgaro b98d05cb4d Sort Documentation pane list in alphabetical order. This relates to bug 1859. 11 years ago
Automated System 5ddab86cf9 Reset submodule main/tdevelop/parts/appwizard/common/admin to latest HEAD 11 years ago
Slávek Banko 75724494fb Fix remaining renaming knewstuff 11 years ago
Michele Calgaro 4502e9b008 Renamed KDELIBS_DOXYDIR -> TDELIBS_DOXYDIR 11 years ago
Michele Calgaro 5319482782 Fixed several warning messages that were printed when launching KDevAssistant. This resolves bug 1971. 11 years ago
Michele Calgaro b69b8e3496 Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdevelop 11 years ago
Automated System c6f35c4bcd Reset submodule main/tdevelop/parts/appwizard/common/admin to latest HEAD 11 years ago
Automated System b4a93a66fb Reset submodule main/tdevelop/parts/appwizard/common/admin to latest HEAD 11 years ago
Michele Calgaro 6392f5a9df Revert "Finish renaming tdevelop components"
This reverts commit 722ce1efba.
11 years ago
Michele Calgaro aba2788b42 Revert "Minor config file rename in support of commit 722ce1ef."
This reverts commit 562837407f.
11 years ago
Michele Calgaro b664098e9a Revert "Minor tdevelop->kdevelop restorations in support of commit 722ce1ef."
This reverts commit 2c241008bc.
11 years ago
Michele Calgaro fc09bfc4fd Revert "Branding cleanup."
This reverts commit f4487e563c.
11 years ago
Automated System 613a320d19 Reset submodule main/tdevelop/parts/appwizard/common/admin to latest HEAD 11 years ago
Automated System 7bc9ae4552 Reset submodule main/tdevelop/parts/appwizard/common/admin to latest HEAD 11 years ago
Darrell Anderson f4487e563c Branding cleanup. 11 years ago
Darrell Anderson 2c241008bc Minor tdevelop->kdevelop restorations in support of commit 722ce1ef. 11 years ago
Darrell Anderson 562837407f Minor config file rename in support of commit 722ce1ef. 11 years ago
Darrell Anderson 722ce1efba Finish renaming tdevelop components 11 years ago
Darrell Anderson afb74575ca Fix unintended renames. 11 years ago
Darrell Anderson f22aef88a9 Fix unintended renaming 11 years ago
Darrell Anderson 0f04d8ce64 Rebranding, tooltip, and What's This string cleanup. 11 years ago
Darrell Anderson af7adfb6b5 Rename docbook and contents consistent with rebranding. 11 years ago
Darrell Anderson 0cb3e1ccdb Fix help handbook not appearing in main handbook table of contents. 11 years ago
Darrell Anderson 9a6a1370a0 KDE->TDE branding cleanup. 11 years ago
Slávek Banko a448241e2c Rename kdewidgets => tdewidgets 11 years ago
Darrell Anderson 8eb89d4c64 Update Q->TQ constants in ui files. 11 years ago
Automated System 7391a4c0a6 Reset submodule main/tdevelop/parts/appwizard/common/admin to latest HEAD 12 years ago
Slávek Banko e197223420 Additional k => tde renaming and fixes 12 years ago
Automated System c3a7a4fbdc Reset submodule main/tdevelop/parts/appwizard/common/admin to latest HEAD 12 years ago
Automated System 4b7e201e0e Reset submodule main/tdevelop/parts/appwizard/common/admin to latest HEAD 12 years ago
Automated System 17143c4873 Reset submodule main/tdevelop/parts/appwizard/common/admin to latest HEAD 12 years ago
Automated System bd876ee4e0 Reset submodule main/tdevelop/parts/appwizard/common/admin to latest HEAD 12 years ago
Automated System 899d3c1a90 Reset submodule main/tdevelop/parts/appwizard/common/admin to latest HEAD 12 years ago
Automated System e43708e547 Reset submodule main/tdevelop/parts/appwizard/common/admin to latest HEAD 12 years ago
Automated System 20ee748588 Reset submodule main/tdevelop/parts/appwizard/common/admin to latest HEAD 12 years ago
Automated System 707d3787dd Reset submodule main/tdevelop/parts/appwizard/common/admin to latest HEAD 12 years ago
Automated System 84264a0712 Reset submodule main/tdevelop/parts/appwizard/common/admin to latest HEAD 12 years ago
Automated System d6eee0bfc7 Reset submodule main/tdevelop/parts/appwizard/common/admin to latest HEAD 12 years ago
Timothy Pearson bb913b7e42 Fix build system references to kabc 12 years ago
Automated System 1c06ebaa21 Reset submodule main/tdevelop/parts/appwizard/common/admin to latest HEAD 12 years ago
Timothy Pearson bd3c603465 Rename additional header files to avoid conflicts with KDE4 12 years ago
Timothy Pearson ef5399ae5a Rename common header files for consistency with class renaming 12 years ago
Automated System 56af193788 Reset submodule main/tdevelop/parts/appwizard/common/admin to latest HEAD 12 years ago
Timothy Pearson d9d612c4a1 Rename KComp to avoid conflicts with KDE4 12 years ago
Timothy Pearson 2e05692480 Rename KCmd to avoid conflicts with KDE4 12 years ago
Timothy Pearson 799fae5fee Rename KIcon to enhance compatibility with KDE4 12 years ago
Timothy Pearson 5be945600e Rename many classes and header files to avoid conflicts with KDE4 12 years ago
Timothy Pearson e36b30d13d Fix FTBFS 12 years ago
Timothy Pearson f78eb03afb Rename a number of classes to enhance compatibility with KDE4 12 years ago
Timothy Pearson da1941ccad Rename KLock and KTrader to avoid conflicts with KDE4 12 years ago
Timothy Pearson 82fc754f7c Rename KStandard for enhanced compatibility with KDE4 12 years ago
Timothy Pearson 8d6fecdf83 Rename KShared 12 years ago
Automated System 030e4b426b Reset submodule main/tdevelop/parts/appwizard/common/admin to latest HEAD 12 years ago