CIA.vc
karbon
Real-time open source activity stats
Stats » Projects » KDE » karbon
informationsyndicateUTC clock
19:45 on May 27, 2012
event counters
The last message was received 1.4 years ago at 10:18 on Jan 04, 2011
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 0 messages last month
1278 messages since the first one, 6.44 years ago, for an average of 1.84 days between messages
recent messages
dateReversed sort columnprojectcontentlink
10:18 on Jan 04, 2011KDE
Commit by zander :: r1211504 karbon/trunk/koffice/karbon/GRAPHICS_MEETING: (link)
Remove outdated comments
#
19:08 on Dec 29, 2010KDE
Commit by zander :: r1210136 karbon/trunk/koffice/karbon/configure.in.bot: (link)
remove file; not needed with cmake
#
16:44 on Nov 15, 2010KDE
Commit by mkruisselbrink :: r1197393 karbon/trunk/ (21 files in 12 dirs): (link)
port all the other factories to non-deprecated KPluginFactory api's
#
04:38 on Nov 09, 2010KDE
Commit by zachmann :: r1194486 karbon/trunk/koffice/ (5 files in 5 dirs): (link)
Honor plugin configuration

Pass the configuration to the plugin loader so it is honored.
Don't load kpresenter plugins in other apps

BUG: 251970
BUG: 251973
#
17:52 on Nov 04, 2010KDE
Commit by dfaure :: r1193120 karbon/trunk/koffice/ (11 files in 11 dirs): (link)
Port to K_EXPORT_PLUGIN. Apps still start up ;)
#
11:53 on Oct 20, 2010KDE
Commit by mlaurent :: r1187768 karbon/trunk/koffice/ (15 files in 15 dirs): (link)
Install as program
#
22:54 on Oct 19, 2010KDE
Commit by vandenoever :: r1187634 karbon/trunk/koffice/ (karbon/karbon.dtd kplato/kplato.dtd): (link)
Fix DTDs.
#
00:58 on Oct 05, 2010KDE
Commit by dfaure :: r1182580 karbon/ (29 files in 29 dirs):
Make executable the Type=Application .desktop files we install,
so that they can be used even from a KDE running in another prefix (http://markmail.org/message/4p3krovtnzwx35zd)
#
21:45 on Oct 03, 2010KDE
Commit by adamc :: r1182228 karbon/trunk/ (26 files in 13 dirs):
this fixes the bug in flake, where single key shortcuts prevented text
input.

to reproduce, do the following:
1. open shortcuts configuration and assign the shortcut "a" to the about
dialogue.
2. activate default tool => a shows about dialogue
3. create textshape and write something with a => about dialogue shows,
but it shouldn't

In the qt lib textinputs are working, while there are these shortcuts,
so in flake it should also work.

the patch works this way:
the canvas forwards bool QWidget::event(QEvent* theEvent) to
KoToolProxy. The tool proxy asks the current tool, if it is in text mode
(isInTextMode) and interrupts the shortcut if so.
#
15:38 on Aug 06, 2010KDE
Commit by zander :: r1159950 karbon/trunk/koffice/ (7 files in 7 dirs):
Stop using MSVC 6 workarounds

Among others the VariantValue qVariantCanConvert qVariantFromValue qVariantSetValue
qFindChildren qFindChild global methods were invented because the MSVC 6 compiler
didn't manage to use the proper versions. We use the proper versions all over
the place so lets be consistent and not use the deprecated versions anymore.
#
22:20 on Aug 02, 2010KDE
Commit by zander :: r1158520 karbon/ (25 files in 13 dirs):
Make setCursor consistent and remove unused return value

CCMAIL: koffice-devel at kde dot org

the setCursor method exists on several Qt classes and nowhere
does it return anything; so lets follow that example since
nobody in KOffice svn was using the return value anyway.

Also fix the problem that in kspread the new method ended up
being a slot.
#
05:09 on Jul 30, 2010KDE
Commit by rempt :: r1156967 karbon/trunk/ (54 files in 23 dirs):
Update copyrights
#
05:09 on Jul 30, 2010KDE
Commit by rempt :: r1156966 karbon/ (26 files in 13 dirs):
Move the setCursor method to KoCanvasBase following Marijn's review
#
05:09 on Jul 30, 2010KDE
Commit by rempt :: r1156965 karbon/trunk/koffice/ (10 files in 7 dirs):
rename setDocumentSize to updateDocumentSize

Following Marijn's review, rename the setDocumentSize(QSize, bool)
method to updateDocumentSize because is more than a plain setter
for the documentsize property.
#
05:08 on Jul 30, 2010KDE
Commit by rempt :: r1156955 karbon/trunk/koffice/karbon/ui/ (2 files in 2 dirs):
follow refactoring
#
05:06 on Jul 30, 2010KDE
Commit by rempt :: r1156935 karbon/trunk/koffice/karbon/ui/ (3 files):
Make Karbon follow the KoCanvasController refactoring
#
20:16 on Jul 19, 2010KDE
Commit by anagl :: r1151890 karbon/trunk/koffice/karbon/plugins/filtereffects/ (3 files):
Fix building in ARM for karbon, changing double -> qreal.
#
09:05 on Jul 15, 2010KDE
Commit by zander :: r1150162 karbon/trunk/koffice/ (10 files in 5 dirs):
Make ensureVisible aware of kword viewmodes

Also fix the inconsistentcy that ensureVisible on the KoCanvasController
was being handled in document units while everything else on the
controller is in pixels.
This was needed to avoid a triple conversion since kword viewmodes
already do a documentToView()

BUG:192883
#
21:08 on Jun 21, 2010KDE
Commit by mdrueing :: r1140956 karbon/trunk/koffice/karbon/plugins/ (2 files in 2 dirs):
Fix compilation on Win32/MSVC, which cannot do dynamic allocation of arrays with a variable length on the stack
#
13:11 on May 22, 2010KDE
Commit by zander :: r1129454 karbon/trunk/koffice/ (5 files in 3 dirs):
Make the KoShapeGroupCommand support inheritsTransform

The command allowed the 'clipped' property already and since that is now
split up into two properties the new inheritsTransform has to be supported
too.

Note that the only two users of this command are actually copy paste code
which may not be the best idea from a maintenance perspective ;)
#