# # ChangeLog for src/Actions/CmdAction # # Generated by Trac 1.6 # Jun 9, 2025, 2:35:02 AM Sun, 09 May 2010 12:00:08 GMT Frederik Heber [50dfda] * src/Actions/CmdAction/VersionAction.cpp (added) * src/Actions/CmdAction/VersionAction.hpp (added) * src/Makefile.am (modified) * src/UIElements/CommandLineWindow.cpp (modified) * src/UIElements/CommandLineWindow.hpp (modified) * src/builder.cpp (modified) Added VersionAction. - new CmdAction/VersionAction that prints the ... Sun, 09 May 2010 11:59:35 GMT Frederik Heber [86466e] * src/Actions/CmdAction/HelpAction.cpp (modified) * src/UIElements/CommandLineDialog.cpp (modified) * src/UIElements/CommandLineDialog.hpp (modified) * src/UIElements/CommandLineUIFactory.cpp (modified) * src/UIElements/Dialog.cpp (modified) * src/UIElements/Dialog.hpp (modified) * src/UIElements/TextDialog.cpp (modified) * src/UIElements/TextDialog.hpp (modified) new query class EmptyQuery for showing text messages. - new class ... Sat, 08 May 2010 22:00:57 GMT Frederik Heber [e3ecc1a] * src/Actions/CmdAction/HelpAction.cpp (added) * src/Actions/CmdAction/HelpAction.hpp (added) * src/CommandLineParser.hpp (modified) * src/Makefile.am (modified) * src/UIElements/CommandLineWindow.cpp (modified) New HelpAction that will print the help from boost::program_options. ...