Commit Graph

8834 Commits

Author SHA1 Message Date
tombo
e7e9a83d4a LCL Carbon: improved item index handling for TListBox
git-svn-id: trunk@16664 -
2008-09-21 12:29:49 +00:00
paul
d611ff1e39 qt: handle other toolbar parts the same way as a button in themeservices
git-svn-id: trunk@16663 -
2008-09-21 11:26:15 +00:00
paul
9cc9099e3f carbon:improve themed toolbar drawing
git-svn-id: trunk@16662 -
2008-09-20 16:51:19 +00:00
tombo
a83c1c5a70 LCL Carbon: better scrollbar handling, fixes bug #0012044: TListBox scrollbars on Carbon
git-svn-id: trunk@16660 -
2008-09-20 12:47:41 +00:00
zeljko
160b31e9dc Qt: qtthemes - when toolbar is flat, then make toolbar buttons also flat.
git-svn-id: trunk@16659 -
2008-09-19 21:31:42 +00:00
vincents
46f03b20ca LCL: added SysErrorMessageUTF8
git-svn-id: trunk@16657 -
2008-09-19 21:14:03 +00:00
zeljko
0f1e56d462 Qt: bugfix - cannot blindly convert shared image, must use new QImage for such ops.
git-svn-id: trunk@16656 -
2008-09-19 17:46:12 +00:00
tombo
ddeee54b5c LCL Carbon: implemented GetTextColor, fixes bug #0012166: TSpeedButton in carbon
git-svn-id: trunk@16655 -
2008-09-19 16:53:19 +00:00
tombo
b7bcb7ed2c LCL Carbon: TMemo hide selection when inactive, part of bug #0012042: TMemo selection
git-svn-id: trunk@16654 -
2008-09-19 16:45:55 +00:00
zeljko
6fd04c98b8 Qt: fixed crash with QLCLAbstractItemDelegate for win32 & macosx under some circumstances.
git-svn-id: trunk@16653 -
2008-09-19 16:27:55 +00:00
zeljko
f03215b59b Qt: Fixed regression in TQtDeviceContext.drawImage().
git-svn-id: trunk@16651 -
2008-09-19 16:01:42 +00:00
paul
fa7ae42825 lcl: add TCustomBitBtn.LoadGlyphFromLazarusResource
git-svn-id: trunk@16648 -
2008-09-19 14:18:30 +00:00
zeljko
eda775b4f0 Qt: added QtX11WaitForWindowManager() to all QWidget_showXX calls.Such call avoid unexpected behaviour under some X11 window managers.
Fixed AV with QLCLItemDelegate_destroy() which raises AV under linux in some circumstances.Added TODO for this case.

