Issue 240

17th June 2012 by KDE Commit-Digest Team

Contributors

Marta Rybczynska
Jaka Kranjc
Danny Allen

This Week...

Multiple new features in Calligra: better support for paragraph merging in Words, hover buttons for quick actions in Stage Slide Sorter, unlimited dragging of objects from outside supported in Stage and Flow, better monitor profile update of canvas, more options for styles in charts, most of the CPU-based OCIO implemented. Improved last commits history dialog in KDevelop. Works started on OpenGL rendering in RasterImageView in Gwenview. Added support for Like, Comment and Application objects in KDE-PIM. Support for many types of graphs in analitza. Changed the Note tab in the sidebar widget in conquirere. Formatting plugin added to Ktp. GSoC work on Cantor.

Contents

  Bug Fixes Features Optimization Security Other

Accessibility

     

Development Tools

[] [] []   

Educational

[] [] []   

Graphics

  []    

KDE Base

[] []    []

KDE-PIM

[] []    

Office

[] []    

Konqueror

     

Multimedia

[]   []   

Networking Tools

[] []    []

User Interface

     

Utilities

[] []    

Games

[] []    []

Other

  []    

There are 72 selections this week

Bug Fixes

Development Tools

Aleix Pol Gonzalez committed changes in [kdevplatform] plugins/patchreview/localpatchsource.cpp:

Don't randomly remove the reviewed patches

Only remove them if they are a temporary file created for a command.
This class should be probably splitted in two because the command case
is clearly a specific case of the file, at least in this implementation.

Friedrich W. H. Kossebau committed changes in /trunk/KDE/kdesdk/okteta:

Changed: merge ViewProfileSyncController and ViewProfilesController into ViewProfileController

ViewProfilesController used KXMLGUIClient::plugActionList(...), but that is flawed, as these plugged
actions get lost on any change/update of the XMLGUI clients

So using a KActionMenu (and thus a single controller) to have the full control
about the contained actions in the submenu.

Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9 Revision 1299667

Educational

Rishab Arora committed changes in [kstars/gsoc2012-spacetime] /:

Aggregated KSUSerDB to KStarsData.
Fixed initialization queries.
Implemented adding of observer.

Diffs: 1, 2, 3, 4, 5, 6 Revision 57cf5f1...
Bernhard Beschow committed changes in [marble] /:

fix crash when trying to zoom to discrete zoom level for texture-less maps after having used a texture-based map

After having used e.g. OpenStreetMap, the TextureLayer isn't cleared completely. As a result, it will return seemingly valid values in some cases, but will crash in others. In this case, the TextureLayer used to return a valid zoom level such that MarbleMap was fooled to ask it for the next "sharp" radius, leading to the crash.

A more reliable way is to check whether the TextureLayer participates in rendering. If not, it shouldn't be asked for the next "sharp" radius.

This patch is a quick fix wich comes with unit tests to prevent future regressions. In the future, the TextureLayer should be properly cleared or even recreated/deleted whenever the map theme changes.

Diffs: 1, 2, 3, 4 Revision aa81993...
Andreas Cord-Landwehr committed changes in [rocs] /:

Fix saving/loading of graph structure additional properties.

Add serialization hook for data structures extra properties.
Add unit test to check serialization of graph properties.

Diffs: 1, 2, 3, 4, 5, 6, 7, 8 Revision 2ad23d1...
Martin Küttler committed changes in [cantor/gsoc2012] /:

Saving and loading worksheets should work now.

Diffs: 1, 2, 3, 4, 5, 6, 7 Revision 3f4a5b7...

KDE Base

Alex Merry committed changes in [kdeplasma-addons] applets/nowplaying/package/contents/ui/FullLayout.qml:

nowplaying: prevent the controls from leaving the widget

The minimum width was previously such that the controls could extend
outside the right edge of the widget.

Oswald Buddenhagen committed changes in [kde-workspace] /backend:

centralize interaction notification handling

