summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2013-04-02Make the launcher.py use the local repoTomás Touceda
2013-03-31Try new rename to tmp and then remove update processTomás Touceda
2013-03-29Set THANDY_HOME and properly copy files from the updates dirTomás Touceda
2013-03-29Merge updates directoryTomás Touceda
Also, sets the env for thandy to work properly.
2013-03-28Add python launcher that launches recurring updatesTomás Touceda
2013-03-27Calculate workdir in the launcher, set PythonHome to thatTomás Touceda
It will look for dependencies in PYTHONHOME/lib
2013-03-22First draft of the launcherTomás Touceda
2013-03-14Initial commitTomas Touceda