summaryrefslogtreecommitdiffstats
path: root/konsole
Commit message (Collapse)AuthorAgeFilesLines
* qt -> tqt conversion:Michele Calgaro2018-09-271-2/+2
| | | | | | | | | | | QTDIR -> TQTDIR QTDOC -> TQTDOC INCDIR_QT -> INCDIR_TQT LIBDIR_QT -> LIBDIR_TQT QT_INC -> TQT_INC QT_LIB -> TQT_LIB Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-171-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed unrequired comments.Michele Calgaro2018-06-202-16/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-2321-0/+0
|
* Konsole : added support for mouse wheel events in the alternate screen. This ↵Michele Calgaro2016-03-143-1/+26
| | | | | | | | allows scrolling within vim, less and similar applications. This resolves bug 2597. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update About dialogs of Konqueror and Konsole for releaseTimothy Pearson2014-12-061-3/+4
|
* Bring most mimetypes in line with XDG specifications. The following are not ↵Timothy Pearson2014-10-222-3/+3
| | | | fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown
* Fix remaining missing semicolons at end of Keywords stringsTimothy Pearson2014-10-191-64/+64
|
* Revert "Fix remaining missing semicolons at end of Keywords strings"Timothy Pearson2014-10-191-64/+64
| | | | This reverts commit fd2369a8f0b40ef35586b3407750ec4662d1be7e.
* Fix remaining missing semicolons at end of Keywords stringsTimothy Pearson2014-10-191-64/+64
|
* Fix missing semicolons at end of Keywords stringsTimothy Pearson2014-10-181-1/+1
|
* Bring centrejust, leftjust, rightjust, text_left, text_right, text_bold, ↵Timothy Pearson2014-10-141-1/+1
| | | | text_italic, text_under, text_strike, and spellcheck icons into XDG compliance
* Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, ↵Timothy Pearson2014-10-132-6/+6
| | | | player_pause, player_play, player_stop, player_rew, player_fwd, player_start, player_end, rotate_ccw, rotate_cw, window_fullscreen, window_nofullscreen, window_new, viewmagfit, viewmag+, viewmag1, and viewmag- icons into XDG compliance
* Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, ↵Timothy Pearson2014-10-132-13/+13
| | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
* Bring undo, redo, find, and revert icons into XDG complianceTimothy Pearson2014-10-131-1/+1
|
* Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdebaseTimothy Pearson2014-10-121-1/+1
|\
| * Fix hardcoded link flag to "dl" libraryFrançois Andriot2014-10-121-1/+1
| | | | | | | | Fix "dlopen" function detection
* | Bring stop, lock, exit, and run icons into XDG complianceTimothy Pearson2014-10-121-3/+3
|/
* Bring previous and next icons into XDG complianceTimothy Pearson2014-10-111-2/+2
|
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-116-6/+6
| | | | match XDG specifications
* Fix Keywords separators to match XDG desktop specificationsTimothy Pearson2014-10-111-63/+63
|
* Fix Konsole cursor redraw on focus inTimothy Pearson2014-10-111-1/+2
| | | | | This was accidentally broken in commit efdf0bbc This resolves Bug 2142
* Improved code for workaround for Qt/Tde/X? bug for handling Meta key as Alt keyMichele Calgaro2014-05-165-16/+53
| | | | in terminal emulation after restored sessions. This relates to bug 1026.
* Workaround Qt/Tde/X? bug for handling Meta key as Alt key in terminal emulationMichele Calgaro2014-05-147-19/+86
| | | | after restored sessions. This resolves bug 1026 for good.
* Fixed support for handling Meta key as Alt key in terminal emulation.Michele Calgaro2014-04-221-12/+11
| | | | This resolves bug 1026.
* Added support for handling Meta key as Alt key in Konsole.Michele Calgaro2014-04-212-1/+11
| | | | This relates to bug 1026.
* Added support for handling Meta key as Alt key in konsolePart.Michele Calgaro2014-04-205-17/+42
| | | | This relates to bug 1026.
* Added support for handling Meta key as Alt key in terminal emulation.Michele Calgaro2014-04-193-12/+20
| | | | This relates to bug 1026.
* Rename TDE-specific atoms to avoid stomping on KDE atom namesTimothy Pearson2014-03-311-1/+1
|
* Improve compatibility with non-Trinity environment menus and add a singleDarrell Anderson2014-02-141-0/+1
| | | | menu item for Trinity control center for those environments.
* Change rename konsole session default shortcutSlávek Banko2014-02-071-1/+1
|
* Fix remnant QMIN/QMAX to TQMIN/TQMAX.Darrell Anderson2013-11-284-31/+31
|
* Fix konsole super user sessions with sudo or suSlávek Banko2013-11-214-6/+15
| | | | This resolves Bug 853
* Add option to enable accelerators in Konsole menu barMichele Calgaro2013-11-162-8/+70
| | | | | Add default shortcut for show/hide Konsole menu bar This resolves Bug 1701
* Clarify konsole printf output message.Darrell Anderson2013-11-141-1/+1
|
* Revert commit fd2f0b36, adding konsole accelerators to the menubar.Darrell Anderson2013-11-091-6/+6
|
* Add accelerator key underlines to konsole main menu bar.Darrell Anderson2013-11-081-6/+6
|
* Fix defaults for tabbar mouse wheel in konsole and konquerorSlávek Banko2013-10-241-1/+1
|
* Add move session left/right into tab popup menu in konsoleMichele Calgaro2013-10-192-19/+48
| | | | This resolves Bug 1682
* Add check box to control tabbar mouse wheel in konsoleMichele Calgaro2013-10-192-7/+23
| | | | This resolves Bug 909
* Cleanup build warnings in konsoleMichele Calgaro2013-10-194-20/+33
|
* Add source code module name to stdout/stderr messages to improve readability.Darrell Anderson2013-10-031-3/+3
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-031-3/+3
|
* Update desktop files in support of bug report 1463.Darrell Anderson2013-04-201-73/+74
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-1513-25/+25
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-145-6/+6
|
* Rename KCmd to avoid conflicts with KDE4Timothy Pearson2013-02-061-2/+2
|
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-041-2/+2
|
* Rename kdisplay for enhanced compatibility with KDE4Timothy Pearson2013-02-021-1/+1
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-018-14/+14
|