that way we don't have to handle it all over the place (which we didn't,
which made the chooser dysfunctional).

Vishesh Handa committed changes in [nepomuk-core] services/filewatch/kinotify.cpp:

kinotify: Replace manual directory iteration code with QDirIterator

The existing code has been causing crashes since KDE 4.5, and is very
hard to maintain since no one really understands it properly.

Funnily enough, this version detects a lot of directories that the old
code did not. Weird.


REVIEW: 105275

Aaron J. Seigo committed changes in [kde-workspace] /generic/applets/calendar:

try to get the date updating properly

the updateDate and paintIcon code all work properly, which leaves us with
something odd with the qtimer .. i've probably done more than necessary, but...

this does have one deliterious effect: it will wake up once per hour instead of trying
to only wake up once per day. so be it.

Shaheed Haque committed changes in [kate] playground/pate/src/plugins/gid/gid.py:

Don't hang on very long queries.

If listing a token takes an excessive time, give the user the ability
to continue or abort the query.

Note that if we had threading support, we might have a more elegant
solution.

Peter Penz committed changes in [kde-baseapps] /src/kitemviews:

Drag-pixmap fixes

- Don't use the selection-tinted icon when dragging a single item
- Decrease the vertical gap for the hotspot
- Prevent drawing tree-lines when dragging items for the Places Panel

Aaron J. Seigo committed changes in [kde-workspace] /generic/applets/systemtray/protocols/plasmoid:

make PlasmoidProtocol::loadFromConfig behave properly in all situations

this is done by greatly simplifying PlasmoidProtocol::loadFromConfig and putting a check
in PlasmoidProtocol::addApplet to see if the host already contains the applet. this is needed
anyways since addApplet can be (and is) called from the manager.

this also adds a check such that if for whatever reason more than one instance of the same
applet was present in this system tray (something which the current design expressly prohibits
though i do wonder if it doesn't make sense to have more than one, e.g., weather widget at a time)
then delete the stray config group, preventing endless #s of configs for the same applet
piling up in the config should anything have gone wrong in the past

Diffs: 1, 2, 3 Revision efc0ebf...

KDE-PIM

Laurent Montel committed changes in [kdepim] messagecomposer/composerviewbase.cpp:

Fix Bug 301957 - Mail composer ignores identity field when opening saved

message
FIXED-IN: 4.8.5

Laurent Montel committed changes in [kdepim] mailcommon/foldercollectionmonitor.cpp:

Fix Bug 301663 - after creating a imap account (using assistent) the

folder list is still empty
FIXED-IN: 4.8.5

Laurent Montel committed changes in [kdepim] /:

Fix Bug 300868 - No feedback when wrong POP password is entered.

Now we can see it in notification.

Diffs: 1, 2, 3 Revision 03119a0...

Office

Gopalakrishna Bhat committed changes in [calligra] /:

Fix issue with text list indenting and numbering

With this patch increasing the list level by pressing tab or the "Increase Indent" button the display level is also increased by one.

REVIEW: 105198
, 260083

C. Boemann committed changes in [calligra] libs/textlayout/KoTextShapeData.cpp:

Prevent crash after 87dd80da75f5b2425ff8f04954a87650cb7be790
If inserting a textshape, the qtextdocument is now modified which made a rootarea to be created
We need to explicitly set the root area to 0 whenever setting the document. Even if it's the same
document.

C. Boemann committed changes in [calligra] /textlayout:

Anchoring paragraph area refer to only the area, and doesn't change with indentation or dropcaps

Diffs: 1, 2, 3, 4, 5, 6, 7 Revision cc927ee...
Thorsten Zachmann committed changes in [calligra] /:

Fix saving of style child elements

When saving style child elements the child elements where always saved into the default property. However this is not correct as the output of Jos tests shows

[01:53:45]: kofficetests-odp (17s)
[01:53:45]: [kofficetests-odp] odf/odp/114096.odp
[01:53:45]: [odf/odp/114096.odp]
INVALIDSTYLESXML: (unknown file):267: error: element "style:tab-stops" not allowed here; expected the element end-tag or element "style:background-image", "style:columns" or "text:list-style"
INVALIDCONTENTXML: (unknown file):1061: error: element "style:tab-stops" not allowed here; expected the element end-tag or element "style:background-image", "style:columns" or "text:list-style"
(unknown file):1081: error: element "style:tab-stops" not allowed here; expected the element end-tag or element "style:background-image", "style:columns" or "text:list-style"

The problem is that the stye:tab-stops are added to the graphic properties but should be added to the paragraph properties.

This patch adds the possibility to define the property the child elements should be added too.

Diffs: 1, 2, 3, 4 Revision 878f2bf...
Friedrich W. H. Kossebau committed changes in [calligra] /:

Changes: make UI texts for exporting Kexi reports more consistent

* use "Export" instead of "Save" everywhere
* give hint to used file formats in tooltip/whatsthis
* use same phrases with all formats

REVIEW: 105164

feelgood commit :)

