Revisions of qtermwidget-qt5

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 974196 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 11)
- Update to 1.1.0:
  * Handled the zero history size.
  * Added API documentation and followed the naming convention in some
  places of the code.
  * Return focus to the terminal on closing the search bar.
  * Code cleanup and enhancement.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 930115 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 9)
- Update to 1.0.0:
  * Bumped minimum required Qt version to 5.15.
  * Fixed crash under (Plasma) Wayland on opening tab and splitting.
  * Quote drag-and-drop file names.
  * Backported CNL and CPL support from Konsole.
  * Some code cleanup.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 885950 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 8)
- Update to 0.17.0:
  * Dropped the support for KDE3 color scheme formats.
  * Properly implemented the "Action after paste" feature.
  * Added modes for background image. How background images are
    drawn is changed and manual reconfiguration may be needed.
	See docs/configuration.md for more details.
  * Added a method to disable bracketed paste mode.
  * Fixed the execution after pasting when Ctrl is hold.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 848667 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 7)
- Update to 0.16.1:
  * Bumped version to 0.16.1, for a point release of qterminal.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 846013 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 6)
- 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.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 680411 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 4)
- Update to 0.14.1:
  * Only translations was changed.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 670403 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 3)
- 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)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 618032 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 2)
- 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)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 536510 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 1)
- 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
  * Improve lxqt_translate_ts() use
  * Adds COMPONENT to the install files
  * Renames test app to example. Make it work
  * Drop include_directories() for in tree dirs
  * Use the CMake Targets way
  * Pack Utf8Proc stuff
  * Adds export header
  * Use LXQtCompilerSettings
  * Packs compile definitions
  * Adds package version file
  * Removes Qt4 stuff
  * Add translation mechanism
  * Use const iterators when possible.
  * Enable strict iterators for debug builds
  * TerminalDisplay: Make resizing "Size" translatable
  * Exposes receivedData signal to users of QTermWidget
  * Exposes sessions autoClose property to QTermWidget
- Updated to 0.7.1:
  * Bump patch version (#105);
  * Added a modified Breeze color scheme (#104);
  * Accept hex color strings as well (#101);
  * Remove the stale lib/README (#102);
  * Implement background images (#95);
  * Implement other BOX DRAWING characters (#98);
  * Preparations for context menu actions on URLs (#97);
  * Drop the ancient wcwidth impl. and use utf8proc if possible;
  * Remove widget size checks in setVTFont() (#86);
  * Delete unused tooltip code (#81);
  * Fix size of the array passed to memset() (#79).
- Updated to 0.7.0:
  * Remove support for Qt <= 5.4;
  * Remove Designer plugin;
  * Check CHANGELOG for additional information.
- %%cmake macro.
- Trim storytelling from description.
- Updated to 0.6.0:
  * Full Qt 5 support;
  * Drag & Drop support;
  * Lots of bugfixes and cleanups.
- Initial build.
Displaying all 14 revisions
openSUSE Build Service is sponsored by