kirkpatc
b96572cfe0
Updates to TApplicationProperties and TScreen
...
git-svn-id: trunk@12476 -
2007-10-15 11:41:06 +00:00
vincents
b045ebb09a
IDE: improved goto line dialog
...
* focus editor after showing dialog (#9929 ) from Gerard Visent
* focus editbox when showing the dialog
* set key:=0 when handling enter and escape (prevents beep on windows)
git-svn-id: trunk@12475 -
2007-10-15 11:25:12 +00:00
paul
19df9e9b0f
lcl: fix OnClick, OnChange event sequence for TCustomCheckBox (now must be identical on all widgetsets)
...
git-svn-id: trunk@12474 -
2007-10-15 11:18:13 +00:00
mattias
2e0ba97346
IDE: run params dlg: fixed resizing conflict
...
git-svn-id: trunk@12473 -
2007-10-15 09:15:43 +00:00
vincents
34cac54f9b
updated object inspector Slovak translations from helix84 ( #9931 )
...
git-svn-id: trunk@12472 -
2007-10-15 08:16:58 +00:00
paul
0492763d06
win32: solve problem with wrong application Z-order (introduced in StayOnTop fix)
...
git-svn-id: trunk@12471 -
2007-10-15 06:18:03 +00:00
paul
6fa6c7fd37
qt: restore QtTool for bsSizeToolWin for windows platform
...
git-svn-id: trunk@12470 -
2007-10-15 03:06:32 +00:00
mattias
8528701b5f
LCL: reduced debug output
...
git-svn-id: trunk@12469 -
2007-10-14 22:57:31 +00:00
mattias
bd90319620
IDE: compiler options dlg: set error count TEdit.AutoSize=true
...
git-svn-id: trunk@12468 -
2007-10-14 22:26:38 +00:00
mattias
18fa72e639
LCL: TBitBtn: implemented NumGlyphs from Giuliano Colla
...
git-svn-id: trunk@12467 -
2007-10-14 22:23:19 +00:00
zeljko
8ff0a64f6e
Qt: fixed issue #9842 . According to qt documentation QtTool flag is always on top of it's parent, so bsSizeToolWin should be ordinary QtWindow.
...
git-svn-id: trunk@12466 -
2007-10-14 21:23:22 +00:00
zeljko
5b7d9f24d6
Qt: formstyle is not updated during design time anymore, better handling of fsSplash forms - use QtSplasScreen flag.
...
git-svn-id: trunk@12465 -
2007-10-14 20:41:47 +00:00
marc
6201a838de
* resolved #9687 . The width in bytes of an image was calculated wrong when bpp < 8
...
git-svn-id: trunk@12464 -
2007-10-14 18:02:49 +00:00
paul
472b6d5858
gtk: fix RawImage_SetAlpha for non X11 systems (at least for windows)
...
git-svn-id: trunk@12463 -
2007-10-14 16:20:03 +00:00
paul
1d41ad50f5
fix compilation with VerboseRawImage
...
git-svn-id: trunk@12462 -
2007-10-14 14:06:56 +00:00
mattias
6264aac23c
LCL: fixed using parent borderspacing, fixed anchor spacing for parallel controls, fixed endless loop autosize interdependencies, implemented auto fixing anchor circles, implemented auto fixing center anchoring, fixed calculation of static childsizing layouts, fixed autosizing for controls without preferred size by providing default sizes also used in creation, fixed TSizeConstraints.MinMaxWidth/Height
...
git-svn-id: trunk@12461 -
2007-10-14 12:54:29 +00:00
kirkpatc
9f052f558f
Updates to TApplication and TForm
...
git-svn-id: trunk@12460 -
2007-10-14 11:16:08 +00:00
tombo
15e3c6e26f
LCL TCustomEdit: removed useless code in InitializeWnd
...
git-svn-id: trunk@12459 -
2007-10-14 11:05:07 +00:00
zeljko
e37222cbea
Qt: Fixed issue #9935 . ComboBox can add new items now, when editable of course.
...
git-svn-id: trunk@12458 -
2007-10-14 10:10:04 +00:00
paul
3473b94d76
gtk2: fix DbgDumpBitmap for gtk2
...
git-svn-id: trunk@12457 -
2007-10-14 09:35:08 +00:00
paul
80a46ffa1d
gtk2: fix DbgDumpPixmap for gtk2
...
git-svn-id: trunk@12456 -
2007-10-14 09:33:34 +00:00
paul
99436e3732
gtk: call RecreateWnd in TGrkWsCustomForm.SetFormBorderStyle since default implementation is empty. Now runtime BorderStyle change in gtk perform change.
...
git-svn-id: trunk@12455 -
2007-10-14 08:41:59 +00:00
paul
965569b5e8
gtk: replace Write by DbgOut since write cause error if apptype is not console under windows
...
git-svn-id: trunk@12454 -
2007-10-14 08:35:27 +00:00
paul
24ab319893
ide: fix several mem leaks in anchors editor
...
git-svn-id: trunk@12453 -
2007-10-14 05:08:52 +00:00
andrew
3583729c19
Fixed bug #9578 which duplicated items in a listview when items are added before the handle is allocated and there are at least on column added
...
git-svn-id: trunk@12452 -
2007-10-14 01:27:15 +00:00
marc
d430697f03
* Fixed alpha generation from mask on bigendian for imagelist
...
git-svn-id: trunk@12451 -
2007-10-14 00:22:38 +00:00
andrew
9eeadf2bc5
hopefully fixed the problem in the ide where closing an editor file in gtk2 would close all files except the one you wanted. now we query gtk2 for the control key state
...
git-svn-id: trunk@12450 -
2007-10-13 23:10:11 +00:00
zeljko
8c08a9270f
Qt: Fixed combobox events issue according to #9574 notes. Added SlotActivate().
...
git-svn-id: trunk@12449 -
2007-10-13 22:05:02 +00:00
andrew
86ec18eb66
applied patch #9933 from Ales Katona which improved gtk2 FontDialog getting it's info from TFont
...
git-svn-id: trunk@12448 -
2007-10-13 21:49:11 +00:00
zeljko
38b3450528
Qt: Fixed #9783 , window wasn't maximized if form design time state was setted up as wsMaximized.
...
git-svn-id: trunk@12447 -
2007-10-13 20:55:51 +00:00
andrew
5c4568ffc8
Applied patch from Ales Katona for bug #9932 which fixed a gtk-critical error
...
git-svn-id: trunk@12446 -
2007-10-13 20:27:41 +00:00
andrew
2b0f66359e
Applied patch from bug #9693 from anatol modified by Ales Katona that fixes gtk2 font properties being updated
...
git-svn-id: trunk@12445 -
2007-10-13 20:15:46 +00:00
zeljko
630885f5f5
Qt: Fixed TStatusBar size bug, introduced by GetControlConstraints() implementation.
...
git-svn-id: trunk@12444 -
2007-10-13 19:31:41 +00:00
paul
140e99b365
win32: fix problem with non-transparent imagelist.Draw under windows 9x
...
git-svn-id: trunk@12443 -
2007-10-13 17:57:25 +00:00
andrew
9a08cb8dc2
fixed gtk1 bug #9017 which caused a crash when listviewstyle is vsReport and no columns are added and
...
clicking on the dummy column
git-svn-id: trunk@12442 -
2007-10-13 17:04:25 +00:00
andrew
aad1ee73ad
removed a commented line that should not have been committed
...
git-svn-id: trunk@12441 -
2007-10-13 16:48:06 +00:00
andrew
159f5463e6
Fixed gtk1 Listview row height being set to 0
...
git-svn-id: trunk@12440 -
2007-10-13 16:44:47 +00:00
zeljko
5fc733df94
Qt: Fixed statusbar size && position problem, runtime only currently. Added more signals to TQtAbstractItemView.
...
git-svn-id: trunk@12439 -
2007-10-13 16:29:45 +00:00
andrew
093ca94abb
Fixed a gtk2 bug where TCheckListBox.OnItemClick would always use 0 for the Index param
...
git-svn-id: trunk@12438 -
2007-10-13 16:02:39 +00:00
paul
f54cf5bbbc
win32: fix small bug in hand made AlphaBlend that case wrong look of disabled glyphs under win98 (issue #9630 )
...
git-svn-id: trunk@12437 -
2007-10-13 15:55:17 +00:00
andrew
87354f6938
Fixed Gtk1 bug #8374 by implementing TGtkWSCustomListView.GetItemAt
...
git-svn-id: trunk@12436 -
2007-10-13 14:20:50 +00:00
paul
3c12cd26bf
ide: improve anchoring of treeview items editor and list view items editor (not national text will have enough space issue #9370 )
...
git-svn-id: trunk@12435 -
2007-10-13 11:53:42 +00:00
marc
70b62ccbdf
* Fixed #9570 , GLib-GObject-CRITICAL warnings
...
git-svn-id: trunk@12434 -
2007-10-13 00:16:02 +00:00
andrew
5bc169370e
Fixed Gtk2 bug #8374 by implementing TGtk2WSCustomListView.GetItemAt.
...
git-svn-id: trunk@12433 -
2007-10-12 23:44:05 +00:00
andrew
1fb0f36377
Fixed Gtk2 bug #8378 which made gtk2 listview selection funky when MultiSelect was False
...
git-svn-id: trunk@12432 -
2007-10-12 22:52:07 +00:00
marc
b7c26074b8
* fixed #8550 , CreateBitmap returns a gdkbitmap when bpp=1* fixed #8550 , CreateBitmap returns a gdkbitmap when bpp=1* fixed #8550 , CreateBitmap returns a gdkbitmap when bpp=1* fixed #8550 , CreateBitmap returns a gdkbitmap when bpp=1* fixed #8550 , CreateBitmap returns a gdkbitmap when bpp=1* fixed #8550 , CreateBitmap returns a gdkbitmap when bpp=1* fixed #8550 , CreateBitmap returns a gdkbitmap when bpp=1* fixed #8550 , CreateBitmap returns a gdkbitmap when bpp=1
...
git-svn-id: trunk@12431 -
2007-10-12 22:20:54 +00:00
andrew
8932a0e969
Fixed Gtk2 bug #9213 to show items when the Listview style is vlList and no Columns have been added
...
git-svn-id: trunk@12430 -
2007-10-12 22:11:03 +00:00
marc
8e2aff6777
* Updated translation by Laurent Jacques
...
git-svn-id: trunk@12429 -
2007-10-12 21:43:32 +00:00
marc
5454fa870d
* Updated translation by Maxim Ganetsky
...
git-svn-id: trunk@12428 -
2007-10-12 21:39:32 +00:00
andrew
25e6a4f856
Fixed a crash on newer gtkversion in th OI for a GtkComboBox. There was some code which was not needed at all.
...
git-svn-id: trunk@12427 -
2007-10-12 21:10:18 +00:00