Commit Graph

15046 Commits

Author SHA1 Message Date
sekelsenmat
fe83d3ce23 Fixes range check errors patch by Martin Friebe.
git-svn-id: trunk@15184 -
2008-05-19 21:49:46 +00:00
sekelsenmat
b86b98e34d Starts Cocoa widgetset.
git-svn-id: trunk@15183 -
2008-05-19 18:39:34 +00:00
kirkpatc
5cfa24eb18 FPDoc - definitions added in CustomTimer.xml
git-svn-id: trunk@15182 -
2008-05-19 13:39:09 +00:00
vincents
3d2bb7d1e3 LCL: published ParentFont property for TBitBtn, TPage and TNotebook (issue #11307)
git-svn-id: trunk@15181 -
2008-05-19 13:06:20 +00:00
mattias
5e981c6e48 codetools: fixed parsing }}, bug #11304
git-svn-id: trunk@15180 -
2008-05-19 12:53:49 +00:00
kirkpatc
2005fcbedd FPDoc - A few updates to ExtCtrls.xml
git-svn-id: trunk@15179 -
2008-05-19 12:27:00 +00:00
paul
1fe2f01c5e lcl: publish TListBox.OnMeasureItem (it works for windows, gtk2, qt)
gtk2: redo some parts of LCLIntfCellRenderer, implement item measure

