Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Update TDEL10n module | Slávek Banko | 2018-12-09 | 1 | -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 module | Slávek Banko | 2018-12-09 | 1 | -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 module | Slávek Banko | 2018-12-09 | 1 | -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 module | Slávek Banko | 2018-12-09 | 1 | -0/+9 | |
| | | | | | | + Added automatic handling of the "_translatorinfo" file. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | Update TDEL10n module | Slávek Banko | 2018-12-09 | 1 | -0/+68 | |
| | | | | | | + Added the ability to process tips files. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | Update TDEL10n module | Slávek Banko | 2018-12-08 | 1 | -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 module | Slávek Banko | 2018-12-05 | 1 | -0/+20 | |
| | | | | | | + Added option to exclude files from processing. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | Update TDEL10n module | Slávek Banko | 2018-12-02 | 1 | -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 Banko | 2018-12-02 | 1 | -5/+5 | |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | Use POSITION_INDEPENDENT_CODE property for CMake >= 2.8.9. | Slávek Banko | 2018-11-29 | 1 | -1/+5 | |
| | | | | | | This resolves bug 2985. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | Add TDEL10n module | Slávek Banko | 2018-11-25 | 1 | -0/+353 | |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | Conversion qt->tqt. | Michele Calgaro | 2018-09-08 | 4 | -5/+5 | |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | |||||
* | Add support for libraries with release number in the name of the library | Slávek Banko | 2017-03-26 | 1 | -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 name | Slávek Banko | 2017-02-18 | 1 | -2/+3 | |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | Automatically run tests within check target | Slávek Banko | 2017-01-29 | 1 | -1/+4 | |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | tde_add_check_executable: add TEST argument | Alexander Golubev | 2017-01-26 | 1 | -0/+18 | |
| | | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com> | |||||
* | add tde_add_check_executable macro | Alexander Golubev | 2017-01-26 | 1 | -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 tdelfeditor | Slávek Banko | 2016-04-19 | 1 | -2/+4 | |
| | | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com> | |||||
* | Find tdelfeditor executable on the system paths | Slávek Banko | 2016-03-17 | 2 | -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 library | Slávek Banko | 2016-03-17 | 1 | -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_uic | Slávek Banko | 2016-03-17 | 2 | -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.1 | Slávek Banko | 2015-05-31 | 1 | -72/+72 | |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | Fix CMP0011 warning related to CMP0026 | Slávek Banko | 2015-05-31 | 1 | -0/+11 | |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | Fix characters disallowed for target name in tde_create_translation | Slávek Banko | 2015-04-14 | 1 | -1/+2 | |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | |||||
* | Bring package_development, package_games, package_graphics, package_network, ↵r14.0.0 | Timothy Pearson | 2014-10-14 | 1 | -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 supported | Slávek Banko | 2014-10-13 | 1 | -2/+2 | |
| | ||||||
* | Build setuid binaries with PIE flags | Slávek Banko | 2014-10-12 | 1 | -0/+13 | |
| | ||||||
* | Silence warnings on CMP0026 with CMake 3.x | Slávek Banko | 2014-09-29 | 1 | -0/+11 | |
| | ||||||
* | Fix openbsd library naming convention | Francois Andriot | 2014-09-14 | 1 | -2/+10 | |
| | | | | Fix setup architecture flags on openbsd | |||||
* | Load metadata into versioned libraries | Timothy Pearson | 2014-03-28 | 1 | -0/+8 | |
| | ||||||
* | Fill in SCM metadata if present | Timothy Pearson | 2014-03-27 | 2 | -0/+62 | |
| | | | | Properly set library metadata | |||||
* | Add metadata to shared libraries | Timothy Pearson | 2014-03-27 | 1 | -1/+13 | |
| | | | | Update metadata information | |||||
* | Rename kdewidgets => tdewidgets | Slávek Banko | 2013-12-23 | 1 | -1/+1 | |
| | ||||||
* | Fix build with cmake >= 2.8.12 | Slávek Banko | 2013-12-23 | 1 | -10/+21 | |
| | | | | This resolves Bug 1759 | |||||
* | Fix FTBFS with clang | Alexander Golubev | 2013-12-23 | 1 | -5/+5 | |
| | ||||||
* | Add support for all-in-one-dir structure in tde_create_translation | Alexander Golubev | 2013-09-15 | 1 | -11/+49 | |
| | ||||||
* | Rename makekdewidgets | Timothy Pearson | 2013-02-21 | 1 | -1/+1 | |
| | ||||||
* | Add compiler flags according to build type | Slávek Banko | 2013-02-16 | 1 | -0/+4 | |
| | ||||||
* | Fix 'tde_create_handbook' macro if TDE_HTML_DIR is not set | Francois Andriot | 2013-02-16 | 1 | -0/+4 | |
| | ||||||
* | Rename additional header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-15 | 1 | -1/+1 | |
| | ||||||
* | Fix icon name parsing in tde_install_icons | Slávek Banko | 2013-01-27 | 1 | -1/+1 | |
| | ||||||
* | Rename a number of libraries and executables to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-27 | 2 | -3/+3 | |
| | ||||||
* | Do not create symlink "common" in tde_createte_handbook with NOINDEX flag | Slávek Banko | 2012-11-27 | 1 | -1/+3 | |
| | ||||||
* | Install icons to places instead of filesystems | Timothy Pearson | 2012-11-19 | 1 | -1/+1 | |
| | ||||||
* | Install mng icons as well as png and svg icons | Timothy Pearson | 2012-09-10 | 1 | -1/+1 | |
| | ||||||
* | Fix TDE version detection | Timothy Pearson | 2012-08-07 | 1 | -1/+1 | |
| | ||||||
* | Second patch for covariant return type check | Timothy Pearson | 2012-06-15 | 1 | -1/+1 | |
| | | | | Thanks to 'Nix' for the patch! | |||||
* | Remove spurious tmoc check from tqtqui module | Timothy Pearson | 2012-06-14 | 1 | -12/+0 | |
| | ||||||
* | Add FindTQtQUI | Timothy Pearson | 2012-06-12 | 1 | -0/+57 | |
| | ||||||
* | Update XDG information in support of bug report 892. | Darrell Anderson | 2012-06-08 | 1 | -1/+1 | |
| |