summaryrefslogtreecommitdiffstats
path: root/qtpass.pro
AgeCommit message (Collapse)Author
2019-09-29Make sure resources are built just onceMaciej S. Szmigiero
Currently, the project resources are built twice: the first time in the "main" directory and the second time in the "src" directory. This is because they are specified both in main.pro and src.pro qmake project files (and in qtpass.pro, too). They should be specified in just one such project file instead so they are built just once. Let's leave them in src.pro since that's where localization *.ts -> *.qm dependencies are provided. For this, a Q_INIT_RESOURCE() statement is needed so they are properly linked to by the main application.
2019-09-29Remove localization/localization_nl.ts from qtpass.pro, tooMaciej S. Szmigiero
Commits 29e65d7208da06 ("Fix html links color and NL translation building error") and df43cec8642813 ("Localization normalized and minor (auto) updates") removed localization/localization_nl.ts file from the source tree and qtpass resources but forgot to remove it from qtpass.pro so it got automatically recreated (nearly empty) every time qmake was run. Remove it from this file, too.
2018-09-13Forgotten update of .pro and .qcr file for merging of nl_NL and nl_BEErik Quaeghebeur
2018-07-23lupdate -locations relative -no-ui-lines should give cleaner commits fixes #405Anne Jan Brouwer
2018-01-22Change dependencies (main depends on src, tests depend on main) fixes #350 ↵Anne Jan Brouwer
als some minor automated housekeeping.
2017-12-09Add Catalan translationrbuj
2017-10-24separate into main/static librarytezeb
2017-03-14Fix lcov macOSAnne Jan Brouwer
2017-03-12coverage on release build with coverallstezeb
2017-03-10lcov target for offline code coveragetezeb
2017-03-10Run gcov manuallytezeb
2017-03-10Codecov workingtezeb
2017-02-28Moved INSTALL from qtpass.pro to src.proAnne Jan Brouwer
2017-02-27Travis tests testAnne Jan Brouwer
2017-02-23Fixed path of resources.qrcTakashi Yoshi
2017-01-03coding style updatedtezeb
2016-12-13tiny bit cleanerAnne Jan Brouwer
2016-12-13LOL wut, also how do I link ..Anne Jan Brouwer
2016-12-13WhoopsAnne Jan Brouwer
2016-12-13Moved sources to srcAnne Jan Brouwer
2016-12-07Something about pre-versioningAnne Jan Brouwer
2016-12-05Minor cleanup and added CONFIG += c++11 which probably fixes #244Anne Jan Brouwer
2016-12-04Use new executor in Passtezeb
2016-11-28Add more info to debug logstezeb
2016-12-02Version up / sideAnne Jan Brouwer
2016-12-02Updated docs and version number in advanceAnne Jan Brouwer
2016-11-27password generation refactoringtezeb
2016-11-22refactor process mgmt and split Pass into subclassestezeb
2016-11-21Initial design-like interfacetezeb
2016-11-20Removed empty and unneeded enums.cppAnne Jan Brouwer
2016-11-20now using the new settings everywhereJanosch Knack
2016-11-19refactored Strings into own classJanosch Knack
access from mainwindow and qtpasssettings
2016-11-19added new Settings classJanosch Knack
2016-11-17Updated TranslationsJonathan Klimt
2016-11-17Merged with MasterJonathan Klimt
2016-11-17UI improvements: improved Mainwindow, treeView can be deselectedJonathan Klimt
2016-11-16added a copy to clipboard button an the output areaJanosch Knack
layout changes from formlayout to gridlayout
2016-11-16enabled copying e.g. username into clipboard by doubleclick onto labelJanosch Knack
2016-10-19pre 1.1.5Anne Jan Brouwer
2016-10-03Italian translationDavide Gessa
2016-09-26Pre 1.1.4v1.1.4Anne Jan Brouwer
2016-09-05Spelling fail on 'dialouge' thanks svetlemodry for finding.Anne Jan Brouwer
Added some missing languages to the qrc
2016-09-04Czech translationJaroslav Lichtblau
for qtpass application
2016-07-18Added GreekAnne Jan Brouwer
2016-06-27Added en_GB since they are a bit special, only one word differnt currentlyAnne Jan Brouwer
2016-06-21 is without /bin/ now @todo(need to warn pkg maintainers)Anne Jan Brouwer
2016-06-21README beautification for export and use, travis fix for README, minor cleanupAnne Jan Brouwer
2016-06-20Dialects addedAnne Jan Brouwer
2016-06-20Force lupdateAnne Jan Brouwer
2016-06-10Fixed user adding for pass usersAnne Jan Brouwer