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 -
tachart: fix compiling for the coming TRect advanced functions in FPC 3.1.1 (see issue #29479)
........
TAChart: Add missing declaration of PutPixel to TOpenGLDrawer.
........
TAChart: Remove path to TADrawerOpenGl from opengl demo.
........
TAChart: Fix pen style and pen width in OpenGL drawer.
........
TAChart: Set "AddToUsesPkgSection" flag of TADrawerOpenGL to false (had been changed in r52340 #c3114ad322, resolves issue #0030169)
........
TAChart: Fix missing initialization of glut library in opengl demo.
........
TAChart: Publish event OnContextPopup
........
TAChart: Avoid chart popup menu opening at the end of a pan-drag operation with right mouse button.
........
git-svn-id: branches/fixes_1_6@52456 -
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 -
Educationlaz: Use FileExists instead of FileExistsUTF8. Fix compilation.
........
Educationlaz: Fix compilation caused by missing 'tbStandard', 'tbViewDebug' toolbars. New IDE Coolbar must be supported later. Issue #30043.
........
Educationlaz: Restore FileExistsUTF8 back, changed in r52239 #5238eb9493.
........
git-svn-id: branches/fixes_1_6@52277 -
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 -