zeljko
|
df68a7ddf6
|
Qt: big performance boost in StretchMaskBlt(), now mask is stretched (if needed) to image size.Removed destination width & height stretching from StretchMaskBlt(), since it is done internally in TQtDeviceContext.DrawImage()
git-svn-id: trunk@26607 -
|
2010-07-12 11:14:37 +00:00 |
|
paul
|
887c9c875f
|
lcl: don't crash when on dbimage loading failure (issue #0013768)
git-svn-id: trunk@26606 -
|
2010-07-12 09:08:49 +00:00 |
|
mattias
|
7ece9907af
|
codetools: fpcdefines: started supported caching multiple targets
git-svn-id: trunk@26605 -
|
2010-07-12 07:31:43 +00:00 |
|
mattias
|
7e74198f7d
|
codetools: completeblock: improved for class
git-svn-id: trunk@26604 -
|
2010-07-11 20:46:35 +00:00 |
|
zeljko
|
5c853d1f08
|
Qt: StretchMaskBlt(): fixed bug in statement for stretching dst width & height. fixes #16910
git-svn-id: trunk@26603 -
|
2010-07-11 20:03:57 +00:00 |
|
maxim
|
2682f943c6
|
MemDS: 1. Portuguese translation update from Marcelo B Paula, final part of bug #16909.
2. Regenerated translations and updated Russian translation.
git-svn-id: trunk@26602 -
|
2010-07-11 17:49:46 +00:00 |
|
maxim
|
2b701c91a8
|
MemDS: Localized 'Select dataset to copy from' dilaog. Patch from Marcelo B Paula, part of bug #16909.
git-svn-id: trunk@26601 -
|
2010-07-11 17:47:25 +00:00 |
|
dmitry
|
59f9b13b95
|
carbon: fix compilation due to GetStockObject result type changes
git-svn-id: trunk@26600 -
|
2010-07-11 16:10:58 +00:00 |
|
maxim
|
33081ba014
|
regenerated translations; updated Russian translation
git-svn-id: trunk@26599 -
|
2010-07-11 15:54:55 +00:00 |
|
maxim
|
e61efb0565
|
Ideintf: localized New Field dialog. Patch from Marcelo B Paula, bug #16902, with my changes.
git-svn-id: trunk@26598 -
|
2010-07-11 15:53:28 +00:00 |
|
maxim
|
e929552e91
|
Czech translation update by Martin Smat
git-svn-id: trunk@26597 -
|
2010-07-11 13:54:57 +00:00 |
|
martin
|
8db9286b37
|
SynCompletion: avoid possible crash ./ fix app.Deactivate
git-svn-id: trunk@26596 -
|
2010-07-11 13:29:03 +00:00 |
|
mattias
|
cd02fc8a59
|
IDE: identifier completion: fixed indent on override method
git-svn-id: trunk@26595 -
|
2010-07-11 12:20:03 +00:00 |
|
mattias
|
b4b5016f20
|
codetools: completeblock: complete if unindent and cursor at unindent or in empty line
git-svn-id: trunk@26594 -
|
2010-07-11 11:27:44 +00:00 |
|
mattias
|
ad682260a7
|
codetools: auto indenter: start first class section automatically
git-svn-id: trunk@26593 -
|
2010-07-11 09:46:33 +00:00 |
|
mattias
|
f94941a0de
|
LCL: TEdit: handling VK_RETURN after interface, bug #16430
git-svn-id: trunk@26592 -
|
2010-07-11 09:23:57 +00:00 |
|
mattias
|
9ce0b6476f
|
IDE: updating object inspector InfoPanel on idle
git-svn-id: trunk@26591 -
|
2010-07-11 09:17:21 +00:00 |
|
mattias
|
742416f30f
|
translations: german: updates from Samuel Herzog
git-svn-id: trunk@26590 -
|
2010-07-11 08:09:17 +00:00 |
|
mattias
|
f6396ec5fc
|
LCL: TMenuItem.ActionChange: do not copy OnClick, bug #15681
git-svn-id: trunk@26589 -
|
2010-07-10 21:24:24 +00:00 |
|
zeljko
|
ce3c87f83f
|
LCL: forgot to back result for mswindows in ConsoleToUTF8.
git-svn-id: trunk@26588 -
|
2010-07-10 20:45:51 +00:00 |
|
zeljko
|
f589a58cfb
|
LCL: fixed bug in ConsoleToUTF8() introduced in r26586 #a13d9ca23e.
git-svn-id: trunk@26587 -
|
2010-07-10 20:43:39 +00:00 |
|
dmitry
|
a13d9ca23e
|
lcl: fix GetEnvironmentVariableUTF8 for Windows, returning wrong string for OEM encoded values
git-svn-id: trunk@26586 -
|
2010-07-10 20:31:18 +00:00 |
|
mattias
|
56bf0c43a2
|
codetools: FindDeclarationOfPropertyPath: enum of set
git-svn-id: trunk@26585 -
|
2010-07-10 20:27:30 +00:00 |
|
mattias
|
8531e6e0cf
|
IDE: FindDeclarationOfOIProperty: check for TNestedPropertyEditor
git-svn-id: trunk@26584 -
|
2010-07-10 19:41:36 +00:00 |
|
zeljko
|
b0336c670d
|
Qt: let the TQtWidget remember it's last caret pos, fixes various problems with TSynEdit.
git-svn-id: trunk@26583 -
|
2010-07-10 19:25:22 +00:00 |
|
mattias
|
01b7bba04e
|
LCL: TDBCustomNavigator: using lcl layout, bug #16423
git-svn-id: trunk@26582 -
|
2010-07-10 18:27:10 +00:00 |
|
mattias
|
aeeea1c358
|
LCL: fixed ChildSizing.ControlsPerLine: it is the wrap limit, not the column count
git-svn-id: trunk@26581 -
|
2010-07-10 18:26:05 +00:00 |
|
maxim
|
76ec54cbff
|
JCF2: Fix About dialog (wordwrap issue), bug #16900.
git-svn-id: trunk@26580 -
|
2010-07-10 17:33:25 +00:00 |
|
maxim
|
a096753d90
|
IDE, new project dialog: fixed localization, moved TButtonPanel events assignment to LFM.
git-svn-id: trunk@26579 -
|
2010-07-10 17:09:23 +00:00 |
|
maxim
|
00933147cf
|
IDE, new other dialog: fixed localization, moved TButtonPanel events assignment to LFM.
git-svn-id: trunk@26578 -
|
2010-07-10 17:04:38 +00:00 |
|
mattias
|
edb4d863d5
|
IDE: editor automatic features frame:: more width for comboboxes, bug #16898
git-svn-id: trunk@26577 -
|
2010-07-10 16:48:30 +00:00 |
|
mattias
|
3816d29237
|
IDE: new project dialog: more width, bug #16898
git-svn-id: trunk@26576 -
|
2010-07-10 16:46:53 +00:00 |
|
mattias
|
9398a0354d
|
IDE:new other dialog: more width, bug #16898
git-svn-id: trunk@26575 -
|
2010-07-10 16:46:02 +00:00 |
|
mattias
|
29c6a21cdc
|
IDE: window positions frame: more space for spinedits, bug #16898
git-svn-id: trunk@26574 -
|
2010-07-10 16:44:47 +00:00 |
|
maxim
|
7e4bfd1aa7
|
JCF2, options: Fix check for settings file existence when path to it has non-ASCII chars, bug #16897.
git-svn-id: trunk@26573 -
|
2010-07-10 16:30:26 +00:00 |
|
maxim
|
ec4b8962b9
|
JCF2, options: set label captions in Format File tab correctly in case file is not found, bug #16897.
git-svn-id: trunk@26572 -
|
2010-07-10 15:31:13 +00:00 |
|
maxim
|
2c2826070c
|
IDE, options: fixed code folding items localization, bug #16896.
git-svn-id: trunk@26571 -
|
2010-07-10 14:46:38 +00:00 |
|
maxim
|
045202d8ef
|
Portuguese translation update from Marcelo B Paula, bug #16895.
git-svn-id: trunk@26570 -
|
2010-07-10 14:32:04 +00:00 |
|
mattias
|
7c7b8eebe5
|
IDE: project inspector: better scaling
git-svn-id: trunk@26569 -
|
2010-07-10 09:00:54 +00:00 |
|
mattias
|
7effe1cd59
|
LCL: added TWinContro.AutoSizeCanStart deprecated till next release
git-svn-id: trunk@26568 -
|
2010-07-10 07:59:44 +00:00 |
|
mattias
|
42463c684d
|
LCL: TControlScrollBar: fixed considering clientwidth/height and scrollbars visible, bug #16799
git-svn-id: trunk@26567 -
|
2010-07-10 07:57:06 +00:00 |
|
mattias
|
1e2e275cb5
|
IDE: create new form relative to object inspector
git-svn-id: trunk@26566 -
|
2010-07-10 07:16:12 +00:00 |
|
mattias
|
fe291211a9
|
LCL: comment
git-svn-id: trunk@26565 -
|
2010-07-10 07:05:36 +00:00 |
|
mattias
|
99f1be30f3
|
LCL: THandle of LCLIntf now PtrUint on all platforms, bites the platform specific system.THandle especially on 64bit systems, but this is since years so maybe not a big bit
git-svn-id: trunk@26564 -
|
2010-07-10 07:02:35 +00:00 |
|
mattias
|
152fbbfa9c
|
gtk2 intf: when a window gets focus, send the LM_SETFOCUS message to the ActiveControl to follow the LCL logic
git-svn-id: trunk@26563 -
|
2010-07-10 06:51:28 +00:00 |
|
maxim
|
d41950e381
|
regenerated translations; updated Russian translation
git-svn-id: trunk@26562 -
|
2010-07-09 23:15:09 +00:00 |
|
maxim
|
5ef9e227ab
|
IDE: fixed Code Explorer localization after r26557 #92c6db6d27
git-svn-id: trunk@26561 -
|
2010-07-09 23:14:34 +00:00 |
|
mattias
|
167f3c4528
|
LCL: fixed range check
git-svn-id: trunk@26560 -
|
2010-07-09 23:11:30 +00:00 |
|
maxim
|
6b52b6b9e8
|
regenerated translations; updated Russian translation
git-svn-id: trunk@26559 -
|
2010-07-09 22:51:46 +00:00 |
|
mattias
|
e5a6c84f77
|
translations: german: code generation: Codegenerierung, bug #14970
git-svn-id: trunk@26558 -
|
2010-07-09 22:45:49 +00:00 |
|