Commit Graph

47633 Commits

Author SHA1 Message Date
maxim
df04f44051 IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@49842 -
2015-09-16 22:05:17 +00:00
mattias
6e84cb390d codetools: local var completion: group vars with same type, from Ondrej Pokorny
git-svn-id: trunk@49840 -
2015-09-16 12:06:18 +00:00
zeljko
cf3d8e35ba LCL: do not call DoCallKeyEventHandler() inside TWinControl.KeyDown() if Key = 0, since it might be that our control is
destroyed inside OnKeyDown event. Fixes regression of issue #28537

git-svn-id: trunk@49839 -
2015-09-16 11:47:02 +00:00
bart
eaca242dbb SynEdit: TSynCustomExporter: Clear the ClipBoard in CopyToClipboardFormat,
otherwise external applications will only ever see the first Copy we put there.

git-svn-id: trunk@49838 -
2015-09-16 11:10:38 +00:00
mattias
f4836cb1da codetools: GetSmartHint: ctnSetType: fixed
git-svn-id: trunk@49837 -
2015-09-16 08:50:37 +00:00
mattias
fca3ce09ec codetools: GetSmartHint: ctnSetType: limitless
git-svn-id: trunk@49836 -
2015-09-16 08:23:22 +00:00
mattias
ca9e9967a2 codetools: GetSmartHint: ctnSetType: append initial value, from Ondrej Pokorny
git-svn-id: trunk@49835 -
2015-09-16 08:22:26 +00:00
mattias
87f3fd5da2 codetools: GetSmartHint: ctnSetType fixed copy
git-svn-id: trunk@49834 -
2015-09-16 08:19:40 +00:00
mattias
9aaf5b19da codetools: improved smart hint for set and enums from Ondrej Pokorny
git-svn-id: trunk@49829 -
2015-09-15 20:32:16 +00:00
mattias
a0b6593d68 opengl: added DebugContext, patch #28671
git-svn-id: trunk@49828 -
2015-09-15 12:47:22 +00:00
maxim
63351990c2 IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@49827 -
2015-09-14 23:21:36 +00:00
sekelsenmat
52234a77bd cocoa: Fixes bug #28655, groupbox click issues
git-svn-id: trunk@49826 -
2015-09-14 20:19:26 +00:00
juha
addea6e448 Converter: Improve MissingUnits form layout. Issue #28676, patch from Alexey Torgashin.
git-svn-id: trunk@49825 -
2015-09-14 14:30:28 +00:00
zeljko
300707437e Qt: pass key events from dropdown list to the lcl. part of issue #28553
git-svn-id: trunk@49824 -
2015-09-14 08:34:03 +00:00
juha
9f13f52fca IDE: Minor layout alignment change for keymapping options. Issue #28660.
git-svn-id: trunk@49823 -
2015-09-14 07:50:11 +00:00
sekelsenmat
e36458af79 cocoa: Fixes regression which broke letter typing in TMemo
git-svn-id: trunk@49822 -
2015-09-14 04:52:18 +00:00
sekelsenmat
1fc9cadb0e cocoa: Attempt at fixing event issues in GroupBox, not yet fully working
git-svn-id: trunk@49821 -
2015-09-14 04:46:02 +00:00
bart
9c3d4cb567 SynEdit: TSynEditExporterHtml:
- Use property options to control output of the export
- Deprecate property CreateHTMLFragment (use Options instead)
- Make it possible to include a DocType definitions and a CharSet definition in the output (#issue #0028627)
- Fix wrong values in the Windows header for the ClipBoard (Issue #0028633)
  (These two fixes depended on eachother, so they are in one commit)
- ExportAsText now only affects how the stream is copied to the ClipBoard (as the comments in SynEditExport state)
- Try to make the whole thin less Windows centric
- Don't escape single and double quote, it's not necessary in the body text.
- Refactor

git-svn-id: trunk@49820 -
2015-09-13 12:10:32 +00:00
michael
7dba150a36 * Dependency on FPCUnitConsoleRunner is not needed since a long time, the functionality is in FCL
git-svn-id: trunk@49818 -
2015-09-12 09:41:06 +00:00
sekelsenmat
0d1f9bd856 cocoa: Implements key up/pressed/down for TEdit, but only keyDown is not ideal due to cocoa limitations
git-svn-id: trunk@49817 -
2015-09-12 07:37:40 +00:00
mattias
ff1747c1eb opengl: cocoa: init with attributes
git-svn-id: trunk@49816 -
2015-09-11 15:52:12 +00:00
sekelsenmat
b690381ab0 cocoa: Redesigns the blocking of events during modal to use lclIsEnabled
git-svn-id: trunk@49815 -
2015-09-11 05:16:36 +00:00
mattias
5c6d68e163 lazbuild: added flag --verbose-pkgsearch
git-svn-id: trunk@49814 -
2015-09-10 15:26:08 +00:00
mattias
49c39a1f96 todolist: help button open wiki page, patch #28649 from Alexey Torgashin
git-svn-id: trunk@49813 -
2015-09-10 14:20:04 +00:00
mattias
a85bd20548 anchordocking: clean up
git-svn-id: trunk@49812 -
2015-09-10 14:19:30 +00:00
juha
24978f559e IDE: Enhanced JumpTo* commands for procedure header and begin. Issue #28612, patch from Ondrej Pokorny.
git-svn-id: trunk@49811 -
2015-09-10 13:57:24 +00:00
juha
9572033709 IDE: Enhanced desktops drop-down menu with "Toggle debug desktop". Add icons, actions and shortcuts. By Ondrej Pokorny.
git-svn-id: trunk@49810 -
2015-09-10 13:57:17 +00:00
juha
59d2985bbc New icons for JumpToProcedure* commands, by Ondrej Pokorny.
git-svn-id: trunk@49809 -
2015-09-10 13:42:34 +00:00
juha
5933e509b6 ChmHelp: Use right units from LazUtils.
git-svn-id: trunk@49808 -
2015-09-10 12:12:02 +00:00
mattias
796a5fdd00 IDE+codetools: property completion: options to use a prefixed name as Set mthod parameter, patch #28181 from Ondrej Pokorny
git-svn-id: trunk@49807 -
2015-09-10 11:51:16 +00:00
mattias
c36aa6da8e IDE: load desktops: check file version when loading old data, cleaning up old data
git-svn-id: trunk@49806 -
2015-09-10 11:16:25 +00:00
mattias
aebdc634cf IDE: merged options open last project and last packages
git-svn-id: trunk@49805 -
2015-09-10 10:58:18 +00:00
mattias
6637d69e9a IDE: store open packages when closing and reopen them on next start, added option to disable this, patch from Ondrej Pokorny
git-svn-id: trunk@49804 -
2015-09-10 08:50:39 +00:00
mattias
2d873789da IDE: designer: implemented csDesignInteractive
git-svn-id: trunk@49803 -
2015-09-09 22:34:53 +00:00
mattias
bf21367723 IDE: restore desktop: multiple source editors, from Ondrej Pokorny
git-svn-id: trunk@49802 -
2015-09-09 22:25:57 +00:00
mattias
61f3ca566c IDE: clean up
git-svn-id: trunk@49801 -
2015-09-09 21:15:24 +00:00
jesus
67c31934b5 LazReport: fix mem leak
git-svn-id: trunk@49800 -
2015-09-09 19:19:14 +00:00
juha
eb8f5528e5 Codetools: Extend JumpToImplementation example with a tool button and drop-down-menu. By Ondrej Pokorny.
git-svn-id: trunk@49799 -
2015-09-09 16:47:32 +00:00
mattias
f228ab12a3 IDE: RestoreSimpleLayout: trigger layoutchanged only if something changed
git-svn-id: trunk@49798 -
2015-09-09 15:26:07 +00:00
mattias
5195829561 todolist: added button panel, patch #28649 from Alexey Torgashin
git-svn-id: trunk@49797 -
2015-09-09 15:25:17 +00:00
mattias
8d32bb263f codetools: use camelcase for system unit under Delphi, make ExpressionTypeDescNames a var, patch #28648 from Ondrej Pokorny
git-svn-id: trunk@49796 -
2015-09-09 11:16:09 +00:00
martin
d0a5c5a338 breakpoint dlg: select next item after delete
git-svn-id: trunk@49795 -
2015-09-09 11:02:48 +00:00
juha
a10ce8b8ac LCL: Revert the remaining part of r49534 #091dff42fb.
git-svn-id: trunk@49794 -
2015-09-09 08:25:02 +00:00
juha
ad00be4b12 IDE: Detach desktop selection button from its action by Application.QueueAsyncCall. Prevents an AV. Patch from Ondrej Pokorny.
git-svn-id: trunk@49793 -
2015-09-09 08:24:55 +00:00
sekelsenmat
0da4587e23 cocoa: OpenGL control events were blocked because it thought the control was disabled
git-svn-id: trunk@49792 -
2015-09-09 07:33:08 +00:00
sekelsenmat
5db4341940 cocoa: Fixes SetChecked for radio items
git-svn-id: trunk@49791 -
2015-09-09 05:46:43 +00:00
mattias
95f4ac00c3 IDE: codetools defines editor: clean up
git-svn-id: trunk@49790 -
2015-09-08 22:06:39 +00:00
mattias
b29be5112c IDE: codetools defines editor: added button panel, patch #28643 from Alexey Torgashin
git-svn-id: trunk@49789 -
2015-09-08 22:05:48 +00:00
juha
01fb926e17 AnchorDocking: Fix memory management of FRestoreLayouts between AnchorDockMaster and TAnchorDesktopOpt classes.
git-svn-id: trunk@49788 -
2015-09-08 20:54:36 +00:00
juha
3f0e11a05b AnchorDocking: Refactor and restore some removed methods. Remove IDE dependency added in r49778 #50bc37338d.
git-svn-id: trunk@49787 -
2015-09-08 12:31:06 +00:00