Commit Graph

12551 Commits

Author SHA1 Message Date
zeljko
dfbf7ae956 Gtk2: implemented GetBkColor(). part of #14792.
git-svn-id: trunk@27391 -
2010-09-17 06:38:24 +00:00
zeljko
bfc3350f00 Qt: implemented GetBkColor(). part of #14792
git-svn-id: trunk@27390 -
2010-09-17 06:33:19 +00:00
jesus
bea78b0370 LCL, grids, store always custom columns titles for translation purposes, issue #27230
git-svn-id: trunk@27389 -
2010-09-16 19:09:53 +00:00
blikblum
d2ab60647a lcl,win32: implement GetBkColor. Issue #14792
git-svn-id: trunk@27388 -
2010-09-16 19:02:43 +00:00
jesus
6c402161ed LCL, reset HotCellPainted Flag on grid.clear to fix exception on mouse move, from Sławomir Załęcki, issue #17426
git-svn-id: trunk@27387 -
2010-09-16 17:02:13 +00:00
blikblum
0d632cce9c win32: use a hardcoded flag to avoid sending LM_CHANGED msg to LCL when handling BM_SETCHECK (TCustomCheckBox), fixes #17425
git-svn-id: trunk@27386 -
2010-09-16 14:08:01 +00:00
zeljko
d4364b78d9 Qt: do not touch pallettes for QLineEdit,QComboBox & QTextEdit classes in palette initialization under X11, otherwise we have wrong selection color if selection setted up when widget is not visible.
git-svn-id: trunk@27381 -
2010-09-16 09:38:25 +00:00
zeljko
6f8a1be510 Qt: fixed result of TQtWidgetSet.SetFocus(), in case when handle param is invalid.
git-svn-id: trunk@27379 -
2010-09-16 06:27:30 +00:00
zeljko
f8823dc2ea Qt: fixed result of TQtLineEdit.EventFilter(), no result in case LCLObject is nil.
git-svn-id: trunk@27378 -
2010-09-16 06:22:22 +00:00
marc
74c55b5b4e * Take lineorder into account when creating bitmap
git-svn-id: trunk@27377 -
2010-09-15 23:22:25 +00:00
marc
fd72ca7ff3 * Use DstBpp instead of SrcDepth when calculating DstLineSize (fixes #0017234)
* Use SrcBytes (=3) for 24Bpp images when RGB indices require a pixel copy

git-svn-id: trunk@27376 -
2010-09-15 22:59:16 +00:00
jesus
dc4e797f5b LCL, improved grids TAB-ing, options goTabs or dgTabs, issue #16007
git-svn-id: trunk@27374 -
2010-09-15 21:37:09 +00:00
jesus
3b670b01a2 LCL, reworked grid's cell drawing fixing several bugs including issue #17407
git-svn-id: trunk@27373 -
2010-09-15 21:09:44 +00:00
sekelsenmat
f21517ba5c Adds support for testing the atDesktop menus under wince-win32-x86. Also fixes some include file ide directives
git-svn-id: trunk@27372 -
2010-09-15 15:44:18 +00:00
sekelsenmat
a3b60a072f Starts implementing menu support for wince in atDesktop mode
git-svn-id: trunk@27371 -
2010-09-15 15:16:50 +00:00
zeljko
bf387fa577 Qt: fixed AV with TQtTreeWidget. fixes #17411
git-svn-id: trunk@27364 -
2010-09-14 16:17:12 +00:00
jesus
64a78a2f30 LCL, PostcriptUnicode: fill tables on demand
git-svn-id: trunk@27350 -
2010-09-13 19:37:02 +00:00
jesus
d897a56d00 LCL, fix postscriptcanvas roundrect problem on resolution change, adapted patch from Anton Kavalenka and Patrick Chevalley, issue #17214
git-svn-id: trunk@27349 -
2010-09-13 19:24:19 +00:00
zeljko
fe09cbf97c Qt: cleanup unused local variables.
git-svn-id: trunk@27343 -
2010-09-13 06:18:35 +00:00
jesus
2a9d99e631 LCL, grids, do not auto resize an invisible custom column
git-svn-id: trunk@27341 -
2010-09-12 22:26:46 +00:00
jesus
2e9b4a180d LCL, published DbGrid's OnEditingDone event, issue #17242
git-svn-id: trunk@27340 -
2010-09-12 19:13:47 +00:00
zeljko
ed177fd3aa Qt: improved TQtWidgetSet.WindowFromPoint() returning from cache.
git-svn-id: trunk@27338 -
2010-09-12 17:50:15 +00:00
jesus
9cb4d0cf13 LCL, do not unnecessarily scroll the grid on click, issue #16102
git-svn-id: trunk@27321 -
2010-09-12 05:17:56 +00:00
jesus
a1fc7a7bee LCL, do not check for default grid's column title, issue #16845
git-svn-id: trunk@27320 -
2010-09-12 00:00:13 +00:00
jesus
90bf8f4f5e LCL, grid improvement (inplace editing of cell values with picklisteditor and stringeditor), from Oleg, issue #15833
git-svn-id: trunk@27317 -
2010-09-11 22:44:28 +00:00
zeljko
2940387350 Gtk2: fixed result from WindowFromPoint(). fixes first part of #17389, still to do cases of showing/hiding, enabling/disabling, moving/resizing under mouse when it's not moved.
git-svn-id: trunk@27311 -
2010-09-11 17:25:58 +00:00
zeljko
c7feb3efb5 Qt: added helper functions for WindowFromPoint() cache.
git-svn-id: trunk@27310 -
2010-09-11 16:44:11 +00:00
zeljko
00d38fd701 Qt: added caching of TQtWidgetSet.WindowFromPoint() to avoid unnecesarry calls of very slow QApplication_widgetAt() function. Now TQtWidgetSet.WindowFromPoint() returns same as Win32 WindowFromPoint(), especially in case if mouse isn't moved but widget under it has been disabled or hidden, or new widget is shown above it.
git-svn-id: trunk@27309 -
2010-09-11 16:11:48 +00:00
mattias
dc78f11aef fixed typo cant
git-svn-id: trunk@27305 -
2010-09-11 14:06:32 +00:00
mattias
369aa3055c fixed typo dont
git-svn-id: trunk@27304 -
2010-09-11 14:05:21 +00:00
jesus
62e7fc2053 LCL, grids, changed the cell's text drawing order, issue #17372
git-svn-id: trunk@27294 -
2010-09-10 19:15:59 +00:00
dmitry
d309150340 cocoa: improve Menus handling. Added utility debug methods for NSObject
git-svn-id: trunk@27289 -
2010-09-10 14:44:16 +00:00
zeljko
1a283e877f Gtk2: fixed asserts from gtk2 lib when using gtk_window_set_keep_above() but our form is reparented to some other control (eg. TPanel).
git-svn-id: trunk@27288 -
2010-09-10 09:50:05 +00:00
zeljko
cf350c8d33 Qt: fixed TQtWidgetSet.WindowFromPoint() when TQtViewport returned instead of TQtCustomControl, also result won't be returned anymore if widget is disabled (like MSDN says).
git-svn-id: trunk@27287 -
2010-09-09 20:41:04 +00:00
dmitry
3a97736476 cocoa: implemented CocoaWSComboBox api. removed unused WS classes
git-svn-id: trunk@27285 -
2010-09-09 09:24:27 +00:00
zeljko
9a31e1e0ce Qt: implemented csCaptureMouse flag.
git-svn-id: trunk@27284 -
2010-09-08 13:20:08 +00:00
zeljko
ec644c4d7d Gtk2: fixed TMemo.ReadOnly. fixes #17367
git-svn-id: trunk@27281 -
2010-09-07 19:18:48 +00:00
zeljko
5100ba4cda Gtk2: TGtk2WidgetSet.SetWindowPos() implemented SWP_NOMOVE & SWP_NOSIZE
git-svn-id: trunk@27280 -
2010-09-07 19:06:59 +00:00
zeljko
bfa8ee5124 Qt: fixed wrong return value of TQtWidgetSet.GetWindowRect(), value should be in screen coordinates.
git-svn-id: trunk@27279 -
2010-09-07 18:56:07 +00:00
jesus
c925f08bcb LCL, check that dbgrid reserves at least one buffer, issue #14694
git-svn-id: trunk@27278 -
2010-09-07 17:48:05 +00:00
zeljko
83b0b2ef87 Qt: fixed delayed initialization of palettes under X11 (inactiveTitleColor, disabled controls color) by initializing palette imediatelly (as suggested from qt-nokia devels).
git-svn-id: trunk@27277 -
2010-09-07 14:23:03 +00:00
dmitry
bcb791dcb6 cocoa: initial implementation of CocoaListView and CocoaGroupBox
git-svn-id: trunk@27276 -
2010-09-06 13:37:27 +00:00
dmitry
959ce2b93d cocoa: initial implementation of WSScrollbar and WSToggleBox
git-svn-id: trunk@27275 -
2010-09-05 16:47:07 +00:00
dmitry
9343928763 cocoa: initial implementation of TMemo control, improved WScontrols handle creation, initial CocoaScrollView implementation
git-svn-id: trunk@27274 -
2010-09-05 13:47:24 +00:00
dmitry
3cd980b72a cocoa:
* changed bounds setting/getting mechanism using objccategory.
* removed bounds setting/getting functions from CocoaUtils
* implemented DC origin changing getting functions
* fix CriticalSection compilation problem (related bug #17341)
* added stubs for Scroll-related winapi function

git-svn-id: trunk@27273 -
2010-09-05 09:57:31 +00:00
zeljko
f2e1d9f50b Gtk2: fixed TGtk2WSWinControl.SetChildZPosition(). fixes #17298
git-svn-id: trunk@27269 -
2010-09-04 17:14:49 +00:00
zeljko
4cc5ab25bf Qt: fixed TQtWSWinControl.SetChildZPosition().Partially fixes #17298
git-svn-id: trunk@27268 -
2010-09-04 17:00:08 +00:00
sekelsenmat
b542879b49 Fixes the name of the ICNS format
git-svn-id: trunk@27267 -
2010-09-04 16:28:08 +00:00
sekelsenmat
2739344796 Fixes the compilation of the LCL for WinCE by fixing the new winfileutils to work with WinCE
git-svn-id: trunk@27266 -
2010-09-04 15:28:39 +00:00
zeljko
9943e6437a Qt: moved QtFileDialog.setShortcuts() to UpdateProperties, also added setShortcuts() for SelectDirectory dialogs.
git-svn-id: trunk@27265 -
2010-09-04 12:12:45 +00:00