Commit Graph

199 Commits (ffaea4da9ce34f36672d59a1678bf81f38435317)

Author SHA1 Message Date
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>
6 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>
6 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>
6 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>
10 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