~jibel/synaptic/bugs.309906.385739.403165

« back to all changes in this revision

Viewing changes to common/rpackage.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2008-09-22 15:57:58 UTC
  • Revision ID: james.westby@ubuntu.com-20080922155758-gvuvtlz618753x61
Tags: 0.62.1ubuntu9
* gtk/rgmainwindow.cc:
  - only xapian search when more than one char is used
    in the search querry (LP: #260739)
* common/rpackagelister.{cc,h}:
  - expand partial strings in search as you type so that
    "ged" finds "gedit" (LP: #261423)
* 10_ubuntu_maintenance_gui.dpatch:
  - make sure to look only for immutable release files
    when calculating the support time

Show diffs side-by-side

added added

removed removed

Lines of Context:
144
144
 
145
145
   // get origin of the package
146
146
   string getCanidateOrigin();
147
 
   string getCandidateReleaseFile();
 
147
 
 
148
   // get the release file for the givel origin label string
 
149
   string getReleaseFileForOrigin(string label, string release);
148
150
 
149
151
   // get installed component (like main, contrib, non-free)
150
152
   string component();