Commit Graph

204 Commits

Author SHA1 Message Date
maxim
515bc1f846 Translations: Hungarian translation update by Péter Gábor, bug #29947
git-svn-id: trunk@52133 -
2016-04-06 23:04:59 +00:00
mattias
25f7a697e5 updated makefiles
git-svn-id: trunk@52001 -
2016-03-20 11:19:40 +00:00
michael
461c20be05 * Create using slineBreak instead of #13
git-svn-id: trunk@51830 -
2016-03-05 22:35:23 +00:00
michael
5c5523af89 * Remove consoletestrunner, it is outdated and crashes applications. The version in FPC repository is now used, reference is marked as virtual
git-svn-id: trunk@51829 -
2016-03-05 22:32:16 +00:00
maxim
d450b6a0ab FPCUnit: updated Russian translation
git-svn-id: trunk@51796 -
2016-03-01 23:59:48 +00:00
mattias
17f571cf26 components: less hints
git-svn-id: trunk@51788 -
2016-03-01 15:31:26 +00:00
mattias
0f7595d212 fpcunit: updated po files
git-svn-id: trunk@51772 -
2016-03-01 14:54:38 +00:00
maxim
20d48b24bd Translations: Hungarian translation update by Péter Gábor, bug #29551
git-svn-id: trunk@51528 -
2016-02-06 15:04:56 +00:00
maxim
e5396dc094 Translations: French translation update by Gilles Vasseur, bug #029586
git-svn-id: trunk@51513 -
2016-02-06 13:51:24 +00:00
maxim
74042907f8 Components: Hungarian translation update by Péter Gábor, bug #29218
git-svn-id: trunk@50982 -
2015-12-21 23:13:48 +00:00
maxim
e1239e4c94 Translations: French translation update by Gilles Vasseur, bug #29208
git-svn-id: trunk@50925 -
2015-12-18 23:55:17 +00:00
maxim
38ae25ba2f FPCUnit: regenerated translations
git-svn-id: trunk@50921 -
2015-12-18 23:37:01 +00:00
mattias
cc6ad86c44 fpcunitconsolerunner: less hints
git-svn-id: trunk@50012 -
2015-10-09 07:21:37 +00:00
mattias
2c46e6e468 IDE+lazbuild+makefiles: on darwin use -gw instead of -g
git-svn-id: trunk@49906 -
2015-10-01 18:40:54 +00:00
michael
7dba150a36 * Dependency on FPCUnitConsoleRunner is not needed since a long time, the functionality is in FCL
git-svn-id: trunk@49818 -
2015-09-12 09:41:06 +00:00
juha
6d35e05ae3 FPCUnit: Add Next failure / Previous failure controls for GUI test runner. Issue #22975, patch from jacobb.
git-svn-id: trunk@49690 -
2015-08-19 12:16:30 +00:00
juha
06ac76f560 LazUtils, unit FileUtil: Disable conditionally LazUtf8 and LazFileUtils wrapper functions. For testing define NoLazUTF8Wrappers and build Lazarus.
git-svn-id: trunk@49494 -
2015-07-04 23:08:00 +00:00
maxim
3d94951a6e Translations: Hungarian translation update by Péter Gábor, bug #28244
git-svn-id: trunk@49272 -
2015-06-04 21:26:04 +00:00
juha
f5147983a1 FPCUnit GUI: Speed up the SaveTree operation. Issue #28229, patch from Serguei Tarassov.
git-svn-id: trunk@49241 -
2015-06-02 11:59:34 +00:00
juha
a837dfe757 FPCUnit GUI: Display summary about fail/error + other improvements. Issue #27929, patch from Serguei Tarassov.
git-svn-id: trunk@49238 -
2015-06-01 21:54:00 +00:00
juha
fec6004fd9 FPCUnit GUI: Fix some regressions. Issue #28211, patch from Serguei Tarassov.
git-svn-id: trunk@49228 -
2015-05-31 11:06:12 +00:00
juha
f1af3d13cc FpcUnit: Prevent a SIGSEGV in GUITestRunner app. Issue #28166.
git-svn-id: trunk@49149 -
2015-05-23 15:24:36 +00:00
mattias
e1a9dcda81 fpcunit: fixed compilation fpc 3.x
git-svn-id: trunk@48817 -
2015-04-22 15:13:31 +00:00
maxim
1bcac56dd3 FPCUnit: regenerated translations and updated Russian translation
git-svn-id: trunk@48810 -
2015-04-21 20:59:51 +00:00
juha
abea0c63d2 fpcunit: Updated translation string PO files. Issue #27887, patch from Graeme Geldenhuys.
git-svn-id: trunk@48807 -
2015-04-21 17:30:05 +00:00
juha
843490ec89 fpcunit: Removes redundant code. No need for the extra paint. Issue #27887, patch from Graeme Geldenhuys.
git-svn-id: trunk@48806 -
2015-04-21 17:30:03 +00:00
juha
d942a8006d fpcunit: Fix bug where parent nodes did not indicate failure. Issue #27887, patch from Graeme Geldenhuys.
git-svn-id: trunk@48805 -
2015-04-21 17:30:02 +00:00
juha
f0c6c67de5 fpcunit: New Expand/Collapse tree nodes popup menu items. Issue #27887, patch from Graeme Geldenhuys.
git-svn-id: trunk@48804 -
2015-04-21 17:30:01 +00:00
juha
12b4f237b3 fpcunit: Show fully test error message when node is selected. Issue #27887, patch from Graeme Geldenhuys.
git-svn-id: trunk@48803 -
2015-04-21 17:29:59 +00:00
juha
ff557fb46c fpcunit: Use new LocationInfo information in failed test. Issue #27887, patch from Graeme Geldenhuys.
git-svn-id: trunk@48802 -
2015-04-21 17:29:58 +00:00
juha
a92b133845 fpcunit: Restore the window state before the "now" parameter. Issue #27887, patch from Graeme Geldenhuys.
git-svn-id: trunk@48801 -
2015-04-21 17:29:57 +00:00
juha
ba96526733 fpcunit: Reduce the amount of data written to the INI file. Issue #27887, patch from Graeme Geldenhuys.
git-svn-id: trunk@48800 -
2015-04-21 17:29:56 +00:00
juha
acb459dabd fpcunit: Erase previous saved test results first before saving new. Issue #27887, patch from Graeme Geldenhuys.
git-svn-id: trunk@48799 -
2015-04-21 17:29:55 +00:00
juha
723f7fa2f7 fpcunit: Use dot instead of underscore for test node seperator. Issue #27887, patch from Graeme Geldenhuys.
git-svn-id: trunk@48798 -
2015-04-21 17:29:53 +00:00
juha
0a2e216da7 fpcunit: Save tree select on close, not on test run. Issue #27887, patch from Graeme Geldenhuys.
git-svn-id: trunk@48797 -
2015-04-21 17:29:52 +00:00
maxim
691df1520b Translations: Hungarian translation update by Péter Gábor, bug #27903
git-svn-id: trunk@48787 -
2015-04-20 21:49:58 +00:00
maxim
a17502cadb Translations: updated French translation by Gilles Vasseur, bugs #27874, #27878
git-svn-id: trunk@48765 -
2015-04-16 20:31:08 +00:00
juha
00c7ba3737 FPCUnit: GUI ergonomy improvements. Issue #27765, patch from s_tarassov.
git-svn-id: trunk@48686 -
2015-04-09 13:53:15 +00:00
mattias
9119350010 fpcunit: guitestrunner: save & restore windows size and position, patch #27629, from Graeme
git-svn-id: trunk@48185 -
2015-03-09 19:58:56 +00:00
mattias
95c74adaba fpcunit: guitestrunner: scroll to first error after run, patch from Graeme, issue #27613
git-svn-id: trunk@48152 -
2015-03-06 16:25:06 +00:00
maxim
868ba124df Translations: committed regenerated files
git-svn-id: trunk@47360 -
2015-01-12 21:36:54 +00:00
maxim
d61830214b Translations: Hungarian translation update by Péter Gábor, bug #27230
git-svn-id: trunk@47292 -
2015-01-04 14:21:29 +00:00
maxim
9023fafbd5 FPCUnit: translations cleanup
git-svn-id: trunk@46891 -
2014-11-20 00:16:28 +00:00
mattias
b78a550572 IDE,lazbuild: append -Cg on targets linux, freebsd, openbsd, netbsd, solaris, bug #17412
git-svn-id: trunk@46874 -
2014-11-18 11:03:29 +00:00
mattias
825dde2b73 fpcunit: unicode file names
git-svn-id: trunk@46813 -
2014-11-12 18:57:02 +00:00
mattias
349fd28c87 fpcunit: after a test run only nodes with errors become expanded, all nodes in the tree (test units) are collapsed by default, patch #26985
git-svn-id: trunk@46754 -
2014-11-04 21:16:38 +00:00
maxim
391e3f7bb5 Translations: Hungarian translation update by Péter Gábor, bug #26425
git-svn-id: trunk@45744 -
2014-07-01 22:59:27 +00:00
maxim
b15d433902 Translations: Hungarian translation update by Péter Gábor, bug #26144
git-svn-id: trunk@45015 -
2014-05-11 21:56:45 +00:00
juha
fc89c8dc99 FpcUnit, GuiTestRunner: show green balls for ignored tests. Issue #25921, patch from Reinier Olislagers
git-svn-id: trunk@44530 -
2014-03-27 22:45:50 +00:00
mattias
deb8e8c40a clean up old readmes
git-svn-id: trunk@44142 -
2014-02-18 18:27:35 +00:00