~ubuntu-branches/debian/squeeze/synaptic/squeeze

« back to all changes in this revision

Viewing changes to gtk/rgmainwindow.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2008-06-18 10:17:31 UTC
  • Revision ID: james.westby@ubuntu.com-20080618101731-fb77n5hy28hcq3g3
Tags: 0.62.1
* po/es.po:
  - updated Spanish translation (thanks to
     Francisco Javier Cuadrado)
* debian/control:
  - added "menu" to the recommends (closes: #478250)
* gtk/glade/window_main.glade:
  - make the main vpane shinkable
* gtk/rgmainwindow.cc:
  - do not loose the keyboard focus after a package 
    action in the listview
* debian/control:
  - switch bzr branch to bzr.debian.org

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
   GtkWidget *_dl_changelogM, *_detailsM;
100
100
 
101
101
   GtkWidget *_pinM;
 
102
   GtkWidget *_autoM;
102
103
   GtkWidget *_overrideVersionM;
103
104
   GtkWidget *_pkgHelpM;
104
105
   GtkWidget *_pkgReconfigureM;
157
158
 
158
159
   // helpers
159
160
   void pkgAction(RGPkgAction action);
160
 
   bool askStateChange(RPackageLister::pkgState, vector<RPackage *> exclude);
 
161
   bool askStateChange(RPackageLister::pkgState, vector<RPackage *> &exclude);
161
162
   bool checkForFailedInst(vector<RPackage *> instPkgs);
162
163
   void pkgInstallHelper(RPackage *pkg, bool fixBroken = true, 
163
164
                         bool reInstall = false);
260
261
 
261
262
   // packages menu
262
263
   static void cbMenuPinClicked(GtkWidget *self, void *data);
 
264
   static void cbMenuAutoInstalledClicked(GtkWidget *self, void *data);
263
265
 
264
266
   // filter menu
265
267
   static void cbShowFilterManagerWindow(GtkWidget *self, void *data);