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 -
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 -
Win32: fix scrolling issue in ListBox with huge amount of items. Patch by Michl. Issue #0023914.
........
LCL-Win32: Fix flickering in Listview during scroll. Issue #30076, patch from Michl.
........
git-svn-id: branches/fixes_1_6@52278 -
MaskEdit: don't remove the mask in FormatMaskText regardless of the "MaskSave" value in the specified EditMask.
........
MaskEdit: do replace SpaceChar with #32 in FormatMaskText.
........
git-svn-id: branches/fixes_1_6@52276 -
Qt: fixed geometry resize of mdiarea handle widget. issue #29978
........
Qt: small optimisation when calculating mdiform area geometry.
........
Qt: unify TScrollBar Max value and position with winapi. issue #20127
........
Qt: do not pass maximum value by triggering scrollbar actions. issue #20127
........
Qt: unify scrollbar behaviour with win32.Let position pass max - lcl will decide about new pos. issue #20127
........
git-svn-id: branches/fixes_1_6@52173 -
Win32: Return cpDate in TWin32WSCustomCalendar.HitTest when user clicks on "Today". Issue #0029895.
........
Win32: fix TWin32WSCustomCalendar.HitTest if application does not use a manifest on Vista and up. Issue #0029975.
........
git-svn-id: branches/fixes_1_6@52123 -
r51798 lcl: disable windows on system dialog execute, win32: fix parent window handle for system dialogs, Issue #28631
r51808 lcl: restore focus after system dialog. Issue #28631
r51810 lcl: better bullet-proof LCL approach for r51808 #cf74370262, issue #28631
r51811 lcl: remove stay-on-top window flags on ShowModal because they can block the application from input. Issue #27148
r51812 lcl: remove/restore stay-on-top windows in Application ModalStarted/ModalFinished, fix default methods with a counter. Issue #27148
git-svn-id: branches/fixes_1_6@51997 -
LCL: Reduce warnings by replacing deprecated TField's "Lookup" with "FieldKind=fkLookup".
........
lcl: using process Executable instead of CommandLine
........
LCL: Don't use PassWordChar when showing TextHint. Patch by riderkick. Issue #0029748.
........
git-svn-id: branches/fixes_1_6@51989 -
Carbon: remove system-wide stay-on-top window style for windows with defined WndParent. Issue #29694
........
Carbon: remove wrong code from SetRealPopupParent and add a ToDo.
........
git-svn-id: branches/fixes_1_6@51689 -
ShellTreeView: make PopulateWithBaseFiles public. Makes it possible to populate a ShelltreeView that was created at runtime.
........
git-svn-id: branches/fixes_1_6@51653 -
Qt: fixed painting on TGroupBox.issue #28155
........
Qt: fixed hint changing of TTrayIcon. issue #29478
........
Qt: proper resize QMDIArea if any of LCLObject child wincontrols are aligned alTop,alLeft,alBottom or alRight. issue #29529
........
Qt: fix activate/deactivate signal on mdichild forms without any control. issue #29528
........
Qt: fixed mouse events in TQtGroupBox. issue #29572
........
git-svn-id: branches/fixes_1_6@51517 -
LCL: don't prevent AutoSizeDelayedHandle for minimized windows. Issue #29445
........
LCL: fixed crash with sparta docked , added check for Target <> nil in SetFocusedControl.
........
LCL: Don't turn TScrollBar.Visible False when changing Kind property. AScrollBar.Show did not work due to flag tests. Issue #29422
........
git-svn-id: branches/fixes_1_6@51515 -
LCL: grids: partially revert r49016 #2b2ffb7044 that prevents OnSelectEditor when entering cell by keyboard. Issue #29191
........
grids: Do not reset Offset in keyboard Events. Issue #29420, patch by Michl
........
git-svn-id: branches/fixes_1_6@51328 -
DBNavigator: restore the icons for "delete" and "cancel" that got lost in r32029 #f6063bf57c. Issue #0029359.
........
git-svn-id: branches/fixes_1_6@51325 -
Qt: do not restore hints which are not visible by lcl.
........
Qt: fixed compilation with QTOPIA define. issue #29379
........
QT: Fix T(Float)SpinEdit OnChange. Issue #0029343.
........
git-svn-id: branches/fixes_1_6@51322 -