Issue 238
3rd June 2012 by KDE Commit-Digest TeamContributors
Marta Rybczynska
Myriam Schweingruber
This Week...
Statistics
Commits | 2125 by 173 developers |
Open Bugs | 22112 |
Open Wishes | 16903 |
Bugs Opened | 372 in the last 7 days |
Bugs Closed | 1133 in the last 7 days |
Commit Summary
Module | Commits |
/trunk/l10n-kde4 |
180
|
/branches/stable |
119
|
/trunk/KDE |
54
|
/trunk/l10n-support |
43
|
/doc/index.docbook |
27
|
/src/qml |
21
|
/trunk/www |
20
|
/src/app |
13
|
/branches/work |
9
|
/src/oxygenstylewrapper.cpp |
9
|
Files | Developer | Commits |
204
|
Roman Paholík |
68
|
120
|
Jesper Pedersen |
40
|
120
|
Aleix Pol Gonzalez |
40
|
114
|
Harald Sitter |
39
|
96
|
Gilles Caulier |
37
|
96
|
Aaron J. Seigo |
35
|
99
|
Andreas Cord-Landwehr |
33
|
96
|
David Faure |
32
|
93
|
Yuri Chornoivan |
31
|
87
|
Miha Čančula |
30
|
Internationalization (i18n) Status
Language | Percentage Complete |
Portuguese (pt) |
100%
|
Swedish (sv) |
99%
|
Polish (pl) |
99%
|
Estonian (et) |
96%
|
Spanish (es) |
96%
|
Dutch (nl) |
96%
|
German (de) |
94%
|
French (fr) |
91%
|
Italian (it) |
89%
|
Danish (da) |
87%
|
Bug Killers
Person | Bugs Closed |
Myriam Schweingruber |
574
|
Jekyll Wu |
158
|
Harald Sitter |
34
|
Thijs Heus |
31
|
Christoph Feck |
23
|
dehtris yahoo de |
17
|
Peter Penz |
15
|
C. Boemann |
11
|
Tom Albers |
10
|
Martin Gräßlin |
9
|
Commit Countries
Commit Demographics
Sex
Age
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 60 selections this week
Bug Fixes
Development Tools
Look for ext/hash_map and unordered_map instead of checking gcc's version.
Follow-up to commits 9f8e8f662974a1035ea64f0ab9404b8858a02a57 and
5c59bd61b1df1b963959f086c5202689c084e0f3. The decision of whether to
include <ext/hash_map> or <unordered_map> for gcc/clang was based on
whether gcc > 4.3 was installed or whether clang was being used. The
latter implicitly assumed a recent enough libstdc++ version (ie. >=
4.3) was being used, which might not be the case on systems such as
FreeBSD and possibly OS X.
Instead of checking for compiler versions, we now look for these
headers: CMake first detects whether <unordered_map> is present and,
in case it is not, it looks for <ext/hash_map>. The checks in
languages/cpp/parser/parser.h have been updated as well. This should
cover all the cases being previously detected, as well as fix the
checks for FreeBSD and other systems where the build was failing
before with clang.
Reviewed-by: Millian Wolff
REVIEW: 105067
This commit fixes a few things regarding class subclassing:
- Fixed visitors of methods/classes/modules from modifying the original AST.
- Properly importing the context of the base class.
- Implemented tests (both duchain and uses) regarding subclassing.
Educational
Fix text being cut in some text cards
When we read a element's text, trim the result,
otherwise it contains some whitespaces we're not interested in.
Use the actual size we're going to use instead of the QRectF we're given,
which should be correct but it could be a bit too big.
Graphics
Do not crash if the user attempts to draw on the presentation summary frame
Don't produce unusable file if user presses "Save As" on a .okular archive
Make "Save As" behave like "Export as Document Archive" if we are
saving a .okular file.
Fix thumbnail resizing not working after 240px
Fixes against causes of annotation data loss + Improved GUI message logic
1) If the user had previously annotated the document with an old okular
version and the document contains existing annotations and no /Encrypt
(ie the case where annotation changes are no longer saved locally), make
Document::saveDocumentInfo write the original unmodified local
annotations back to XML, so that it seems that the original file was not
changed. If the user makes annotation changes, code from previous
patches already asks him to save them to a different document on close.
2) Ask "Save changes?" if the user has modified annotations in a .okular
archive.
3) Turned a "sorry" message in a "information" (with dontshowthisagain),
because now we also have the "Save changes?" prompt to inform the user.
4) Suppressed all annotation-related message boxes on document opening
Fix for removing images from the upload queue
when removing them from the widget
Small code polishes
KDE Base
cache blocked tabgroup state updates and do not check group breaking issues not being part of the updated states
FIXED-IN: 4.9
REVIEW: 105114
Do not reset previous searching after switching tab
Thanks to Lindsay Roberts for the research and patch
FIXED-IN: 4.9.0
REVIEW: 105121
Always use single-click for the places panels
FIXED-IN: 4.9.0
libqalculate uses a global (!) object for the calculator; refcount our use of it
still not entirely safe -> if ANYTHING else uses the CALCULATOR object, iow
uses libqalculate, problems will ensue.
libqalculate really ought to be improved in this regard.
- Fixed the issue of login @ some websites not being filled in at all.
- Greatly improved the javascript code used to parse HTML forms.
FIXED-IN: 4.8.4
Get back F3 as the default shortcut for the "Find Next" action.
Another stupid mistake by me. Wonder why it goes unnoticed for
such a long time.
Multimedia
Fix dynamic playlist album play bias with MetaProxy
If a partial album was loaded with MetaProxy (e.g., when the current
playlist is loaded after starting Amarok), the album play bias would
fail to continue the album due to Meta::Track and MetaProxy::Track being
unequal. Use a comparison function that ensures the comparison is
correct.
fix vidoe resume
phonon does not support seeking before playback is started, this was
recently removed as it was supporting wrong(tm) code. playback
functions of phonon are either async or semi-async, therefore any
state bound actions must only be taken when the appropriate state was
entered
EngineController: thread safety for supportedMimeTypes()
This hopefully fixes mentioned bug.
BUGFIXES:
* Fix crash on startup due to EngineController.
FIXED-IN: 2.6
DIGEST: Bugfix
IpodCollection: compatibility with ifuse 1.1.2
--uuid option changed to --udid in ifuse 1.1.2. Fortunately, the short
form, -u, is unchanged, whew...
Fix / zero in LyricsApplet.
Cought right in time for beta, so not adding a Changelog entry.
Networking Tools
Fix a bunch of appearance problems.
- Base the geometry calculations for the KMW on heightForWidth() rather
than its bogus minimumSizeHint().
- Disable animations for now to avoid tripping a bug in KMW's content
size calculation.
- Hide the undercarriage if the splitter collapses the KTE.
Fix presence saving
Use the presence given as parameter.
REVIEW: 105131
Games
if a speed bonus is taken, apply the speed increase immediately, not only after pressing a moving key
Editing players: do not show robot players
because editing their names will cause problems. Some parts in kajongg
rely on robot player names starting with ROBOT. (note: the user never
sees ROBOT but a translation)
Features
Development Tools
make switching editors work again (and a lot more efficient)
* if the widget stack is asked to switch to the already current widget -> do nothing
* hang on to the KService to see if we're loading the same thing (and if so, don't bother)
* only recreate the gui when first loading a part (removes flicker, makes things instant)
* don't create TextEditor widgets over and over for each file (they were actually leaking)
* be careful when accessing the m_textEditor pointer
Script to port KStandardDirs::locate/locateLocal to QStandardPaths
Add Android native look&feel plugin
This QStyle plugin uses the data extracted by Ministro on every device,
we can't hardcode any attributes(colors, fonnts, images, etc.) because
evey OEM, device, android version uses a different theme.
Currently the plugin supports only the most immportant controls.
DIGEST:
Create a whole new assistant for new classes from templates, and implement the ITemplateProvider interface
Make area switcher usable when kdevelop runs on an appmenu-enabled system
When running on an appmenu-enabled system, one cannot add widgets in the
menubar corner. In this case, move area switcher to main toolbar.
REVIEW: 105116
Educational
Introducing feature "What's Interesting..." A QML based test interface has been designed.
SkyObjListModel is a subclass of QAbstractListModel. Objects of SkyObjListModel can
represent any sky-object(any type). Currently test models for Planets, Stars, Galaxies,
Constellations, Star Clusters and Nebulae are used in class Modelmanager. The QML UI is
maintained by the WIView class.
The models are loaded everytime "What's Interesting..." is opened. It takes a long
time to load all the models. This is because currently the models checks through all
sky-objects. A reduced list will definitely be required.
new library : analitzaplot ... support drawing many kind of curves and surfaces
Open WLAN Map position provider.
Uses libwlocate to determine the current position based on neighboring
WLAN access points or (as a fallback) the IP address. Contrary to other
position provider plugins this is currently implemented as a one-shot
position determination since that is the major use case.
Graphics
Animate showing/hiding the bird-eye view
This is the first step toward autohiding it
KDE Base
When acting upon middleClick on a tooltip, the middleClick action should only apply to the window clicked on.
Implement dropping of items into the Places Panel
Some polishing regarding the icons and group-alignment must still
be done, but at least the basic functionality is back again.
When Pate fails to load aplugin, show the error in the UI.
1. Add a utility wrapper to hel pprevent PyObject reference leaks.
2. Rewrite the traceback handling to print it using kError, and capture
the result.
3. Use the catured traceback to show the faailed load status in the UI.
4. Don't reload the configuration just becuase the UI is to be
rendered!
Update to 1.1.1:
- reuse launcher icons by tasks also when using manual sorting;
- let startups connect to launcher icons (when there is no sorting or it set to manual);
- do not lose connection with launcher when group is created (if grouping by program);
- enable Apply button when configuration values are changed;
- do not propose to drop icon in place which equals its current index;
- enable Add / Remove action buttons;
- many other fixes and changes.
Do not touch special characters in a regex when converting URLs.
This is mostly backslashes but can be anything else. The point is that
we need to keep QUrl out of it to avoid percent-encoding of these
characters.
Provide a default name when adding a search query to the places panel
FIXED-IN: 4.9.0
Office
improve visual feedback when dragging path curve
when changing a path curve directly by dragging it,
there was no real feedback for the user to see if
starting to drag would change the curve or doing a
rubberbanbd selection. now the cursor is being updated
to reflect if the mouse is onb a path segment. additionally
a status text is shown in the status bar.
i also refactored the corresponding code a little to reuse
the result of the path segment under the mouse cursor.
add/edit filters UI for citation database
lcms color engine: add an experimental rgbaf32 colorspace
This uses the new floating point capabilities of lcms2 to create a
hdr rgba colorspace that automatically uses all the templated functions
of pigment.
Add localized IMDB sites as data sources
Add IMDB data source for France, Spain, Germany, Italy, and Portugal
FEATURE: Implement all missing chart marker types.
Multimedia
Rewrite the recentlyPlayedList to be a proper ItemView, and use a Zeitgeist model if available
Enable zeitgeist integration via phonon.
REVIEWBOARD:105106
implement what is supposed to be bluray loading
of course I have no drive nor disc, so I would not know if it works...
Networking Tools
Rewrite the Topic tab in the Channel Options dialog and the backing code.
Changelog excerpt:
* The Topic tab in the Channel Options dialog has been redesigned and
rewritten from scratch, featuring a much improved UI and many bug fixes:
- In place of the previous UI with a multi-column topic history list and two
distinct text fields for browsing and editing there is now only the list
and an edit field. The list has been redesigned to show all of the data for
a topic, with visually distinct headers serving to delineate individual
entries and showing the author and timestamp, above the full text for each
topic.
- Entries in the history list now sport a context menu allowing to copy the
topic text and querying the topic author.
- A new search field above the history list allows filtering it by looking
for the search string in the text, author name and timestamp of all topics.
- When an encryption key is set for a channel an attempt is now made to
decrypt all of the topics in the history, not just the current topic.
- When editing the topic any text entered past the server's maximum
allowed topic length will now be drawn in the color scheme's negative
text color (i.e. usually red). Further, if Konversation has been built
against KDE Platform v4.7.0 or higher, a warning is shown at the bottom
of the text field explaining the limit and offering the option - via a
button - to delete the excess text.
- The text cursor is now automatically placed at the end of the edit field,
making the common use case of adding to the topic more convenient.
- The location of the splitter handle inbetween the history list and the edit
is now remembered across all Channel Options dialogs and application
restarts.
- Storing the topic history for each channel now takes up less memory, and
general efficiency in handling with topic data has been improved greatly.
- Fixed a bug causing redundant entries to accumulate in the topic history
across reconnects when the last entry in the history corresponds to the
topic given by the server at rejoin.
- Fixed a bug causing the "Undo" action in the edit field to occassionally
stop working, making it impossible to return the field to the unmodified
state in which its contents sync to the selected history list entry.
- Fixed a bug causing the topic not to return to its encrypted form when the
decryption key for a channel has been deleted.
- Fixed a bug causing the author of a topic to sometimes be shown as the full
user mask instead of consistenty showing only the nickname.
- Fixed a bug causing the "Unknown" placeholder that is used when the author
of a topic is unknown not to be translated.
- Fixed the incorrect tab key order in the Topic tab.
* The size of the Channel Options dialog is now synchronized between the dialogs
for different channels and remembered across application restarts.
* The widths of the columns in the Ban List tab in the Channel Options dialog
is now synchronized across all Channel Options dialogs.
* Fixed a bug causing the topic at the top of channel tabs not to return to its
encrypted form after the decryption key for a channel has been deleted.
Fancy bookmarking on rekonq :)
- Fancy bookmarking's resource link dialog added to bookmark context menu
- UI improvements in bookmarks dialog
- WARNING: Nepomuk/soprano dependencies added
NB: Merged and squashed by adjam ;)
Utilities
Make sure launcher loads kblackboard if requested
Games
Improve scoring explanation
when I have to discard a tile, I have 14 tiles which was explained as
a long hand with score 0. Now Kajongg explains score for the hand
without the focussed tile. So when moving the cursor between tiles,
the scoring explanation and the current total shown on the wall
adjust immediately.
Also, suppress output for players with score 0
Other
Introduce the LogBrowser, a widget for applications to quickly and easily view relevant application events
Optimization
Multimedia
increase startup speed by not messing with powermanagement
Other
Development Tools
Make it easier to reach buttons on the edges
Remove the 2px margin between border buttons and the edges of the screen
REVIEW: 101506
Educational
Make the UI a bit more uniform.
Make the toggable buttons the same size as the regular
ones.
KDE Base
Port from KStandardDirs to QStandardPaths
For Qt4.8 the dbus Qt service name changed
Fix the build with clang 3.1 (and possibly ICC).
Use the `template' keyword to disambiguate the calls here. Similar to
what was done in WebKit's WTF revision 37062.
Reviewed-by: SadEagle on IRC
Port away from KStandardDirs.
This commit is dedicated to 60 co-workers at KDAB, currently visiting
a distillery in Scotland.
Utilities
Rename LibKGoogle to LibKGAPI
Due to possible trademark violation, the library has been renamed.
The library is now called LibKGAPI. The API is wrapped in KGAPI
namespace. Headers are now installed to %prefix%/include/libkgapi.
See http://lists.kde.org/?l=kde-core-devel&m=133820238403101&w=2
for discussion.