Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-01 | * Updated all demos to use the new unit names. | graemeg | |
* Updated all packages like ide addons, fpcunit etc to use the new unit names. | |||
2008-07-18 | * GUI Test Runner: The counters are now activated, so you can see the number ↵ | graemeg | |
of tests run, number of errors and number of failures. | |||
2008-07-17 | * Minor fix to get GUI Test Runner to compile with FPC 2.3.1 | graemeg | |
2008-07-15 | * GUI Test Runner: Improved the images in the treeview. | graemeg | |
* GUI Test Runner: Progress bar is now activated as tests run. * Treeview: Fixed the horizontal scrolling bug where nodes disappear. | |||
2008-07-14 | * Minor changes to popup menus for Edit and Treeview. | graemeg | |
2008-07-11 | * Fixed the recusion bug in Treeview when searching for a node. | graemeg | |
* Minor improvements to the GUI Test Runner. * Extended the treeview unit tests. | |||
2008-07-11 | * Forgot the original images used in GUI Test Runner. | graemeg | |
2008-07-11 | * Removed many compiler warnings from the gfx_imgfmt_bmp unit. | graemeg | |
* Minor fix in the ImageList class. * Minor fixes in the Tree and TreeNode classes. * GUI Test Runner: Added image support in the test treeview. * Started a project for unit testing fpGUI components - starting with the treeview. | |||
2008-07-10 | * Fixed a minor variable type bug in imagelist unit. | graemeg | |
* Added images for use in GUI Test Runner. | |||
2008-07-09 | * More improvements to GUI Test Runner. It now sets the results as new nodes ↵ | graemeg | |
inside the treeview - all except for the last test case. The latter is still a bug. | |||
2008-07-09 | * GUI Test Runner: Fixed the minor bug where 'All Tests' was not runnable. | graemeg | |
2008-07-09 | * Minor size adjustment to GUI Test Runner. | graemeg | |
2008-07-09 | * Updated the fpgui_ide.lpk to use the new fpgui_toolkit.lpk package. | graemeg | |
* Added a new contributed package from Michael van Canneyt. This allows you to create FPCUnit projects with the fpGUI as front-end. * Renamed the FPCUnit GUI Test Runner unit from guitestrunner.pas to fpg_guitestrunner.pas to prevent conflicts in the Lazarus IDE. | |||
2008-07-09 | * More improvements to the GUI Test Runner. Adding Splitter support. | graemeg | |
2008-07-08 | * Added a new FindSubNode method to TfpgTreeNode. | graemeg | |
* Implemented more of the FPCUnit GUI Test Runner. We now have a working test runner, but I still have much to do. | |||
2008-07-08 | * Got the basics working in the GUI Test Runner. | graemeg | |
2008-07-08 | * GUI Test Runner | graemeg | |
2008-07-07 | * The start of a FPCUnit GUI Test Runner based on fpGUI. | graemeg | |