Commit Graph

54024 Commits

Author SHA1 Message Date
jesus
1fb02e4d3e LazReport: fix PowerPDF exporter of roundrects without borders.
git-svn-id: trunk@57627 -
2018-04-08 18:21:53 +00:00
jesus
984515fd64 LazReport: fclpdf exporter, prefer Arial font as default in windows (avoid embedding of unused font program)
git-svn-id: trunk@57626 -
2018-04-08 17:30:59 +00:00
dmitry
a312e5d857 cocoa: fix the usage of hidden flag for EmbedInScrollView functions. hidden should be resused from the embedded viewm, rather than its parent
git-svn-id: trunk@57625 -
2018-04-08 16:09:41 +00:00
dmitry
dbdd55fa0f cocoa: processing system notifcations of the fullscreen changes
git-svn-id: trunk@57624 -
2018-04-08 16:01:46 +00:00
martin
1519d4d14f IDE, EditorOpts: Hide unimplemented "Undo after Save" option
git-svn-id: trunk@57623 -
2018-04-08 11:20:26 +00:00
martin
80ec0e7c96 IDE, Editor Macros: improved layout for "repeat play" / fixed check for "Checked"
git-svn-id: trunk@57622 -
2018-04-07 22:32:09 +00:00
martin
d414f81e90 IDE, Editor Macros: fixed upper case of name
git-svn-id: trunk@57621 -
2018-04-07 22:02:44 +00:00
dmitry
ce831bde99 cocoa: implementing full-screen mode to be macOS 10.7 full-screen compatbile. based on patches by AlexT and David Gray in #32050, #33210
git-svn-id: trunk@57620 -
2018-04-07 20:50:41 +00:00
dmitry
b32721218e cocoa: proper fix for #33172 (groupbox components should use the same callback) and fix for #33579 (revert extra resize notification)
git-svn-id: trunk@57619 -
2018-04-07 18:13:41 +00:00
juha
2f8a803b41 Printers: PageSetupDialog i18n fix. Issue #33568, patch from AlexeyT.
git-svn-id: trunk@57618 -
2018-04-07 10:53:18 +00:00
dmitry
ffd19f25dc cocoa: patch by lks, to handle keyup events with CMD key hold. #33503. Patch applied with a small change of always inheriting sendEvent method
git-svn-id: trunk@57617 -
2018-04-07 04:49:53 +00:00
dmitry
1a38dc5407 cocoa: sending LCL bounds change notifications only if bounds have actually changed, to prevent WM_Size loops
git-svn-id: trunk@57616 -
2018-04-07 03:48:22 +00:00
dmitry
ea840fc089 cocoa: sending change bounds notification on direct setBounds call, to update LCL bounds (boundsrect and clientsrect) information. #33172
git-svn-id: trunk@57615 -
2018-04-07 03:12:05 +00:00
martin
535304ef18 SynEdit, PasHL: fix "helper for" should not generate "foldnode-info" for "for". issue #33551
git-svn-id: trunk@57614 -
2018-04-06 21:06:31 +00:00
juha
96169209a1 Printers: Implement psoWarning in PageSetupDialog. Issue #33531, patch from AlexeyT.
git-svn-id: trunk@57613 -
2018-04-06 21:04:53 +00:00
ondrej
c131224bf7 LCL: avoid DoOnChange circle. Issue #33573
git-svn-id: trunk@57612 -
2018-04-06 18:41:28 +00:00
martin
b3d7705f6a PascalScript: update to upstream 4b310a0fe3905b8b1b6004a2891a8388a3fb3c1c
git-svn-id: trunk@57611 -
2018-04-06 12:39:53 +00:00
martin
81a920a231 PascalScript: Undo r57289 #488478cd6e part of issue #33134 comment 0107619
git-svn-id: trunk@57610 -
2018-04-06 12:32:38 +00:00
wp
456397d312 LHelp: Notify user if help file does not exist. Avoid adding empty help pages to the viewer.
git-svn-id: trunk@57609 -
2018-04-06 09:57:37 +00:00
wp
830c014103 lhelp: Fix empty [] in tab title (issue #33539).
git-svn-id: trunk@57608 -
2018-04-06 09:53:15 +00:00
maxim
334865d488 POChecker: removed 'No errors found' label from main form. It is not needed since we now always show Results form.
git-svn-id: trunk@57607 -
2018-04-05 22:49:48 +00:00
ondrej
cf03083224 IdeIntf: OI: fix streamed property detection (default float values were highlighted).
git-svn-id: trunk@57606 -
2018-04-05 11:22:33 +00:00
ondrej
81bee86e42 LCL: float spin (ex): fix streaming of Increment and MaxValue properties in FPC trunk. Issue #33567
git-svn-id: trunk@57605 -
2018-04-05 10:19:34 +00:00
juha
067144af2d LCL-GTK2: Fix designer behavior when Top/Left/Width/Height is selected in Object Inspector. Issue #33426, patch from accorp.
git-svn-id: trunk@57604 -
2018-04-05 02:09:02 +00:00
martin
9181c52089 PascalScript: Removed Delphi examples
git-svn-id: trunk@57603 -
2018-04-04 21:59:29 +00:00
martin
b893d1b710 PascalScript: Improved readme
git-svn-id: trunk@57602 -
2018-04-04 21:55:44 +00:00
mattias
028d607404 docs: TCustomIdleTimer
git-svn-id: trunk@57601 -
2018-04-04 12:43:29 +00:00
maxim
dc999feab0 LazReport: updated Russian translation
git-svn-id: trunk@57600 -
2018-04-03 22:29:37 +00:00
maxim
cb77def736 POChecker:
1) Made Results form multitabbed.
2) Detailed translation statistics are now always written to separate tab in Results form; corresponding item in test selection checklistbox is removed.
3) Detailed translation statistics are written in more compact form (less lines per element).
4) "Copy to clipboard"/"Save to file" buttons in Results form are replaced with context menu.
5) Regenerated translations and updated Russian translation.

