[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

playground



SVN commit 502436 by mornfall:

Merge from branch:

2005-12-20 09:16:47 +0100
 Fix a bug which got introduced by clearing the fetcher window on Start().

2006-01-02 12:37:12 +0100
 Use CommitProgress, handle Cancel gracefully and be a KUniqueApplication.

2006-01-02 12:37:54 +0100
 Don't call cleanRebuild() automatically in View. Causes headaches.

2006-01-02 12:38:40 +0100
 Be KUniqueApplication, cleanRebuild() by hand (now that View doesn't
 do it for us).

2006-01-22 23:31:55 +0100
 Update file headers to something sensible. Do not claim LGPLness of
 BSD-licensed things, either. Remove test-util.h, it's unused and
 obsolete.

2006-01-23 15:06:20 +0100
 Add a debian/ directory to svn. This is not directly useful to build a
 .deb package, you still need to make a distribution tarball and then
 add this directory to the toplevel. There is no script to do this yet.

2006-01-25 23:52:38 +0100
 Fix 2 bugs in AcqProgress, one uninintialized variable (m_continue),
 this would cause downloads to sometimes cancel spontaneously before
 starting. Second was accessing invalid memory, because the bounds
 check on m_items vector was off by one. The former would prevent
 download from working, latter would cause it to crash.

2006-01-25 23:54:53 +0100
 Do not show "error" message box when user cancels operation, just skip
 to next step.

2006-01-26 00:07:39 +0100
 Update version in About boxen of manager, updater.

2006-01-26 00:10:51 +0100
 Remove kde_terminal_interface.h, #include the system version of this
 file instead (this means that sanekonsole is no longer supported and
 we need kde 3.5).

2006-01-26 00:13:25 +0100
 Make it possible get rid of spurious DT_NEEDED entries in ept binaries
 (together with a specific libtool version). Thanks Isaac Clerencia for
 helping out with this.

2006-01-26 00:15:14 +0100
 debian/ updates -- fix copyright, build-depend on kdelibs4-dev >=
 3.5.0, changelog entries; add Isaac Clerencia to uploaders

2006-01-26 00:16:44 +0100
 Clear up confusion in debian/changelog wrt what version 1.88.1 really is.


 _M            . (directory)  
 _M            sysadmin (directory)  
 A             sysadmin/ept/debian (directory)  
 A             sysadmin/ept/debian/adept.install  
 A             sysadmin/ept/debian/changelog  
 A             sysadmin/ept/debian/compat  
 A             sysadmin/ept/debian/control  
 A             sysadmin/ept/debian/copyright  
 A             sysadmin/ept/debian/dirs  
 A             sysadmin/ept/debian/docs  
 AM            sysadmin/ept/debian/rules  
 M  +3 -3      sysadmin/ept/libept/Makefile.am  
 M  +10 -6     sysadmin/ept/libept/acqprogress.cpp  
 M  +1 -1      sysadmin/ept/libept/commitprogress.h  
 M  +5 -0      sysadmin/ept/libept/dpkgpm-gui.cpp  
 M  +4 -18     sysadmin/ept/libept/dpkgpm-gui.h  
 M  +4 -17     sysadmin/ept/libept/dpkgpm.cpp  
 M  +3 -17     sysadmin/ept/libept/dpkgpm.h  
 D             sysadmin/ept/libept/errordialog.cpp  
 D             sysadmin/ept/libept/errordialog.h  
 D             sysadmin/ept/libept/kde_terminal_interface.h  
 M  +11 -10    sysadmin/ept/libept/lister.cpp  
 M  +7 -3      sysadmin/ept/libept/lister.h  
 M  +15 -10    sysadmin/ept/libept/packagedetails.cpp  
 M  +4 -1      sysadmin/ept/libept/packagedetails.h  
 M  +3 -1      sysadmin/ept/libept/quickfilter.cpp  
 M  +7 -3      sysadmin/ept/libept/view.cpp  
 M  +2 -1      sysadmin/ept/libept/view.h  
 M  +1 -1      sysadmin/ept/manager/Makefile.am  
 M  +3 -0      sysadmin/ept/manager/app.cpp  
 M  +3 -3      sysadmin/ept/manager/main.cpp  
 M  +1 -1      sysadmin/ept/notifier/Makefile.am  
 D             sysadmin/ept/tests/test-util.h  
 M  +1 -1      sysadmin/ept/updater/Makefile.am  
 M  +10 -27    sysadmin/ept/updater/app.cpp  
 M  +2 -5      sysadmin/ept/updater/app.h  
 M  +3 -3      sysadmin/ept/updater/main.cpp  




Reply to: