LazUtils: WinCE use CSIDL_LOCAL to fix compilation error.
---------------------
LazUtils: yet another attempt to fix compilation for WinCE implementation of GetAppConfigDirUtf8.
git-svn-id: tags/lazarus_1_2_RC2@43696 -
IdeIntf, IdeMenu: Less verbose
........
SynEdit: test, fix for big/little-endian, part of issue #0023703 , patch by Mark Morgan Lloyd
........
SynEdit: pas highlighter improve handling "otherwise" in case ... of
........
Dialogs: Do not show an icon in MessageDlg is DialogType = mtCustom.
Reason: Delphi compatibility. Resolves issue #0025475.
........
Qt: Calculate the preferred size of BitBtn correctly in TQtBitBtn.preferredSize even if AutoSize=False.
........
Qt: clean up TQtBitBtn.preferredSize after earlier change.
........
Package editor: Fix a bug that prevented moving files up/down.
........
Package editor: disable Up/Down buttons when a removed file is selected.
........
Package editor: add shortcut keys VK_DELETE and VK_INSERT. Part of issue #20140
........
LazUtils: Masks.pas: implement handling of UTF8 codepoints for mask matching. Issue #0024373.
........
ProjectInspector: Add shortcuts for VK_RETURN, VK_DELETE and VK_INSERT, like package editor has.
........
IDE: removed dangling lfm reference
........
git-svn-id: branches/fixes_1_2@43645 -
IDE: Make Project Inspector remember its settings for dir hierarchy and sorting. Issues #22448, #22609
........
IDE: Make Package Editor remember its settings for dir hierarchy and sorting. Issues #18804, #22448
........
IDE: Fix button order in FindReplaceDialog dialog using ButtonPanel. Issue #13561
........
git-svn-id: branches/fixes_1_2@43620 -
lazutils, fixed encoding of string returned by GetAppConfigFileUTF8 (was ansi, should be utf8)
........
LazUtils: better fix for encoding of string returned by GetAppConfigFileUTF8
(Use WideString variant of GetSpecialDir which retruns UTF8: copy/paste error in r43495 #cba214753b)
........
git-svn-id: branches/fixes_1_2@43619 -
IDE: Refactor, move 2 methods from Main to SourceFileManager.
........
IDE: Refactor 2 methods into one CheckDirIsInSearchPath. Add param IsIncludeFile.
........
IDE: When adding the path of a new file to project search path, ask which build modes to add it to. Issue #23714.
........
Regenerated translations; updated Russian translation
........
git-svn-id: branches/fixes_1_2@43617 -
Codetools: fix return value of TFindDeclarationTool.BuildInterfaceIdentifierCache
........
Codetools: make CheckLfm report an object which is missing from pascal source. Fixes issues #24473 and #25425
........
git-svn-id: branches/fixes_1_2@43605 -
Printers (Windows): do not use a compiler directive to enable printing on Win9x systems (introduced in r39125 #de4e10c615).
Use at runtime detection to decide wether to call Ansi or Wide Windows API's and separate the used
structures into Ansi and Wide variants.
(Hiding Win9x functionality behind a compiler directive is inconsistent with current LCL behaviour)
Resolves issue #0025315.
........
Components, printers: fixed compilation with FPC > 2.6.2
........
Components, printers: Fix wrong compiler directive for compiler version detection in r43553 #07ebd480ca
........
git-svn-id: branches/fixes_1_2@43588 -
LCL: BiDiMode and FlipChildren fixes for TRadioGroup, TCheckGroup and TCheckListbox, patch by wp, bug #25408
........
Tests: added BiDiMode and FlipChildren test by wp, bug #25408
........
Docs: added Werner Pamler aka wp to contributors list
........
git-svn-id: branches/fixes_1_2@43584 -
lcl: do not try to open closed dataset in lookup controls since the moment of opening is unpredictable and can lead to crashes. See http://forum.lazarus.freepascal.org/index.php/topic,17355.msg96112.html
........
lcl: reset controldatalink after listsource changes in lookup controls to ensure proper sync between control display and dataset content
........
lcl: call RecordChanged in TFieldDataLink.LayoutChanged to match Delphi behavior
........
lcl: update lookup list in DatasetChanged event. Fix issue #25400
........
git-svn-id: branches/fixes_1_2@43572 -
win32: updated the popup menu creation flag by using TPM_LAYOUTRTL for RtL mode. #25330
........
carbon: dropfiles on form fixed, the patch by Dr.Theopolis, #18486. Thank you, Doc!
........
ValEdit: Remove duplicate line in TItemProp.AssignTo
git-svn-id: branches/fixes_1_2@43552 -
ValEdit: In TValueListEditor.ValidateEntry when validation fails, don't continue searching for more violations.
Issue #0025161.
........
git-svn-id: branches/fixes_1_2@43522 -
LazFileUtils: Fix encoding of locale-specific characters in GetAppConfigDirUtf8 and GetAppConfigFileUtf8 on Windows
Issue #0010850.
........
git-svn-id: branches/fixes_1_2@43518 -
LCL: New method ForceFilter for FilterEdit. Issue #25258, patch from Cyrax.
........
Clear the filter edit when leaving package editor. Issue #25258, patch from Cyrax.
........
git-svn-id: branches/fixes_1_2@43516 -
*r43467 Cocoa: fix winapi Rectangle() implementation
*r43475 Cocoa: some corrections to window creation
*r43464 Debugger: Update registers, if stackframe changes
*r43469 carbon: fix for freez if wakemainthread is called from the main thread prior to event loop initialization. #23393
*r43472 examples: TSQLScript database sample program. #25350
git-svn-id: branches/fixes_1_2@43488 -