~ubuntu-branches/ubuntu/wily/kbibtex/wily

« back to all changes in this revision

Viewing changes to src/documentlistview.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Hanke
  • Date: 2009-06-15 12:41:19 UTC
  • mfrom: (1.1.3 upstream) (2.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090615124119-eoojhlvkmw3o9tkm
Tags: 0.2.2-1
* New upstream version (Closes: #487301, #507837, #518959, #520392).
* Bumped Standards-Version to 3.8.1. No changes necessary.
* Added 'DM-Upload-Allowed: yes'.
* Added missing '${misc:Depends}'.
* Support for per-file encoding settings (Closes: #514356)
* Upgrade debhelper compatibility to version 5.
* Update debian/copyright for 2009 release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
        void copyReferences();
73
73
        void cut();
74
74
        bool paste();
 
75
        bool paste( const QString& text, DocumentListViewItem *at );
75
76
        void selectAll();
76
77
        void filter( const QString& text, BibTeX::Element::FilterType filterType, BibTeX::EntryField::FieldType fieldType );
77
78
        void setReadOnly( bool isReadOnly );
93
94
        void makeNewItemsUnread();
94
95
 
95
96
    protected:
96
 
        //     void resizeEvent( QResizeEvent * e );
97
 
        //     void contentsDragEnterEvent( QDragEnterEvent *e );
98
 
        //         void dropEvent( QDropEvent *e );
99
97
        bool acceptDrag( QDropEvent* e ) const;
100
 
        //     void contentsDropEvent( QDropEvent *e );
101
98
        void startDrag();
102
99
 
103
100
        virtual bool eventFilter( QObject *watched, QEvent *e );
120
117
        int m_newElementCounter;
121
118
 
122
119
        void setItems();
123
 
        //         void appendBibTeXFile( BibTeX::File *bibtexfile );
124
120
        QString selectedToBibTeXText();
125
121
        QString selectedToBibTeXRefs();
126
122