~ubuntu-branches/ubuntu/lucid/kdebase/lucid

« back to all changes in this revision

Viewing changes to apps/konsole/src/TerminalDisplay.h

  • Committer: Bazaar Package Importer
  • Author(s): Steve Stalcup, Jonathan Thomas, Steve Stalcup
  • Date: 2009-03-26 21:35:49 UTC
  • mfrom: (1.1.25 upstream)
  • Revision ID: james.westby@ubuntu.com-20090326213549-9b4u15a3pynbnrw6
Tags: 4:4.2.2-0ubuntu1
[Jonathan Thomas]
* Add kubuntu_09_trash_kcm_in_dolphin.diff to put the Trash KCM inside
  Dolphin's Configuration page. Can be removed in KDE 4.3.

[Steve Stalcup]
* New upstream release
* Bump KDE versions in debian/control
* Remove kubuntu_07_konsole_split_svn935623.diff
* Remove kubuntu_08_konsole_text_selection.diff

Show diffs side-by-side

added added

removed removed

Lines of Context:
156
156
    /** Specifies whether or not the cursor blinks. */
157
157
    void setBlinkingCursor(bool blink);
158
158
 
 
159
    /** Specifies whether or not text can blink. */
 
160
    void setBlinkingTextEnabled(bool blink);
 
161
 
159
162
    void setCtrlDrag(bool enable) { _ctrlDrag=enable; }
160
163
    bool ctrlDrag() { return _ctrlDrag; }
161
164
 
563
566
    //     - Other characters (returns the input character)
564
567
    QChar charClass(QChar ch) const;
565
568
 
566
 
    // Returns true upon a word boundary
567
 
    bool isCharBoundary(QChar ch) const;
568
 
 
569
569
    void clearImage();
570
570
 
571
571
    void mouseTripleClickEvent(QMouseEvent* ev);
726
726
    bool _hasBlinker; // has characters to blink
727
727
    bool _cursorBlinking;     // hide cursor in paintEvent
728
728
    bool _hasBlinkingCursor;  // has blinking cursor enabled
 
729
    bool _allowBlinkingText;  // allow text to blink
729
730
    bool _ctrlDrag;           // require Ctrl key for drag
730
731
    TripleClickMode _tripleClickMode;
731
732
    bool _isFixedSize; //Columns / lines are locked.