Diffs: 1, 2, 3 Revision eeb8277...
C. Boemann committed changes in [calligra] /:

Support runaround distance individually on all 4 sides.
Treating them all as one gave layout issues
Related ui is updated too

Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9 Revision f0b9048...

Multimedia

Alex Merry committed changes in [amarok] /playlist:

Play the correct track when inserting tracks into a sorted playlist

When Playlist::Controller::insertOptioned() is told to play the track
that has been inserted, it previously failed to account for the
relocation of the tracks when inserted into a sorted list. The last
track in the list would end up being played, rather than the first
inserted track.


FIXED-IN: 2.6

Matěj Laitl committed changes in [amarok] /:

MediaDeviceCache: remove polling, solid events should suffice

This fixes a bug where Amarok (very probably needlessly) polls solid
for all devices every single second (!!!) just to detect whether some
unmounted paths become mounted or vice versa. This should not be needed
at all, solid should notify us about everything.

Let's hope this doesn't cause subtle bugs, but several people already
tested it with success [thanks, Sam]. (probably none of them with older
kdelibs though)


FIXED-IN: 2.7
REVIEW: 105221

Jean-Baptiste Mardelle committed changes in [kdenlive] /:

Fix pan & zoom effect (paste, edit after reloading project)

Diffs: 1, 2, 3 Revision b49e04f...
Sam Lade committed changes in [amarok] /:

Fix inconsistent scrobbling with GStreamer backend

With the GStreamer backend, the trackChanged signal seems to be emitted
twice on track change, which in turn sometimes triggered a consistency
check in the scrobbling code and sometimes causes tracks not to be
scrobbled. About 1/5 (variable) tracks would be successfully scrobbled.

This should not affect scrobbling with the VLC backend, which emits
correct signals.

This is a temporary hack until Matěj's statistics rewrite is complete.

Harald Sitter committed changes in [phonon-gstreamer] /:

mostly fix streamreader for refactored pipeline

- cleanup & merge stop with unlock
- fix streamer unlocking
- return if the reader got unlocked before the lock was acquired
- always return right away, to reduce waiting time for possibly waiting
functions
- turn on seekability
- make streamreader a pipeline member supposed to be reused after stop
.
gets thrown away on setting a new source because otherwise libphonon
likes to assert out with the present streamer implementation
- stop reader also on stop()

Diffs: 1, 2, 3, 4, 5 Revision 2d52249...

Networking Tools

Lamarque Souza committed changes in [networkmanagement] /:
Martin Klapetek committed changes in [ktp-contact-list/kde-telepathy-0.4] /:

Fix crash with context menu on lineedit

Now we get the menu from lineEdit() and handle it ourselves, so we can properly check if it's shown or hidden in FocusOut event.

Reviewed-by: David Edmundson

FIXED-IN: 0.4.1

