paul
d892b764bb
Qt: simplifying TQtDeviceContext.drawText
...
git-svn-id: trunk@12105 -
2007-09-21 08:32:12 +00:00
sekelsenmat
0f85639748
Removed the ShowHint property from TrayIcon because it can be determined by Hint <> ''
...
git-svn-id: trunk@12104 -
2007-09-21 07:15:35 +00:00
sekelsenmat
05240ab420
Added win32 implementation of the trayicon
...
git-svn-id: trunk@12103 -
2007-09-21 07:07:29 +00:00
paul
764b474b83
Qt:
...
- fix TQtWinControl.CanFocus
- fix FocusPolicy for widgets - they now have only Click policy. Tab policy is not needed since LCL handle tabbing itself
- remove setTabOrders and related code since LCL handle tabbing itself
(issue #0009726 )
git-svn-id: trunk@12102 -
2007-09-21 05:08:35 +00:00
marc
9b6094f864
* Updated documentation by Chris Kirkpatrick
...
git-svn-id: trunk@12101 -
2007-09-20 22:50:58 +00:00
marc
432b971e66
* Updated translation by Antonio Galvao
...
git-svn-id: trunk@12100 -
2007-09-20 22:47:41 +00:00
marc
620c81225c
* autosize fix by Maxim Ganetsky
...
git-svn-id: trunk@12099 -
2007-09-20 22:45:04 +00:00
marc
aa69586a65
* Updated translation by Maxim Ganetsky
...
git-svn-id: trunk@12098 -
2007-09-20 22:42:03 +00:00
sekelsenmat
fb74cf2f73
Started moving TTrayIcon to LCL. Implemented basics and the Qt implmentation.
...
git-svn-id: trunk@12097 -
2007-09-20 21:33:28 +00:00
zeljko
fb0e89d0ad
(Qt): Use local DC point instead of brushOrigin for pen operations, it's cheaper then brushOrigin() & setBrushOrigin() and possibly better solution.
...
git-svn-id: trunk@12096 -
2007-09-20 19:18:33 +00:00
jesus
854be67841
Printers, changed layout of select printer dialog so it can be used with carbon from Phil Hess, issue #9703
...
git-svn-id: trunk@12095 -
2007-09-20 19:04:40 +00:00
paul
3e85ab3a3a
TQtWSCustomListBox.SetBorder
...
git-svn-id: trunk@12094 -
2007-09-20 15:34:29 +00:00
paul
aab25fd9e6
Qt:
...
- fix listbox selection (extended selection was turned on single select mode too)
git-svn-id: trunk@12093 -
2007-09-20 14:35:43 +00:00
paul
7ea11032f9
typo in previous commit
...
git-svn-id: trunk@12092 -
2007-09-20 14:17:39 +00:00
paul
10b357dce6
Qt:
...
- fix multiselect option in FileDialog
- fix multiply extension for one filter option
git-svn-id: trunk@12091 -
2007-09-20 14:13:49 +00:00
mattias
04488cbea6
LCL: fixed writing widestrings
...
git-svn-id: trunk@12090 -
2007-09-20 14:04:53 +00:00
mattias
daa0f22d74
synedit: fixed mem leak in auto completions
...
git-svn-id: trunk@12089 -
2007-09-20 13:43:01 +00:00
zeljko
8935331948
(Qt): Workaround for qtcaret overlaping chars in editor (+2px).
...
git-svn-id: trunk@12088 -
2007-09-20 13:06:17 +00:00
mattias
2c79c5b55c
laz_dom: fixed finding nodes when adding/removing nodes with same NodeName
...
git-svn-id: trunk@12087 -
2007-09-20 10:34:05 +00:00
vincents
617c28d9f5
data desktop: don't overwrite properties of existing fields from Joost (bug #9660 )
...
git-svn-id: trunk@12086 -
2007-09-20 08:51:12 +00:00
paul
1335a9782c
Win32: set imagelist and imageindex for TCustomNotebook and pages
...
git-svn-id: trunk@12085 -
2007-09-20 08:13:55 +00:00
paul
40b85e7ab2
- add new images from wile64
...
git-svn-id: trunk@12084 -
2007-09-20 07:25:43 +00:00
paul
feb1dfe899
Qt:
...
- rework FileDialogs - now they understand more options and handle events (disadvantage - FileDialogs are no more native)
- fix ColorDialog (was wrong selected color)
- introduce TQtStringList which encapsulates QStringListH
- fix compilation of qt 4.2
git-svn-id: trunk@12083 -
2007-09-20 06:56:09 +00:00
jesus
ec721b475a
LazReport, changed layout of page options dialog from Aleks Lagunov
...
git-svn-id: trunk@12082 -
2007-09-20 03:11:25 +00:00
marc
1832fdc084
* Added and updated po files
...
git-svn-id: trunk@12081 -
2007-09-20 00:10:18 +00:00
mattias
4f8d2a8022
IDE: added package option Provides - needed by KOL, gtk intf: reduced warnings, fixed wrong type cast calling gdk_text_extends (crashing Label.OptimalFill=true and miscalculation of width)
...
git-svn-id: trunk@12080 -
2007-09-19 17:58:52 +00:00
paul
f40ff94387
Qt: use native VK code provided by qt in TLMKey under windows instead of qt key code -> VK mapping
...
git-svn-id: trunk@12079 -
2007-09-19 15:46:16 +00:00
paul
615e7fb75a
Qt:
...
- move erase before paint in invalidateRect
- fix TQtWSCustomNotebook.GetTabIndexAtPos
- some code formatting and cleanup
git-svn-id: trunk@12078 -
2007-09-19 15:39:26 +00:00
vincents
fd93c72668
IDE: use sysutils.GetTempDir to find the temporary directory on windows
...
git-svn-id: trunk@12077 -
2007-09-19 11:57:18 +00:00
mattias
e81fcb8abc
codetools: fixed mem leak when searching for overloaded procs with default values, IDE: improved searching for event types declaration for TMethodPropertyEditor
...
git-svn-id: trunk@12076 -
2007-09-19 09:30:53 +00:00
sekelsenmat
ee77c4f64f
Fixed compilation for qt interface in mode qt 4.2
...
git-svn-id: trunk@12075 -
2007-09-19 08:03:28 +00:00
zeljko
06f54aae9b
(Qt): Fixed AV when deleting item from TCustomListView.
...
git-svn-id: trunk@12074 -
2007-09-19 07:25:16 +00:00
zeljko
90cca72899
(Qt): implemented ItemDelete() in TCustomListView.
...
git-svn-id: trunk@12073 -
2007-09-19 07:11:05 +00:00
zeljko
07e0979d6e
(Qt): Minor fix in GetText(), SetText()
...
git-svn-id: trunk@12072 -
2007-09-19 06:15:17 +00:00
marc
6885de28cb
* Updated
...
git-svn-id: trunk@12071 -
2007-09-18 23:39:49 +00:00
marc
03f71b5b0d
* Updated translation by Maxim Ganetsky
...
git-svn-id: trunk@12070 -
2007-09-18 23:36:55 +00:00
marc
460ae152ea
+ Modified patch from Giuliano Colla for quickoptions
...
git-svn-id: trunk@12069 -
2007-09-18 23:22:22 +00:00
zeljko
b24b5ec37d
(Qt): Fixed bug with progressBar() - invertedAppereance always was false.
...
git-svn-id: trunk@12068 -
2007-09-18 14:17:11 +00:00
zeljko
a3ec3fd317
(Qt): partial implementation of EnumFontFamiliesEx() by theo, with some changes from me.
...
git-svn-id: trunk@12067 -
2007-09-18 13:59:42 +00:00
vincents
367039cc48
Mac OS X installer: build fpc package without gdb support for the fpc IDE.
...
git-svn-id: trunk@12066 -
2007-09-18 09:06:42 +00:00
vincents
0517388a07
chart component: patch from Luis Rodrigues (bug #9530 )
...
* Bug fixes (clipping and typo in source)
+ SaveToBitmapFile
+ CopyToClipboardBitmap;
git-svn-id: trunk@12065 -
2007-09-18 09:02:01 +00:00
mattias
f73b370661
xml docs: updates for TCustomForm from Christian U
...
git-svn-id: trunk@12064 -
2007-09-18 07:56:02 +00:00
zeljko
8cea39d3bc
(Qt): winapi InvalidateRect() fixes.
...
git-svn-id: trunk@12063 -
2007-09-18 07:11:57 +00:00
zeljko
f9b9870f33
(Qt): Bugfixes for tcustomnotebook, GetTabIndexAtPos() doesn't have result assigned, fixed qt-4.2.3 compilation.
...
git-svn-id: trunk@12062 -
2007-09-18 06:35:18 +00:00
jesus
cd3c8da1d8
LCL, updated PostScript font mappings from Phil J. Hess, issue #9705
...
git-svn-id: trunk@12061 -
2007-09-18 01:07:23 +00:00
marc
9b0e0eb19d
* obsolete record ?
...
git-svn-id: trunk@12060 -
2007-09-17 22:20:19 +00:00
marc
27b113b28a
* Updated documentation by Chris Kirkpatrick
...
git-svn-id: trunk@12059 -
2007-09-17 20:55:13 +00:00
zeljko
36f9cf22e2
(Qt): Implemented AutoSelect for comboboxes.
...
git-svn-id: trunk@12058 -
2007-09-17 19:29:29 +00:00
jesus
f496d0bce1
LCL, minimal TextRect implementation for TPostScriptPrinterCanvas, issue #9679
...
git-svn-id: trunk@12057 -
2007-09-17 19:05:15 +00:00
zeljko
d9af36075a
(Qt): Forgotten bindings update for Qt-4.2.3 v 1.50
...
git-svn-id: trunk@12056 -
2007-09-17 18:08:04 +00:00