CIA.vc
applets
Real-time open source activity stats
Stats » Projects » KDE » applets
informationsyndicateUTC clock
15:49 on Feb 13, 2012
event counters
The last message was received 1.05 years ago at 23:23 on Jan 27, 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
3032 messages since the first one, 4.35 years ago, for an average of 12.57 hours between messages
recent messages
dateReversed sort columnprojectcontentlink
23:23 on Jan 27, 2011KDE
Commit by aseigo :: r1217585 applets/branches/KDE/4.6/kdeplasma-addons/applets/rememberthemilk/rememberthemilk-plasmoid.cpp: (link)
bounds check pos
BUG:202918
#
23:22 on Jan 27, 2011KDE
Commit by aseigo :: r1217584 applets/trunk/KDE/kdeplasma-addons/applets/rememberthemilk/rememberthemilk-plasmoid.cpp: (link)
bounds check pos
BUG:202918
#
19:27 on Jan 27, 2011KDE
Commit by sebas :: r1217531 applets/branches/KDE/4.6/kdeplasma-addons/applets/webslice/ (5 files in 2 dirs): (link)

Usability and performance improvements webslice applet

In particular:

  • Turn the lineedit into an editable combobox showing some of the more interesting elements (those with an id attached)
  • Add a reload button to load a newly selected page, repopulate the elements dropdown after load is finished
  • Show the full page zoomed out while configuring, and paint a mask highlighting the currently selected element over it
  • Fix cyclic resizing problems that lead to huge performance problems while resizing
  • No more fixed aspect ratio (#221235)
  • Compress resize events per 100ms to make resizing smoother
  • Fix picking up config changes by the slice
  • Cache slice geometry, by basing the geometries on the original geometry of the elements, we get much more precise viewports, it also saves a lot of dicking around with the current zoomFactor
  • (No string changes) backported from trunk r1217392 - r1217400, OK'ed on plasma-devel BUG:221235 FIXED-IN:4.6.1
#
02:13 on Jan 27, 2011KDE
Commit by sebas :: r1217399 applets/trunk/KDE/kdeplasma-addons/applets/webslice/ (3 files in 2 dirs): (link)
Use the outerXml to identify the elements

This takes away the limitation to #id selectors, and saves quite some
code. :)
#
02:13 on Jan 27, 2011KDE
Commit by sebas :: r1217400 applets/trunk/KDE/kdeplasma-addons/applets/webslice/plasma/webslice.cpp: (link)
Add other elements to combo as well

but disable it for now, as it clutters the combo way too much with
mostly useless elements. (It's still possible to enter them by hand, so
nothing's lost, really.)
#
02:13 on Jan 27, 2011KDE
Commit by sebas :: r1217397 applets/trunk/KDE/kdeplasma-addons/applets/webslice/ (4 files in 2 dirs): (link)
use Plasma::Theme for the preview
#
02:13 on Jan 27, 2011KDE
Commit by sebas :: r1217398 applets/trunk/KDE/kdeplasma-addons/applets/webslice/ (2 files in 2 dirs): (link)
use a painter path to highlight the element by dimming all the rest, use text color, which defaults to black on Air
#
02:13 on Jan 27, 2011KDE
Commit by sebas :: r1217396 applets/trunk/KDE/kdeplasma-addons/applets/webslice/kgraphicswebslice.cpp: (link)
resize timeout to 100ms (from 500ms)

We can update the view more often now it's not resizing around in
cycles. Even 50ms felt somewhat smooth, but 100ms is a bit better.

Also small cleanup.
#
02:13 on Jan 27, 2011KDE
Commit by sebas :: r1217395 applets/trunk/KDE/kdeplasma-addons/applets/webslice/ (4 files in 2 dirs): (link)
big cleanup
#
02:13 on Jan 27, 2011KDE
Commit by sebas :: r1217394 applets/trunk/KDE/kdeplasma-addons/applets/webslice/ (4 files in 2 dirs): (link)

Refactor kgraphicswebslice

With this larger update, we tie down the whole setup process, and waste
a lot less cycles resizing.

In particular:

  • zoom method: zooms to specific slice
  • less unnecessary resizing (still room for improvement)
  • make switching between preview and slice mode work
  • fix slice geometry for previews and slice modes
  • cache geometries: faster and less dicking around with zoomFactor
  • Make applet freely resizable: no fixed aspect mode anymore
  • Resizing is also a lot faster now Cleanup pending. BUG:221235
#
02:13 on Jan 27, 2011KDE
Commit by sebas :: r1217393 applets/trunk/KDE/kdeplasma-addons/applets/webslice/ (3 files in 2 dirs): (link)
muchos resize performance

Do not rescale/zoom on every resize event, only after the resizing orgy
is finished. Makes resizing a lot less painful, though not smooth yet.
#
02:13 on Jan 27, 2011KDE
Commit by sebas :: r1217392 applets/trunk/KDE/kdeplasma-addons/applets/webslice/ (5 files in 2 dirs): (link)

combo for elements within the webpage

This also adds

  • a bit of sugar on top of KGraphicsWebSlice APIs,
  • refresh should really be a signal,
  • by making the frame accessible, we can actually find out what to slice,
  • also fix some docs.
  • add a reload button to show the newly selected webpage, in order to select the frame without reloading the complete dialogue
#
17:04 on Jan 22, 2011KDE
Commit by mart :: r1216316 applets/trunk/KDE/kdeplasma-addons/applets/microblog/ (microblog.cpp postwidget.cpp): (link)
correctly update the favorite status when IsFavorite changes
#
14:00 on Jan 22, 2011KDE
Commit by mart :: r1216292 applets/trunk/KDE/kdeplasma-addons/ (6 files in 2 dirs): (link)
FEATURE: support for favorite tweets, marking and unmarking
#
10:59 on Jan 22, 2011KDE
Commit by mart :: r1216272 applets/trunk/KDE/kdeplasma-addons/ (6 files in 2 dirs): (link)
support for favorite messages
#
23:35 on Jan 21, 2011KDE
Commit by aseigo :: r1216215 applets/branches/KDE/4.6/kdeplasma-addons/applets/frame/imageloader.cpp: (link)
work around non-thread safety of kexiv
BUG:263825
#
23:34 on Jan 21, 2011KDE
Commit by aseigo :: r1216214 applets/trunk/KDE/kdeplasma-addons/applets/frame/imageloader.cpp: (link)
work around non-thread safety of kexiv
BUG:263825
#
23:33 on Jan 21, 2011KDE
Commit by aseigo :: r1216213 applets/trunk/KDE/kdeplasma-addons/applets/frame/picture.cpp: (link)
small cleanup made while debugging thread issue
#
22:20 on Jan 21, 2011KDE
Commit by mart :: r1216206 applets/trunk/KDE/kdeplasma-addons/applets/microblog/microblog.cpp: (link)
the password field of all operations != auth wasn't actually used
#
22:13 on Jan 21, 2011KDE
Commit by mart :: r1216205 applets/trunk/KDE/kdeplasma-addons/applets/microblog/ (4 files): (link)
FEATURE: use proper retweet api
#