~ubuntu-branches/ubuntu/maverick/codelite/maverick

« back to all changes in this revision

Viewing changes to Subversion2/subversion_view.h

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2010-07-29 19:42:47 UTC
  • mfrom: (1.1.9 upstream) (18.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20100729194247-cuibfk03wog33nxq
Tags: 2.6.0.4189~dfsg-1
* New upstream release.
* Bump Standards.
* Refresh patches.
* Add license information about files under ./Debugger/

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
        SvnTreeData::SvnNodeType DoGetSelectionType(const wxArrayTreeItemIds &items);
55
55
        void                     DoGetPaths(const wxTreeItemId &parent, wxArrayString &paths);
56
56
        void                     DoLinkEditor();
57
 
        
 
57
 
58
58
protected:
59
59
        // Menu management
60
60
        void CreateFileMenu      (wxMenu *menu);
76
76
        void OnFileAdded          (wxCommandEvent &event);
77
77
        void OnSettings           (wxCommandEvent &event);
78
78
        void OnActiveEditorChanged(wxCommandEvent &event);
79
 
        
 
79
        void OnOpenFile           (wxCommandEvent &event);
 
80
 
80
81
        // Svn events
81
82
        void OnCommit             (wxCommandEvent &event);
82
83
        void OnUpdate             (wxCommandEvent &event);
97
98
        void OnIgnoreFilePattern  (wxCommandEvent &event);
98
99
        void OnBlame              (wxCommandEvent &event);
99
100
        void OnLinkEditor         (wxCommandEvent &event);
100
 
        
 
101
        void OnSwitch             (wxCommandEvent &event);
 
102
 
101
103
        DECLARE_EVENT_TABLE()
102
104
 
103
105
        void OnStopUI         (wxUpdateUIEvent &event);
107
109
        /** Constructor */
108
110
        SubversionView( wxWindow* parent, Subversion2 *plugin);
109
111
        virtual ~SubversionView();
110
 
        
 
112
 
111
113
        void     DisconnectEvents();
112
114
        void     UpdateTree(const wxArrayString& modifiedFiles, const wxArrayString &conflictedFiles, const wxArrayString &unversionedFiles, const wxArrayString& newFiles, const wxArrayString& deletedFiles);
113
115
        void     BuildTree();