Commit Graph

9 Commits

Author SHA256 Message Date
Michael Vetter
1d7a330219 - Update to 0.16.1:
* Bumped version to 0.16.1, for a point release of qterminal.

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/qtermwidget-qt5?expand=0&rev=16
2020-11-15 07:41:40 +00:00
Michael Vetter
e27bc90e82 - Update to 0.16.0:
* Use qAsConst.
  * Don't search application dir for keyboard and scheme data.
  * Use Q_EMIT to call signals, instead of the emit keyword.
  * Dropped the deprecated class QLinkedList.
  * Don't use 0/nullptr to initialize QFlags.
  * Fixed ColorEntry copy operator.
  * Disabled the use of copy constructors and assignment operators.
  * Check for successful ioctl() calls by testing that the call
    did not return -1.
  * Fix find_package() developer warning in cmake.
  * Use const references wherever possible.
  * Handle keyboard commands properly.

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/qtermwidget-qt5?expand=0&rev=13
2020-11-04 13:55:27 +00:00
Michael Vetter
edb6f57d83 Accepting request 798183 from home:gmbr3:branches:X11:LXQt
- Keyring change
  * Renamed qtermwidget.keyring to qtermwidget-qt5.keyring
  * Changed key to tsujan's key

OBS-URL: https://build.opensuse.org/request/show/798183
OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/qtermwidget-qt5?expand=0&rev=11
2020-04-28 07:32:48 +00:00
Michael Vetter
b29708098b Accepting request 797614 from home:gmbr3:branches:X11:LXQt
- Update to version 0.15.0
  * Fixes for macOS.
  * Fixed the PyQt5 binding with Qt ≥ 5.11.
  * Fixed a memory access violation.
  * Added saveHistory to QTermWidget.
  * Don't set the selection clipboard if it's unsupported.
  * Announce truecolor support via COLORTERM.
  * Fixed the numpad handling and added entries for numpad 5.
  * Allow to disable drawing line characters.
  * Fixed compilation on NetBSD.
  * Fixed flickering on font change.
  * Select all text when opening search-bar.
  * Fixed search-bar's light text over white background with dark themes.
  * Fixed build with LLVM/clang.
  * Several fixes.

OBS-URL: https://build.opensuse.org/request/show/797614
OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/qtermwidget-qt5?expand=0&rev=10
2020-04-25 13:41:25 +00:00
Michael Vetter
ae5491181b - Update to 0.14.1:
* Only translations was changed.

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/qtermwidget-qt5?expand=0&rev=8
2019-03-01 09:46:30 +00:00
Michael Vetter
d3b83761cc - Update to 0.14.0:
* Clarify the licenses used in qtermwidget and added the missed root licenses
  * Ensure .bash_history is correctly written out
  * Make Backspace behaves the same as xterm
  * Fixed visual glitches in the search bar
  * Redraw cursor after cursor type changed
  * Fix handling of ST (String Terminator) for OSC (Operating System Commands)

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/qtermwidget-qt5?expand=0&rev=6
2019-01-31 10:55:38 +00:00
Michael Vetter
bcc3158a8b OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/qtermwidget-qt5?expand=0&rev=4 2018-05-22 15:49:25 +00:00
Michael Vetter
233fe8645e - Add asc and keyring file
- Update to 0.9.0:
  * Take transient scrollbars into account
  * CMake: Prevent in-source builds
  * Refactor and fixes Python binding
  * kptyprocess: Try to terminate the shell process
  * New color scheme: Ubuntu inspired
  * Fixed some github pathes in uris
  * Add a comment for potential future breakage
  * Use wstring in TerminalCharacterDecoder for UCS-4 compatibility
  * Support UTF-32 characters correctly
  * Fix "bold and intensive" colors
  * New color scheme: Tango (#167)
  * Finish SGR mouse protocol (1006)
  * Fix build of example with latest lxqt-build-tools
  * Expose bracket text function
  * Drop Qt foreach.
  * Revert deletions in .sip file
  * fix python bindings
  * Expose terminal size hint API
  * Remove class name
  * Return something
  * Expose bidi option
  * Add an example for remote terminal
  * Makes the use of libutempter optional
  * Fix behavior of scroll up (SU)
  * Install cmake files in LIBDIR as they are architecture dependend
  * Check if utempter.h header exists (mainly for FreeBSD)

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/qtermwidget-qt5?expand=0&rev=3
2018-05-22 14:43:55 +00:00
Michael Vetter
0e4445aa79 - Add BuildRequire:
* utf8proc-devel to have better utf8 support
  * Qt5LinguistTools new dependency
- Use switch to not use git to pull translations

- Update to 0.8.0:
  * FIX: #46 fix vertical font truncation
  * bump versions
  * Really fallback to /bin/sh when $SHELL is missing or invalid
  * README: don't recommend building from source
  * Improve README
  * Don't export github templates
  * Support REP escape sequence defined in ECMA-48, section 8.3.103
  * Fix build issue related to utmpx in Mac OSX Sierra
  * Remove the deprecation notice
  * Handle DECSCUSR signals
  * Copied issue template
  * Update building instructions
  * Require Qt 5.6+
  * This commit allows the consumer of qtermwidget to capture the (#111)
  * Allow the terminal display to be smaller than the size hint (#123)
  * Backport Vt102 emulation fixes (#113)
  * Backport the default.keytab from Konsole
  * Fixes (#122)
  * Updated README, Added support for PyQT 5.7
  * Fix memory leak in hotspot (URLs & emails) detection
  * Adds superbuild support
  * Use target_compile_definitions() instead of add_definitions()
  * Update find_package() documentation
  * Use the lxqt_create_pkgconfig_file

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/qtermwidget-qt5?expand=0&rev=1
2017-10-25 09:51:58 +00:00