~ubuntu-branches/ubuntu/vivid/kdepim/vivid

« back to all changes in this revision

Viewing changes to messagelist/pane.h

  • Committer: Package Import Robot
  • Author(s): Scott Kitterman, Jonathan Riddell, Rohan Garg, Scott Kitterman
  • Date: 2012-11-21 13:12:36 UTC
  • mfrom: (0.2.33)
  • Revision ID: package-import@ubuntu.com-20121121131236-32ijw9a2txrar80k
Tags: 4:4.9.80-0ubuntu1
[ Jonathan Riddell ]
* New upstream beta release

[ Rohan Garg ]
* Add nepomuk-core-dev to build-deps

[ Scott Kitterman ]
* Add new package, libpimcommon4
  - Add libpimcommon4.install
  - Add to debian/control, including kdepim-dbg and kdepim-dev depends
  - Add to kdepim-dev.install
* Remove usr/bin/backupmail and related files from kmail.install as they are
  not provided by upstream anymore
* Add usr/bin/pimsettingexporter and related files to kmail.install
* Add libnepomukwidgets-dev to build-depends

Show diffs side-by-side

added added

removed removed

Lines of Context:
377
377
 
378
378
  void updateTagComboBox();
379
379
 
 
380
  void writeConfig();
 
381
 
 
382
  void readConfig();
 
383
 
380
384
  bool searchEditHasFocus() const;
381
385
 
382
386
public slots:
388
392
  /**
389
393
   * Add a new tab to the Pane and select it.
390
394
   */
391
 
  void createNewTab();
 
395
  QItemSelectionModel *createNewTab();
 
396
 
 
397
  void sortOrderMenuAboutToShow();
 
398
 
 
399
  void aggregationMenuAboutToShow();
 
400
 
 
401
  void themeMenuAboutToShow();
 
402
 
392
403
 
393
404
signals:
394
405
  /**