ShellCtrls: don't raise unspecified exceptions for errors specific to shellctrls. (Not Delphi compatible, but won't break anything, and ShellCtrls isn't very Delphi compatible.)
........
TShellTreeView: don't call SetObjectType in constructor. Part of issue #0027591.
........
git-svn-id: branches/fixes_1_4@48144 -
LHelp: i18n and initial Hungarian translation, based on patch by Péter Gábor, bug #27576; also added Russian translation
........
git-svn-id: branches/fixes_1_4@48110 -
TShellTreeView: better fix not displaying files in connected ShellListView. Issue #0027571.
........
TShellTreeView: when a TShellListView is attached, handle selecting items that do not exist anymore on disk.
........
LCL: regenerated translations and updated Russian translation
........
git-svn-id: branches/fixes_1_4@48091 -
IdeIntf: Use CheckBox as boolean editor also for Set elements.
........
IdeIntf: Support restoring default value in Object Inspector for Set types. Issue #18734.
........
git-svn-id: branches/fixes_1_4@48036 -
LazReport: Polish translation update by Paweł Dmitruk, bug #27548. While at this, regenerated all other translations.
........
IDE: French translation update by Gilles Vasseur, bug #27546
........
git-svn-id: branches/fixes_1_4@48026 -
TI Grid: Make a CheckBox boolean editor work somehow. Was stuck on 'True'. Must be fixed properly later.
........
TI Grid: move HookGetCheckboxForBoolean from OI dialog to PropertyGrid. Publish CheckboxForBoolean. Solves issue #27521.
........
git-svn-id: branches/fixes_1_4@48007 -
TCheckListBox: when user presses spacebar:
- if ItemIndex = -1: set it to 0 and fire OnClick;
- fire OnClickCheck.
Issue #0024695.
........
TCheckListBox: fix possible crash introduced in r47992 #62711a2bb8.
........
git-svn-id: branches/fixes_1_4@48006 -
IDE: Fix "All Options" parser for FPC 3.x output.
........
IDE: Improve the palette tab in ComponentList window. Issue #27527, patch from Balazs Szekely.
........
IDE: Take care of component palette page names that differ only by character case. Issue #27516.
........
IDE: Improve the List and Inheritance tabs of ComponentList. Issue #27539, patch from Balazs Szekely.
........
git-svn-id: branches/fixes_1_4@48005 -
Speedup lhelp starting.
New LHelp messages are added and the ide will try to rebuild lhelp if lhelp doesn't understand the new messages
........
Added check to try to save original lhelp when recompiling in case it fails. Fixed bug where ContentProvider.EndUpdate was called too soon. LHelp starts speedily now :)
........
Lazarus chm search to send to lhelp now doesn't search paths recursively
........
git-svn-id: branches/fixes_1_4@48003 -
Qt: fixed TListView.OnData when we use TQtListWidget (vsList)
........
Qt: fixed selection behaviour of TListView.vsList when OwnerData = true.
........
Qt: fixed getting displaysize of TListView.Item drIcon. part of issue #27509
........
Qt: do not send resize event on restore of minimized mdichild form. issue #27518
........
Qt: fixed TListItem DisplayRect for drLabel & drIcon. part of issue #27509
........
Qt: return correct displayrect(drLabel, drIcon) for TListView.vsList. issue #27509
........
git-svn-id: branches/fixes_1_4@48001 -