CIA.vc
kpager
Real-time open source activity stats
Stats » Projects » KDE » kpager
informationsyndicateUTC clock
17:20 on May 27, 2012
event counters
The last message was received 1.16 years ago at 13:37 on Apr 01, 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
73 messages since the first one, 6.38 years ago, for an average of 1.06 months between messages
recent messages
dateReversed sort columnprojectcontentlink
13:37 on Apr 01, 2011KDE
Commit by pino :: r1226711 kpager/trunk/extragear/utils/doc/kpager/index.docbook: (link)

refresh a bit

  • use entities where appropriate
  • describe the "Sticky/Unsticky" menu item
  • comment out the "Show Background" checkbox, as not working (and hidden) in kpager
  • remove mentions of kdebase, replacing it with extragear-utils where appropriate
  • add my contributions
  • some other change I forgot
#
18:54 on Jan 04, 2011KDE
Commit by pino :: r1211729 kpager/trunk/extragear/utils/kpager/ (config.cpp desktop.cpp): (link)
hide the "show background" option and its effect

it does nothing at the moment (and cannot be fixed easily), so hide the checkbox and make kpager behave as it would be always off
#
18:44 on Jan 04, 2011KDE
Commit by pino :: r1211722 kpager/trunk/extragear/utils/kpager/kpager.cpp: (link)
replace "&" with "&&" when showing a desktop name in the "to desktop" submenu
#
18:41 on Jan 04, 2011KDE
Commit by pino :: r1211721 kpager/trunk/extragear/utils/kpager/ (kpager.cpp kpager.h): (link)
make the kpager central widget a simple widget

it does not need to be a QFrame, it uses nothing of what QFrame provides
#
17:53 on Jan 04, 2011KDE
Commit by pino :: r1211707 kpager/trunk/extragear/utils/kpager/kpager.cpp: (link)
remove superfluous uint/int casts
#
14:36 on Jan 04, 2011KDE
Commit by pino :: r1211644 kpager/trunk/extragear/utils/kpager/main.cpp: (link)
about data update: properly spell Antonio's name, and add myself
#
14:32 on Jan 04, 2011KDE
Commit by pino :: r1211634 kpager/trunk/extragear/utils/kpager/main.cpp: (link)
construct the about data on stack, and fix indentation of its code
#
12:20 on Jan 04, 2011KDE
Commit by pino :: r1211536 kpager/trunk/extragear/utils/kpager/desktop.cpp: (link)
do not set the alpha color for the brush, when not painting on desktop

this way, window pixmaps used for dragging do not have an ugly transparent-on-base background
#
10:44 on Jan 04, 2011KDE
Commit by pino :: r1211511 kpager/trunk/extragear/utils/kpager/ (kpager.cpp kpager.kcfg): (link)
move the width/height settings of the layouts to kconfigxt, and make sure to save them also on exit
#
10:18 on Jan 04, 2011KDE
Commit by pino :: r1211507 kpager/trunk/extragear/utils/kpager/ (kpager.cpp kpager.h kpager.kcfg): (link)
move the xPos and yPos settings to kconfigxt, and make sure to save them even at exit
#
09:53 on Jan 04, 2011KDE
Commit by pino :: r1211485 kpager/trunk/extragear/utils/kpager/ (kpager.cpp kpager.h): (link)
no need to store the pointer to the grid layout
#
01:09 on Jan 04, 2011KDE
Commit by pino :: r1211419 kpager/trunk/extragear/utils/kpager/ (kpager.cpp kpager.h main.cpp): (link)
remove 'const char *name' args from c'tors, but just set the object names directly
#
00:13 on Jan 04, 2011KDE
Commit by pino :: r1211406 kpager/trunk/extragear/utils/kpager/ (kpager.cpp kpager.h): (link)
workaround the KMenu title that cannot be changed after being added

before showing the popup menu for a window, delete the previous title (i.e. the first action),
and create a new one as first again

the old code is left inside blocks with the define HAVE_FIXED_KMENU_TITLE,
so when the issue is fixed that define can be enabled for certain kde versions
#
20:00 on Jan 03, 2011KDE
Commit by pino :: r1211353 kpager/trunk/extragear/utils/kpager/kpager.cpp: (link)
do not force a relayout when the desktop names change
#
00:39 on Jan 03, 2011KDE
Commit by pino :: r1211047 kpager/trunk/extragear/utils/kpager/ (kpager.cpp kpager.h): (link)
isolate the selective desktop update()ing call in a proper function/loops
#
00:33 on Jan 03, 2011KDE
Commit by pino :: r1211029 kpager/trunk/extragear/utils/kpager/kpager.cpp: (link)
when filling the "to desktop" submenu, use the number and the names of the desktop, which are already available

... instead of asking them again and again
#
00:30 on Jan 03, 2011KDE
Commit by pino :: r1211021 kpager/trunk/extragear/utils/kpager/desktop.h: (link)
add a getter for the desktop name
#
00:25 on Jan 03, 2011KDE
Commit by pino :: r1211014 kpager/trunk/extragear/utils/kpager/ (desktop.cpp desktop.h kpager.cpp): (link)
make Desktop properly cache the desktop name, and update only when necessary

using the cached name avoids asking it again and again when painting,
and force an update of a Desktop only when the name actually change and it is set to show it
#
20:01 on Jan 01, 2011KDE
Commit by pino :: r1210692 kpager/trunk/extragear/utils/kpager/desktop.cpp: (link)
use a proper transparency for the transparency effect of windows

... instead of a semi-dense fill pattern
#
16:50 on Jan 01, 2011KDE
Commit by pino :: r1210652 kpager/trunk/extragear/utils/kpager/ (desktop.cpp desktop.h): (link)
turn m_windowPixmapsDirty into a WId set, and avoid it to grow unnecessarly
#