Commit Graph

54344 Commits

Author SHA1 Message Date
maxim
8784d29e15 LCL: fixed typo in comment
git-svn-id: trunk@57967 -
2018-05-18 23:04:23 +00:00
maxim
99703bc40b LazUtils: Translations unit: removed historical description from comment in the file header (it mentioned no longer existing files/properties). Complete history is available in SVN.
git-svn-id: trunk@57966 -
2018-05-18 23:03:15 +00:00
maxim
0c938e3691 LazUtils: Translations unit: refactored TPOFile statistics (translated/untranslated/fuzzy counters) calculation:
1) Do not try to calculate statistics while reading/updating PO file. Instead calculate it on first read of Statistics property after file read/update. This simplifies logic, makes it easier to maintain and avoids unnecessary calculations when statisics are not actually needed (basically all cases except POChecker).
2) Grouped statistics fields in one record (all these values are usually needed at the same time).
3) Adapted POChecker to the new interface.

git-svn-id: trunk@57965 -
2018-05-18 22:40:50 +00:00
wp
a47fa2b041 LCL/grids: Undo commits r57960 #7ea1e8cd31 and 57963
git-svn-id: trunk@57964 -
2018-05-18 22:22:59 +00:00
wp
0c2a0ee826 lcl/grids: Fix sort arrow of grid with columns being painted twice after prev commit.
git-svn-id: trunk@57963 -
2018-05-18 21:46:36 +00:00
michl
27a2e55798 LCL: PropEdits: ShortCutGrabBox: Removed mouse keys from key combobox.
git-svn-id: trunk@57962 -
2018-05-18 21:34:48 +00:00
mattias
967bf6dfd1 IDE: fix invalid localized package names
git-svn-id: trunk@57961 -
2018-05-18 21:34:39 +00:00
wp
7ea1e8cd31 LCL/grids: Show sort arrows in header of sorted grid even if the grid does not define columns (issue #33731).
git-svn-id: trunk@57960 -
2018-05-18 21:05:49 +00:00
michl
c21d026d03 IDE: Fixed key mappings key name (Unknown) for value 0, after revision 57373 #193932300b. Issue #30992
git-svn-id: trunk@57959 -
2018-05-18 20:52:45 +00:00
michl
31dd064264 IDE: ObjectInspector: Fixed property filter input: caret jumps to begin. Issue #33585
git-svn-id: trunk@57957 -
2018-05-18 19:51:00 +00:00
martin
bd49e508e2 GDBMI Debugger: add property to disable startup shell
git-svn-id: trunk@57956 -
2018-05-18 17:58:39 +00:00
martin
b374f7c125 GDBMI Debugger: add property for asm flavour.
git-svn-id: trunk@57955 -
2018-05-18 17:43:19 +00:00
mattias
d36c84686d codetools: parse external class const
git-svn-id: trunk@57954 -
2018-05-18 08:04:31 +00:00
mattias
167c4c911d codetools: test external class const
git-svn-id: trunk@57953 -
2018-05-18 08:04:09 +00:00
mattias
e1dcfde200 codetools: identifier completion: list pas2js default units
git-svn-id: trunk@57952 -
2018-05-18 07:31:39 +00:00
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