mattias
ba9c69e6b3
codetools: debug for no node at cursor
...
git-svn-id: trunk@57371 -
2018-02-25 12:27:52 +00:00
maxim
32888ff513
LazUtils: translations.pas unit: reduced lowercase function calls
...
git-svn-id: trunk@57367 -
2018-02-24 23:00:57 +00:00
maxim
afe1fc7762
Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #33213
...
git-svn-id: trunk@57363 -
2018-02-24 21:57:20 +00:00
maxim
6c06e1c67a
Translations: LCL Polish translation update by Jacek Kruszniewski, bug #33200
...
git-svn-id: trunk@57362 -
2018-02-24 21:49:40 +00:00
martin
b4037cfd4f
SynEdit: Completion box, respect space for taskbar. Use screen.WorkArea. Issue #033180
...
git-svn-id: trunk@57361 -
2018-02-24 21:43:22 +00:00
bart
9801fd24ee
Dialogs: overload CreateMessageDlg function with parameter to set dialog caption.
...
git-svn-id: trunk@57360 -
2018-02-24 16:01:21 +00:00
michael
3f3f298212
* Patch from Andreas Friess to add MRU menu
...
git-svn-id: trunk@57359 -
2018-02-24 15:21:09 +00:00
michael
fe087e9ac4
* Do not allow data management in the IDE
...
git-svn-id: trunk@57358 -
2018-02-24 14:56:25 +00:00
michael
f6c552eca5
* Aliases for conventience
...
git-svn-id: trunk@57357 -
2018-02-24 14:55:59 +00:00
michael
a35bc6dcd0
* Fix bug ID #33219
...
git-svn-id: trunk@57356 -
2018-02-24 14:52:15 +00:00
wp
7787ca1fdd
LCL/ValuelistEditor: Change column titles from "Key"/"Name" to "Key"/"Value"
...
git-svn-id: trunk@57355 -
2018-02-24 11:45:10 +00:00
martin
1f0b04b667
IDE, Debugger Options: Remove "Signals" config page as it is not implemented.
...
git-svn-id: trunk@57354 -
2018-02-23 13:41:48 +00:00
maxim
f9b0f8efa4
Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #33206
...
git-svn-id: trunk@57353 -
2018-02-22 22:43:34 +00:00
maxim
a227aeb769
Translations: LCL Polish translation update by Jacek Kruszniewski, bug #33200
...
git-svn-id: trunk@57351 -
2018-02-22 22:19:42 +00:00
martin
b3da046aeb
Debugger, GDBMI: add option to disable case sensitivity in gdb / useful with dwarf 3. (by default disable for gdb 7.4 and up)
...
git-svn-id: trunk@57350 -
2018-02-22 21:00:31 +00:00
martin
e44d30fc02
SourceEditor, Debug Hint: Improved display of dereferenced values
...
git-svn-id: trunk@57349 -
2018-02-22 13:49:34 +00:00
martin
b49e87db2a
SynEdit: (temporarily) made TSynCustomHighlighter.IdleScanRanges virtual. Issue #33185
...
git-svn-id: trunk@57348 -
2018-02-22 09:33:31 +00:00
maxim
caf81d7978
Translations: regenerated translations
...
git-svn-id: trunk@57347 -
2018-02-21 23:53:05 +00:00
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