Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop automake build support. | gregory guy | 2020-06-06 | 25 | -12880/+93 |
| | | | | | | | | | | | | Add basic cmake build instructions. Delete empty file NEWS and rpm spec files. Better detection for OpenSSL headers and libraries. Write a README file. Rework of the help page. Some cosmetics. Signed-off-by: gregory guy <[email protected]> (cherry picked from commit 11c5062539a42b939727a3f0f8a6fbacc1b238be) | ||||
* | Reset submodule main/applications/kasablanca/cmake to latest HEAD | Automated System | 2020-05-28 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/kasablanca/cmake to latest HEAD | Automated System | 2020-05-24 | 1 | -0/+0 |
| | |||||
* | Update release version number to R14.0.9. | Michele Calgaro | 2020-05-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Reset submodule main/applications/kasablanca/cmake to latest HEAD | Automated System | 2020-05-17 | 1 | -0/+0 |
| | |||||
* | Merge translation files from master branch. | Automated System | 2020-05-11 | 2 | -6/+6 |
| | |||||
* | Update translation template. | Automated System | 2020-05-11 | 1 | -3/+5 |
| | |||||
* | Reset submodule main/applications/kasablanca/cmake to latest HEAD | Automated System | 2020-05-11 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/kasablanca/cmake to latest HEAD | Automated System | 2020-05-10 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/kasablanca/cmake to latest HEAD | Automated System | 2020-05-07 | 1 | -0/+0 |
| | |||||
* | Update version number for R14.0.8 final release.r14.0.8 | Slávek Banko | 2020-04-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Reset submodule main/applications/kasablanca/cmake to latest HEAD | Automated System | 2020-04-08 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/kasablanca/cmake to latest HEAD | Automated System | 2020-04-04 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/kasablanca/cmake to latest HEAD | Automated System | 2020-03-23 | 1 | -0/+0 |
| | |||||
* | Merge translation files from master branch. | Automated System | 2020-02-20 | 2 | -40/+40 |
| | |||||
* | Update translation template. | Automated System | 2020-02-20 | 1 | -20/+20 |
| | |||||
* | Ensure the use of the bind function for the socket. | Slávek Banko | 2020-02-19 | 1 | -1/+1 |
| | | | | | | | This resolves FTBFS on FreeBSD. Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 757a71ff3b70b1871b89a827cb11dc9ba398e0bf) | ||||
* | Remove LFS definitions from individual files. | Slávek Banko | 2020-02-19 | 8 | -42/+2 |
| | | | | | | | | LFS support is detected and enabled globally. Used standard fopen and fseeko functions. Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 28e2c3f3522402adc95329a71c3ce4c557342059) | ||||
* | Merge translation files from master branch.r14.0.7 | Automated System | 2019-12-23 | 1 | -26/+31 |
| | |||||
* | Merge translation files from master branch. | Automated System | 2019-12-22 | 1 | -22/+23 |
| | |||||
* | Reset submodule main/applications/kasablanca/cmake to latest HEAD | Automated System | 2019-12-08 | 1 | -0/+0 |
| | |||||
* | Switch all submodules to https. | Slávek Banko | 2019-12-08 | 1 | -2/+2 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Removed .lsm files. lsm database is outdated and unmaintained. | Michele Calgaro | 2019-09-04 | 1 | -16/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Merge translation files from master branch. | Automated System | 2019-08-29 | 1 | -20/+20 |
| | |||||
* | Reset submodule main/applications/kasablanca/cmake to latest HEAD | Automated System | 2019-06-12 | 1 | -0/+0 |
| | |||||
* | Merge translation files from master branch. | Automated System | 2019-04-15 | 2 | -710/+623 |
| | |||||
* | Update translation template. | Automated System | 2019-04-15 | 1 | -337/+257 |
| | |||||
* | Fixed cppcheck errors in ftplib.cpp. This solves #3. | Michele Calgaro | 2019-04-13 | 1 | -3/+5 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit d08b667172be0b6fdc3cdf7723205a7f5e12cfd4) | ||||
* | Added controlled conversions to char* instead of automatic ascii conversions. | Slávek Banko | 2019-04-12 | 3 | -5/+5 |
| | | | | | | | The definition of -UTQT_NO_ASCII_CAST is no longer needed. Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 0d2238b5a78bc1aa5440b0ce63f83249aafc40c2) | ||||
* | Add includes to UI files to resolve FTBFS. | Slávek Banko | 2019-04-12 | 4 | -25/+14 |
| | | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 903ee205e515f879deacfe7e08c157528d6a14b5) | ||||
* | conversion to the cmake building system | gregory guy | 2019-04-12 | 44 | -1216/+350 |
| | | | | | | | | | Removed cpp files generated from ui files. This resolves issue #1. Signed-off-by: gregory guy <[email protected]> Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit f92c11dfdcde621a6b7384bcf867b87cdb14280c) | ||||
* | Reset submodule main/applications/kasablanca/cmake to latest HEAD | Automated System | 2019-04-02 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/kasablanca/cmake to latest HEADr14.0.6 | Automated System | 2019-03-05 | 1 | -0/+0 |
| | |||||
* | Updated date and version to R14.0.6 in .lsm files. | Michele Calgaro | 2019-03-03 | 1 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Reset submodule main/applications/kasablanca/cmake to latest HEAD | Automated System | 2019-02-19 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/kasablanca/admin to latest HEAD | Automated System | 2019-02-19 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/kasablanca/cmake to latest HEAD | Automated System | 2019-02-03 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/kasablanca/cmake to latest HEAD | Automated System | 2019-01-28 | 1 | -0/+0 |
| | |||||
* | Update translation files | TDE Weblate | 2019-01-14 | 2 | -46/+10 |
| | | | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/kasablanca Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca/ (cherry picked from commit 3415544beabc0556fedc4419f13c5fabaf4f5ede) | ||||
* | Update translation template. | Automated System | 2019-01-14 | 1 | -23/+1 |
| | | | | (cherry picked from commit f9714d2f5f2cb3d03fa2531a7f1612decd66d75b) | ||||
* | Reset submodule main/applications/kasablanca/cmake to latest HEAD | Automated System | 2019-01-13 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/kasablanca/cmake to latest HEAD | Automated System | 2019-01-12 | 1 | -0/+0 |
| | |||||
* | Update translation files | TDE Weblate | 2018-12-25 | 2 | -532/+1041 |
| | | | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/kasablanca Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca/ (cherry picked from commit 7da9b14db96d1394673905e796989311b61ae431) | ||||
* | Add CMakeL10n rules. | Slávek Banko | 2018-12-25 | 5 | -245/+506 |
| | | | | | | Update translation template. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Reset submodule main/applications/kasablanca/cmake to latest HEAD | Automated System | 2018-12-10 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/kasablanca/cmake to latest HEAD | Automated System | 2018-12-09 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/kasablanca/admin to latest HEAD | Automated System | 2018-12-09 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/kasablanca/cmake to latest HEAD | Automated System | 2018-12-02 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/kasablanca/cmake to latest HEAD | Automated System | 2018-11-29 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/applications/kasablanca/admin to latest HEAD | Automated System | 2018-09-16 | 1 | -0/+0 |
| |