You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG
+5-5
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ qterminal-0.16.0 / 2020-11-01
58
58
* Use the default constructor of QFlags.
59
59
* Dropped qmake .pro file.
60
60
* Made the color scheme dirs comply with XDG Base Directory Specification.
61
-
* Added an optopn for openning the new tab to the right of the active tab.
61
+
* Added an optopn for opening the new tab to the right of the active tab.
62
62
* Added virtual destructor to a base class.
63
63
* Let QStandardPaths::locateAll() handle application name.
64
64
* Put drop-down QTerminal on screen with cursor.
@@ -119,7 +119,7 @@ qterminal-0.14.0 / 2019-01-25
119
119
- Refactor STR_VERSION -> QTERMINAL_VERSION
120
120
* Improved cmake scripting
121
121
- Set cmake_minimum_required to 3.1.0
122
-
- Removed locale compile definitons
122
+
- Removed locale compile definitions
123
123
* Moved translations from lxqt-l10n back to qterminal
124
124
- Removed obsolete translation fuctionality
125
125
- Added translation promo in README.md
@@ -373,7 +373,7 @@ qterminal-0.5.0 / 2014-05-27
373
373
* fixed #51 Shortcuts broken after menu hiding
374
374
* fixed #50 Bookmarks panel always shows, even if the bookmarks are disabled
375
375
* fixed #49 Only show monospace fonts in the font picker
376
-
* save bookmars widget visibility; fix crash in some config circumstances
376
+
* save bookmarks widget visibility; fix crash in some config circumstances
377
377
* Include QApplication where needed. Fixes #47
378
378
* removed un-needed file
379
379
* changes required for new qtermwidget build/structure; includes fixed for qtermwidget Qt5 port
@@ -404,7 +404,7 @@ qterminal-0.5.0 / 2014-05-27
404
404
* fixed main window ui file (manually edited probably) to work with designr again. Use "Preferences..." instead of "Configure QTerminal"
405
405
* compile also italian translations
406
406
* added italian translations
407
-
* get rid of contraproductive Ctrl-W to close a tab. Replaced that wieht Ctrl-Shift-W. Use nano in qterminal and try to search. You will see, what i mean ... * it takes a horizontal ruler to tile a terminal vertically and vice versa * make border of active terminal a litte bit thinner 3px -> 2px
407
+
* get rid of contraproductive Ctrl-W to close a tab. Replaced that wieht Ctrl-Shift-W. Use nano in qterminal and try to search. You will see, what i mean ... * it takes a horizontal ruler to tile a terminal vertically and vice versa * make border of active terminal a little bit thinner 3px -> 2px
408
408
* Added new action: "Paste Selection". Fixes #21
409
409
* Handle migration "Paste Selection"->"Paste Clipboard" in settings
410
410
* Rename PASTE_SELECTION to PASTE_CLIPBOARD which is what it does
@@ -432,7 +432,7 @@ qterminal-0.5.0 / 2014-05-27
432
432
* yakuake mode compile fix for X11
433
433
* build on mac
434
434
* Switch to Qxt global shortcut
435
-
* "make lupdate" implemented; do ot delete ts files on "make clean"; fix translator loading
435
+
* "make lupdate" implemented; do not delete ts files on "make clean"; fix translator loading
0 commit comments