Commit Graph

22529 Commits

Author SHA1 Message Date
mattias
0c3ffe4f45 codetools: added example file for methodjumping
git-svn-id: trunk@22943 -
2009-12-03 11:38:21 +00:00
mattias
3b25d319c3 codetools: examples: fixed title
git-svn-id: trunk@22942 -
2009-12-03 11:34:57 +00:00
mattias
2f778c1f3b codetools: fixed adding published method into implicit first published section
git-svn-id: trunk@22941 -
2009-12-03 11:29:47 +00:00
mattias
5cdcfd3451 codetools: fixed compilation of examples
git-svn-id: trunk@22940 -
2009-12-03 11:10:47 +00:00
mattias
1d47d3d54a IDE: when no lps file: open main unit
git-svn-id: trunk@22939 -
2009-12-03 10:59:32 +00:00
mattias
ca869ce1fc IDE: when there is no lps file: open the main unit if it does not contain automatic statements
git-svn-id: trunk@22938 -
2009-12-03 10:40:59 +00:00
mattias
1efc58041e IDE: if main unit can not be read: skip
git-svn-id: trunk@22937 -
2009-12-03 10:32:53 +00:00
mattias
646abd53bf codetools: fixed compilation of some examples
git-svn-id: trunk@22936 -
2009-12-03 10:28:17 +00:00
zeljko
9df47277cd Qt: avoid crash because of poly region.QPolygon have it's own boundingRect(), and QRegion_isEmpty() cannot be called if created form QPolygon.
git-svn-id: trunk@22935 -
2009-12-03 10:22:19 +00:00
dodi
e9097f20d5 dockmanager example: added ForIDE option to DockMaster
git-svn-id: trunk@22934 -
2009-12-03 08:42:16 +00:00
paul
0f2bfd7211 lcl: don't store Color property if Parent=nil but ParentColor = False - this causes ancestor frames which have no parent to load wrong clWindow color
git-svn-id: trunk@22933 -
2009-12-03 07:47:02 +00:00
paul
8b7563686a ideintf: don't set expanded for collection node
git-svn-id: trunk@22932 -
2009-12-03 04:10:16 +00:00
paul
a1b73e8e94 lcl: implement GetOwner for all TCollection descendants which dont have it at moment
git-svn-id: trunk@22931 -
2009-12-03 04:03:01 +00:00
marc
166da1d03e * Initialize procedure variables with default value in case a lin cannot be loaded. Fixes crash on win95 or winNT
git-svn-id: trunk@22930 -
2009-12-03 00:35:16 +00:00
andrew
9c6613b677 Fixed bug #13303 where Showing a modal form from a TMenuItem click could cause an access violation
git-svn-id: trunk@22929 -
2009-12-02 23:42:03 +00:00
dodi
020d65333d dockmanager example: added MakeDockable method
git-svn-id: trunk@22928 -
2009-12-02 20:20:26 +00:00
mattias
30d56517ec aggpas: improved textout position
git-svn-id: trunk@22927 -
2009-12-02 14:33:26 +00:00
zeljko
750e586cee Qt: fix TQtDeviceContext.getDepth() for unassigned device pointer.
git-svn-id: trunk@22926 -
2009-12-02 14:22:14 +00:00
zeljko
f25b61f322 Qt: implemented TQtWidgetSet.CreateCompatibleBitmap()
git-svn-id: trunk@22925 -
2009-12-02 14:18:42 +00:00
mattias
0d614ca60b aggpas: improved font position and size
git-svn-id: trunk@22924 -
2009-12-02 14:06:15 +00:00
zeljko
2925e33ef7 Qt: use CanSendLCLMessage instead of comparing LCLObject before sending an message to lcl - all mouse & keyboard events + paint event.
git-svn-id: trunk@22923 -
2009-12-02 13:42:42 +00:00
mattias
7dee2172f1 codetools: indenter: fixed using right block when on block end
git-svn-id: trunk@22922 -
2009-12-02 13:38:23 +00:00
zeljko
4b683366c7 Qt: check for LCLObject being is csDestroying state in mouse and kbd events.fixes #15235.
git-svn-id: trunk@22921 -
2009-12-02 12:01:32 +00:00
paul
544cd5cf41 ide: delete all container items instead of container deletion
git-svn-id: trunk@22920 -
2009-12-02 11:05:37 +00:00
paul
835f394fbd ide: allow deletion of TCollectionItems (todo: don't allow deletion of TCollection)
git-svn-id: trunk@22919 -
2009-12-02 10:38:03 +00:00
paul
7325d661aa components: fix clean of printers
git-svn-id: trunk@22918 -
2009-12-02 07:47:49 +00:00
paul
fc82b28dc7 ideintf: simplify component treeview get caption method
git-svn-id: trunk@22917 -
2009-12-02 03:34:16 +00:00
paul
aa612b4fd3 lcl: TListColumns must return valid owner on GetOwner
git-svn-id: trunk@22916 -
2009-12-02 03:22:17 +00:00
paul
e99bd870b9 ide: fix component treeview collection handling
git-svn-id: trunk@22915 -
2009-12-02 03:21:24 +00:00
paul
9618584757 ide: fix component treeview images
git-svn-id: trunk@22914 -
2009-12-02 02:30:44 +00:00
andrew
2df5004aed * WidgetInfo memory is cleared to nil before it is freed so that bugs will be exposed if widgetinfo is referenced after it is freed
git-svn-id: trunk@22913 -
2009-12-02 02:30:30 +00:00
mattias
4284428582 IDE: reduced debugging
git-svn-id: trunk@22912 -
2009-12-02 00:58:13 +00:00
mattias
d993ea80cc IDE: when source editor only session changed: on save mark ActiveUnitInfo.SessionModified and set editor modified to false
git-svn-id: trunk@22911 -
2009-12-02 00:54:24 +00:00
andrew
211c57e47a Fixed bug #11016 where TTreeNode.EditText was not implemented
git-svn-id: trunk@22910 -
2009-12-02 00:52:42 +00:00
andrew
b88059e19b Fixed bug #10622 where Listview.ItemIndex did not exist
git-svn-id: trunk@22909 -
2009-12-01 23:49:24 +00:00
jesus
ffcb9ab6f3 LazReport, improve export facilites
git-svn-id: trunk@22908 -
2009-12-01 22:07:01 +00:00
mattias
f358340f56 IDEIntf+LCL: TGetDesignerFormEvent using TPersistent instead of TComponent
git-svn-id: trunk@22907 -
2009-12-01 20:33:50 +00:00
mattias
53ede9fe10 LCL: fixed TApplication.ReleaseComponent when components in list are freed by other means
git-svn-id: trunk@22905 -
2009-12-01 17:36:53 +00:00
mattias
05fc992191 dockmanager examples: fixed session info and unit paths
git-svn-id: trunk@22904 -
2009-12-01 16:39:35 +00:00
paul
27e171ca34 ideintf: initial implementation of showing collections in the component treeview
git-svn-id: trunk@22903 -
2009-12-01 16:22:52 +00:00
paul
a215ac2b7c images: add collection and item for the object inspector treeview
git-svn-id: trunk@22902 -
2009-12-01 16:03:16 +00:00
mattias
cdebb7c1dd EasyDockMgr: fixed placing dockgrip
git-svn-id: trunk@22901 -
2009-12-01 15:34:56 +00:00
mattias
885469af08 examples: MakeSite: store session separate
git-svn-id: trunk@22900 -
2009-12-01 15:06:12 +00:00
mattias
6476b208c5 translations: portuguese: from Marcelo B Paula, bug #15224
git-svn-id: trunk@22899 -
2009-12-01 14:56:48 +00:00
mattias
f574d9ce60 codetools.lpk: removed pascalexpr.pas
git-svn-id: trunk@22898 -
2009-12-01 14:26:58 +00:00
mattias
d3c0a4612b IDEIntf: GetLookupRootForComponent extended to search via TCollectionItem and TCollection, bug #15217
git-svn-id: trunk@22896 -
2009-12-01 13:03:21 +00:00
mattias
7a89ac6e1f LCL: update actionlists of nested frames, bug #15229
git-svn-id: trunk@22895 -
2009-12-01 12:56:19 +00:00
mattias
affef50bcc IDE: remove LPKSource when reverting lpk and lpk was deleted
git-svn-id: trunk@22894 -
2009-12-01 12:24:55 +00:00
mattias
463452490e lcl: lclintf doc
git-svn-id: trunk@22893 -
2009-12-01 11:47:34 +00:00
mattias
1ac2ad2f43 codetools.lpk: disabled hints
git-svn-id: trunk@22892 -
2009-12-01 11:47:20 +00:00