John Stamp committed changes in /trunk/extragear/network/knemo/src/knemod/backends/bsdbackend.cpp:

Report correct encryption state on FreeBSD

This fixes a problem when KNemo reports a connection as encrypted if a
WEP connection also accepts unencrypted packets. Patch contributed by
Alberto Villa.

Anton Kreuzkamp committed changes in [rekonq] /:

Apply a Plasma-like style to the new-tab-page

This commit makes previews on the new-tab-page use pure css instead
of a background-image and replaces the grey background of the
bookmark groups by a fancy one, looking very similiar to Plasma's
Air theme.
It also fixes a few minor optical dissonances on the new-tab-page.

REVIEW: 105123

Diffs: 1, 2, 3 Revision 90a9415...

Utilities

Friedrich Karl Tilman Pülz committed changes in [publictransport/QtScriptAndThreadWeaver] engine/publictransportdataengine.cpp:

Fix crashes in the engine by readding the service provider ID

- Bug was introduced in commit d93b82774d351bb55efdc0abb8f5a42cd60bf154
- Fixed by readding the service provider ID to data sources
of the engine
- It was left TODO in the bigger commit
- Prevent crashes if this happens again, print out a warning message
"Internal error"

Games

Wolfgang Rohdewald committed changes in /trunk/KDE/kdegames/kajongg/src:

Chat: Fix problems if server goes away while chatting

Result was a nonresponsible client

Wolfgang Rohdewald committed changes in /trunk/KDE/kdegames/kajongg/src:

Sometimes clients did not write into data base when they should

This happened when two clients used the same path for their database,
even if it was on different computers.
Until now, identity of data bases was checked by path and IP address,
but that worked only in my local network.
Now each kajongg data base has a unique ID.
Background: It is legal having two kajongg instances running on one
client - and if that happens, they will use the same database. So only
one of them should save game info in that data base. The server says who

Diffs: 1, 2, 3, 4 Revision 1300847

Features

Development Tools

Aleix Pol Gonzalez committed changes in [kdevplatform] plugins/patchreview/patchreview.cpp:

Make it possible to review remote patches

Using the Patch Review UI, make it possible to review a non-local patch.
It's useful so that it makes it far easier to review patches coming from
pastebin or the reviewboard.

Aleix Pol Gonzalez committed changes in [kdevplatform] /:

Improve the last commits history dialog

Handle the history keeping of the VCS patches from VCSCommitDiffPatchSource.
This way we don't forget to do it somewhere random.

Diffs: 1, 2, 3, 4 Revision b92682a...

Educational

Percy Camilo Triveño Aucahuasi committed changes in [analitza/aucahuasi/analitzaplot] /:

support for many types of graphs, in a more c++ way

Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 12 more) Revision 7c2558c...
Martin Küttler committed changes in [cantor/gsoc2012] /:

Added animations; plus performance fix

- Eps images are not re-rendered on every goemtry change anymore, but
just when the scale changes. Therefor resizing the window works with
decent speed again.
- There is some code to animate changes in the worksheet. I am not yet
quite sure which changes should be animated so that the experience
is consistent and the user is not annoyed by too many (slow)
animations. But I think that the animations can improve the
experience of the user.

Diffs: 1, 2, 3, 4, 5, 6, 7, 8 Revision 6034c94...
Martin Küttler committed changes in [cantor/gsoc2012] /:

Added PageBreakEntry; improved cursor movement for images & page breaks

TODO: save & load

Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 1 more) Revision 695feab...

Graphics

Martin Gräßlin committed changes in [gwenview/graesslin/opengl] lib/documentview/rasterimageview.cpp:

Render the checkboard background texture

For this mode the normal shader is used, but different vertices
to make a repeating pattern by setting texCoords which are
larger than 1.0.

TODO: as with solid color, the first selected image has black
background, gwenview expert needed.

Martin Gräßlin committed changes in [gwenview/graesslin/opengl] /:

OpenGL rendering in RasterImageView

