Commit Graph

24354 Commits

Author SHA1 Message Date
mattias
2e66a93ebd gtk intf: heuristic to detect true type fonts, bug #16298
git-svn-id: trunk@24780 -
2010-04-21 07:31:33 +00:00
paul
de4c8cb596 ideintf: set multy-line editor for all 'Hint' properties of TComponent descendant (issue #0016303)
git-svn-id: trunk@24779 -
2010-04-21 02:11:48 +00:00
paul
e35edecdc5 lcl: return back TData and TTime definitions
git-svn-id: trunk@24778 -
2010-04-21 02:02:42 +00:00
dodi
a0ec6e5741 docs: some control updates
git-svn-id: trunk@24777 -
2010-04-21 02:00:37 +00:00
dodi
fb7e72df4d dockmanager example: exclude dock grabber image if not used
git-svn-id: trunk@24776 -
2010-04-21 01:59:52 +00:00
paul
7693e5163a ide: rename "Debug Events" to "Event Log", simplify Event log form - remove checkgroup - this options can be set in the options dialog, workaround listview column autosize
git-svn-id: trunk@24775 -
2010-04-21 01:39:50 +00:00
paul
ffee9b5bd4 win32: don't reset autosized width of listview column
git-svn-id: trunk@24774 -
2010-04-21 01:28:42 +00:00
dodi
e3f6350f15 dockmanager example: use dockheader for docking
git-svn-id: trunk@24773 -
2010-04-21 01:10:12 +00:00
paul
f10f9aec82 ide: use TDBGEventCategory enumeration instead of own
git-svn-id: trunk@24772 -
2010-04-21 00:46:07 +00:00
paul
c9f5fd7573 ide: fix event log options frame layout
git-svn-id: trunk@24771 -
2010-04-21 00:37:22 +00:00
martin
b05629c5e5 SourceEditor, Debugger: Fix reset executionline, if active window is changed
git-svn-id: trunk@24770 -
2010-04-20 23:49:26 +00:00
martin
c1060830fd SourceEditor: Refactor, Clean-up
git-svn-id: trunk@24769 -
2010-04-20 23:08:53 +00:00
martin
c0c2421905 SourceEditor: Refactor, Clean-up
git-svn-id: trunk@24768 -
2010-04-20 23:08:50 +00:00
mattias
908f074127 codetools: fixed range check in TIdentifierList.CompletePrefix
git-svn-id: trunk@24767 -
2010-04-20 22:56:31 +00:00
mattias
2c1ce4bb6d easydockmgr: fixed eating exceptions
git-svn-id: trunk@24766 -
2010-04-20 22:48:36 +00:00
martin
6591940026 SourceEditor: Refactor / Remove FpdocEditWin dependency
git-svn-id: trunk@24765 -
2010-04-20 22:46:23 +00:00
mattias
e753b4251f LCL: TControl.ManualDock fixed Disable autosizing
git-svn-id: trunk@24764 -
2010-04-20 22:46:23 +00:00
mattias
d55f679aeb LCL: call DockManager.ResetBounds on every change bounds
git-svn-id: trunk@24763 -
2010-04-20 22:40:59 +00:00
maxim
e10e89337c regenerated translations; updated Russian translation
git-svn-id: trunk@24762 -
2010-04-20 21:45:25 +00:00
mattias
b8f73c718a easydockmgr: disable autosizing
git-svn-id: trunk@24761 -
2010-04-20 21:41:19 +00:00
mattias
abec3c1abe easydockmgr: fixed enable autosizing
git-svn-id: trunk@24760 -
2010-04-20 21:39:50 +00:00
maxim
80ec0f318f IDE: improve 'Import or export compiler options' dialog localization
git-svn-id: trunk@24759 -
2010-04-20 21:28:54 +00:00
dodi
864772568d dockmanager example: fixed autosize enable/disable pairs
git-svn-id: trunk@24758 -
2010-04-20 20:56:57 +00:00
mattias
0f1f142898 LCL: disable autosize during ManualFloat
git-svn-id: trunk@24757 -
2010-04-20 20:05:59 +00:00
martin
5c2f0c5caa SynEdit: Fixed Hint (completion window) measurements
git-svn-id: trunk@24756 -
2010-04-20 19:31:55 +00:00
mattias
6e8382eca2 LCL: disable autosize during ManualDock
git-svn-id: trunk@24755 -
2010-04-20 19:24:04 +00:00
mattias
fbf0c73cf8 elasiticdock: CreateDockable disablealign
git-svn-id: trunk@24754 -
2010-04-20 19:15:49 +00:00
mattias
ec5dceac11 elasiticdock: added disable/enablealign
git-svn-id: trunk@24753 -
2010-04-20 19:11:25 +00:00
zeljko
d3da738464 Qt: fixed crash when asking for TQtPage.getIndex(), fixes #16302
git-svn-id: trunk@24752 -
2010-04-20 19:09:31 +00:00
mattias
5ee092816e win32 intf: TWin32WSCustomForm.SetShowInTaskbar check if something changes
git-svn-id: trunk@24751 -
2010-04-20 18:27:26 +00:00
mattias
81a5b44f7b LCL: optimized TCustomForm.UpdateShowInTaskBar
git-svn-id: trunk@24750 -
2010-04-20 18:22:49 +00:00
mattias
686b6e177b LCL: if clientsize changes without size change, call OnResize
git-svn-id: trunk@24749 -
2010-04-20 17:59:31 +00:00
mattias
458cb4762c educationlaz: added options to control shown speedbuttons on IDE bar, and objectinspector pages, from Michael Kuhardt
git-svn-id: trunk@24748 -
2010-04-20 17:29:32 +00:00
zeljko
9a52809123 Qt: small optimisation in SetScrollInfo()
git-svn-id: trunk@24747 -
2010-04-20 17:25:41 +00:00
zeljko
cba1730e76 Qt: fixed problem with setScrollInfo(), use ScrollBar.BeginUpdate() & ScrollBar.EndUpdate() only when other params aren't setted up
(range,pagestep).Completely fixes #16255

git-svn-id: trunk@24746 -
2010-04-20 17:08:50 +00:00
mattias
4b7199fe91 IDE: identifier completion: showing only inheritance for interfaces and records
git-svn-id: trunk@24745 -
2010-04-20 16:32:42 +00:00
mattias
bce545c4f8 codetools: fixed FindLineEndOrCodeInFrontOfPosition stopping at empty lines
git-svn-id: trunk@24744 -
2010-04-20 16:24:36 +00:00
mattias
cc036e53e9 gtk intf: GDIObjects are now reference counted, DeleteObject while object is selected is now allowed, bug #16291
git-svn-id: trunk@24743 -
2010-04-20 15:32:54 +00:00
mattias
7e95a219cd codetools: added OS haiku, bug #16294
git-svn-id: trunk@24742 -
2010-04-20 14:45:12 +00:00
mattias
6733c8cbeb IDE: restore window positions: use SetBounds, not SetRestoredBounds, because this flickers
git-svn-id: trunk@24741 -
2010-04-20 14:42:24 +00:00
mattias
782331fcb1 IDE: identifier completion: for classes show only inheritance
git-svn-id: trunk@24740 -
2010-04-20 14:37:44 +00:00
paul
4d6771ef43 ide: improve compile dialog look and feel
git-svn-id: trunk@24739 -
2010-04-20 13:56:57 +00:00
paul
c91ae32930 ide: improve compile dialog layout
git-svn-id: trunk@24738 -
2010-04-20 13:16:52 +00:00
mattias
c805b5129c LCL: implemented TConfigMemStorage.LoadFrom/SaveToConfig
git-svn-id: trunk@24737 -
2010-04-20 13:10:02 +00:00
paul
9edf121526 ide: fix ShowTabCloseButtons default value
git-svn-id: trunk@24736 -
2010-04-20 12:26:07 +00:00
mattias
f66c5b9bd3 IDE: started using configstorage for package custom options
git-svn-id: trunk@24735 -
2010-04-20 12:21:04 +00:00
mattias
b7a54325ee LCL: added TConfigMemStorage: config storage for memory
git-svn-id: trunk@24734 -
2010-04-20 12:02:42 +00:00
zeljko
de4b9201df Qt: implemented TQtWidgetSet.ScrollWindowEx()
git-svn-id: trunk@24733 -
2010-04-20 11:49:30 +00:00
martin
9f629903f8 SourceEditor: more visible lock indicator
git-svn-id: trunk@24732 -
2010-04-20 10:58:18 +00:00
mattias
e47cce723c laz_xmlcfg: using CompareText
git-svn-id: trunk@24731 -
2010-04-20 10:32:41 +00:00