CVS commit by mornfall: - released 0.3, update debian/, various version updates - fix a filter regression (unfortunately it slipped into 0.3; gotta release 0.3.1 soonish)
M +13 -0 debian/changelog 1.7 M +5 -9 debian/control 1.5 M +2 -0 debian/libkapture0.install 1.3 M +4 -3 kapture/main.cpp 1.4 M +1 -1 libkapture/listtreeview.cpp 1.15 M +1 -1 libkapture/progresswidgetui.ui 1.3 --- kdenonbeta/kdedebian/kapture/debian/changelog #1.6:1.7 @@ -1,2 +1,15 @@ +kapture (0.3) experimental; urgency=low + + * New release; summary from NEWS: + - many libcapture internal changes again + - embed konsole to handle dpkg run + - improve the download progress indicator + - implement read-only mode + - optimize tree refreshes + - tooltips in package tree + - fix few debtags related crashers + + -- Peter Rockai (mornfall) <[EMAIL PROTECTED]> Sun, 27 Jun 2004 11:14:51 +0200 + kapture (0.2+cvs20040611) experimental; urgency=low --- kdenonbeta/kdedebian/kapture/debian/control #1.4:1.5 @@ -12,5 +12,5 @@ Depends: ${shlibs:Depends} Description: Common APT User inteRface Extensions library - THIS IS HIGHLY EXPERIMENTAL SOFTWARE! + THIS IS EXPERIMENTAL SOFTWARE! . If you want to help testing this software, i provide these packages for your @@ -26,5 +26,5 @@ Depends: ${shlibs:Depends} Description: KDE APT User inteRface Extensions library - THIS IS HIGHLY EXPERIMENTAL SOFTWARE! + THIS IS EXPERIMENTAL SOFTWARE! . If you want to help testing this software, i provide these packages for your @@ -40,5 +40,5 @@ Depends: libcapture0 (= ${Source-Version}), libapt-pkg-dev (>= 0.5.15) Description: Common APT User inteRface Extensions library - development files - THIS IS HIGHLY EXPERIMENTAL SOFTWARE! + THIS IS EXPERIMENTAL SOFTWARE! . If you want to help testing this software, i provide these packages for your @@ -48,6 +48,4 @@ . XXX (package description) - (this package is useless right now, no files included; maybe with next - version) Package: libkapture-dev @@ -57,5 +55,5 @@ kdelibs4-dev Description: KDE APT User inteRface Extensions library - development files - THIS IS HIGHLY EXPERIMENTAL SOFTWARE! + THIS IS EXPERIMENTAL SOFTWARE! . If you want to help testing this software, i provide these packages for your @@ -65,6 +63,4 @@ . XXX (package description) - (this package is useless right now, no files included; maybe with next - version) Package: kapture @@ -72,5 +68,5 @@ Depends: ${shlibs:Depends} Description: KDE Package Manager, user interface for APT - THIS IS HIGHLY EXPERIMENTAL SOFTWARE! + THIS IS EXPERIMENTAL SOFTWARE! . If you want to help testing this software, i provide these packages for your --- kdenonbeta/kdedebian/kapture/debian/libkapture0.install #1.2:1.3 @@ -1,2 +1,4 @@ debian/tmp/usr/lib/libkapture.so.* debian/tmp/usr/lib/libkapture.la +debian/tmp/usr/lib/kde3/libkapture-konsole.so +debian/tmp/usr/lib/kde3/libkapture-konsole.la --- kdenonbeta/kdedebian/kapture/kapture/main.cpp #1.3:1.4 @@ -9,9 +9,9 @@ static const char description[] = I18N_NOOP("A KDE Application"); -static const char version[] = "v0.1"; +static const char version[] = "v0.3"; static KCmdLineOptions options[] = { - { "+[URL]", I18N_NOOP( "Document to open." ), 0 }, + /* { "+[URL]", I18N_NOOP( "Document to open." ), 0 }, */ KCmdLineLastOption }; @@ -19,5 +19,6 @@ static KCmdLineOptions options[] = int main(int argc, char **argv) { - KAboutData about("kapture", I18N_NOOP("Kapture"), version, description, KAboutData::License_GPL, "(C) 2003 The Kapture Team", 0, 0, "[EMAIL PROTECTED]"); + KAboutData about("kapture", I18N_NOOP("Kapture"), version, description, + KAboutData::License_GPL, "(C) 2003, 2004 The Kapture Team", 0, 0, "[EMAIL PROTECTED]"); about.addAuthor( "Peter Rockai", 0, "[EMAIL PROTECTED]" ); about.addAuthor( "Dominique Devriese", 0, "[EMAIL PROTECTED]" ); --- kdenonbeta/kdedebian/kapture/libkapture/listtreeview.cpp #1.14:1.15 @@ -68,5 +68,5 @@ void ListTreeView::setGrouper (GrouperCh void ListTreeView::rebuildTree () { - m_tree -> refresh (); + m_tree -> rebuild (); } --- kdenonbeta/kdedebian/kapture/libkapture/progresswidgetui.ui #1.2:1.3 @@ -1,3 +1,3 @@ -<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<!DOCTYPE UI><UI version="3.2" stdsetdef="1"> <class>kapture::ProgressWidgetUi</class> <widget class="QWidget">