Beginning of OpenGL rendering in gwenview. Current state:
if OpenGL rendering mode is selected the image is rendered
through an OpenGL shader. The scaling of pixmaps is no longer
needed.

There are still some areas to improve:
* Better detection of OpenGL availability
* Better detection whether OpenGL is working (creation shaders)
* Some regressions like compare mode not working
* Updating the texture on changes

Diffs: 1, 2, 3, 4 Revision 9a4a4e3...
Fabio D'Urso committed changes in [okular] /:

Show a warning if annotations will not be saved to PDF.

The only affected generator is poppler (because it's the only one with
saving support).
Since version 0.20, Poppler can save annotations to PDF. If the user is
using an older version, this patch warns him that annotations are not
saved.

Diffs: 1, 2, 3 Revision 23eb083...
Dominic Lyons committed changes in [kipi-plugins/development/3.0.0] /:

Skeleton for Photivo Integration Plugin

* Based on HelloWorld example
* Included Photivo icon
* Plugin is listed as item in "Tools" menu

Diffs: 1, 2, 3, 4, 5, 6 Revision 3835c2a...

KDE Base

Peter Penz committed changes in [kde-baseapps] dolphin/src/kitemviews/kstandarditemlistwidget.cpp:

Renaming: Don't select unknown extensions

If a file with an unknown extension gets renamed, it is assumed
that the letters after the last point represent the extension and
won't be selected.


FIXED-IN: 4.9.0

Viranch Mehta committed changes in [kde-workspace] plasma/generic/applets/batterymonitor/contents/ui/batterymonitor.qml:

Implement the battery percent overlay option

This commit fixes the toggling of the config
option and showing/hiding the overay accordingly.
Also, show the overlay on hover when on desktop
even if the option is off.
(This is how the old applet behaved)


FIXED-IN:4.9

KDE-PIM

Laurent Montel committed changes in [kdepim] /sylpheed:

Start to implement import custom header

Diffs: 1, 2, 3 Revision ee54b53...
Pankaj Bhambhani committed changes in [akonadi-facebook] /:

Added support for Like, Comment and Application objects

Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 Revision f8b381f...

Office

Jörg Ehrichs committed changes in [conquirere] /mainui/sidebar:

Changed the Note tab in the sidebar widget

Moved the cited sources box to the Content tab
Introduced a textedit box below the annotation list
This allows to support a workflow which is centered around working with one note file per publication
it is not necessary anymore to open a popup dialog to endit the note directly.
The content of the note will be saved automatically

Diffs: 1, 2, 3, 4, 5, 6 Revision 1ba5884...
C. Boemann committed changes in [calligra] /:

Support various cases where paragrah borders should not be merged (differnt horiz extent
or flagged to not merge)

Diffs: 1, 2, 3, 4 Revision 366d7a6...
Arjen Hiemstra committed changes in [calligra/krita-canvasinteraction-ahiemst] krita/ui/input/kis_input_manager.cpp:

Add support for wheel events and try to improve shortcut recognition.

Paul Mendez committed changes in [calligra] /:

Additional quick action buttons when mouse is over items, in Stage
slides sorter.

Stage slides sorter has +/- buttons that appear when you move the mouse
over an item to allow you select or deselect multiple items without
using the keyboard. This patch add extra actions (remove/duplicate
slide and start slideshow from here) like gwenview, digikam quick actions.

REVIEW: 103538
GUI: Hover buttons for quick actions in Stage Slide Sorter

Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 4 more) Revision da26e15...
Thorsten Zachmann committed changes in [calligra] /:

Use an infinite canvas for kopageapps

KoPageApp applications Stage and Flow used to have extra space reserved around the page/slide
so objects could be put there. However that made it really hard for the user to work with.

This patch changes that so there is no space around the page/slide. But instead you can drag
objects outside the page/slide without any limit at all.

REVIEW: 104928

Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 Revision f5cb8e4...
Jörg Ehrichs committed changes in [conquirere] src/nbibio/pipe/bibtextonepomukpipe.cpp:

