CIA.vc
dhaumann
Real-time open source activity stats
Stats » Authors » dhaumann
informationsyndicateUTC clock
09:05 on Mar 16, 2010
event counters
The last message was received 0.93 weeks ago at 21:34 on Mar 09, 2010
0 messages so far today, 0 messages yesterday
0 messages so far this week, 2 messages last week
2 messages so far this month, 53 messages last month
1460 messages since the first one, 6.15 years ago, for an average of 1.54 days between messages
recent messages
dateReversed sort columnprojectcontentlink
21:34 on Mar 09KDE
Commit by dhaumann :: r1101308 kate/trunk/KDE/kdelibs/kate/view/kateviewinternal.cpp:

code cleanup

  • setAttribute(Qt::WA_InputMethodEnabled); is called right at the beggining of the constructor already, no need to call it twice.
  • in commit r738455 Hamish added the duplicate call with the comment "enable the input method event (was working without this, but qt docs say it's needed". Probably he missed that it was already there. Hence, having only one call should be correct :-)
#
21:20 on Mar 09KDE
Commit by dhaumann :: r1101297 kate/trunk/KDE/kdelibs/kate/view/kateviewinternal.cpp:
Attempt to fix xim input methods, only in trunk for now as I don't have much
knowledge about this topic. The patch looks sane, though. So if there are
no further problems, we maybe should consider backporting to 4.4 branch?

BUG: 222620
#
12:33 on Feb 20KDE
Commit by dhaumann :: r1093257 kate/branches/KDE/4.4/kdesdk/kate/app/ (4 files):
backport SVN commit 1093240 by dhaumann:

Always use the encoding the user specified when opening files with the KEncodingFileDialog.

Background:
Kwrite does the following steps:
1. creates a new document
2. set the document encoding
3. open the document

Kate did the following:
1. create a new document
2. set the document encoding
3. call SessionConfigInterface::readSessionConfig on the document
   --> this read the cached encoding
4. open the document (with the wrong encoding in 3)

Now step 3 is replaced by the ParameterizedSessionConfigInterface, which reads the sessoin
config with the falg SkipEncoding.

Btw: Encoding Autodetection does nothing in the Open/Save config dialog. Anyone an idea???

CCBUG: 125618
#
11:55 on Feb 20KDE
Commit by dhaumann :: r1093244 interfaces/trunk/KDE/kdelibs/interfaces/ktexteditor/sessionconfiginterface.h:
better documentation + Note for KDE5
#
11:49 on Feb 20KDE
Commit by dhaumann :: r1093240 kate/trunk/KDE/kdesdk/kate/app/ (4 files):
Always use the encoding the user specified when opening files with the KEncodingFileDialog.

Background:
Kwrite does the following steps:
1. creates a new document
2. set the document encoding
3. open the document

Kate did the following:
1. create a new document
2. set the document encoding
3. call SessionConfigInterface::readSessionConfig on the document
   --> this read the cached encoding
4. open the document (with the wrong encoding in 3)

Now step 3 is replaced by the ParameterizedSessionConfigInterface, which reads the sessoin
config with the falg SkipEncoding.

Btw: Encoding Autodetection does nothing in the Open/Save config dialog. Anyone an idea???

BUG: 125618
CCMAIL: kwrite-devel at kde dot org
#
01:07 on Feb 20KDE
Commit by dhaumann :: r1093035 kate/branches/KDE/4.4/kdelibs/kate/script/katescript.h:
make base class virtual...
#
01:04 on Feb 20KDE
Commit by dhaumann :: r1093033 kate/trunk/KDE/kdelibs/kate/tests/ (test_regression.cpp test_regression.h):
refactor. using valgrind still crashes the app at the end, though...
#
01:03 on Feb 20KDE
Commit by dhaumann :: r1093032 kate/trunk/KDE/kdelibs/kate/script/katescript.h:
fix: make base class KateScript and KateScriptHeader virtual
#
15:52 on Feb 19KDE
Commit by dhaumann :: r1092834 kate/trunk/KDE/kdelibs/kate/tests/ (test_regression.cpp test_regression.h):
fix memory leaks in test regression suite.
This is probably the reason for all the crashes in the test regression suite.
#
11:55 on Feb 19KDE
Commit by dhaumann :: r1092700 kate/branches/KDE/4.4/kdelibs/kate/document/katedocument.cpp:
backport SVN commit 1092691 by cullmann:
remove wrong painted cursor after loading of small files
CCBUG: 216194
#
11:34 on Feb 19KDE
Commit by dhaumann :: r1092676 kate/branches/KDE/4.4/kdelibs/kate/document/katedocument.cpp:
backport SVN commit 1092464 by cullmann:

use right dialog parent for closing question dialog
CCBUG: 187570
#
14:44 on Feb 18KDE
Commit by dhaumann :: r1092215 kile/trunk/extragear/office/kile/src/ (4 files):
Implement KTextEditor::MdiContainer interface in Kile.

Now when opening the config dialog and selecting
  "Fonts & Colors" > "Highlighting Text Styles"
the currently used highlighting is preselected. This works, as Kate Part
can now query Kile for the curret document/view.

The functions kate part does not use are not implemented.

more info: bug #227141
#
12:16 on Feb 18KDE
Commit by dhaumann :: r1092147 kile/trunk/extragear/office/kile/src/ (kile.cpp kile.h):
Implement KTextEditor::MdiContainer interface in Kile.

Now when opening the config dialog and selecting
  "Fonts & Colors" > "Highlighting Text Styles"
the currently used highlighting is preselected. This works, as Kate Part
can now query Kile for the curret document/view.

The functions kate part does not use are not implemented.

@Kile developers: The current implementation extends the class Kile.
If you disagree, please let me know where I should move the code.

CCBUG: 227141
#
11:21 on Feb 18KDE
Commit by dhaumann :: r1092118 doc/trunk/KDE/kdebase/apps/doc/kwrite/index.docbook:
Update documentation

The entries are still commented out, please check again syntax!
#
11:11 on Feb 18KDE
Commit by dhaumann :: r1092117 kate/branches/KDE/4.4/kdelibs/kate/dialogs/katedialogs.cpp:
hide empty scripts config tab in 4.4 branch
#
10:25 on Feb 18KDE
Commit by dhaumann :: r1092106 kate/trunk/KDE/kdelibs/kate/dialogs/opensaveconfigwidget.ui:
rename byte order mark setting.

add what's this tip
#
00:38 on Feb 18KDE
Commit by dhaumann :: r1091993 apps/branches/KDE/4.4/kdebase/apps/kwrite/ (4 files):
backport: implement MdiContainer in KWrite. Now katepart can query for current
view and, hence, knows which highlighting is active for preselection in the
config dialog

CCBUG: 227141
#
00:30 on Feb 18KDE
Commit by dhaumann :: r1091990 apps/trunk/KDE/kdebase/apps/kwrite/ (4 files):
implement MdiContainer in KWrite. Now katepart can query for current view and,
hence, knows which highlighting is active for preselection in the config dialog

CCBUG: 227141
#
23:46 on Feb 17KDE
Commit by dhaumann :: r1091981 kate/branches/KDE/4.4/kdelibs/kate/view/kateviewinternal.cpp:
backport SVN commit 1091977 by cullmann:

just make the cursors always valid instead doing random asserts
CCBUG: 227449
#
23:07 on Feb 17KDE
Commit by dhaumann :: r1091955 kate/branches/KDE/4.4/kdesdk/kate/app/ (katecontainer.cpp katecontainer.h):
backport: implement MdiContainer to expose the activeView.
#