~ubuntu-branches/ubuntu/quantal/kdevplatform/quantal-proposed

« back to all changes in this revision

Viewing changes to shell/mainwindow_p.h

  • Committer: Bazaar Package Importer
  • Author(s): Bhargav Mangipudi
  • Date: 2010-12-16 19:31:23 UTC
  • mfrom: (0.3.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20101216193123-xe2keh5754zwsn1t
Tags: 1.1.80-0ubuntu1
* New upstream release
  - kdevplatform2-libs is now kdevplatform3-libs due to ABI changes
  - Update kdevplatform3-libs.install to include l10n files
  - Update kdevplatform-dev.install
* Removed localization packages

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
    void setupStatusBar();
62
62
    void registerStatus(QObject*);
63
63
 
64
 
    void setupAreaSelector();
65
 
    
66
64
    void tabContextMenuRequested(Sublime::View *view, KMenu* menu);
67
65
    void dockBarContextMenuRequested(Qt::DockWidgetArea area, const QPoint& position);
68
66
 
109
107
    void configureNotifications();
110
108
    void showAboutPlatform();
111
109
    void showLoadedPlugins();
 
110
    void showEditorConfig();
112
111
 
113
112
    void toggleArea(bool b);
114
113
    void showErrorMessage(QString message, int timeout);