Add the keywords "review","keyword","file" to the kbibteximporter

Now the keywords will be imported as:
"review" : same as a note
"keyword": same as "tags or keywords
"file": as local file same as url

Boudewijn Rempt committed changes in [calligra/krita-lut_docker-rempt] /:

Implement most of the CPU-based OCIO path

The display filter (only one for now, and I'm not happy about the
api for setting it, it seems to me that the lcms color correction
should also be a "display filter") fitlers the pixels using ocio, which
are filtered using lcms to compensate for the monitor.

The only thing not yet done is correctly setting the ocio display
filter settings.

Even so, it doesn't seem to crash...

Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 3 more) Revision 5a9de30...
Dmitry Kazakov committed changes in [calligra/krita-lut_docker-rempt] /ui:

Added a method KisCanvas::setMonitorProfile()

This method sets the monitor profile of the canvas and updates
all its caches in a proper thread-safe way.

What is *not* done:
1) Handling of KisCanvas2::Provate::monitorProfile/renderingIntent.
They are currently set in quite a random way in different methods.
There should be some order in it.
2) Handling of the rendering intent in the openGL canvas, although a
variable was added for it.

Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9 Revision 6e31383...
Brijesh Patel committed changes in [calligra] /chartshape:

i) add a font editor for axis labels and legend
ii) add UI for error bars
iii) add UI for stock charts
iv) fix load/save styles of all shapes (title,subtitle,axistitles,footer,etc.)

Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 8 more) Revision 6ee48bd...
Friedrich W. H. Kossebau committed changes in [calligra] /kopageapp/widgets:

Support changing the page number in KoPageNavigator with wheel events

Also
* fixes that the editor is not reset if text is changed and focus is lost
* ensures leaving the editor in case the active page is changed from elsewhere

REVIEW: 105229

Networking Tools

Lasath Fernando committed changes in [ktp-text-ui] /:

Finally implement formatting plugin

It took me forever becuase of some annoying bug that was really
hard to find. (Turns out I was accidentally trying to match a
regex special character)

It also adds new tests.

Diffs: 1, 2, 3, 4, 5 Revision 45664f1...

Utilities

Friedrich Karl Tilman Pülz committed changes in [publictransport/QtScriptAndThreadWeaver] /timetablemate/src:

Store output separated by projects, add clear output action

- Previously the output dock widget has shown all output from the
currently active project and didn't clear the output when switching
to another project
- Now the output is stored for each project
- The output dock widget shows only output for the active project now
- Can now collect output for multiple projects at the same time
- Add a clear action to the output docks context menu

Diffs: 1, 2, 3, 4, 5 Revision 3ac5952...
Matteo Agostinelli committed changes in [cirkuit/batch-mode] /:

First implementation of the batch run

# ==[ Blank: Follow the Subject with a blank line, do NOT remove ]=====|

# ==[ Details: Describe what changed and explain why it changed]=======|
Still not functional...

# ==[ Fields: Uncomment and edit where applicable ]====================|
#
# --[ Close bug in bugs.kde.org as fixed ]-----------------------------|
#BUG: <bug number>
#FIXED-IN: <optional release version>
#
# --[ Add to release changelog optionally close wish in bugs.kde.org ]-|
#FEATURE: <optional bug number>
#FIXED-IN: <optional release version>
#
# --[ Copy commit message to a bug or wish in bugs.kde.org ]-----------|
#CCBUG: <bug number>
#
# --[ Copy commit message to an email address ]------------------------|
#CCMAIL: <email>
#
# --[ Close a review on git.reviewboard.kde.org as submitted ]---------|
#REVIEW: <review number>
#
# --[ Notify documentation team of user visible changes ]--------------|
#GUI:
#
# --[ Notify Commit Digest team of something interesting ]-------------|
#DIGEST:

Diffs: 1, 2, 3 Revision 4d2832c...

Games

