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

playground



SVN commit 520593 by mornfall:

Merge from private branch.
 
2006-02-17 23:43:16 +0100
 Implement checkboxes in quickfilter to select what should the search run on.

2006-02-18 13:15:40 +0100
 Make up the filtering UI for adept installer. Implemented the text-search box
 functionality (currently only in terms of .desktop's Name= field). More to come.

2006-02-18 14:45:02 +0100
 Use data path used by app-install-data ubuntu package (to be ported to debian).
 
2006-02-18 14:46:09 +0100
 Fix a crash somewhere in qt/kdelibs caused by deleting a widget without explicit
 removal from KJanusWidget.
 
2006-02-18 14:46:51 +0100
 Make the suite combobox work (implement the related filters).
 
2006-02-18 14:47:19 +0100
 Shove KDE settings .desktop files into Settings, not Others.
 
2006-02-18 15:01:06 +0100
 Match description in the search as well.
 
2006-02-18 23:44:32 +0100
 Implement selection highlighting of extenders (need to enable with
 setExtenderHighlight). This gives the extender of a slected item a
 selection background color. Foreground may need to be fixed.
 
2006-02-18 23:47:20 +0100
 Fix a word-wrapping related height-computation bug. Implement extended
 descriptions. Implement highlighting of selection in DesktopList. Remove
 the space between iconbox and desktoplist in the januswidget (hack).
 
2006-02-19 11:28:15 +0100
 Implement the unsupported/proprietary checkbox functionality.
 
2006-02-19 11:29:20 +0100
 setToggleColumn( -1 ) is valid setup (to turn togglecolumn off completely)
 
2006-02-19 11:29:42 +0100
 Do not show items without packages.
 
2006-02-19 11:30:15 +0100
 Merge Information into Settings, the category as it was is generally useless.
 
2006-02-19 21:38:06 +0100
 Implement TagChooser::setTitle and TagChooser::openToplevel methods.
 
2006-02-19 21:42:04 +0100
 Use grayed-out icons for unextendable items. Makes empty items in PackageDetails
 distinguishable -- should reduce confusion a fair bit. Move the default icons
 to ExtendableList instead of having them in FilterList and Lister separately.
 
2006-02-19 21:46:56 +0100
 Really exit when cannot open cache (kapp->exit()) does not work before
 exec() -- which is the case with mainwidget ctor.
 
2006-02-19 21:49:08 +0100
 Add an "additional information" tab to PackageDetails. It shows a list of
 assigned tags and source package, md5sum, filename and architecture.
 
2006-02-19 21:50:10 +0100
 Hide the konsole by default in CommitProgress. Made a flippable
 Makefile.am-time -Define.
 
2006-02-19 21:52:04 +0100
 By default, unfold the tag tree in the Smart tab in the tag sidebar.
 
2006-02-19 21:52:53 +0100
 Make it possible to hide the checkboxes in the DesktopList. Allows use as a
 read-only list of Desktop entries.
 
2006-02-19 21:56:02 +0100
 Change GenericName to Add/Remove Programs.
 
2006-02-19 21:57:14 +0100
 Pop up a dialog when removing applications, showing complete list of Desktop
 entries belonging to same package and asking for confirmation.
 
2006-02-19 21:58:16 +0100
 Reword the "really remove" text slightly.
 
2006-02-19 21:59:07 +0100
 Update version in dialog boxes to 1.90 Conquest (beta 1).
 
2006-02-19 22:10:29 +0100
 Write changelog for 1.90. Update build-dep to libapt-front 0.3.7.
 
2006-03-08 21:57:58 +0100
 Keep preview changes enabled all the time. Not useful to disable when no changes
 are requested...
 
2006-03-09 21:21:00 +0100
 Start adept_batch a small tool to allow scripts or other
 apps to run adept noninteractively, only to show eg.
 download/installation progress.
 
2006-03-12 10:06:01 +0100
 Cut down adept_batch to only provide required functionality.
 
2006-03-12 11:25:37 +0100
 Compile.
 
2006-03-12 11:26:03 +0100
 Fix includehints in .ui files.
 
2006-03-13 23:31:31 +0100
 Empty TagChooser in notifyPreReload so we don't reference invalid tag
 entities during repaints which fall into "cache closed" time. Filling
 up the chooser again after cache reload is the owner's job.

2006-03-13 23:32:06 +0100
 Basic adept_batch functionality in place.

2006-03-13 23:34:27 +0100
 Write 1.90.1 debian/changelog.

2006-03-13 23:35:17 +0100
 Remove adept_updater icons from batch/. Uhm.

2006-03-19 15:38:33 +0100
 Hide notifier when no updates are available instead of showing green icon.

2006-03-19 19:23:28 +0100
 Use 2 buttons (next and quit) in the installer instead of only
 1. Right align them and add margin and spacing. Probably makes for
 fewer confused users.

2006-03-19 20:02:27 +0100
 Use 2 buttons (next and quit) in updater as well. Should improve
 usability, same thing as with installer.
 
2006-03-19 22:54:38 +0100
 Use "exec" icon for packages that we can't find icon for, instead of "unknown".

2006-03-19 22:57:21 +0100
 Before starting the loadFileListWorker thread:
 +    // the following call is neccessary to invoke buildDefaultType of KMimeType
 +    // the first time the method is called it will check for
 +    // existence of application/octet-stream and *popup a dialog* if
 +    // not found -- we don't want that to happen in a non-gui thread
 +    KMimeType::defaultMimeTypePtr();


 _M            . (directory)  
 AM            sysadmin/ept/batch (directory)  
 A             sysadmin/ept/batch/Makefile.am  
 A             sysadmin/ept/batch/adept_batchui.rc  
 AM            sysadmin/ept/batch/adept_updater.desktop  
 A             sysadmin/ept/batch/app.cpp   [License: no copyright]
 A             sysadmin/ept/batch/app.h   [License: no copyright]
 AM            sysadmin/ept/batch/main.cpp   [License: no copyright]
 M  +22 -0     sysadmin/ept/debian/changelog  
 M  +1 -1      sysadmin/ept/debian/control  
 M  +1 -1      sysadmin/ept/installer/Makefile.am  
 M  +2 -13     sysadmin/ept/installer/adept_installer.desktop  
 M  +87 -10    sysadmin/ept/installer/app.cpp  
 M  +9 -1      sysadmin/ept/installer/app.h  
 M  +1 -1      sysadmin/ept/installer/main.cpp  
 M  +4 -4      sysadmin/ept/libept/Makefile.am  
 M  +1 -1      sysadmin/ept/libept/acqprogresswidgetui.ui  
 M  +5 -3      sysadmin/ept/libept/application.cpp  
 M  +2 -0      sysadmin/ept/libept/commitprogress.cpp  
 M  +8 -0      sysadmin/ept/libept/desktopentryui.ui  
 M  +32 -4     sysadmin/ept/libept/desktoplist.cpp  
 M  +8 -0      sysadmin/ept/libept/desktoplist.h  
 M  +68 -27    sysadmin/ept/libept/extendablelist.cpp  
 M  +14 -11    sysadmin/ept/libept/extendablelist.h  
 M  +0 -5      sysadmin/ept/libept/filterlist.cpp  
 M  +1 -0      sysadmin/ept/libept/filtersidebar.cpp  
 M  +1 -3      sysadmin/ept/libept/filtersidebarui.ui  
 M  +70 -8     sysadmin/ept/libept/groupeddesktopselector.cpp  
 M  +4 -0      sysadmin/ept/libept/groupeddesktopselector.h  
 A             sysadmin/ept/libept/installerview.cpp   [License: no copyright]
 A             sysadmin/ept/libept/installerview.h   [License: no copyright]
 A             sysadmin/ept/libept/installerviewui.ui  
 M  +2 -4      sysadmin/ept/libept/lister.cpp  
 M  +7 -2      sysadmin/ept/libept/lister.h  
 M  +30 -18    sysadmin/ept/libept/packagedetails.cpp  
 M  +114 -1    sysadmin/ept/libept/packagedetailsui.ui  
 M  +31 -2     sysadmin/ept/libept/quickfilter.cpp  
 M  +21 -3     sysadmin/ept/libept/quickfilter.h  
 M  +28 -1     sysadmin/ept/libept/quickfilterui.ui  
 M  +13 -0     sysadmin/ept/libept/tagchooser.cpp  
 M  +8 -1      sysadmin/ept/libept/tagchooser.h  
 M  +1 -2      sysadmin/ept/libept/tagfilterui.ui  
 M  +1 -1      sysadmin/ept/manager/app.cpp  
 M  +1 -1      sysadmin/ept/manager/main.cpp  
 M  +9 -4      sysadmin/ept/notifier/app.cpp  
 M  +32 -9     sysadmin/ept/updater/app.cpp  
 M  +3 -1      sysadmin/ept/updater/app.h  
 M  +1 -1      sysadmin/ept/updater/main.cpp  




Reply to: