Commit Graph

27432 Commits

Author SHA1 Message Date
zeljko
0b0012c997 Qt: fixed bug where TQtTreeWidget (TListView.Style=vsReport) doesn't propagate mouse press & release to LCL when clicked an item.
git-svn-id: trunk@27885 -
2010-10-26 14:50:16 +00:00
vincents
8f303ef745 lazarus test suite: don't include semi automated testes in the console test runner.
git-svn-id: trunk@27884 -
2010-10-26 14:07:06 +00:00
vincents
e618b79e17 grid spreadsheet example: forgot to commit change in project files when using project icon in .res instead of .lrs
git-svn-id: trunk@27883 -
2010-10-26 12:39:48 +00:00
vincents
4ae97a5e89 grid spreadsheet example: use project icon in .res instead of .lrs, prevents error with wrong path in .rc file.
git-svn-id: trunk@27882 -
2010-10-26 12:26:45 +00:00
zeljko
214a49925d Gtk: fixed potential crash by misusage of intersectRect.
git-svn-id: trunk@27881 -
2010-10-26 12:10:08 +00:00
zeljko
400281ddea Gtk2: fixed another misusage of IntersectRect
git-svn-id: trunk@27880 -
2010-10-26 12:00:12 +00:00
zeljko
21a209e959 Gtk2: fixed crash because of misusage/fpc bug in IntersectRect.
git-svn-id: trunk@27879 -
2010-10-26 11:53:32 +00:00
vincents
535fac5416 nogui interface: added empty EnumFontFamiliesEx to silence an annoying and irrelevant warning on the command line by TWidgetSet.EnumFontFamiliesEx.
git-svn-id: trunk@27878 -
2010-10-26 10:31:17 +00:00
mattias
12b4bd48c0 gtk2: clean up
git-svn-id: trunk@27877 -
2010-10-26 09:27:49 +00:00
mattias
dab5f3040e lazbuild: replaced ForecDirectories with ForceDirectory
git-svn-id: trunk@27876 -
2010-10-26 09:10:05 +00:00
mattias
690e7be16e lazbuild updated man page
git-svn-id: trunk@27875 -
2010-10-26 08:29:35 +00:00
mattias
17d1cba55e lazbuild: added option --build-mode=<project build mode>, --bm=<project build mode>
git-svn-id: trunk@27874 -
2010-10-26 08:27:21 +00:00
vincents
61d35b321a fpcunit gui testrunner: cleanup
* use StartTime from TestResult
* formatting: testResult -> TestResult

