Commit Graph

24478 Commits

Author SHA1 Message Date
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
mattias
3fb7dc3c0e IDE: fixed crash on DoCommand
git-svn-id: trunk@24730 -
2010-04-20 08:39:42 +00:00
paul
6d5e6b7c52 docs: add Justin Smyth to the list of contributors
git-svn-id: trunk@24729 -
2010-04-20 06:17:19 +00:00
paul
229564f15d lcl: add TTrackBar.SelStart, TTrackBar.SelEnd, TTrackBar.ShowSelRange based on patch of Justin Smyth (issue #0016299)
git-svn-id: trunk@24728 -
2010-04-20 04:39:09 +00:00
maxim
efe222d30e IDE: 'Searching...' dialog: improve localization + small cleanup
git-svn-id: trunk@24727 -
2010-04-20 00:31:40 +00:00
maxim
f5077dd988 regenerated translations; updated Russian translation
git-svn-id: trunk@24726 -
2010-04-20 00:02:20 +00:00
martin
4e4dced49a SourceEditor: allow to lock pages (against topline changes)
git-svn-id: trunk@24725 -
2010-04-20 00:01:36 +00:00
zeljko
e783e90ae8 Qt: fixed bug where modal form completely ignores forms Z-Order (eg. opening modal from non-modal form), introduced in r 24682 with SetTaskBarBehaviour
git-svn-id: trunk@24724 -
2010-04-19 15:16:33 +00:00
zeljko
3d2e80c49c Qt: removed unnecesarry TQtListWidget.signalCurrentItemChange, use getSelCount instead of QListWidget_currentItem() <> nil. fixes #16275
git-svn-id: trunk@24723 -
2010-04-19 14:25:52 +00:00
martin
4ae1c88b72 SourceEditor: Allow to hide single tab
git-svn-id: trunk@24722 -
2010-04-19 13:38:29 +00:00
dmitry
dd61038ebf carbon: fix for WordWrap property set in design-time, #16296
git-svn-id: trunk@24721 -
2010-04-19 12:29:06 +00:00
paul
7ca94731c5 lcl: add bsSpacer to bevel shapes by Juha (issue #0016141), simplify Bevel code by removing unnecessary getters, format bevel code, add missing properties
git-svn-id: trunk@24720 -
2010-04-19 12:02:50 +00:00
paul
7da9c54756 docs: add Erwin van den Bosch to the contributor list
git-svn-id: trunk@24719 -
2010-04-19 09:27:32 +00:00
paul
364b6d328c ide: compile dialog improvements from Erwin van den Bosch (issue #0015990)
git-svn-id: trunk@24718 -
2010-04-19 09:26:17 +00:00
paul
aa2459c143 docs: add Bernd Engelhardt to the contributors list
git-svn-id: trunk@24717 -
2010-04-19 09:02:06 +00:00
paul
d20b80df76 lcl: make lcl resource cache thread-safe (based on patch of Bernd Engelhardt, issue #0016092)
git-svn-id: trunk@24716 -
2010-04-19 09:01:04 +00:00
mattias
4a245a3f0d extern help: fill store-in combobox
git-svn-id: trunk@24715 -
2010-04-19 08:40:21 +00:00
paul
163ee22f48 lcl: apply patch of Sven Barth to remove TDate, TTime types declarations for FPC >= 2.5 (issue #0015474)
git-svn-id: trunk@24714 -
2010-04-19 08:21:15 +00:00
paul
57cba8a3b5 lcl: constraint ListColumn.Width by MaxWidth, MinWidth (patch by taka_jp, issue #0015406)
git-svn-id: trunk@24713 -
2010-04-19 07:57:53 +00:00
paul
fe58688a50 win32: don't use LCLIntf ShowWindow in win32 interface
git-svn-id: trunk@24712 -
2010-04-19 07:56:48 +00:00
paul
f3ce045d4b ideintf: exit ObjectInspector navigation mode when it is clicked or control changed (issue #0016259)
git-svn-id: trunk@24711 -
2010-04-19 07:29:10 +00:00
paul
d8edee2e5e win32: don't remove WS_VISIBLE flag from TCustomPage window - it is not passed there by default anyway
git-svn-id: trunk@24710 -
2010-04-19 03:22:11 +00:00
paul
7068d507da win32: don't explicitly set WS_VISIBLE WS_CHILD for calendar since PrepareCreateWindow do this
git-svn-id: trunk@24709 -
2010-04-19 03:17:58 +00:00
paul
de7e3bb122 lcl: formatting
git-svn-id: trunk@24708 -
2010-04-19 03:13:55 +00:00
paul
a06ad84100 lcl: formatting
git-svn-id: trunk@24707 -
2010-04-19 01:56:33 +00:00
paul
3def3ea76c lcl: formatting, cleanup
git-svn-id: trunk@24706 -
2010-04-19 01:37:51 +00:00
mattias
c30d8825cf IDEIntf: added PackageEditingInterface.GetPackages
git-svn-id: trunk@24705 -
2010-04-19 00:00:59 +00:00