git-svn-id: trunk@57599 -
2018-04-03 22:15:51 +00:00
wp
aef943e544 LCL: Fix events TField.OnSetText/OnGetText not being called when editing a TDBMemo (new patch by Soner, issue #33498)
git-svn-id: trunk@57598 -
2018-04-03 22:05:58 +00:00
jesus
e6c02d77d7 LazReport: The <expression> in the IF function can be a boolean value plus checks for NULL and EMPTY.
git-svn-id: trunk@57597 -
2018-04-03 08:17:06 +00:00
jesus
755a6e60ef LazReport: Documents the "IF" internal function, patch from Soner, issue #32197
git-svn-id: trunk@57596 -
2018-04-03 08:10:25 +00:00
wp
e6cd329fc4 lcl: Undo r57591 #2bad73f4cf (breaks display of DBMemo if no OnGetText/OnSetText handler is attached).
git-svn-id: trunk@57595 -
2018-04-03 07:57:45 +00:00
jesus
3746e63947 LazReport: TfrView's beforechange and afterchange made virtual
git-svn-id: trunk@57594 -
2018-04-03 07:56:21 +00:00
jesus
74a76be5d4 LazReport: Modified some Debug Log
git-svn-id: trunk@57593 -
2018-04-03 07:53:40 +00:00
martin
c6b2a92978 SynEdit: outline color / testcases for issue #32852
git-svn-id: trunk@57592 -
2018-04-02 22:18:25 +00:00
wp
2bad73f4cf LCL: Fix events TField.OnSetText/OnGetText not being called when editing a TDBMemo (patch by BrunoK, issue #33498)
git-svn-id: trunk@57591 -
2018-04-02 17:55:20 +00:00
maxim
91d005707d Opkman: regenerated translations and updated Russian translation
git-svn-id: trunk@57590 -
2018-04-01 22:13:16 +00:00
michael
17129f58a6 * Allow opening/new in new window
git-svn-id: trunk@57589 -
2018-04-01 16:25:46 +00:00
martin
7418d01c85 SynEdit: outline color / testcases
git-svn-id: trunk@57588 -
2018-04-01 13:17:32 +00:00
michael
c41bb75f54 * Allow drag&drop of report files.
git-svn-id: trunk@57586 -
2018-03-31 20:15:19 +00:00
michael
e2b698c85d * Load file from command-line if set
git-svn-id: trunk@57585 -
2018-03-31 19:51:16 +00:00
michael
bfcaf2d1db * Implement copy & paste (bug ID #0033351)
git-svn-id: trunk@57584 -
2018-03-31 19:34:38 +00:00
juha
e12c19d97c LCL-GTK2: Draw TToolButton correctly in TGtk2ThemeServices. Issue #33536, patch from Yuriy Kopnin.
git-svn-id: trunk@57583 -
2018-03-31 14:17:44 +00:00
juha
9d840e6fad IDE: Don't try to draw image for dividers in ToolbarConfig dialog. Issue #33533, patch from FTurtle.
git-svn-id: trunk@57582 -
2018-03-31 14:09:43 +00:00
juha
5e2d878e09 LCL-GTK2: Fix TFloatSpinEdit behaviour. Issue #32985, patch from accorp.
git-svn-id: trunk@57581 -
2018-03-31 13:53:03 +00:00
juha
32a9ec15de LCL-GTK2: Remove idle callback before destroying a widget. Issue #32985, patch from accorp.
git-svn-id: trunk@57580 -
2018-03-31 13:52:58 +00:00
balazs
e0f2c26d32 Opkman: Rename "Open" button to "Local repo" to prevent confusion.
git-svn-id: trunk@57579 -
2018-03-30 08:19:13 +00:00
balazs
6ee1d58104 Opkman: On refresh reset package filter.
git-svn-id: trunk@57578 -
2018-03-29 19:40:43 +00:00
balazs
e03d7bfcb1 Opkman: Bug fix: Install process is not aborted when the user click the "Cancel" button.
git-svn-id: trunk@57577 -
2018-03-29 12:26:42 +00:00