git-svn-id: trunk@15178 -
2008-05-19 05:38:25 +00:00
vincents
d294819542 windows installer: fixed cross compiling the ideintf package
git-svn-id: trunk@15177 -
2008-05-18 19:39:12 +00:00
marc
f7fe61c9e4 * published OnKey*
git-svn-id: trunk@15176 -
2008-05-18 14:31:33 +00:00
marc
1eaa009a7b * Updated Russion translation by Maxim Ganetsky
git-svn-id: trunk@15175 -
2008-05-18 12:28:21 +00:00
sekelsenmat
c5ae780008 Improves the TTrayIcon example
git-svn-id: trunk@15174 -
2008-05-18 12:05:10 +00:00
zeljko
0c3416a0e8 Qt: Small optimization to TQtWidgetSet.DrawText(), bugfix EnumFontFamiliesEx() - wrong UTF8 conversion.
git-svn-id: trunk@15173 -
2008-05-17 21:12:16 +00:00
sekelsenmat
59bebbe0f1 Improves fpgui menus
git-svn-id: trunk@15172 -
2008-05-17 01:34:07 +00:00
vincents
a367413cf8 win32 interface: further fix to implement TComboBox.DropDownCount
git-svn-id: trunk@15171 -
2008-05-16 23:54:00 +00:00
zeljko
06b546d269 Qt: fix mdiarea bad positioning and handling caused by recent changes in qt widgeset code.
git-svn-id: trunk@15170 -
2008-05-16 13:37:58 +00:00
paul
9debfcb8b1 ide: draw images in actionlist editor if images <> nil
git-svn-id: trunk@15169 -
2008-05-16 09:17:46 +00:00
kirkpatc
b7b8cade37 FPDoc - entry for TTabSheet in comctrls.xml
git-svn-id: trunk@15168 -
2008-05-16 08:55:02 +00:00
vincents
78880a64f6 IDE: fixed warnings caused by introduding TCustomEdit.GetReadOnly
git-svn-id: trunk@15167 -
2008-05-16 08:45:42 +00:00
zeljko
bb0b2a693d Qt: don't assign FCentralWidget twice when form style = fsMdiForm
git-svn-id: trunk@15166 -
2008-05-16 08:42:45 +00:00
paul
32cf8c515d lcl: simplify assigning image from action to speedbutton, fix assigning image from action to bitbtn
git-svn-id: trunk@15165 -
2008-05-16 08:25:19 +00:00
paul
0aec01262a lcl: protect TSearchFindNext from deletion of SearchFind
git-svn-id: trunk@15164 -
2008-05-16 08:18:03 +00:00
vincents
b26fe0d6b1 LCL: published TSplitter.PopupMenu
git-svn-id: trunk@15163 -
2008-05-16 07:31:39 +00:00
paul
a505d246aa lcl: publish more statusbar properties
git-svn-id: trunk@15162 -
2008-05-16 07:28:47 +00:00
sekelsenmat
e8a01d9dc1 Improves fpgui menus
git-svn-id: trunk@15161 -
2008-05-16 02:41:14 +00:00
paul
1c48ba9013 qt: cleanup
git-svn-id: trunk@15160 -
2008-05-16 01:48:06 +00:00
sekelsenmat
23d472f1ed fixes wince compilation
git-svn-id: trunk@15159 -
2008-05-15 21:10:43 +00:00
jesus
ec0b7a24ab fix col/row indices in gridcelleditor example
git-svn-id: trunk@15158 -
2008-05-15 18:11:18 +00:00
mattias
0da12a77ab IDE: better handling write errors for environment options
git-svn-id: trunk@15157 -
2008-05-15 18:07:24 +00:00
vincents
83f7b59ba1 win32 interface: implemented SetDropDownCount for themed comboboxes.
git-svn-id: trunk@15156 -
2008-05-15 14:19:50 +00:00
paul
8c3211e4ac qt: more safe deletion of gdi objects, and first of all brush
git-svn-id: trunk@15155 -
2008-05-15 13:21:40 +00:00
vincents
14b6b66094 win32 interface: convert source to UTF-8
git-svn-id: trunk@15154 -
2008-05-15 12:34:03 +00:00
vincents
b27ca6a892 IDE: made quoting command line parameters more unix friendly in an attempt to fix bug #11266)
git-svn-id: trunk@15153 -
2008-05-15 10:31:12 +00:00
sekelsenmat
b7864b218e Improves Carbon-Cocoa TTrayIcon implementation
git-svn-id: trunk@15152 -
2008-05-15 10:15:06 +00:00
paul
234a0df160 qt: fix getClientOffset for TQtAbstractScrollArea
git-svn-id: trunk@15151 -
2008-05-15 09:27:46 +00:00
paul
8dd2b0738e win32: don't tread TCustomControl caption as TCustomControl title. 1) no need, 2) it crashes when title is too big.
git-svn-id: trunk@15150 -
2008-05-15 09:18:44 +00:00
paul
c3a143a598 qt: fix bug in getClientOffset (hint now show test)
git-svn-id: trunk@15149 -
2008-05-15 08:01:33 +00:00
paul
a9c5cef59f lcl: publish TStatusBar.ShowHint
git-svn-id: trunk@15148 -
2008-05-15 07:54:31 +00:00
paul
1e380518d5 qt: invalidate TPageControl clientrect cache on page size change (no more problems with scrollbars in ide source editor)
git-svn-id: trunk@15147 -
2008-05-15 07:46:20 +00:00
paul
53cd55a22a qt: don't set mainwindow statusbar. It is not needed now and what to do if form has > 1 statusbars
git-svn-id: trunk@15146 -
2008-05-15 07:36:57 +00:00
paul
8692663c87 qr: restore bounds calculation of TQtAbstractScrollArea
git-svn-id: trunk@15145 -
2008-05-15 06:57:04 +00:00
paul
35332b5d39 more safe finally block TCustomAnchoredDockManager.DockControl
git-svn-id: trunk@15144 -
2008-05-15 05:47:45 +00:00
paul
25093a929a qt: redo sizing and positioning
git-svn-id: trunk@15143 -
2008-05-15 02:51:30 +00:00
paul
ed0d3ad781 qt: TQtWidget.getFrameSize, TQtWidget.frame_resize
git-svn-id: trunk@15142 -
2008-05-15 00:35:50 +00:00
vincents
dcbb734a78 o paradox component:
* fixed filter description when selecting a blob file (bug #11299) from Michael Van Canneyt
* updated minimal fpc version

git-svn-id: trunk@15141 -
2008-05-14 21:19:09 +00:00
mattias
9634b9115c clean up
git-svn-id: trunk@15140 -
2008-05-14 16:54:14 +00:00
mattias
c845b78b48 IDE: projectwizard: improved layout
git-svn-id: trunk@15139 -
2008-05-14 15:22:06 +00:00
mattias
837f02de50 IDE: close project: replaced dialog with projectwizard from delphifreak
git-svn-id: trunk@15138 -
2008-05-14 15:20:48 +00:00
mattias
35793c2673 IDE: unit dependencies: reduced updating tree while generating nodes
git-svn-id: trunk@15137 -
2008-05-14 15:00:00 +00:00
vincents
4997713fae IDE: fixed typo
git-svn-id: trunk@15136 -
2008-05-14 14:59:14 +00:00
vincents
a79cdddc94 IDE: fixed looking for .rst file in unit output directory, based on patch from Cristiano Magro
git-svn-id: trunk@15135 -
2008-05-14 14:58:31 +00:00