~ubuntu-branches/debian/sid/filezilla/sid

« back to all changes in this revision

Viewing changes to src/interface/RemoteListView.h

  • Committer: Bazaar Package Importer
  • Author(s): Adrien Cunin
  • Date: 2010-04-20 09:25:39 UTC
  • mfrom: (1.3.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20100420092539-10d1003e0nm4zfyp
Tags: 3.3.2.1-1
* New upstream release
   - Really fixes previously mentioned bugs (the patches for them were not
     included in upstream 3.3.1)
* Added libgtk2.0-dev to build-deps
* Added libtinyxml-dev to build-deps, so that the system libtinyxml is used
* Added debian/README.source saying that dpatch is used
* Updated Standards-Version, no change needed

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
        virtual bool ItemIsDir(int index) const;
52
52
        virtual wxLongLong ItemGetSize(int index) const;
53
53
 
54
 
protected:
55
54
        bool IsItemValid(unsigned int item) const;
56
55
        int GetItemIndex(unsigned int item) const;
57
56
 
68
67
        void ValidateIndexMapping();
69
68
#endif
70
69
 
 
70
        virtual void OnNavigationEvent(bool forward);
 
71
 
71
72
        CSharedPointer <const CDirectoryListing> m_pDirectoryListing;
72
73
 
73
74
        // Caller is responsible to check selection is valid!
80
81
        void RepositionInfoText();
81
82
        void SetInfoText();
82
83
 
 
84
        virtual bool OnBeginRename(const wxListEvent& event);
 
85
        virtual bool OnAcceptRename(const wxListEvent& event);
 
86
 
83
87
#ifdef __WXMSW__
84
88
        virtual int GetOverlayIndex(int item);
85
89
#endif
109
113
        void OnMenuDelete(wxCommandEvent& event);
110
114
        void OnMenuRename(wxCommandEvent& event);
111
115
        void OnKeyDown(wxKeyEvent& event);
112
 
        void OnBeginLabelEdit(wxListEvent& event);
113
 
        void OnEndLabelEdit(wxListEvent& event);
114
116
        void OnMenuChmod(wxCommandEvent& event);
115
117
        void OnSize(wxSizeEvent& event);
116
118
        void OnBeginDrag(wxListEvent& event);