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 |
|
juha
|
45eab13451
|
Object Inspector: Fix resizing selected edit after horizontal resize, remove useless Invalidate. Patch from Sandro Cumerlato.
git-svn-id: trunk@46976 -
|
2014-11-23 18:42:33 +00:00 |
|
juha
|
aa460b80b4
|
Object Inspector: Remove code that prevents SpeedButton background erase. Patch from Sandro Cumerlato.
git-svn-id: trunk@46975 -
|
2014-11-23 18:42:28 +00:00 |
|
juha
|
1fe3846321
|
Object Inspector: Fix inconsistent DefaultItemHeight for Combobox. Patch from Sandro Cumerlato.
git-svn-id: trunk@46974 -
|
2014-11-23 17:26:38 +00:00 |
|
juha
|
a739015b9c
|
JCF: Support for "enumerator" operator. Patch from Julian Puhl.
git-svn-id: trunk@46973 -
|
2014-11-23 16:24:58 +00:00 |
|
juha
|
5aecba92a0
|
JCF: improve parsing "operator". Patch from Julian Puhl.
git-svn-id: trunk@46972 -
|
2014-11-23 16:24:55 +00:00 |
|
juha
|
8f66caf323
|
JCF: Implement basic generics support. Issue #16128, patch from Julian Puhl.
git-svn-id: trunk@46971 -
|
2014-11-23 16:24:49 +00:00 |
|
juha
|
579e8170bd
|
Object Inspector: Set TComboBox.ItemHeight in a better way. Patch from Sandro Cumerlato.
git-svn-id: trunk@46970 -
|
2014-11-23 15:01:56 +00:00 |
|
juha
|
686309b70a
|
Object Inspector: Set ComboBox editor's ItemHeight again. Lazarus built with QT crashes otherwise when Color combobox list is opened.
git-svn-id: trunk@46966 -
|
2014-11-22 18:43:13 +00:00 |
|
mattias
|
8e7bf9cf79
|
codetools: code completion compiler function Assigned
git-svn-id: trunk@46962 -
|
2014-11-22 11:01:04 +00:00 |
|
mattias
|
2daf3e1e32
|
codetools: code completion compiler function Ord
git-svn-id: trunk@46961 -
|
2014-11-22 10:57:47 +00:00 |
|
mattias
|
eb43af9a27
|
codetools: code completion compiler function Assigned
git-svn-id: trunk@46960 -
|
2014-11-22 10:55:11 +00:00 |
|
mattias
|
612c14ef16
|
lazdebugger: fixed mem leak in TFPDBGDisassembler.PrepareEntries
git-svn-id: trunk@46954 -
|
2014-11-22 01:11:44 +00:00 |
|
mattias
|
9103387c7e
|
lazdebugger: fixed mem leak TFpDebugDebugger.Create
git-svn-id: trunk@46953 -
|
2014-11-22 00:41:19 +00:00 |
|
mattias
|
39eddb6bfb
|
lazdebugger: fixed mem leak SetSoftwareExceptionBreakpoint
git-svn-id: trunk@46952 -
|
2014-11-22 00:37:59 +00:00 |
|
mattias
|
3b64b2922b
|
lazdebugger: queue async calls only once
git-svn-id: trunk@46951 -
|
2014-11-22 00:32:46 +00:00 |
|
mattias
|
f9700880fa
|
lazdebugger: remove queued async calls
git-svn-id: trunk@46950 -
|
2014-11-22 00:12:06 +00:00 |
|
mattias
|
f4feff3146
|
lazdebuggergdbmi: less hints
git-svn-id: trunk@46948 -
|
2014-11-21 23:56:26 +00:00 |
|
mattias
|
858999dd3e
|
lazdebuggerfp: fixed typo
git-svn-id: trunk@46947 -
|
2014-11-21 23:54:59 +00:00 |
|
mattias
|
3037a9fb1a
|
lazdebuggerfp: clean up
git-svn-id: trunk@46946 -
|
2014-11-21 23:54:12 +00:00 |
|
mattias
|
bd1655b970
|
fpdebug: clean up
git-svn-id: trunk@46945 -
|
2014-11-21 23:47:27 +00:00 |
|
mattias
|
27e32c8bad
|
lazdebuggerfp: clean up
git-svn-id: trunk@46944 -
|
2014-11-21 23:44:10 +00:00 |
|
mattias
|
e899da956f
|
lazdebuggerfp: less hints
git-svn-id: trunk@46943 -
|
2014-11-21 23:41:35 +00:00 |
|
mattias
|
2a62d80f76
|
lazdebuggerfp: clean up
git-svn-id: trunk@46942 -
|
2014-11-21 23:40:26 +00:00 |
|
mattias
|
285ae1d692
|
openglcontrol: qt: invalidate works, patch #27066
git-svn-id: trunk@46940 -
|
2014-11-21 23:11:01 +00:00 |
|
mattias
|
92b8da3b52
|
lazdebugger: fixed typo
git-svn-id: trunk@46939 -
|
2014-11-21 22:39:30 +00:00 |
|
sekelsenmat
|
8c6bb2e752
|
fpvectorial: Fixes parsing pi named element from xml in mathml
git-svn-id: trunk@46937 -
|
2014-11-21 15:48:17 +00:00 |
|
mattias
|
662330fe6f
|
openglcontrol: allow using in QT Lazarus IDE
git-svn-id: trunk@46933 -
|
2014-11-21 12:07:25 +00:00 |
|
sekelsenmat
|
c3a5bab2de
|
fpvectorial: Fixes raster image rendering for some particular PNG images
git-svn-id: trunk@46930 -
|
2014-11-21 11:19:20 +00:00 |
|
sekelsenmat
|
fbf7ab1622
|
fpvectorial: Adds support for mathml without enclosing row
git-svn-id: trunk@46929 -
|
2014-11-21 10:14:06 +00:00 |
|