mattias
874b22249a
LCL: made NewAutoSize default, added -dOldAutoSize
...
git-svn-id: trunk@23943 -
2010-03-11 15:49:01 +00:00
mattias
44d0f22378
LCL: newautosize: removed debugging
...
git-svn-id: trunk@23942 -
2010-03-11 15:31:17 +00:00
mattias
6a25fc9f94
carbon: fixed compilation with newautosize
...
git-svn-id: trunk@23941 -
2010-03-11 15:18:04 +00:00
mattias
9402dc6254
lcl: newautosize: skip autosize for non TWinControl
...
git-svn-id: trunk@23940 -
2010-03-11 15:06:01 +00:00
mattias
13cf0f4e9f
IDE: help for fpc keywords: substitute macros
...
git-svn-id: trunk@23939 -
2010-03-11 13:44:44 +00:00
mattias
4b231aca99
IDEIntf: listview items editor: fixed av when creating subitem without selected
...
git-svn-id: trunk@23938 -
2010-03-11 13:37:15 +00:00
zeljko
12e669587d
Qt: refactored TQtWidget.CanPaintBackground() until clDefault implemented. fixes #7320
...
git-svn-id: trunk@23937 -
2010-03-11 11:05:29 +00:00
mattias
71be1de7d4
translations: german: updates from Swen Heinig
...
git-svn-id: trunk@23936 -
2010-03-11 07:54:29 +00:00
zeljko
12de1b8c22
Qt: fixed parent assignment inside RecreateWidget(),refactored parent assignment inside CreateWidget(),introduced HwndFromWidgetH() inside qtint so it can be used from other units when we need conversion from QWidgetH to HWND (TQtWidget).
...
git-svn-id: trunk@23935 -
2010-03-11 07:40:29 +00:00
maxim
91cf1da6ac
regenerated JCF2 translations; updated Russian translation
...
git-svn-id: trunk@23934 -
2010-03-11 01:07:48 +00:00
maxim
c162dc9273
JCF2: localized Clarify Settings tab
...
git-svn-id: trunk@23933 -
2010-03-11 01:06:16 +00:00
maxim
ae895752f1
LazDE doceditor: updated Russian translation
...
git-svn-id: trunk@23932 -
2010-03-10 22:29:22 +00:00
maxim
14693f998d
LazDE doceditor: fixed typo in menu hint string (New form file... -> New from file...)
...
git-svn-id: trunk@23931 -
2010-03-10 22:27:16 +00:00
jesus
d6c05f5619
LazReport, list fields from datasources, from Christian, issue #15951
...
git-svn-id: trunk@23930 -
2010-03-10 22:01:00 +00:00
maxim
ccb071d8e3
LazDE doceditor - applied patch from alexs with small modifications:
...
1. Main window controls are now localized using actions;
2. Localized "About..." form; made it display GPL license (loaded from the root Lazarus directory);
3. Fixed loading of .po files when LazDE was not started from its own directory;
4. Added version info;
5. Fixed main icon.
git-svn-id: trunk@23929 -
2010-03-10 21:45:34 +00:00
jesus
132fcd9eee
LCL, fix postscriptcanvas clipping, single moveto/lineto didn't work, fix font size of default font
...
git-svn-id: trunk@23928 -
2010-03-10 20:05:26 +00:00
zeljko
b6218b0cd8
Gtk2: introduced RectFromGdkRect(), GdkRectFromRect() moved from gtkthemes to gtkproc. Fixed wrong result in TGtk2WSCustomListView.ItemDisplayRect() because TGdkRectangle isn't same like TRect.
...
git-svn-id: trunk@23927 -
2010-03-10 18:37:59 +00:00
zeljko
8f7e05b42f
Qt: set parent inside constructor, since it gives significant performance boost - qt docs says that setParent() isn't so cheap to call since it resets widget flags etc..
...
git-svn-id: trunk@23926 -
2010-03-10 17:52:59 +00:00
blikblum
3a1ec8cac1
gtk2: initialize inner_border property to nil. Bug #15949
...
git-svn-id: trunk@23925 -
2010-03-10 17:11:29 +00:00
zeljko
4bafb78e75
gtk2: changed local variables names inside my latest patch
...
git-svn-id: trunk@23924 -
2010-03-10 16:49:06 +00:00
zeljko
7962b7d3ab
Gtk2: implemented TGtk2WSCustomListView.ItemDisplayRect(). fixes #13933 .
...
git-svn-id: trunk@23923 -
2010-03-10 16:38:23 +00:00
mattias
b27a71337a
make: disabled deb checks to run on non debian linux systems
...
git-svn-id: trunk@23922 -
2010-03-10 15:56:33 +00:00
paul
2b7d5c5b63
lcl: fix TPanel AdjustClientRect and Paint
...
git-svn-id: trunk@23919 -
2010-03-10 13:13:51 +00:00
mattias
114742d185
LCL: autosize: move childs with negative left/top
...
git-svn-id: trunk@23918 -
2010-03-10 12:54:58 +00:00
dmitry
845a64f5f6
carbon: fixed window-relative coordinates evaluation. fix for #15943
...
git-svn-id: trunk@23917 -
2010-03-10 12:52:03 +00:00
mattias
fc69575ba4
LCL: autosize: fixed adding AdjustClientRect to right,bottom when computing size
...
git-svn-id: trunk@23916 -
2010-03-10 12:40:44 +00:00
mattias
a146e3b1e7
LCL: TPanel: fixed AdjustClientRect
...
git-svn-id: trunk@23915 -
2010-03-10 12:04:34 +00:00
dmitry
51501edffa
cocoa: fix forms MouseMove sending event. Started CocoaCustomControl
...
git-svn-id: trunk@23914 -
2010-03-10 11:00:27 +00:00
mattias
540dd5ad02
codetools: clean up
...
git-svn-id: trunk@23913 -
2010-03-10 09:59:20 +00:00
paul
1613c3ab5f
win32: fix scrollbar regression (issue #0015717 )
...
git-svn-id: trunk@23912 -
2010-03-10 08:40:34 +00:00
paul
a77478ebb9
win32: apply Dmitry patch with modifications for fixing application focus - move focus to last focused window on getting focus event (issue #0015494 )
...
git-svn-id: trunk@23911 -
2010-03-10 08:22:45 +00:00
jesus
c45eae6352
fix spanish translation, issue #15940
...
git-svn-id: trunk@23910 -
2010-03-10 05:20:36 +00:00
paul
c6c63ccae9
lcl: fix ownerdata listview notifications
...
git-svn-id: trunk@23909 -
2010-03-10 02:54:12 +00:00
maxim
4c8110c367
regenerated translations; updated Russian translation
...
git-svn-id: trunk@23908 -
2010-03-10 01:11:52 +00:00
maxim
d2cee7af25
JCF2: localized Obfuscate Settings tab
...
git-svn-id: trunk@23907 -
2010-03-10 01:10:11 +00:00
mattias
f778e14f09
codetools: improved error message, when unit of include file is not known
...
git-svn-id: trunk@23906 -
2010-03-09 22:28:30 +00:00
sekelsenmat
ffd4e28b5c
Fixes bug #15933 in WinCE TMemo
...
git-svn-id: trunk@23905 -
2010-03-09 21:52:33 +00:00
jesus
e41a4b5a78
LCL, allow StringGrid to copy current select range in addition to whole grid
...
git-svn-id: trunk@23901 -
2010-03-09 19:28:18 +00:00
mattias
0374dc7a00
IDE: reduced autosizing
...
git-svn-id: trunk@23900 -
2010-03-09 17:00:25 +00:00
mattias
da51b1637f
lcl: newautosize: reduced debugging
...
git-svn-id: trunk@23899 -
2010-03-09 17:00:07 +00:00
mattias
51e74f6092
IDE: disable autosize on close
...
git-svn-id: trunk@23898 -
2010-03-09 16:19:29 +00:00
mattias
1cd9f4b198
LCL: newautosize: disable on destroy
...
git-svn-id: trunk@23897 -
2010-03-09 16:19:14 +00:00
mattias
b734582362
gtk intf: reduced debugging
...
git-svn-id: trunk@23896 -
2010-03-09 16:18:55 +00:00
mattias
399be47abf
lcl; newautosize: reduced debugging
...
git-svn-id: trunk@23894 -
2010-03-09 15:55:00 +00:00
mattias
95ac50cc3f
gtk intf: using default client rect until style allocated
...
git-svn-id: trunk@23893 -
2010-03-09 15:48:45 +00:00
vincents
9ecad4ac11
added tbufdataset from Joost (issue #15936 )
...
git-svn-id: trunk@23892 -
2010-03-09 15:48:35 +00:00
paul
9b74172c98
carbon: implement SetParent
...
git-svn-id: trunk@23891 -
2010-03-09 15:40:54 +00:00
vincents
86d076e59b
win32 and wince interface: fixed range check error, array of const parameters don't accept unsigned 32 bits integers (issue #15815 )
...
git-svn-id: trunk@23890 -
2010-03-09 15:30:05 +00:00
mattias
bc3ac28658
LCL: newautosize: fixed TControl.EndAutoSizing
...
git-svn-id: trunk@23888 -
2010-03-09 13:18:04 +00:00
zeljko
f794fcdbe9
Qt: TQtComboBox: do not add new item when return pressed by default. fixes #15879 .
...
git-svn-id: trunk@23886 -
2010-03-09 10:28:30 +00:00