CIA.vc
ark
Real-time open source activity stats
Stats » Projects » KDE » ark
informationsyndicateUTC clock
12:34 on May 28, 2012
event counters
The last message was received 2.49 weeks ago at 01:50 on May 11, 2012
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
11 messages so far this month, 4 messages last month
1547 messages since the first one, 6.44 years ago, for an average of 1.52 days between messages
recent messages
dateReversed sort columnprojectcontentlink
21:33 on May 10KDE
Commit by Allen Winter on master :: rv4.8.3-44-g62a5321 ark/plugins/CMakeLists.txt: (link)
NOT NOT??
#
14:42 on May 10KDE
Commit by Michal Sciubidlo on master :: rv4.8.3-43-gc49a99b ark/: (link)
Merge branch 'alt_names'
#
14:42 on May 10KDE
Commit by Michal Sciubidlo on master :: rv4.8.3-40-g60e8874 ark/: (link)
Merge branch 'cab_support'
#
14:40 on May 10KDE
Commit by Michal Sciubidlo on master :: rv4.8.3-40-g4bff7a6 ark/: (link)
Merge branch 'master' into alt_names
#
21:17 on May 09KDE
Commit by Raphael Kubo da Costa on master :: rv4.8.3-38-g9228b79 ark/README.coding: (link)
Remove README.coding.

It does not contain a lot of useful information.
#
21:16 on May 09KDE
Commit by Raphael Kubo da Costa on master :: rv4.8.3-37-gfbb3686 ark/HACKING: (link)
Add a HACKING file.

It currently contains information on Ark's coding style and git commit
policy, as well as a section on how to send patches.
#
13:33 on May 09KDE
Commit by Michal Sciubidlo on master :: rv4.8.3-37-g50d645a ark/ (6 files in 5 dirs): (link)
Add and use alternative commant line program name
#
12:07 on May 09KDE
Commit by Michal Sciubidlo on master :: rv4.8.3-37-g4ede2c0 ark/ (3 files in 3 dirs): (link)
Add read support for cab archives.
#
00:38 on May 09KDE
Commit by Raphael Kubo da Costa on master :: rv4.8.3-36-g1999286 ark/kerfuffle/extractiondialog.cpp: (link)
Add Retry button to one of the extraction dialog's prompts.

As written by the patch author:
  With this patch, there will be a working Retry button on the dialog
  box made in ExtractionDialog::accept().

This implements an old TODO item written by Harald a few years ago
(commit f761cbd164c1015100d810ec3c02a60b78969891), and users are now
able to retry when an extraction into a subdirectory will overwrite an
existing location.

Submitted by:   Nathan Mills <nn dot dm55 at gmail dot com>
REVIEW:         104869
#
21:27 on May 05KDE
Commit by Raphael Kubo da Costa on master :: rv4.8.3-35-g8520772 ark/part/archivemodel.cpp: (link)

Merge branch 'KDE/4.8'

  • KDE/4.8: Encapsulate ArchiveDirNode::m_entries.
#
21:24 on May 05KDE
Commit by Raphael Kubo da Costa on KDE/4.8 :: rv4.8.3-1-g73ac5f6 ark/part/archivemodel.cpp: (link)
Encapsulate ArchiveDirNode::m_entries.

As described by the patch author:
  This patch improves the encapsulation of
  ArchiveDirNode::m_entries. Now, the reference returned by entries()
  cannot be used for assignment. I added three other methods to set,
  append, and delete entries.

Submitted by: Nathan Mills <nn dot dm55 at gmail dot com>
REVIEW:       104636
#
18:32 on Apr 25KDE
Commit by Michael Palimaka on master :: rv4.8.1-34-ge35bb2e ark/: (link)

Merge branch 'KDE/4.8'

  • KDE/4.8: Make ark.desktop pass validation. SVN_SILENT made messages (.desktop file) doc update to 4.8.1
#
18:19 on Apr 25KDE
Commit by Michael Palimaka on KDE/4.8 :: rv4.8.1-2-gbc980fe ark/app/ark.desktop.cmake: (link)
Make ark.desktop pass validation.

REVIEW: 104725
#
17:29 on Apr 13KDE
Commit by Raphael Kubo da Costa on master :: rv4.8.0-34-g3e7d49f ark/kerfuffle/ (jobs.cpp jobs.h): (link)
Make Job::m_interface private.

Let's encapsulate things better and provide an accessor to m_interface
to the child classes.

No functional changes.
#
17:02 on Apr 13KDE
Commit by Raphael Kubo da Costa on master :: rv4.8.0-35-g15fce6f ark/ (15 files in 10 dirs): (link)
Get rid of the Observer class.

I have never understood why this class was added in the first place,
and digging through the old commit history does not help much in this
regard.  It was mostly used as another way of doing signals and slots.

 * The calls in ArchiveInterface that called each observer method now
   just emit the signals declared in ReadOnlyArchiveInterface, and the
   observer methods in the Job classes are now slots.
 * ReadOnlyArchiveInterface::removeObserver() has been replaced with
   QObject::disconnect().

All the (few) unit tests we have still pass.
#
20:34 on Feb 01KDE
Commit by Burkhard Lück on KDE/4.8 :: rv4.7.97-14-gdb679af ark/doc/index.docbook: (link)
doc update to 4.8.1
#
02:59 on Jan 29KDE
Commit by Raphael Kubo da Costa on master :: rv4.7.97-41-g5f03f7e ark/kerfuffle/cliinterface.cpp: (link)
GIT_SILENT: Remove superfluous parentheses
#
18:49 on Jan 27KDE
Commit by Theofilos Intzoglou on master :: rv4.7.97-40-gdbbb229 ark/: (link)
Merge branch 'master' of git://anongit.kde.org/ark
#
17:19 on Jan 27KDE
Commit by Raphael Kubo da Costa on master :: rv4.7.97-38-g83365ca ark/ (5 files in 4 dirs): (link)

Merge branch 'KDE/4.8'

Experimentally merge the stable (KDE/4.8) branch into master with `git merge
--log --edit -s recursive -Xours'. Some translation commits ended up being
merged, but tsdgeos said it's OK as they will be automatically reverted by
scripty.

  • KDE/4.8: clizip: Define PasswordPromptPattern. cliinterface: A password prompt can also be shown when extracting. queries: Consider an empty password as a request cancellation. cliinterface: Correctly set QIODevice::Text. cli7zip: Completely remove RootNodeSwitch. SVN_SILENT made messages (.desktop file) SVN_SILENT made messages (.desktop file) SVN_SILENT made messages (.desktop file) fix linking order which fixes a linker issue on windows SVN_SILENT made messages (.desktop file) SVN_SILENT made messages (.desktop file) Add missing add_definition() calls. SVN_SILENT made messages (.desktop file) Save and restore the size of the internal viewer window. SVN_SILENT made messages (.desktop file) SVN_SILENT made messages (.desktop file) SVN_SILENT made messages (.desktop file)
#
08:00 on Jan 27KDE
Commit by Theofilos Intzoglou on master :: rv4.7.95-25-g6e8c9c3 ark/plugins/karchiveplugin/ (karchiveplugin.cpp karchiveplugin.h): (link)
ark karchive plugin extract all fix

If no item is selected from the archive, extract everything, check if
an entry is a directory and append a '/' if necessary and extract one file
at a time so we can check for overwriting and file errors.
REVIEW: 102960
#