- WIP: AptMarkRepo provides install type
- added infrastructure for apt-mark short information plugin
- implemented displaying apt-mark search input in upper left pane
- fully implemeneted searching by apt-mark state
- implemented search for manually installed packages
- added search input ui for manually installed packages
- added infrastructure for apt-mark module and AptMarkSearchPlugin
- removed deborphan from control file
- removed orphan-plugin since deborphan was removed from Debian
- bumped version to 2.9.0
- improved dpkg-parsing for multiarch
- change creation of apt-packages to use unique_ptr instead of new
- fixed full description, optimized dump-avail parsing
- reimplemented showing installed status as well as installed and available information
- removed libept and libapt-pkg
- removed debtags plugin
- removed unused code
- fully implemented search based on commandline tools
- started implementing apt-cache search for full text search
- split up Package into Package and PackageDetails
- added "breaks"-Parsing
- removed description attribute from Package
- measurements
- memory measurement results
- fixes when parsing packages
- implemented CommandLinePackageDb that parses apt-cache dumpavail and loads everything into memory
- added runCommandForParsing method to allow running a command for processing the output line by line
- added Package for new approach (where all attributes need to be directly initialized)
- only debtags now depends on apt-xapian
Merge branch 'master' into remove-dependency-on-xapian
- fixed crash when parsing apt-package db by checking for _installedVersion.end() in AptPackage::versionIter()
- fixed build problem by using correct version of qt_standard_project_setup()
* WIP: removing debtags and xapian dependency from "core" packagesearch
* doc file updates
* removed arch from package names for debtags plugins
* updated determining resource directories (supporting also a different build/run setup)
* updated linguist files
* Added support for search options: "Whole words" and "Case sensitive"
* migrating to libapt-pkg: don't display short description in description detail view; removed obsolete code,
* migrating to libapt-pkg WIP: Removed obsolete code, fixed reloading of package database
* migrating to libapt-pkg WIP: Support reloading of database
* migrating to libapt-pkg WIP: Added AptPackage/AptPackageDB accessing libapt-pkg information
* migrating to libapt-pkg WIP: Searching and displaying package information is now working
* removed reference to spanish translation
* updated readme-Build information
- bumped version to 2.8.1
* updated copyright to GPL-3
- fixed buildscripts
- fixed build deps in debian/control
- fixed build deps in debian/control
- added build dependency on cmake
- fixed column settings
- fixed build scripts
- fixed build scripts
- fixed crash due to error when determining name column index
- fixed compile errors due to leftover dependency on libwibble
- updated README, switched to markdown
- fixed translation path search
- reverted to always use /usr/lib/packagesearch as plugin search dir
- removed CHANGELOG from Debian distribution
- fixed minor bugs (XML parsing not working, signal/slot connection not working)
- added missing icons to install target
- fixed QT dependency in control file
- fixed control file
-install translations files + general cleanup of build infrastructure
- removed dependency to tagcoll
- ported remaining plugins to cmake, remove qmake project files (.pro)
- ported aptplugin to cmake
- packagesearch app is now successfully building using cmake
- change directory structure (plugins is no longer a subfolder of src)
- migrated project to qt6, change initial size
- migrated plugin project to qt6
- migrated main project to qt6
Added explicit dpkg-source 3.0 (native) format
Prepare for QT5.12, Closes: #930678
Updated changelog and version for 2.7.11
fixed build failure because of included .qmake.stash
- fixed build because of CHAR_WIDTH
- fix build for non-amd64, second try
* fix build on QT5 (Closes: #880356)
- really fixed long description display
- removed cvsignore files
- updated release script
- clean screenshot-plugin makefile on make clean
- updated version dependency on debhelper
- exclude popcon plugin from build
- added missing qt5 commandline switch to makefile
- added missing dependency to qt5-dev-tools
- bumped dh-compat version to 11
- preparing 2.7.6 release
- fixed compile bug (squeeze)
- don't show short description in long description field
- set version to 2.7.6
- updated GUI-spacing, show handle indicator
- port to QT5, debtags plugin fully ported
- port to QT5 WIP
- use latest policy version
- added gitignore file
- removed menu-file since it is no longer requi...
- fixed compile bugs against latest libept (Clo...