summaryrefslogtreecommitdiff
path: root/Software/ooo-build
diff options
context:
space:
mode:
author188.228.21.24 <188.228.21.24.dynamic.altibox.net>2010-08-04 23:39:44 +0000
committer188.228.21.24 <188.228.21.24.dynamic.altibox.net>2010-08-04 23:39:44 +0000
commitfb89dbd014e9fa51a6dcf18e4d2df1811e3da108 (patch)
tree8c57d26d4258de7b84ca941e52301c3a7349d5e8 /Software/ooo-build
parent60170b320e9d72e4a17d6b34f6e05043523d68f9 (diff)
Small log update...
Diffstat (limited to 'Software/ooo-build')
-rw-r--r--Software/ooo-build/SummerOfCode/2010/Jonas.moin3
1 files changed, 3 insertions, 0 deletions
diff --git a/Software/ooo-build/SummerOfCode/2010/Jonas.moin b/Software/ooo-build/SummerOfCode/2010/Jonas.moin
index c24f1895..9d938edb 100644
--- a/Software/ooo-build/SummerOfCode/2010/Jonas.moin
+++ b/Software/ooo-build/SummerOfCode/2010/Jonas.moin
@@ -308,6 +308,9 @@ Also coding conventions are not followed strictly in these hacks nor is it docum
= Log/progress report =
''On request of my mentor, I'll be posting progress reports here as often as possible.''
+== Wednesday the 4th of August ==
+Today I started fixing corner cases... That is small annoying issues and inconsistencies. For instance it is no longer possible to delete the zigma sumbol of the sum command. I also took some time to refactor some of the code in {{{SmCursor}}} mainly to avoid code duplication and make it easier to implement neat shortcuts such as superscription when you type ^. This is one of the small neat, but somehow very complicated, features I'll be working on tomorrow.
+
== Tuesday the 3rd of August ==
I've spendt some time getting the "symbols catalog" and "formula elements" dialogs to work correctly when working in visual editor. For the "symbols catalog" dialog I programmatically created an instance of {{{SmSpecialNode}}} and inserted it appropriately.