CIA.vc
apps
Real-time open source activity stats
Stats » Projects » KDE » apps
informationsyndicateUTC clock
12:32 on May 28, 2012
event counters
The last message was received 1.32 years ago at 00:39 on Feb 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
7021 messages since the first one, 6.44 years ago, for an average of 8.04 hours between messages
recent messages
dateReversed sort columnprojectcontentlink
00:39 on Feb 01, 2011KDE
Commit by ianmonroe :: r1218190 apps/trunk/KDE/kdebase/ (6 files in 3 dirs): (link)
<pinotree> add READMEs in kdebase/{runtime,workspace,apps}
#
22:47 on Jan 27, 2011KDE
Commit by doerner :: r1217573 apps/branches/KDE/4.6/kdebase/apps/dolphin/src/dolphinmainwindow.cpp: (link)
Backport of commit 1217560

Fix crash when detaching a tab with "Split View Mode" setting enabled
#
21:30 on Jan 27, 2011KDE
Commit by doerner :: r1217560 apps/trunk/KDE/kdebase/apps/dolphin/src/dolphinmainwindow.cpp: (link)
Fix crash when detaching a tab with "Split View Mode" setting enabled
#
21:29 on Jan 27, 2011KDE
Commit by aseigo :: r1217559 apps/branches/KDE/4.6/kdebase/apps/plasma/applets/folderview/folderview.cpp: (link)
make hover triggering configurable; will backport for 4.6.1 as well
CCMAIL:wstephenson at kde dot org
#
21:28 on Jan 27, 2011KDE
Commit by aseigo :: r1217557 apps/trunk/KDE/kdebase/apps/plasma/applets/folderview/folderview.cpp: (link)
make hover triggering configurable; will backport for 4.6.1 as well
CCMAIL:wstephenson at kde dot org
#
15:26 on Jan 27, 2011KDE
Commit by hindenburg :: r1217498 apps/trunk/KDE/kdebase/apps/konsole/src/ViewContainer.cpp: (link)
Disable tab close methods until the issue of menu being trashed can be resolved.

CCBUG: 185466
#
13:38 on Jan 26, 2011KDE
Commit by freininghaus :: r1217270 apps/trunk/KDE/kdebase/apps/dolphin/src/tests/ (3 files): (link)
Some additions to DolphinDetailsViewTest_AllViewModes.

In particular, tests for changing the zoom level and for saving and
restoring the view state.
#
13:20 on Jan 26, 2011KDE
Commit by freininghaus :: r1217260 apps/trunk/KDE/kdebase/apps/dolphin/src/tests/dolphinviewtest_allviewmodes.cpp: (link)
Make dolphinviewtest_columns more stable.

Up to now, some Columns View tests that need a folder to be displayed
in the view only passed if they were run first: The first test always
passed, and if a test name was passed on the command line, such that
only this test would be run, this test would work as well. In other
cases, the view was empty, not showing the items in the folder.

The problem is worked around by creating a new DolphinView before each
test in the case of the Columns View. Added a TODO comment to make me
remember to look into this again at some point.
#
13:13 on Jan 26, 2011KDE
Commit by freininghaus :: r1217251 apps/trunk/KDE/kdebase/apps/dolphin/src/tests/dolphinviewtest_allviewmodes.cpp: (link)
Improve DolphinViewTest_AllViewModes::testKeyboardFocus().

The test assumes that the view does not have the keyboard focus
initially. However, this may not be the case if this is the only test
to be executed (i.e., if testKeyboardFocus is passed to the test
executable on the command line). This commit transfers the keyboard
focus explicitly to another widget.
#
21:31 on Jan 25, 2011KDE
Commit by chehrlic :: r1217129 apps/trunk/KDE/kdebase/apps/konq-plugins/fsview/ (CMakeLists.txt fsview_part.cpp): (link)
fsview is now qt3support-free
#
21:31 on Jan 25, 2011KDE
Commit by chehrlic :: r1217128 apps/trunk/KDE/kdebase/apps/konq-plugins/fsview/ (scan.cpp treemap.cpp treemap.h): (link)
port the last menu entry away from qt3support
remove some useless casts to int which are no longer needed because size() returns an in now (qt3: quint)
#
21:22 on Jan 25, 2011KDE
Commit by chehrlic :: r1217127 apps/trunk/KDE/kdebase/apps/konq-plugins/fsview/fsview_part.cpp: (link)
KActionMenu:.menu() as replacement for KActionMenu::popupMenu()
#
19:51 on Jan 25, 2011KDE
Commit by vonreth :: r1217109 apps/trunk/KDE/kdebase/apps/konqueror/sidebar/trees/ (2 files in 2 dirs): (link)
fixed windows build
#
18:50 on Jan 25, 2011KDE
Commit by chehrlic :: r1217099 apps/trunk/KDE/kdebase/apps/konq-plugins/fsview/ (5 files in 2 dirs): (link)
Remove more qt3support - this also fixes the actions in the main popup menu.
TreeMapWidget::selectionActivated() doesn't seem to work but that's not a problem of this check in.
#
18:06 on Jan 25, 2011KDE
Commit by chehrlic :: r1217090 apps/trunk/KDE/kdebase/apps/konq-plugins/fsview/inode.cpp: (link)
'const char* str = qPrintable(n)' is a bad idea and results in very funny colors when ColorMode == Name
qt3support--, Use QLatin1Char where possible
#
17:02 on Jan 25, 2011KDE
Commit by chehrlic :: r1217079 apps/trunk/KDE/kdebase/apps/konq-plugins/fsview/ (scan.cpp scan.h): (link)

  • make sure to not realloc ScanDirVector to avoid a dangling pointer in ScanItem which can lead to a crash
  • added some const + QLatin1Char BUG: 264217
#
09:49 on Jan 25, 2011KDE
Commit by vonreth :: r1216967 apps/trunk/KDE/kdebase/apps/lib/konq/konq_operations.cpp: (link)
#
09:39 on Jan 25, 2011KDE
Commit by vonreth :: r1216964 apps/trunk/KDE/kdebase/apps/konq-plugins/domtreeviewer/domtreecommands.cpp: (link)
#
13:17 on Jan 24, 2011KDE
Commit by dfaure :: r1216743 apps/trunk/KDE/kdebase/apps/konqueror/src/ (3 files): (link)
Improve upon r1204922 so that the current servicename isn't reused for viewing unrelated mimetypes;
e.g. "new tab" while viewing a text file in katepart would create a katepart for the about: HTML...
#
04:04 on Jan 24, 2011KDE
Commit by hindenburg :: r1216576 apps/trunk/KDE/kdebase/apps/konsole/src/ViewManager.cpp: (link)
comment out last patch and include some debugging info
#