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 -
Turbopower_ipro: Improved print preview form.
........
TurboPower_iPro: New IpHtmlPanel property ScrollDist. Scroll is a function now returning false if view rect was not changed.
........
TurboPower_iPro: Control scrolling by optional parameter instead of new property.
........
TurboPower_iPro: Property ScrollDist is back(for controlling built-in scrolling). Add German translation file of iphtmppv.
........
TurboPower_iPro: Fix size selection of preview form.
........
TurboPower_iPro: Avoid some duplicate lines around page break when printing. Avoid horizontally clipped last line on some pages of preview (first line on next page may still be clipped).
........
TurboPower_iPro: Fix showing of long tables at the beginning of a document.
........
Turbopower_IPro: regenerated translations and updated Russian translation
........
TurboPower_iPro: Fix clipped lines in print preview
........
TurboPower_iPro: Fix list index error if ENTER is pressed and no TabItems are present
........
git-svn-id: branches/fixes_1_6@52124 -
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 -
IDE: Show methods when clicked in OI also when they are in another unit/form. Issue #25954.
........
IDE: Sort a category list in "All options" parser. Issue #29907.
........
IDE: Export/Import also package options properly. Worked only for project. Issue #27709.
........
git-svn-id: branches/fixes_1_6@52121 -