summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-08-27[pkg] fold in changes0.3.6developIvan Alejandro
2015-08-14[feat] delete outated files after updateRuben Pollan
For that we have ported the apply updates to python and disable the execution in the C++. The C++ code is not removed as this updater will be outdated after the 0.9. - Related: #5876
2015-07-26[feat] Move the updater code to bitmask clientRuben Pollan
- Related: #7291
2015-06-08[pkg] fold in changes0.3.5Ivan Alejandro
2015-06-08[feat] adapt to new events api on commonIvan Alejandro
- Related: #6359
2014-12-31Fold in changes.0.3.4Ivan Alejandro
2014-12-18Fix a typo in updater 32bit repo urlRuben Pollan
linux-i368 -> linux-i386
2014-11-19Update readme.0.3.3Ivan Alejandro
2014-11-19Fold in changes.Ivan Alejandro
2014-11-19Add ssl certificates to the updaterRuben Pollan
2014-09-26Merge branch 'release-0.3.2'HEAD0.3.2masterTomás Touceda
2014-09-26Fold in changesTomás Touceda
2014-09-24Merge branch 'ivanalejandro0/bug/remove-defines' into developRuben Pollan
2014-09-23Revert "Prevent incompatibility issues with c++11"Ivan Alejandro
This reverts commit 3b45e320964edee7cd9b114935ead200ff8e9c3a. Remove define/undef since they cause an error in the launcher's compilation with the current bundler script that uses boost 1.56.0
2014-09-22Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/meskio/feature/6122_add_verbosity' into develop
2014-09-22Merge remote-tracking branch 'refs/remotes/meskio/bug/6104_select_libqt' ↵Tomás Touceda
into develop
2014-09-22Add some logging on updatesRuben Pollan
2014-09-21Make symlinks instead of moving libraries aroundRuben Pollan
The updater has problems with moving files, as it things that the dissapear file is missing and needs to be updated. Instead we keep libQt* libs as lib/libQt*.non-ubuntu and make symlinks to them in case of needed by the platform.
2014-09-19Prevent incompatibility issues with c++11Ruben Pollan
Set BOOST_NO_CXX11_SCOPED_ENUMS fixes it
2014-09-12Merge remote-tracking branch 'refs/remotes/meskio/bug/add_i686' into developTomás Touceda
2014-09-12Add i686 as archRuben Pollan
2014-09-11Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/meskio/feature/6044_diferenciate_linux32_64' into develop
2014-09-10Add support for multiple archs in one platformRuben Pollan
2014-09-10Fix pep8 errorsRuben Pollan
2014-08-05Properly retrieve launcher delayTomás Touceda
2014-07-16Modify launcher.py to support refactorTomás Touceda
2014-07-08Merge remote-tracking branch 'refs/remotes/meskio/tuf' into developTomás Touceda
2014-07-08Implement updater using TUFRuben Pollan
2014-05-13Properly calculate the bundle directoryTomás Touceda
2014-01-20Do not try/except sections in the config, explicitly check for their existenceTomás Touceda
This avoids adding useless tracebacks to the real exceptions caught by Twisted. Possible tx bug here.
2013-11-22Fix pathsTomás Touceda
2013-11-15Hotfix logfile conditionTomás Touceda
2013-11-01Merge branch 'release-0.3.1'0.3.1Tomás Touceda
2013-11-01Fold in changesTomás Touceda
2013-10-30Add changes fileTomás Touceda
2013-10-30Only add logfile=bitmask.log if no logfile was specifiedTomás Touceda
2013-08-23Fold in changesTomás Touceda
2013-08-13Update launcher.py to use leap.bitmaskTomás Touceda
2013-08-12Log to bitmask.log instead of leap_client.logTomás Touceda
2013-08-08Merge remote-tracking branch 'ivan/feature/3313_rebrand-client' into developTomás Touceda
2013-08-08Update launcher icon: jumping guy -> rainbow mask.Ivan Alejandro
2013-08-01Use the system qt on UbuntuTomás Touceda
2013-07-12Add CHANGELOG0.2.0Tomás Touceda
2013-07-12Only setenv on non-windows systemsTomás Touceda
2013-07-11Set program name for python to act as we expect it toTomás Touceda
2013-06-20Improve "bundlelization" by setting PYTHONPATH and PYTHONHOME properlyTomas Touceda
2013-05-10Log to a file alwaysTomas Touceda
2013-05-10Make running Thandy configurableTomas Touceda
2013-04-09Ensure events server from the launcher and change the renaming for windowsTomas Touceda
2013-04-08Add per platform bundle name to the launcherTomas Touceda