summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update TDEL10n moduleSlávek Banko2019-01-091-2/+2
| | | | | | | + Fix tde_l10n_prepare_xml when processing a line that contains only word "no". Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update TDEL10n moduleSlávek Banko2019-01-091-4/+12
| | | | | | | | + Add new options to function tde_l10n_prepare_xml -- override the context by using the tag attribute -- preserve / remove leading empty lines Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update TDEL10n moduleSlávek Banko2019-01-091-0/+198
| | | | | | + Added function to prepare XML files for xgettext. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update TDEL10n moduleSlávek Banko2018-12-121-3/+3
| | | | | | | + Fix unwanted semicolons processing within CMake on extracted resources and attributes. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update TDEL10n moduleSlávek Banko2018-12-101-15/+15
| | | | | | + Fix unwanted semicolons processing within CMake. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update TDEL10n moduleSlávek Banko2018-12-091-3/+38
| | | | | | + Added ability to merge additional template. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update TDEL10n moduleSlávek Banko2018-12-091-8/+0
| | | | | | + CMP0007 setting is no longer needed. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update TDEL10n moduleSlávek Banko2018-12-091-3/+3
| | | | | | + Allow missed keyword CATALOG, if the catalog name is the first argument. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update TDEL10n moduleSlávek Banko2018-12-091-8/+27
| | | | | | + Added options for determining the destination directory. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update TDEL10n moduleSlávek Banko2018-12-091-2/+10
| | | | | | | + Little modification in code formatting. + Added comment about editing the list inside foreach. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update TDEL10n moduleSlávek Banko2018-12-091-3/+5
| | | | | | | + Use file( READ ) during updating references for resources because file( STRINGS ) has problems with special characters. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update TDEL10n moduleSlávek Banko2018-12-091-8/+8
| | | | | | | + Changed the concept of naming functions and macros. + Now all the functions and macros begin with "tde_l10n_". Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update TDEL10n moduleSlávek Banko2018-12-091-0/+9
| | | | | | + Added automatic handling of the "_translatorinfo" file. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update TDEL10n moduleSlávek Banko2018-12-091-0/+68
| | | | | | + Added the ability to process tips files. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update TDEL10n moduleSlávek Banko2018-12-081-12/+17
| | | | | | | | | | | | + Input files with the extension ".tde_l10n" are considered as temporary modified source files. + Location information for such files in generated POT file will be modified to refer to the corresponding original files without the extension ".tde_l10n". + After the POT file is generated, these temporary modified source files will be automatically deleted. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update TDEL10n moduleSlávek Banko2018-12-051-0/+20
| | | | | | + Added option to exclude files from processing. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update TDEL10n moduleSlávek Banko2018-12-021-7/+88
| | | | | | | + Added the ability to extract strings using extractattr. + Added a description of using the tde_create_l10n_template macro. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix small typing errors in the tde_create_translation macro.Slávek Banko2018-12-021-5/+5
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Use POSITION_INDEPENDENT_CODE property for CMake >= 2.8.9.Slávek Banko2018-11-291-1/+5
| | | | | | This resolves bug 2985. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add TDEL10n moduleSlávek Banko2018-11-251-0/+353
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Conversion qt->tqt.Michele Calgaro2018-09-084-5/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add support for libraries with release number in the name of the librarySlávek Banko2017-03-261-12/+48
| | | | | | See https://www.gnu.org/software/libtool/manual/html_node/Release-numbers.html Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix '.la' file name for libraries with dot in nameSlávek Banko2017-02-181-2/+3
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Automatically run tests within check targetSlávek Banko2017-01-291-1/+4
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* tde_add_check_executable: add TEST argumentAlexander Golubev2017-01-261-0/+18
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* add tde_add_check_executable macroAlexander Golubev2017-01-261-1/+108
| | | | | | - also add EXCLUDE_FROM_ALL arg for tde_add_library Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Fix FTBFS when tdelibs was built without tdelfeditorSlávek Banko2016-04-191-2/+4
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Find tdelfeditor executable on the system pathsSlávek Banko2016-03-172-11/+12
| | | | | | instead of on the current installation path Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Removed use of tdelfeditor on base 'so' file of versioned librarySlávek Banko2016-03-171-8/+9
| | | | | | because this file is a symlink to versioned library Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Move last command processing 'ui' file from TDEMacros to tde_uicSlávek Banko2016-03-172-1/+7
| | | | | | Used cmake method of processing output from the command Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix CMP0054 warnings with CMake 3.1Slávek Banko2015-05-311-72/+72
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix CMP0011 warning related to CMP0026Slávek Banko2015-05-311-0/+11
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix characters disallowed for target name in tde_create_translationSlávek Banko2015-04-141-1/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Bring package_development, package_games, package_graphics, package_network, ↵r14.0.0Timothy Pearson2014-10-141-0/+3
| | | | package_multimedia, package_wordprocessing, edu_science, package_utilities, input_devices_settings, kcmsystem, personal, and looknfeel icons into XDG compliance
* Fix FTBFS if PIE is not supportedSlávek Banko2014-10-131-2/+2
|
* Build setuid binaries with PIE flagsSlávek Banko2014-10-121-0/+13
|
* Silence warnings on CMP0026 with CMake 3.xSlávek Banko2014-09-291-0/+11
|
* Fix openbsd library naming conventionFrancois Andriot2014-09-141-2/+10
| | | | Fix setup architecture flags on openbsd
* Load metadata into versioned librariesTimothy Pearson2014-03-281-0/+8
|
* Fill in SCM metadata if presentTimothy Pearson2014-03-272-0/+62
| | | | Properly set library metadata
* Add metadata to shared librariesTimothy Pearson2014-03-271-1/+13
| | | | Update metadata information
* Rename kdewidgets => tdewidgetsSlávek Banko2013-12-231-1/+1
|
* Fix build with cmake >= 2.8.12Slávek Banko2013-12-231-10/+21
| | | | This resolves Bug 1759
* Fix FTBFS with clangAlexander Golubev2013-12-231-5/+5
|
* Add support for all-in-one-dir structure in tde_create_translationAlexander Golubev2013-09-151-11/+49
|
* Rename makekdewidgetsTimothy Pearson2013-02-211-1/+1
|
* Add compiler flags according to build typeSlávek Banko2013-02-161-0/+4
|
* Fix 'tde_create_handbook' macro if TDE_HTML_DIR is not setFrancois Andriot2013-02-161-0/+4
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-151-1/+1
|
* Fix icon name parsing in tde_install_iconsSlávek Banko2013-01-271-1/+1
|