Arjen Hiemstra committed changes in [gluon/graphics-backendabstraction-ahiems] /:

Working shaders, meshes, rendering(!!!)

Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 14 more) Revision 616b3f7...

Other

Vishesh Handa committed changes in [notably] /:

Port to NepomukCore

Manually copied some files from NepomukAnnotation. Those files have also
been ported to NepomukCore.

Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 56 more) Revision 73ecfe9...

Optimization

Development Tools

Miha Čančula committed changes in [kdevelop/file-templates] /cpp:

Use templates provided by KDevPlatform instead of shipping includes with every template

Diffs: 1, 2, 3, 4 Revision e110e2e...

Educational

Barth Netterfield committed changes in /branches/work/kst/portto4/kst/src:

Optimizations for data wizard for cases with thousands/tens of thousands
of fields.

Multimedia

Matěj Laitl committed changes in [amarok] /:

SqlPlaylist: don't observe track and re-save whole playlist on track change

No other playlist does that and this causes problems when someone has
really big playlists and slow connection to external MySQL db.

Not updating track metadata should not hurt, these are immediately
replaced by real ones by MetaProxy::Track. Moreover for uidUrl updates
there is SqlTrack::updatePlaylistsToDb() (I don't however know whether
it works as expected). Acked by Bart on the bug.


FIXED-IN: 2.6

Other

KDE Base

Vishesh Handa committed changes in [nepomuk-core] libnepomukcore/resource/resourcemanager.cpp:

Increase the ResourceManager cache size to 10000

This way one can easily show more than 1000 results in one time.
Ideally, one should manage the cache better, but that will have to be
done in the next release.

Vishesh Handa committed changes in [nepomuk-core] services/fileindexer/eventmonitor.cpp:

No event notifications when Resuming/Suspending indexing of resources

Indexing is a background process that the user shouldn't be aware about.
We should just work, and not annoy the user about stuff like this.

Added a config option in nepomukstrigirc just in case anyone wants it.
Add ShowSuspendResumeEvents = true in [General]


REVIEW: 105271

Vishesh Handa committed changes in [nepomuk-core] /:

Remove old code from the ResourceManager

Lesser code is easier to understand, plus we are allowed to break
ABI and API compatibility right now!

REVIEW: 105247

Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9 Revision c955d34...
Vishesh Handa committed changes in [nepomuk-core] /storage:

Remove the GraphMaintainer

The GraphMaintainer's job is to remove old empty graph which have
somehow appeared due to buggy code. They do not really harm anyone, but
this approach of removing them on startup really makes virtuoso cpu
usage spike for a very long time.

It would be better to have some kind of "Data Cleaning" application for
Nepomuk which would migrate old data and clean up invalid data like
this.

Networking Tools

Lasath Fernando committed changes in [ktp-text-ui] /:

Create skeleton for ImagesFilter

Should probably save something like this somewhere so I don't make
silly mistakes doing this in futre.

Diffs: 1, 2, 3, 4, 5 Revision 18e821e...
Nicolás Alvarez committed changes in [konversation] /:

Remove the shared channel announcement in queries again.

I never found a string I liked, I haven't found a satisfactory
way to deal with the race condition during auto-join, and there
were some complaints about the additional highlight vector (also
potentially interacting badly with the actual query messages).

Looks like a better idea might be to show the current shared
channels in the "topic" area of query tabs. This is subtly diff-
erent from having a timestamped record of the shared channels at
query open time, but at least gives the area more to do and avoids
these problems.

Additionally, removing this again fixes a regression that caused
query tabs not to light up with the message highlight when newly
opened (probably because the command message event overwrote the
highlight event before the event loop cycled enough for priority
sorting to be possible, haven't really worked through it).

Games

Miha Čančula committed changes in [knights/kdegames-porting] /:

Fully port to the new KDEGames library

There is still at least one crash, but is doesn't seem to be related to the porting.

Diffs: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 (+ 7 more) Revision 8a41209...