maxim
62223144ab
LazUtils, translations.pas unit: avoid the need to double-regenerate PO files in order to set context correctly when items are changed in the following manner:
...
"a" -> "c"
"b" -> "c"
Copying fuzzy translations has been disabled because it practically does not help translators and can create potential confusion (some items (like in case above) will appear to have false history, and suggested translation is incorrect anyway). Instead now we guarantee to suggest non-fuzzy translation if it exists.
TPOFile.OriginalList property is removed: it was meant for PoChecker and is not needed by it anymore, its underlying field contents have been changed in order to allow aforementioned changes and most likely will be changed again in near future.
git-svn-id: trunk@57346 -
2018-02-21 23:35:04 +00:00
maxim
d67b1cba36
PoChecker: TPoFamily.CheckDuplicateOriginals rewritten in order not to use TPOFile.OriginalList
...
git-svn-id: trunk@57345 -
2018-02-21 22:56:28 +00:00
juha
b37b2476b5
IDE: Improve typecasts in TProject.UpdateUnitComponentDependencies.
...
git-svn-id: trunk@57344 -
2018-02-21 10:15:24 +00:00
wp
25e1ae1c92
TAChart: Fix compilation with fpc 3.0.0
...
git-svn-id: trunk@57343 -
2018-02-21 08:17:42 +00:00
balazs
910ee0f64f
Opkman: Fix memory leak on IDE shutdown.
...
git-svn-id: trunk@57342 -
2018-02-21 06:02:32 +00:00
balazs
ab634af21c
Opkman: Small refactoring.
...
git-svn-id: trunk@57341 -
2018-02-21 05:55:58 +00:00
mattias
38166e7a0a
codetools: parse built-in function concat in constant, issue #33201
...
git-svn-id: trunk@57339 -
2018-02-20 17:35:27 +00:00
ondrej
65d5df23da
win32: use GetWin32ThemedDoubleBuffered for custom grid. Issue #33198
...
git-svn-id: trunk@57338 -
2018-02-20 16:49:31 +00:00
wp
0fec37b2d5
imagesforlazarus: Set debug info in package options to "Automatic" (instead of "Stabs). Issue #33175
...
git-svn-id: trunk@57337 -
2018-02-20 14:54:57 +00:00
juha
d13454aaff
LCL: Fix zooming in TImage. Issue #33066 , patch from AlexeyT.
...
git-svn-id: trunk@57336 -
2018-02-20 12:14:48 +00:00
juha
c3a209f671
FpReport designer: Support Mysql / MariaDB. Issue #33161 , patch from Andi Friess.
...
git-svn-id: trunk@57335 -
2018-02-20 11:07:59 +00:00
juha
9105b67106
Fixes for examples/androidlcl. Issue #31884 , patch from rusty_robot.
...
git-svn-id: trunk@57334 -
2018-02-20 11:02:52 +00:00
wp
e70e036998
ide/codetools options: Make default of "Icons in code completion box" false.
...
git-svn-id: trunk@57333 -
2018-02-20 08:05:18 +00:00
michl
c582885e5c
IDE: Fixed components with published properties of type "interface" does not work. Issue #32919 . Patch by Andi Friess
...
git-svn-id: trunk@57332 -
2018-02-19 23:42:46 +00:00
michl
e34bbc5c6f
LCL: Fixed OnKeyUp for special keys when key was handled in OnKeyDown. Issue #33196
...
git-svn-id: trunk@57331 -
2018-02-19 23:28:20 +00:00
maxim
0d06913fda
Opkman: removed unused string, regenerated translations and updated Russian translation
...
git-svn-id: trunk@57330 -
2018-02-19 22:43:20 +00:00
balazs
2489e7c8b0
Opkman: Extend package state list.
...
git-svn-id: trunk@57329 -
2018-02-19 12:35:36 +00:00
balazs
634a5e3b53
Opkman: Merge "Install" and "Update" buttons.
...
git-svn-id: trunk@57328 -
2018-02-19 07:14:45 +00:00
maxim
73a90daa66
LazUtils: fixed TPOFile.FillItem debugln in translations.pas
...
git-svn-id: trunk@57327 -
2018-02-18 21:42:38 +00:00
mattias
060db859c5
IDEIntf: added TAbstractOptionsEditorDialog.FindEditor(aClassName: string)
...
git-svn-id: trunk@57326 -
2018-02-18 14:16:48 +00:00
michael
499ddd57ef
* Fix setting initial compiler options for pas2js node project
...
git-svn-id: trunk@57325 -
2018-02-18 10:19:57 +00:00
juha
765cc14f74
LCL-Carbon: Use function IsFontNameDefault. Issue #32211 , patch from AlexeyT.
...
git-svn-id: trunk@57324 -
2018-02-17 20:06:31 +00:00
ondrej
fbd879bb4a
win32: register TWin32WSCustomTreeView
...
git-svn-id: trunk@57323 -
2018-02-17 19:43:21 +00:00
mattias
a7d82ae9eb
lcl: translations: fixed getting duplicate msg from .mo file, issue #33173
...
git-svn-id: trunk@57321 -
2018-02-17 10:44:33 +00:00
mattias
0b8beb57af
lcl: fixed typo
...
git-svn-id: trunk@57320 -
2018-02-17 10:42:53 +00:00
mattias
c56672a0e9
lcl: lcltranslator: FindLocaleFileName: fixed checking if dir is absolute
...
git-svn-id: trunk@57318 -
2018-02-17 10:40:22 +00:00
maxim
97eebaa8d9
LazUtils: slightly improved code in translations.pas without changing logic
...
git-svn-id: trunk@57317 -
2018-02-16 23:02:09 +00:00
wp
d1e2b7bf71
TAChart: undo adding DoubleBuffered in some demos (r57279)
...
git-svn-id: trunk@57316 -
2018-02-16 16:35:38 +00:00
wp
331830e783
TAChaft: Remove flickering (set DoubleBuffered like in r57313 #2d90a836ed)
...
git-svn-id: trunk@57315 -
2018-02-16 16:27:37 +00:00
ondrej
49f79ecfb0
win32: clear double buffer before painting (if not cleared, stubs from other controls were painted on new area when resizing)
...
git-svn-id: trunk@57314 -
2018-02-16 14:20:45 +00:00
ondrej
2d90a836ed
synedit: set DoubleBuffered in Loaded and not in constructor
...
git-svn-id: trunk@57313 -
2018-02-16 14:03:40 +00:00
ondrej
04519400dc
win32: use GetWin32ThemedDoubleBuffered for status bar control
...
git-svn-id: trunk@57312 -
2018-02-16 13:53:17 +00:00
ondrej
2eb282de45
win32: use GetWin32ThemedDoubleBuffered for page/tab control
...
git-svn-id: trunk@57311 -
2018-02-16 13:41:43 +00:00
ondrej
94af0e219e
win32: don't limit GetWin32ThemedDoubleBuffered only for Vista
...
git-svn-id: trunk@57310 -
2018-02-16 13:40:52 +00:00
ondrej
1ee1b616cc
synedit: ignore themes for DoubleBuffered
...
git-svn-id: trunk@57309 -
2018-02-16 11:56:02 +00:00
ondrej
a7f4d141f1
synedit: use GetWin32ThemedDoubleBuffered on win32 and in run-time only
...
git-svn-id: trunk@57308 -
2018-02-16 11:46:45 +00:00
ondrej
4a859dd0e1
win32: use GetWin32ThemedDoubleBuffered for tool bar
...
git-svn-id: trunk@57307 -
2018-02-16 11:30:19 +00:00
ondrej
50548dc73d
win32: implement GetWin32ThemedDoubleBuffered and use it for tree view and check box.
...
git-svn-id: trunk@57306 -
2018-02-16 11:20:14 +00:00
ondrej
ab410ae1d2
LCL, win32: add TWSWinControlClass.GetDoubleBuffered
...
git-svn-id: trunk@57305 -
2018-02-16 11:15:36 +00:00
ondrej
f651d8df78
lcl: add SM_REMOTESESSION constant
...
git-svn-id: trunk@57304 -
2018-02-16 10:46:56 +00:00
maxim
c6b262b87d
lazdebuggergdbmi: fixed some typos, regenerated translations and updated Russian translation
...
git-svn-id: trunk@57303 -
2018-02-15 21:50:12 +00:00
maxim
c9b0bb1885
IDE: committed regenerated master translation file
...
git-svn-id: trunk@57302 -
2018-02-15 21:37:06 +00:00
michl
34c036acf3
LCL: Fixed fast typing issue for default Enter. Issue #33049
...
git-svn-id: trunk@57301 -
2018-02-14 22:01:03 +00:00
martin
e1541e7369
Debugger, SSH-GDBMI: improve parsing ssh startup from stream / Add timeout option for ssh
...
git-svn-id: trunk@57300 -
2018-02-14 19:05:36 +00:00
wp
38764c44e8
TAChart: Add new chart events supporting the drawing backends (OnAfter/BeforeCustomDrawBackground/Backwall). Deprecate these old events using the standard Canvas. Deprecate Reticule.
...
git-svn-id: trunk@57299 -
2018-02-14 09:13:31 +00:00
wp
6555bcc577
TAChart: Fix OpenGLDrawer memory leak.
...
git-svn-id: trunk@57295 -
2018-02-12 23:20:00 +00:00
wp
e2f92fa807
TAChart: Fix OpenGL drawer error "InitFonts not called"
...
git-svn-id: trunk@57294 -
2018-02-12 22:50:49 +00:00
ondrej
6ec411db7b
docs:imagelist: Scaled, OnGetWidthForPPI
...
git-svn-id: trunk@57293 -
2018-02-12 20:31:02 +00:00
ondrej
2f4595ff71
examples: imagelist: fix comment, cleanup
...
git-svn-id: trunk@57292 -
2018-02-12 20:24:59 +00:00
mattias
017493f462
jcf2: added proc modifier vectorcall, patch #33134
...
git-svn-id: trunk@57291 -
2018-02-12 14:56:00 +00:00