Commit Graph

13502 Commits

Author SHA1 Message Date
mattias
1b03376550 lazutils: paswstring: one string less in Wide2AnsiMove and Ansi2WideMove
git-svn-id: trunk@47086 -
2014-12-04 13:44:15 +00:00
juha
51cdfe8e79 IDE: Save component palette options correctly when palette is filtered by DataModule.
git-svn-id: trunk@47074 -
2014-12-03 17:57:02 +00:00
juha
cfcbe4b9c7 IDE: Update component palette correctly when icons are filtered by DataModule.
git-svn-id: trunk@47073 -
2014-12-03 17:57:00 +00:00
juha
36e15f6dec EditorToolbar: use icon in View menu also with GTK2 and Windows.
git-svn-id: trunk@47071 -
2014-12-03 17:56:53 +00:00
wp
b5e5e8a230 TAChart: Fix abstract method warning issued for run-time generated TConstantLine series (issue #0027123).
git-svn-id: trunk@47070 -
2014-12-03 15:01:07 +00:00
mattias
0d41b20eaa lazdebugger: fixed hint
git-svn-id: trunk@47069 -
2014-12-02 21:10:44 +00:00
mattias
7b35896fd2 codetools: ppugraph: fixed crash
git-svn-id: trunk@47068 -
2014-12-02 19:25:57 +00:00
mattias
52e7e3ba59 codetools: ppuparser: less verbosity
git-svn-id: trunk@47067 -
2014-12-02 19:24:56 +00:00
mattias
6e27062a13 codetools: ppuparser: skip po_has_inlininginfo
git-svn-id: trunk@47066 -
2014-12-02 19:23:45 +00:00
mattias
aef8161feb codetools: ppuparser: read mangledsymbolname
git-svn-id: trunk@47065 -
2014-12-02 17:26:32 +00:00
mattias
0c37a917cb codetools: ppuparser: read ansistring
git-svn-id: trunk@47064 -
2014-12-02 17:13:03 +00:00
mattias
999e922a30 codetools: ppuparser: read int64
git-svn-id: trunk@47063 -
2014-12-02 16:48:10 +00:00
mattias
732c44f508 sdflaz: clean up
git-svn-id: trunk@47062 -
2014-12-02 12:12:24 +00:00
mattias
901a45547e printers4lazarus: clean up
git-svn-id: trunk@47061 -
2014-12-02 12:12:03 +00:00
mattias
48b2fb6ea9 memds: clean up
git-svn-id: trunk@47060 -
2014-12-02 12:11:07 +00:00
mattias
30d0c9ac60 dbflaz: clean up
git-svn-id: trunk@47059 -
2014-12-02 12:10:37 +00:00
mattias
5ae44ab904 translations: German: updates from Swen Heinig
git-svn-id: trunk@47042 -
2014-11-30 19:07:08 +00:00
mattias
7d477e891c translations: German: updates from Swen Heinig
git-svn-id: trunk@47041 -
2014-11-30 19:06:32 +00:00
juha
39430447fa Object Inspector: Show info contents right after making InfoPanel visible.
git-svn-id: trunk@47040 -
2014-11-30 15:44:33 +00:00
juha
c589873743 Designer, OI: Synchronize z-order changes. Issue #20450, patch from Mike Thompson.
git-svn-id: trunk@47039 -
2014-11-30 13:13:08 +00:00
juha
3dd8de39eb IDE: Handle Caret (^) separately from symbols (CodeBeautifier): Issue #22514, patch from Anton.
git-svn-id: trunk@47037 -
2014-11-30 10:58:07 +00:00
juha
00dd928674 LazDebugger: Fix compilation of fpgdbmidebugger.pp in win64. Issue #27097, patch from ocean.
git-svn-id: trunk@47035 -
2014-11-30 10:58:04 +00:00
juha
8e7bbbd8f9 LazUtils: Overload FindAllFiles and FindAllDirectories with procedures having StringList as a parameter. Issue #27054, patch from wp.
git-svn-id: trunk@47034 -
2014-11-30 10:58:02 +00:00
juha
e6de17e11f LazControls: add component CheckboxThemed made by Vojtech Cihak.
git-svn-id: trunk@47030 -
2014-11-29 19:39:39 +00:00
juha
86bc7e6c60 LazControls: New files for CheckboxThemed.
git-svn-id: trunk@47029 -
2014-11-29 19:37:36 +00:00
jesus
9ec6293a92 LazReport, fix stack overflow problem when using column footer, from Tony Whyman, issue #27100
git-svn-id: trunk@47024 -
2014-11-28 22:39:08 +00:00
juha
b3fec637e1 Codetools: less debug info.
git-svn-id: trunk@47022 -
2014-11-28 15:04:18 +00:00
mattias
e13175eeb4 codetools: added SimpleFormat
git-svn-id: trunk@47019 -
2014-11-28 14:29:30 +00:00
mattias
172eada300 lazutils: fixed replacesubstring append
git-svn-id: trunk@47018 -
2014-11-28 14:23:29 +00:00
juha
a5164be292 Component palette: revert to a working TBaseComponentPage.UpdateVisible; There is still another problem when components are filtered.
git-svn-id: trunk@47012 -
2014-11-28 09:41:19 +00:00
juha
304f54dde0 IdeIntf: one more tweak for the Boolean Checkbox editor position.
git-svn-id: trunk@47010 -
2014-11-27 20:31:44 +00:00
juha
4f2765f6c2 Object Inspector: remove unused units.
git-svn-id: trunk@47009 -
2014-11-27 20:31:42 +00:00
juha
6ea31e7ad9 IDE: Set FComponentPages.OwnsObjects := True; instead of freeing objects explicitly.
git-svn-id: trunk@47006 -
2014-11-27 20:31:38 +00:00
juha
76602fb2f4 IDE: Cache also user ordered pages in component palette, use it in UpdateVisible method.
git-svn-id: trunk@47005 -
2014-11-27 20:31:36 +00:00
juha
c7486b1bf9 IDE: Simplify component palette code, ComponentPage.Priority is not used. Rename a method.
git-svn-id: trunk@47004 -
2014-11-27 20:31:34 +00:00
juha
75c4a0f8df IDE: Change names of component palette cache methods.
git-svn-id: trunk@47003 -
2014-11-27 20:31:33 +00:00
juha
8b4eac20a9 IDE: Use the cache when writing component palette configuration.
git-svn-id: trunk@47001 -
2014-11-27 20:31:30 +00:00
juha
4ccb281acd IDE: In component palette, cache original component names by page name.
git-svn-id: trunk@47000 -
2014-11-27 20:31:28 +00:00
juha
d9b6126447 IdeIntf: comment
git-svn-id: trunk@46999 -
2014-11-27 20:31:22 +00:00
mattias
3dbe932999 educationlaz: fixed compilation, issue #27096
git-svn-id: trunk@46998 -
2014-11-27 11:18:09 +00:00
mattias
21c8dad40d lazutils: on force CP_UTF8: set argv and formatsettings
git-svn-id: trunk@46997 -
2014-11-26 22:12:50 +00:00
juha
80fc1404b6 IdeIntf: Make a compromise for Boolean property editor Checkbox left position. Actually depends on widgetset and theme.
git-svn-id: trunk@46992 -
2014-11-26 09:23:48 +00:00
juha
7d9296fe56 Object Inspector: Fix the alignment of Checkbox editor.
git-svn-id: trunk@46991 -
2014-11-26 00:35:13 +00:00
juha
3cc613425f Object Inspector: formatting.
git-svn-id: trunk@46990 -
2014-11-26 00:35:04 +00:00
juha
8e8d5a2fdf Object Inspector: Show parenthesis around True and False when using the Checkbox Boolean editor.
git-svn-id: trunk@46989 -
2014-11-25 19:48:33 +00:00
mattias
28c049a4c7 IDEIntf: fixed typo
git-svn-id: trunk@46988 -
2014-11-25 18:53:35 +00:00
juha
d8175e6e33 IDE, component palette options: Enable restoring default settings only if there are changes.
git-svn-id: trunk@46985 -
2014-11-25 17:46:16 +00:00
juha
f9c7b414be IdeIntf: Make sure no empty page names are read from configuration.
git-svn-id: trunk@46983 -
2014-11-25 17:46:09 +00:00
mattias
9a88b2ee68 lazutils: when EnableUTF8RTL: reread FormatSettings, see bug #27086
git-svn-id: trunk@46982 -
2014-11-24 13:43:54 +00:00
juha
a570fc82eb LazUtils: Override SysToUTF8 and UTF8ToSys with FormatSettings param. Issue #26937, patch from wp.
git-svn-id: trunk@46981 -
2014-11-24 12:17:15 +00:00