git-svn-id: trunk@16645 -
2008-09-19 11:18:43 +00:00
mattias
43de22896d translations: russian: updates from Maxim
git-svn-id: trunk@16638 -
2008-09-18 21:38:29 +00:00
jesus
5ff328f3f1 LCL, fixed postscriptcanvas AV issue #12173, and example
git-svn-id: trunk@16637 -
2008-09-18 21:24:09 +00:00
zeljko
7dcfdfde0f Qt: check enable state of TQtLineEdit & TQtComboBox when using AutoSelect property.
git-svn-id: trunk@16636 -
2008-09-18 20:29:47 +00:00
zeljko
2c9245741e Qt: removed IFDEF WINDOWSUNICODESUPPORT from TQtWidgetSet.FontCanUTF8()
git-svn-id: trunk@16631 -
2008-09-18 06:22:44 +00:00
zeljko
7be0d54a71 Qt: check grabWidget for nil before call to QWidget_releaseMouse().
git-svn-id: trunk@16629 -
2008-09-17 16:41:26 +00:00
zeljko
707ff6d34c Qt: all color conversions changed from QColor_setRgb() to QColor_fromRgb(), cause it can return unexpected result.
git-svn-id: trunk@16626 -
2008-09-17 14:49:58 +00:00
jesus
ed57405eeb LCL, don't paste to or cut from grid if it's not editable, issue #12163
git-svn-id: trunk@16625 -
2008-09-17 14:30:27 +00:00
zeljko
36729ad9c3 Qt: fix TQtAbstractItemView should use QPaletteBase; Convert colors using QColor_fromRGB() in qtobjects.ColorRefToQColor()
git-svn-id: trunk@16621 -
2008-09-17 13:29:26 +00:00
tombo
cc181b888f LCL carbon: set empty image, if bitbtn or menu item bitmap width or height is zero, fixes #0011710: Carbon: Small dot now on left side of menu items and button labels
git-svn-id: trunk@16619 -
2008-09-17 13:26:28 +00:00
zeljko
c3e3cf9a44 Qt: fixed #11602, problem was in TQtWidgetSet.DCSetPixel().
git-svn-id: trunk@16618 -
2008-09-17 12:11:09 +00:00
paul
20accebb61 lcl: if Bitmap is empty return clNone in RequestTransparentColor
git-svn-id: trunk@16617 -
2008-09-17 08:05:03 +00:00
sekelsenmat
3ebe772f22 Puts all new lowercase code inside ifdef NewLowerCase
git-svn-id: trunk@16612 -
2008-09-16 17:43:38 +00:00
zeljko
b0367ba1d7 Qt: fixed QPalette mess with TQtWidget, TQtComboBox, TQtAbstractScrollArea, TQtLineEdit, TQtTextEdit, TQtAbstractSpinBox, TQtAbstractButton.
git-svn-id: trunk@16610 -
2008-09-16 17:19:33 +00:00
vincents
8c49e607af win32 issues: fixed typos
git-svn-id: trunk@16606 -
2008-09-16 14:40:30 +00:00
paul
10cb184641 win32: fix range check error (by Martin Friebe, #0012157)
git-svn-id: trunk@16602 -
2008-09-16 02:44:11 +00:00
paul
f7c01f9fda gtk: revert part of 16324. use g_idle_add. gtk_timeout_add leads to crash (#0012114)
git-svn-id: trunk@16601 -
2008-09-15 22:34:04 +00:00
zeljko
6ce78376aa Qt: added comment about QFontMetrics::averageCharWidth() under MacOsX.
git-svn-id: trunk@16600 -
2008-09-15 21:19:29 +00:00
zeljko
ffec5a52a8 Qt: fix latest patch, only DT_NOCLIP should be changed ...
git-svn-id: trunk@16599 -
2008-09-15 17:17:07 +00:00
zeljko
b15a1073c9 Qt: bugfix in TQtWidgetSet.drawText()
git-svn-id: trunk@16598 -
2008-09-15 17:01:19 +00:00
jesus
427ef13a50 LCL, fix stringgrid removing of last custom column, issue #12152
git-svn-id: trunk@16596 -
2008-09-15 14:56:08 +00:00
tombo
d53f365f5e LCL carbon: fixed range error
git-svn-id: trunk@16595 -
2008-09-15 14:51:06 +00:00
mattias
f74132f80f LCL: CreateRelativePath not relative for complete paths
git-svn-id: trunk@16593 -
2008-09-15 12:35:27 +00:00
zeljko
e638219510 Qt: fix synedit AV under darwin.
git-svn-id: trunk@16591 -
2008-09-15 12:08:45 +00:00
mattias
7d321ea70b gtk2 intf: disabled gtk2 threading, bug #12145
git-svn-id: trunk@16590 -
2008-09-15 11:43:07 +00:00
zeljko
0152132972 Qt: fixed #11101, #11281 (dbgrid AV)
git-svn-id: trunk@16588 -
2008-09-14 13:04:18 +00:00
tombo
82d37a3e72 LCL carbon: fixed range check error
git-svn-id: trunk@16586 -
2008-09-14 09:38:10 +00:00
tombo
98670ae7f4 LCL Carbon: fixed range errors and warnings, fixes #0011704: Range checks when Carbon compiled with -Cr
git-svn-id: trunk@16585 -
2008-09-14 09:22:51 +00:00
jesus
a081ba2890 LCL, check that grid editors do show or hide on some special situations
git-svn-id: trunk@16584 -
2008-09-13 21:25:16 +00:00
tombo
56b2d3f9c3 LCL Carbon: finally find solution for #0011287: Mac OS X : Double Click when Showing forms does not work correctly... - postpone down message to start of mouse tracking
git-svn-id: trunk@16581 -
2008-09-13 12:43:18 +00:00
tombo
22aa8a9284 LCL carbon: commented debugln
git-svn-id: trunk@16580 -
2008-09-13 12:07:12 +00:00
tombo
0c3d73c74e LCL Carbon: improved menu item short cut setting - perhaps fixes #0011961: un-commanded Meta-A menu event
git-svn-id: trunk@16579 -
2008-09-13 11:03:14 +00:00
tombo
d35f4e8e83 LCL intfbasewinapi: DrawText - allow to draw only part of last botom line, fixes #0012045: TSpeedButton text
git-svn-id: trunk@16578 -
2008-09-13 10:17:59 +00:00
tombo
b333c7d0f5 LCL TImageList: ignore out of range index when drawing, fixes #0012130: Mac OS X : TreeView1CustomDrawItem AV
git-svn-id: trunk@16576 -
2008-09-13 09:34:42 +00:00
vincents
273220e891 fixed compilation after merging of the fpc Unicode branch to fpc 2.3.1
git-svn-id: trunk@16573 -
2008-09-12 21:24:45 +00:00
mattias
6d1a1f3f0a LCL: workaround for starnge bug
git-svn-id: trunk@16571 -
2008-09-12 19:54:47 +00:00
mattias
1ca043ca07 LCL: fixed utf8 lowercase init
git-svn-id: trunk@16570 -
2008-09-12 19:46:35 +00:00
mattias
cbc48ec1e5 LCL: optimiziation
git-svn-id: trunk@16569 -
2008-09-12 19:34:23 +00:00