Commit Graph

54479 Commits

Author SHA1 Message Date
mattias
738fe94d96 IDE: messages window: show used parsers
git-svn-id: trunk@57951 -
2018-05-18 07:02:10 +00:00
mattias
982cf32719 anchordocking: readme
git-svn-id: trunk@57950 -
2018-05-18 07:01:53 +00:00
maxim
36b1e31994 LazUtils: Translations unit: do not count errors in TPOFile class anymore, remove NrErrors property.
Reasons:

1) NrErrors was added for POChecker, but it does not use this property.
2) NrErrors count reflected only formatting errors, but this count has little value without list of strings with these errors.
3) PO file errors/problems are not limited by formatting errors (e.g. there can be master/child PO file string mismatches). Detecting them is out of scope of TPOFile class, so NrErrors count in many cases could be misleading.

git-svn-id: trunk@57948 -
2018-05-16 22:26:59 +00:00
michl
12c69fc609 LCL: Fixed OnClick event not triggered for a TSpeedButton on a fresh created form when inside a TGroupBox. Issue #26638
git-svn-id: trunk@57947 -
2018-05-16 21:29:56 +00:00
michl
54a75891f1 LCL: ListView: Win32: Fixed PopupMenu shown twice. Issue #33746
git-svn-id: trunk@57946 -
2018-05-16 16:57:27 +00:00
mattias
e69a6123d9 cody: fixed identifier completion add package
git-svn-id: trunk@57945 -
2018-05-16 13:17:38 +00:00
mattias
8a2bc3b07e fpcunit: less hints
git-svn-id: trunk@57944 -
2018-05-16 13:17:01 +00:00
mattias
0a40c1007c lcl: fixed indentation
git-svn-id: trunk@57943 -
2018-05-16 13:16:45 +00:00
michl
04a216861b IDE: Fixed double click on entry in call stack window opens popup after revision 57906 #fb89a71bb6. Issue #33735
git-svn-id: trunk@57942 -
2018-05-15 13:59:56 +00:00
ondrej
d1e2c7a8f0 LCL: imglist: fix AV in GetBitmap if ImageIndex is invalid. Issue #33732
git-svn-id: trunk@57941 -
2018-05-15 06:50:14 +00:00
maxim
dd68a86a8e Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #33733
git-svn-id: trunk@57940 -
2018-05-14 23:21:52 +00:00
maxim
b88e8116bc JSONViewer: updated Russian translation
git-svn-id: trunk@57936 -
2018-05-14 22:32:34 +00:00
maxim
b9e2a07cef IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@57935 -
2018-05-14 22:30:57 +00:00
zeljko
219a09ac76 Qt5: added QPaintDevice_devicePixelRatioF() to the Qt5 pascal bindings unit.
git-svn-id: trunk@57934 -
2018-05-14 17:09:55 +00:00
zeljko
9c2af0a6ed Qt5: added QPaintDevice_devicePixelRatioF()
git-svn-id: trunk@57933 -
2018-05-14 17:08:44 +00:00
ondrej
c49ee01dbe win32: fix compilation after r57929 #e58e0a48d1
git-svn-id: trunk@57932 -
2018-05-13 21:37:52 +00:00
ondrej
83cb5d2560 Cocoa: improve r57928 #fda9deecd3
git-svn-id: trunk@57931 -
2018-05-13 21:37:00 +00:00
ondrej
815bedd1ec IDE: menueditor: high-dpi menu icons
git-svn-id: trunk@57930 -
2018-05-13 21:25:51 +00:00
ondrej
e58e0a48d1 LCL: themes: high-DPI DrawIcon
git-svn-id: trunk@57929 -
2018-05-13 21:25:07 +00:00
ondrej
fda9deecd3 Cocoa: TBitBtn retina support. Issue #33713
git-svn-id: trunk@57928 -
2018-05-13 20:57:16 +00:00
ondrej
e5ab08f99b LCL: grids: remove checkbox images
git-svn-id: trunk@57927 -
2018-05-13 19:44:29 +00:00
ondrej
76bf7b4649 Win32: improve FontIsMonoSpace. issue #28898
git-svn-id: trunk@57926 -
2018-05-13 13:16:37 +00:00
ondrej
32d9cf118f Win32: bitbtn: handle glyphs only if they are really visible
git-svn-id: trunk@57925 -
2018-05-13 12:52:26 +00:00
ondrej
4c167b9cba Gtk2: bitbtn: handle glyphs only if they are really visible
git-svn-id: trunk@57924 -
2018-05-13 12:51:54 +00:00
ondrej
0a0c499b42 Cocoa: bitbtn: handle glyphs only if they are really visible
git-svn-id: trunk@57923 -
2018-05-13 12:51:32 +00:00
mattias
6c60f25968 IDE: quickfix: check only id
git-svn-id: trunk@57922 -
2018-05-13 12:40:28 +00:00
ondrej
1687a7b56a Qt, Qt5: fix crash if glyph is available but hidden with ShowMode
git-svn-id: trunk@57921 -
2018-05-13 12:28:28 +00:00
mattias
04805d25f4 IDE: quickfix inherited method is hidden: add modifier override
git-svn-id: trunk@57920 -
2018-05-13 12:00:23 +00:00
mattias
087d883674 codetools: AddProcModifier fixed external name
git-svn-id: trunk@57919 -
2018-05-13 11:33:35 +00:00
mattias
62b1cabdb9 codetools: test AddProcModifier
git-svn-id: trunk@57918 -
2018-05-13 11:33:13 +00:00
michael
c7d41c8b0d * Allow to view JSON as raw text
git-svn-id: trunk@57917 -
2018-05-13 11:32:30 +00:00
ondrej
c4ea1b6963 LCL: image list: revert r52077 #ddef968c2b, issue #29905
git-svn-id: trunk@57916 -
2018-05-13 11:24:36 +00:00
mattias
995f971392 IDE: added quickfix for An inherited method is hidden, add overload or reintroduce
git-svn-id: trunk@57915 -
2018-05-13 10:41:19 +00:00
mattias
0aeaf2facf codetools: added AddProcModifier
git-svn-id: trunk@57914 -
2018-05-13 09:57:40 +00:00
mattias
ce26461eaa codetools: added AddProcModifier
git-svn-id: trunk@57913 -
2018-05-13 09:57:27 +00:00
mattias
aed34f64ed IDE: fixed crash in searchresultsview
git-svn-id: trunk@57912 -
2018-05-13 08:31:09 +00:00
mattias
f3fa5cd498 pas2jsdsgn: using CompilerPath
git-svn-id: trunk@57911 -
2018-05-13 07:15:48 +00:00
mattias
ee7e7c077c IDEIntf: added CompilerPath, fixed fpc msg parser if msg id not found
git-svn-id: trunk@57910 -
2018-05-13 07:15:23 +00:00
dmitry
f01052ee8f cocoa: forcing CocoaWSMemo to use plain text, disabling rich-editor features. #33699
git-svn-id: trunk@57909 -
2018-05-13 06:21:54 +00:00
dmitry
19695582ac cocoa: forcing a new modal window shown to be enabled. Ignoring modality on enbabled check. #33642
git-svn-id: trunk@57908 -
2018-05-13 06:09:31 +00:00
mattias
1c9d296eba IDE: removed writeln
git-svn-id: trunk@57907 -
2018-05-12 22:37:27 +00:00
michl
fb89a71bb6 LCL: ListView: Win32: Fixed mouse events for multiselection = true. Issue #33330
git-svn-id: trunk@57906 -
2018-05-12 20:26:57 +00:00
mattias
f65a30ed47 IDE: use pas2js msg parser
git-svn-id: trunk@57905 -
2018-05-12 15:36:26 +00:00
maxim
b1d331665f IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@57904 -
2018-05-11 22:36:54 +00:00
maxim
9895db58bb IDE: fixed typo
git-svn-id: trunk@57903 -
2018-05-11 22:36:23 +00:00
mattias
157312616b IDE: started pas2js message parser
git-svn-id: trunk@57902 -
2018-05-11 19:59:48 +00:00
mattias
536ffd588f IDE: search results view: fixed docked
git-svn-id: trunk@57901 -
2018-05-11 19:57:54 +00:00
mattias
24a1327b6a lcl: TCustomForm.SetActiveControl: debugging
git-svn-id: trunk@57900 -
2018-05-11 19:57:30 +00:00
wp
7b4fa8c326 Examples/sprites: Add smooth movement of sprite by keyboard, as well as interia effect for keyboard movement (code by Handoko, https://forum.lazarus.freepascal.org/index.php/topic,41178.msg285678.html#msg285678).
git-svn-id: trunk@57899 -
2018-05-11 17:05:38 +00:00
ondrej
9997fa404c IDE: new more simple naming for smart editor move commands
git-svn-id: trunk@57898 -
2018-05-11 15:00:53 +00:00