IDE: Support ENTER also in FilterEdits of ProjectInspector and PackageEditor. Issue #30523, patch from Markus.
........
git-svn-id: branches/fixes_1_6@52929 -
EditBtn: allow to clear TDateEdit.Text at designtime when DefaultToday=True and DirectInput=False. Issue #0030425.
........
git-svn-id: branches/fixes_1_6@52897 -
MaskEdit: check if control can be focussed before focussing when validation fails in DoExit. Issue #0030482. Patch by Lutz Mändle.
........
MaskEdit: fix pasting text with spaces when maskchar is cMask_AlphaNum, cMask_Letter and cMask_Number or cMask_NumberPlusMin. Issue #0030481.
........
git-svn-id: branches/fixes_1_6@52890 -
Win32: fix error in TFontDialog if fdLimitSize is set. Issue #0030340. Patch by Rik van Kekem.
as merged (done in r52737 #2a9174a4e3)
git-svn-id: branches/fixes_1_6@52739 -
IDE: Replace Combobox with Listbox+Filter to add package dependencies for projects and packages.
........
IDE: Make the order of IDE Coolbar items more logical.
........
git-svn-id: branches/fixes_1_6@52624 -
LazDataDesktop: removed 'pt'->'pb' substitution hack for Brazilian Portuguese translation, it is not needed for a long time.
........
git-svn-id: branches/fixes_1_6@52613 -
IDE: fixed "Enable/Disable I18N for LFM" context menu items enabling logic in project inspector (it didn't allow to disable i18n actually due to typo)
........
git-svn-id: branches/fixes_1_6@52612 -
lcl: TControlCanvas: don't allow to empty handle if there is a pre-allocated FDeviceContext handle. Solves issue #30003
........
lcl: destroy canvas handle of TGraphicControl when parent is removed. Issue #30003
........
LCLTranslator: Fix FindLocaleFilename failing if optional directory is absolute or ends with a path delimiter.
........
git-svn-id: branches/fixes_1_6@52611 -
Fix spelling errors. Issue #0030258. Patch by Paul Gevers.
........
Fix some more spelling errors.
........
Fix some more spelling errors.
........
git-svn-id: branches/fixes_1_6@52609 -
lazutils: fix GetFormatSettingsUTF8, make it public
........
lcl: use GetFormatSettingsUTF8 in TApplication.IntfSettingsChange. Issue #30253
........
lazutils: fixed compilation on non windows
........
lazutils: fix comment from r52480 #b13ba1b0b9
........
lcl: fix conditional define (all windows) in TApplication.IntfSettingsChange
........
lazutils: fix compilation with DisableUTF8RTL after r52480 #b13ba1b0b9
........
git-svn-id: branches/fixes_1_6@52608 -
POChecker: fixed "Ignore fuzzy translations" option.
Previously all translations with bad formatting arguments were
considered fuzzy, so these errors were not shown even for non-fuzzy
translations if this option was enabled.
........
LCL, Translations unit: there is no need to check for badformat flags in CleanUp procedure anymore, they are now set/cleared in all cases in CheckFormatArguments procedure.
........
LCL, Translations unit: improved comments.
........
git-svn-id: branches/fixes_1_6@52477 -
POChecker: fixed typos which prevented loading of window state from config for Results and Graphical Statistics forms
........
POChecker: fixed loading of master files selection state on Linux/GTK2
........
POChecker: unify height of buttons in Result Dialog on Linux/GTK2 ("Close" button can be higher than others because of bigger default glyph)
........
git-svn-id: branches/fixes_1_6@52461 -