Commit Graph

15992 Commits

Author SHA1 Message Date
mattias
6bbfc69c96 deb/rpm: added defaults for environmentoptions.xml
git-svn-id: trunk@16130 -
2008-08-18 23:38:52 +00:00
mattias
7cd2a68fce projecttemplates: fixed compilation
git-svn-id: trunk@16129 -
2008-08-18 23:19:20 +00:00
vincents
5cf46b7a1b fpcunit console testrunner: flush output of progress writer after each character, so that the result is written immediately, even if the output is redirected to file
git-svn-id: trunk@16128 -
2008-08-18 22:25:13 +00:00
mattias
dcc2d5af64 IDE: fixed non unix compilation
git-svn-id: trunk@16127 -
2008-08-18 18:33:02 +00:00
vincents
e711e12a9a test: fixed long options of the console test runner
git-svn-id: trunk@16126 -
2008-08-18 17:08:14 +00:00
michael
8fc60d8e8c * Corrected recursive behaviour, used allfilesmask
git-svn-id: trunk@16125 -
2008-08-18 16:46:50 +00:00
vincents
da8fbdb76e tests: console testrunner accepts command line parameters for machine and submitter
git-svn-id: trunk@16124 -
2008-08-18 14:55:40 +00:00
vincents
2e4eb3f791 testresults: proctestsuitediff supports widget and lazarus version
git-svn-id: trunk@16123 -
2008-08-18 14:15:53 +00:00
mattias
1752c2e410 IDE: environment option FPCSourceDirectory can now contain macros
git-svn-id: trunk@16122 -
2008-08-18 14:10:26 +00:00
mattias
e61e9ba99e IDE: added macro $(FPCVer)
git-svn-id: trunk@16121 -
2008-08-18 13:44:02 +00:00
mattias
2420f8a623 IDE: fcl package: changed to new directory layout of fpc
git-svn-id: trunk@16120 -
2008-08-18 13:04:17 +00:00
vincents
b292940e7d test results: started processing test results diff based on program/scripts from the FPC team
git-svn-id: trunk@16119 -
2008-08-18 12:58:38 +00:00
mattias
a7b108df4b IDE: TMainIDE.FindSourceFile substitute macros in BaseDirectory
git-svn-id: trunk@16118 -
2008-08-18 12:58:16 +00:00
mattias
f8e661cf15 IDEIntf: improved layout of TFindPaletteComponentDlg
git-svn-id: trunk@16117 -
2008-08-18 12:55:21 +00:00
paul
bb5ded10b3 gtk: return RawImage.Description.MaskBitsPerPixel = 0 if there is no mask present for RawImage_FromBitmap (fixes visual glitches in #0011902)
git-svn-id: trunk@16116 -
2008-08-18 12:41:29 +00:00
mattias
5c24bd8b02 IDEIntf: improved layout of TTreeViewItemsEditorForm
git-svn-id: trunk@16115 -
2008-08-18 12:25:29 +00:00
mattias
d53bf25da1 IDE: added lfm for TAddToPackageDlg
git-svn-id: trunk@16114 -
2008-08-18 12:17:05 +00:00
vincents
f4a2211690 test result db:
* import error messages
* use fixed EscapeText

git-svn-id: trunk@16113 -
2008-08-18 12:16:46 +00:00
vincents
0664276f37 test results: implemented showing failure message.
git-svn-id: trunk@16112 -
2008-08-18 10:45:55 +00:00
vincents
520a6b0648 LCL: CopyFile: fixed setting file time on *nix (issue #11912)
git-svn-id: trunk@16111 -
2008-08-18 10:40:34 +00:00
mazen
145802bcea * Use fpcsubst tool to automatically set FPC version into configuration files.
git-svn-id: trunk@16110 -
2008-08-18 10:12:30 +00:00
mattias
f54fad676b IDE: improved layout of TAddFileToAPackageDialog
git-svn-id: trunk@16109 -
2008-08-18 09:58:34 +00:00
mazen
333854afa9 * Added a system-wide default configuration file to lazarus-ide package.
git-svn-id: trunk@16108 -
2008-08-18 09:25:26 +00:00
vincents
8e390deebf testsuite report: enabled selection on widget set
git-svn-id: trunk@16107 -
2008-08-18 09:06:40 +00:00
mattias
6dea91d8ee IDE: added lfm/lrs
git-svn-id: trunk@16106 -
2008-08-18 08:51:52 +00:00
mattias
70e7f10204 IDE: package compilation: do not build all if only search paths changed, this is spotted by fpc itself
git-svn-id: trunk@16105 -
2008-08-18 08:34:07 +00:00
mattias
b54c7c2d80 lazreport: reduced overhead while moving
git-svn-id: trunk@16104 -
2008-08-18 07:45:43 +00:00
mattias
b340abac03 gtk1: fixed GetCursorPos
git-svn-id: trunk@16103 -
2008-08-18 07:38:30 +00:00
mattias
1140b0a1e3 lazreport: improved mouse dragging object inspector
git-svn-id: trunk@16102 -
2008-08-18 07:29:29 +00:00
mattias
7158b15560 IDE: find in files: adding directory of current source editor file to directory combobox
git-svn-id: trunk@16101 -
2008-08-18 07:28:57 +00:00
mattias
8889f04e1d clean up
git-svn-id: trunk@16100 -
2008-08-18 06:56:53 +00:00
vincents
002e62ca5c testsuite reporting: added support for selecting on lazarus version
git-svn-id: trunk@16099 -
2008-08-18 06:11:11 +00:00
jesus
33235f2ad7 LCL, added dbgrid option dgPersistentMultiSelect to support dbgrid old multiselect behaviour, issue #11836
git-svn-id: trunk@16098 -
2008-08-18 05:49:26 +00:00
paul
849470df8f lcl: fix typo in the method name (#0011904)
git-svn-id: trunk@16097 -
2008-08-18 02:43:22 +00:00
paul
7c5ecf3461 qt: return *real* bitmap description, not the *default* (fixes #0011905)
git-svn-id: trunk@16096 -
2008-08-18 02:34:56 +00:00
mattias
cfde13de99 translations: german: updates from Joerg Braun
git-svn-id: trunk@16095 -
2008-08-17 21:45:44 +00:00
vincents
edf06c79a8 further work on the lazarus test suite database
git-svn-id: trunk@16094 -
2008-08-17 20:30:16 +00:00
mattias
574d6f28d9 LCL: fixed compilation with fpc 2.2.2
git-svn-id: trunk@16093 -
2008-08-17 19:49:26 +00:00
mattias
ea23d0c086 IDE+codetools: using compiler mode Delphi when set in compiler options
git-svn-id: trunk@16092 -
2008-08-17 19:45:49 +00:00
jesus
b53d0aeba0 LCL, check for modified charcode after keypress, issue #11793
git-svn-id: trunk@16091 -
2008-08-17 18:20:33 +00:00
jesus
c2bc66238c LazReport, don't refresh objectinspector if it's hidden
git-svn-id: trunk@16090 -
2008-08-17 17:59:58 +00:00
kirkpatc
2276738ecd FPDoc - fix some links in extctrls.xml
git-svn-id: trunk@16089 -
2008-08-17 17:23:17 +00:00
mattias
c81aab571f fixed uninitialized function results
git-svn-id: trunk@16088 -
2008-08-16 20:51:45 +00:00
mattias
d27b3adf0d LCL: updating AutoSize=true controls when preferred size changed
git-svn-id: trunk@16087 -
2008-08-16 18:31:55 +00:00
paul
669af5fc10 ide: add check if TFrame doesnot exits on palette (lcl and ide has been compiled with different frame defines)
git-svn-id: trunk@16086 -
2008-08-16 13:10:28 +00:00
paul
5199022d0c cleanup
git-svn-id: trunk@16085 -
2008-08-16 13:00:17 +00:00
tombo
3c74fd0775 Added Louis Hoefler to contributors (Mac OS X linking case sensitive problem fix).
git-svn-id: trunk@16084 -
2008-08-16 11:30:56 +00:00
mattias
1dd31354e1 LCL: treeview: invalidate after Clear, bug #11889
git-svn-id: trunk@16083 -
2008-08-16 11:04:38 +00:00
mattias
ae04e7ac70 LCL: fixed uninitialized result
git-svn-id: trunk@16082 -
2008-08-16 01:49:29 +00:00
mattias
e2280116f1 examples: clean up
git-svn-id: trunk@16081 -
2008-08-16 01:48:43 +00:00