git-svn-id: trunk@27873 -
2010-10-26 07:56:39 +00:00
mattias
89a235667f lazbuild: create project unit directory, target directory and application bundle
git-svn-id: trunk@27872 -
2010-10-26 07:53:40 +00:00
vincents
fa11cf2dab fpc unit gui testrunner: update progressbar before starting all tests, so that progres is cleared/shown before the first test has been finished.
git-svn-id: trunk@27871 -
2010-10-26 07:40:14 +00:00
mattias
cdabc1ddbf LCL: removed duplicate IntersectRect
git-svn-id: trunk@27870 -
2010-10-26 07:37:49 +00:00
mattias
c10f6e5365 LCL: TGraphic.LoadFromResourceID: PtrUInt to PtrInt for Delphi compatibility
git-svn-id: trunk@27869 -
2010-10-26 07:32:58 +00:00
zeljko
c17c45c439 Qt: fixed bug where OnChange() event sender was TQtMemoStrings instead of TCustomMemo, so tests goes into wrong type cast.
git-svn-id: trunk@27868 -
2010-10-26 06:59:34 +00:00
mattias
d00711e0d2 added Makefile.compiled
git-svn-id: trunk@27867 -
2010-10-26 06:38:39 +00:00
jesus
c4f75c1986 LazReport, use anchors to size object inspector elements
git-svn-id: trunk@27866 -
2010-10-26 05:57:33 +00:00
jesus
f7517a370c LazReport, add keyboard acceleration to move/resize report objects, from Domingo Alvarez Duarte, issue #14782
git-svn-id: trunk@27865 -
2010-10-26 04:03:00 +00:00
jesus
fe03967bf5 LazReport, combobox to select objects in report designer from Domingo Alvarez Duarte, issue #14782
git-svn-id: trunk@27864 -
2010-10-26 03:40:24 +00:00
maxim
00dd093d5d Components: update makefiles
git-svn-id: trunk@27863 -
2010-10-25 22:22:14 +00:00
maxim
eb705aa9ff regenerated translations; updated Russian translation
git-svn-id: trunk@27862 -
2010-10-25 22:16:37 +00:00
sekelsenmat
ad95bee22c tiny identation fix
git-svn-id: trunk@27861 -
2010-10-25 21:07:48 +00:00
sekelsenmat
45b602f5bd Adds a define to remove semi-automatic tests
git-svn-id: trunk@27860 -
2010-10-25 21:01:17 +00:00
vincents
4b2a2eca8a fpcunit gui test runner: improved painting progres text in progresbar, now uses transparent background.
git-svn-id: trunk@27859 -
2010-10-25 17:37:53 +00:00
vincents
ccff36f638 lazarus test suite: fixed typo in unit name (file).
git-svn-id: trunk@27858 -
2010-10-25 17:28:54 +00:00
sekelsenmat
993221704c Starts adding lcl semi-auto tests
git-svn-id: trunk@27857 -
2010-10-25 14:53:45 +00:00
sekelsenmat
3ea22f0862 Starts adding semi-automatic tests
git-svn-id: trunk@27856 -
2010-10-25 14:14:56 +00:00
mattias
b35808d50f IDE: warn when deleting main unit of package
git-svn-id: trunk@27855 -
2010-10-25 12:39:19 +00:00
mattias
0f581e002a ideintf: objectinspector: reduced updating combobox
git-svn-id: trunk@27854 -
2010-10-25 11:23:07 +00:00
sekelsenmat
8d4edbc7fc Removes the excessive amount of anchors in the gui test runner form
git-svn-id: trunk@27853 -
2010-10-25 11:21:02 +00:00
mattias
fcbe8871d3 IDE: replaced TNoteBook with TPageControl, patch #17634
git-svn-id: trunk@27852 -
2010-10-25 10:45:19 +00:00
mattias
2b41bfa21b openglcontrol: undid the workaround for buggy TCanvas.Rectangle function, bug #17682
git-svn-id: trunk@27851 -
2010-10-25 10:43:06 +00:00
mattias
1b8f4881b5 lazcontrols: updated makefile
git-svn-id: trunk@27850 -
2010-10-25 10:38:33 +00:00
mattias
50b31c7963 LCL: TCustomIcon.LoadFromResourceID: changed integer to PtrUInt
git-svn-id: trunk@27849 -
2010-10-25 10:37:34 +00:00
mattias
584dd6f786 LCL: combined duplicate code IntersectRect
git-svn-id: trunk@27848 -
2010-10-25 08:32:44 +00:00
mattias
2c5c4c2609 IDE: auto fix case of TargetOS and TargetCPU
git-svn-id: trunk@27847 -
2010-10-25 08:24:24 +00:00
zeljko
e00ff67049 Gtk2: fixed vertical TTrackBar behaviour, start value should be at bottom not at top. fixes #17703
git-svn-id: trunk@27846 -
2010-10-25 06:24:50 +00:00
paul
867da8c06b win32: fix combobox painting (issue #0017665)
git-svn-id: trunk@27845 -
2010-10-25 02:30:01 +00:00
maxim
1ce921aa0a Lazcontrols: commit makefiles changes
git-svn-id: trunk@27844 -
2010-10-24 23:43:04 +00:00
maxim
285bc18eab regenerated translations; updated Russian translation
git-svn-id: trunk@27843 -
2010-10-24 23:42:17 +00:00
martin
5989dd4ec9 IDE-Inspector: Selector fow children (controls)
git-svn-id: trunk@27842 -
2010-10-24 22:41:47 +00:00
martin
f6519bc9eb SynEdit: fix Gutter.Visible, Issue #17571
git-svn-id: trunk@27841 -
2010-10-24 21:50:09 +00:00
martin
475ceba02b SynEdit: use default line ending for saving files. Issue #17296
git-svn-id: trunk@27840 -
2010-10-24 20:30:52 +00:00
mattias
9d8bc889f3 IDE: compiler options: show build mode in title only if there are more than one
git-svn-id: trunk@27839 -
2010-10-24 20:07:20 +00:00
vincents
a3555a84c4 LCL: disable declaration of TTime and TDate for fpc version 2.4.2 and newer. In newer fpc versions those types are declared in the system unit.
fixes issue #15474 
patch by: Sven Barth

git-svn-id: trunk@27838 -
2010-10-24 19:38:33 +00:00
mattias
48c3d01369 IDE: enabled build modes, build macros and conditionals
git-svn-id: trunk@27837 -
2010-10-24 19:24:19 +00:00
zeljko
ad8cb136fd Gtk2: removed optimization code from TGtk2WidgetSet.PromptUser which could lead into wrong button assignments. fixes #17704
git-svn-id: trunk@27836 -
2010-10-24 18:12:18 +00:00