summaryrefslogtreecommitdiffstats
path: root/languages
Commit message (Collapse)AuthorAgeFilesLines
* Fix ftbfs on Fedora 34François Andriot2021-05-1315-45/+45
| | | | | | | error: reference to ‘data’ is ambiguous Signed-off-by: François Andriot <francois.andriot@free.fr> (cherry picked from commit ba5f58bf38a62eb83990951168951274c96a8e24)
* Renaming of files in preparation for code style tools.Michele Calgaro2020-12-1770-336/+328
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 3e3d9eda9d1dd8c67c1c27c6a9bdc68bdecfcc30)
* Fixed SEGV caused by dereferencing NULL pointer when right clickingMichele Calgaro2020-11-281-1/+6
| | | | | | | inside files not supported. This relates to bug 3173. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8db222314776de8aa490cee00f08715c02dbd4b8)
* Removed code formatting modelines.Michele Calgaro2020-09-2892-178/+4
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c1136256870320723ad42e04e2559ae384b8fe91)
* Use tde_create_tarball, which is ready for reproducible builds,Slávek Banko2020-08-0153-122/+433
| | | | | | | instead of calling 'tar' and requiring GNU extensions. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit c7d308a9ba6c0ef1639b7b78848a3dd2117fde0a)
* Desktop file translations:Slávek Banko2020-08-01282-10722/+2065
| | | | | | | | + 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-302-8/+8
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit da6bd0768e4304e6c2853d012c7d0686a205addb)
* Removed .lsm files. lsm database is outdated and unmaintained.Michele Calgaro2019-09-0423-363/+247
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add includes to UI files to resolve FTBFSSlávek Banko2018-09-2325-140/+83
| | | | | 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-016-6/+6
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 634dbebd29d7d8bcdbce968ec11363df73a598d6)
* Fix FTBFS with GCC6Slávek Banko2016-09-031-1/+1
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 193843b0279cfc3341c7cf4086efff78d097aba7)
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-24111-0/+0
| | | | (cherry picked from commit fc14e2cf0b7eca47e57032fba82b85159d923526)
* Fix FTBFS with clangSlávek Banko2015-06-292-1/+2
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 6ea09339a5ff3d8edbabb17735be68cddb43d981)
* Add gnu tar detectionSlávek Banko2015-06-2980-80/+80
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 9097720c1da8fe553e05e5e7289f8cea4ac76fa2)
* Fixed simple C++ Hello World template project build. This resovles bug 2310.Michele Calgaro2015-06-271-5/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 98b2e203b7b7ef83dfeab84013f49b788631642b)
* Revert to .kdevelop files with <kdevelop> entity name for project files.Michele Calgaro2015-06-17354-547/+547
| | | | | | | This resolves bug 2308. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit e044c5463329652f28565dfc7de24ef8b0edaa6f)
* Fix cmake template project files. This relates to bug 2308.Michele Calgaro2015-06-1511-59/+69
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 065693194f81b16c3d6deb7fb70a07ae0e884eb6)
* Fix accidental error introduced in GIT hash 2cd151r14.0.0Timothy Pearson2014-11-162-2/+2
|
* Fix accidental duplication of text-x- in new mime icon stringsTimothy Pearson2014-10-242-2/+2
|
* Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdevelopMichele Calgaro2014-10-2319-31/+31
|\
| * Fix exec icon location and bring it into XDG complianceTimothy Pearson2014-10-229-16/+16
| |
| * Repair mimetype icon usage, part 1. The following are not fully verified in ↵Timothy Pearson2014-10-223-3/+3
| | | | | | | | source as of this commit due to ubiquity: info, unknown
| * Bring most mimetypes in line with XDG specifications. The following are not ↵Timothy Pearson2014-10-2210-12/+12
| | | | | | | | fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown
* | Updated 'KDE2 Development' TDevelop documentation toc files. This relates to ↵Michele Calgaro2014-10-221-126/+126
| | | | | | | | | | | | bug 1859. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* | Sort documentation list in increasing alphabetical order.Michele Calgaro2014-10-211-2686/+30
|/ | | | | | Fixed KDE 2 handbook xml tags. This relates to bug 1859. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdevelopMichele Calgaro2014-10-191-1/+1
|\
| * Fix missing semicolons at end of Keywords stringsTimothy Pearson2014-10-181-1/+1
| |
* | Fixed generation of API documentation. Updated TDevelop API documentation ↵Michele Calgaro2014-10-185-6/+6
|/ | | | | | toc file. This relates to bug 1859. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed no longer available TDevelop documentation toc files. This relates ↵Michele Calgaro2014-10-163-11/+0
| | | | to bug 1859.
* Updated Qt Designer & TDevelop documentation toc files. This relates to bug ↵Michele Calgaro2014-10-161-34/+30
| | | | 1859.
* Updated GTK+ TDevelop documentation toc files. This relates to bug 1859.Michele Calgaro2014-10-161-292/+336
|
* Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, ↵Timothy Pearson2014-10-136-6/+6
| | | | 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
* Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, ↵Timothy Pearson2014-10-134-7/+7
| | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
* Updated gLib, GDK-pixbuf and GDK TDevelop documentation toc files. This ↵Michele Calgaro2014-10-133-106/+157
| | | | relates to bug 1859.
* Bring stop, lock, exit, and run icons into XDG complianceTimothy Pearson2014-10-127-10/+10
|
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-1140-40/+40
| | | | match XDG specifications
* Fix Keywords separators to match XDG desktop specificationsTimothy Pearson2014-10-111-1/+1
|
* Updated python 2 and added python 3 TDevelop documentation toc files. This ↵Michele Calgaro2014-10-105-1573/+1328
| | | | relates to bug 1859.
* Updated GNUstep TDevelop documentation toc files. This relates to bug 1859.Michele Calgaro2014-10-081-177/+253
|
* Removed QtRuby and Korundrum since the referred documentantion is no longer ↵Michele Calgaro2014-10-083-11/+2
| | | | available. This relates to bug 1859.
* Updated some TDevelop documentation toc files. This relates to bug 1859.Michele Calgaro2014-10-074-151/+5
| | | | SuperWaba documentation has been removed since the project has been discontinued.
* Updated sdl and stl TDevelop documentation toc files. This relates to bug 1859.Michele Calgaro2014-10-061-19/+19
|
* Updated several TDevelop documentation toc file. This relates to bug 1859.Michele Calgaro2014-10-067-15/+12
|
* Updated libc and libstdc++ TDevelop documentation toc file. This relates to ↵Michele Calgaro2014-10-042-868/+478
| | | | bug 1859.
* Updated some of the TDevelop documentation toc files. This relates to bug 1859.Michele Calgaro2014-10-037-14/+13
|
* Updated clanlib TDevelop documentation toc file. This relates to bug 1859.Michele Calgaro2014-10-031-374/+253
|
* Updated C++ Annotations TDevelop documentation toc file. This relates to bug ↵Michele Calgaro2014-10-021-383/+728
| | | | 1859.
* Updated bash related TDevelop documentation toc files. This relates to bug ↵Michele Calgaro2014-09-305-82/+75
| | | | 1859. NOTE: bash_bugs.toc has been removed since tdehtml can not display the page properly (an empty page is shown both in TDevelop and Konqueror).
* Updated some of the TDevelop documentation toc files. This relates to bug 1859.Michele Calgaro2014-09-301-123/+217
|
* Updated some of the TDevelop documentation toc files. This relates to bug 1859.Michele Calgaro2014-09-258-12/+41
| | | | Also some KDE to TDE renaming.