new feature: «for»-loop; updated buildsystem

This commit is contained in:
Marc Wäckerlin
2015-10-10 10:48:26 +00:00
parent 023ffc3c78
commit 4f0af7e32a
9 changed files with 1054 additions and 324 deletions

View File

@@ -1,3 +1,48 @@
2015-10-09 15:01 marc
* src/commands.hxx, src/networkaccessmanager.hxx: unfinished: new
feature: for loop
2015-07-12 18:38 marc
* debian/control.in: requires qt5
2015-07-12 18:16 marc
* debian/control.in: requires qt5
2015-05-20 15:22 marc
* src/commands.hxx: some bugs fixed, logging is quite good now
2015-05-20 14:35 marc
* src/commands.hxx: fixed stupid error in Do::execute; nicer
logging
2015-05-20 11:52 marc
* src/commands.hxx, src/exceptions.hxx, src/testgui.hxx,
src/webrunner.cxx: improved logging, bugfix in function handling
2015-05-19 14:34 marc
* src/commands.hxx, src/testgui.hxx: click has an optional
clicktype; do has an optional selector; better detection and
handling of moo-tool (joomla3) elements
2015-05-11 12:13 marc
* src/commands.hxx, src/exceptions.hxx: new command check to
compare two values or to compare a value to the result of a
command - command call now returns the value of the last
statement
2015-05-11 09:54 marc
* ChangeLog, doc/makefile.amto, src/commands.hxx: now also supports
optional else after command if
2015-05-09 12:27 marc
* ChangeLog, ax_check_qt.m4, ax_init_standard_project.m4,