Commit Graph

12199 Commits

Author SHA1 Message Date
mattias
622c1cea5a example for TLazIntfImage fixed
git-svn-id: trunk@12266 -
2007-10-01 09:05:25 +00:00
mattias
86cc0508dc IDE: menu icon: renamed dfm_to_lfm to tool_dfm_to_lfm
git-svn-id: trunk@12265 -
2007-10-01 09:01:10 +00:00
mattias
5935400e38 IDE: menu icon: renamed dfm_to_lfm to tool_dfm_to_lfm
git-svn-id: trunk@12264 -
2007-10-01 09:00:47 +00:00
mattias
21595af114 IDE: added icons for menu: dfm to lfm and open file at cursor from Laurent
git-svn-id: trunk@12263 -
2007-10-01 08:58:45 +00:00
paul
ef8fc0400f qt: simplify code
git-svn-id: trunk@12262 -
2007-10-01 08:52:23 +00:00
mattias
392fe94bbb LCL: added property TEditButton.ButtonHint from Alexs75
git-svn-id: trunk@12261 -
2007-10-01 08:45:20 +00:00
zeljko
12625a722d Qt: MenuBar should be created on demand, if form contains assigned menu - fixes problem with menus under Darwin. Fixed problem with tabBar under Darwin (others accept this too). More optimized global event filter for win32. All tested on Linux, MaxOSX & winXP.
git-svn-id: trunk@12260 -
2007-10-01 08:44:30 +00:00
paul
07085f0cb0 gtk2: set font color to ListBox from anatol (issue #0009824)
git-svn-id: trunk@12259 -
2007-10-01 00:41:35 +00:00
jesus
f15b6e751b IDE, fixed av in field's editor issue #9807, unified fieldseditor res strings with the rest of ideintf res strings
git-svn-id: trunk@12258 -
2007-09-30 19:36:09 +00:00
zeljko
b6ce1f8f61 Qt: 1.Fixed crash on linux & macosx introduced by installing global EventFilter hook. Check win32 and delete at all this hook if not needed. Tabs works without it.
2.Workaround for crazy menus problem, added define QT_NO_MENU_EFFECTS , so if U don't need fancy menus it is highly recommended to compile qt interface with this define on - this could be a Qt bug also.

git-svn-id: trunk@12257 -
2007-09-30 19:21:19 +00:00
paul
456ddd9f68 fix typo in russian translation (issue #0009781)
git-svn-id: trunk@12256 -
2007-09-30 13:03:06 +00:00
paul
83df47bec7 gtk2: added check before SetMainWidget call
git-svn-id: trunk@12255 -
2007-09-30 10:55:04 +00:00
paul
9912f6cd2a win32: fix mainform state not changing (issue #0008915)
git-svn-id: trunk@12254 -
2007-09-30 09:34:57 +00:00
paul
3f32501f30 fix typo in previous commit
git-svn-id: trunk@12253 -
2007-09-30 08:04:22 +00:00
paul
1a6c35994e win32:
- remove stayOnTop flag on ShowModal and reset it back after
- bring modal window to front
(issue #0002011, #0007824)

git-svn-id: trunk@12252 -
2007-09-30 07:51:49 +00:00
paul
5aa0e950b7 win32: fix problem with TRadioButton.OnChange with modal call inside (issue #0007787)
git-svn-id: trunk@12251 -
2007-09-30 06:14:37 +00:00
paul
71c6cf7c04 lcl: fix formatting a bit
git-svn-id: trunk@12250 -
2007-09-30 06:13:28 +00:00
paul
2ea337b331 fix formatting a bit (decapitalize Begin and End keywords)
git-svn-id: trunk@12249 -
2007-09-30 05:00:27 +00:00
paul
8dca013550 lcl: change formatting a bit
git-svn-id: trunk@12248 -
2007-09-30 03:45:45 +00:00
jesus
0752945e3d LCL, dbgrids, fixes checkboxes not visible when using column's cbsCheckboxColumn style
git-svn-id: trunk@12247 -
2007-09-29 18:48:34 +00:00
paul
1fdddb7bd2 Qt: fix possible caret crash
git-svn-id: trunk@12246 -
2007-09-29 17:34:45 +00:00
paul
946941c1a6 Widgetset: introduce new WSWinControl method GetMouseInteractiveInDesigner to ask control about its needs in mouse messages/events in design time
win32:
- fix PageControl page changing by Tab clicking in designer
- fix PageControl tab switching by arrows (if tab part is selected) and tab focusing by one click instead of two clicks (issue #0008673)

git-svn-id: trunk@12245 -
2007-09-29 16:55:13 +00:00
zeljko
8f0ac349b1 Qt: Simplify TQtAbstractScrollArea.getClientBounds()
git-svn-id: trunk@12244 -
2007-09-29 16:44:38 +00:00
zeljko
df94f4122d Qt: Implemented GradientFill - copied from gtk implementation.
git-svn-id: trunk@12243 -
2007-09-29 16:12:00 +00:00
zeljko
f2c67b9f68 Qt: Comment writeln() in EnableScrollBar()
git-svn-id: trunk@12242 -
2007-09-29 15:33:56 +00:00
zeljko
c565a39dde Qt: Completely rewritten SetScrollInfo() & GetScrollInfo(), now scrollbars works ok and faster since invalidating of scrollbar is out of this routines now. Fixed EnableWindow() bug by reimplementation of SetScrollInfo() & GetScrollInfo().
git-svn-id: trunk@12241 -
2007-09-29 15:01:58 +00:00
zeljko
fcf28f8985 Qt: trial to fix all qtcaret crashes.
git-svn-id: trunk@12240 -
2007-09-29 13:15:11 +00:00
zeljko
b9d2ceec0d Qt: Implemented ShowScrollBar() - qtwinapi.
git-svn-id: trunk@12239 -
2007-09-29 11:59:46 +00:00
zeljko
17af4bdc91 Qt: Fix qtcaret AV in some circumstances.
git-svn-id: trunk@12238 -
2007-09-29 11:14:00 +00:00
zeljko
0c0bf8b39e Qt: use new getHeight & getWidth for TQtWidgets.
git-svn-id: trunk@12237 -
2007-09-29 11:06:13 +00:00
zeljko
5bdb68667e Qt: More winapi & TQtWidget routines implemented.
git-svn-id: trunk@12236 -
2007-09-29 10:54:55 +00:00
mattias
60d708414c IDE: disabled memcheck
git-svn-id: trunk@12235 -
2007-09-29 10:22:04 +00:00
mattias
c8e3c47a30 memcheck: raising RunError 204 on error in linked list
git-svn-id: trunk@12234 -
2007-09-29 10:21:43 +00:00
zeljko
62639b92b8 Qt: Small fix for TQtWidgetSet.TextOut()
git-svn-id: trunk@12233 -
2007-09-29 10:19:47 +00:00
mattias
b1eb2613c6 gtk intf: reduced warnings
git-svn-id: trunk@12232 -
2007-09-29 10:11:50 +00:00
mattias
cfa187ade0 synedit: fixed crash if no bookmarkimages exist
git-svn-id: trunk@12231 -
2007-09-29 09:46:27 +00:00
paul
94eefa1e0e win32: use default window position and/or size in case of position in poDefault, poDefaultPosOnly, poDefaultSizeOnly (issue #0008139)
git-svn-id: trunk@12230 -
2007-09-29 08:26:34 +00:00
paul
479fdd475e images: more images from wile64
git-svn-id: trunk@12229 -
2007-09-29 06:17:51 +00:00
paul
d88841d1ee gtk2: fix another mem leak with combobox (combobox button had separate widgetinfo)
git-svn-id: trunk@12228 -
2007-09-29 06:07:21 +00:00
paul
f60797e179 gtk2: fix combobox memory leak (widget info was not destroyed due to wrong call in DestroyHandle)
git-svn-id: trunk@12227 -
2007-09-29 05:47:40 +00:00
mattias
47f1526902 codetools: fixed searching in directory cache
git-svn-id: trunk@12226 -
2007-09-28 23:11:44 +00:00
marc
21ad18525e * updated translation by Laurent Jaques
git-svn-id: trunk@12225 -
2007-09-28 22:48:29 +00:00
marc
944f1d81f1 * updated documentstion by Chris Kirkpatrick
git-svn-id: trunk@12224 -
2007-09-28 22:37:19 +00:00
mattias
925f622bfe codetools: fixed searching in directory cache
git-svn-id: trunk@12223 -
2007-09-28 22:17:16 +00:00
zeljko
06c51688cf (Qt): Fix for #9811 - wrong focus policy setted up for TQtMainWindow.
git-svn-id: trunk@12222 -
2007-09-28 19:47:27 +00:00
mattias
a9fc594e4b macfiles: fixed plist
git-svn-id: trunk@12221 -
2007-09-28 19:22:46 +00:00
mattias
4bce421183 turbopower_ipro: made it compilable under delphi from Jordi March
git-svn-id: trunk@12220 -
2007-09-28 17:47:36 +00:00
paul
4f1340e5d6 gtk: reduce amount of gtk warnings in console produced by DrawFrameControl
git-svn-id: trunk@12219 -
2007-09-28 17:30:37 +00:00
paul
7fd0499fa1 gtk: fix SM_CXSCREEN, SM_CYSCREEN, SM_CXVIRTUALSCREEN, SM_CYVIRTUALSCREEN for dual monitors (now poScreenCenter and poDesktopCenter works with gtk2 under windows)
git-svn-id: trunk@12218 -
2007-09-28 17:02:41 +00:00
paul
74617f8ba7 gtk2: fix GetMem size error in TGtk2WSCustomListView.CreateHandle
git-svn-id: trunk@12217 -
2007-09-28 14:29:39 +00:00