Revisions of tilix

Yuchen Lin's avatar Yuchen Lin (maxlin_factory) accepted request 686110 from Leap Reviewbot's avatar Leap Reviewbot (leaper) (revision 22)
Automatic request from openSUSE:Factory by UpdateCrawler
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) accepted request 667500 from Leap Reviewbot's avatar Leap Reviewbot (leaper) (revision 21)
Automatic request from openSUSE:Factory by UpdateCrawler
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) accepted request 656837 from Leap Reviewbot's avatar Leap Reviewbot (leaper) (revision 20)
Automatic request from openSUSE:Factory by UpdateCrawler
Ludwig Nussel's avatar Ludwig Nussel (lnussel_factory) accepted request 651997 from Leap Reviewbot's avatar Leap Reviewbot (leaper) (revision 19)
Automatic request from openSUSE:Factory by UpdateCrawler
Ludwig Nussel's avatar Ludwig Nussel (lnussel_factory) accepted request 639060 from Matthias Eliasson's avatar Matthias Eliasson (elimat) (revision 18)
- Revert to use dmd d-compiler for Tumbleweed to make it build again. 
- Update to 1.8.5
  * This release is just to fix a bug that prevents the tilix preferences from 
	working on GTK releases earlier then 3.22, no other changes have been made.
- Update to 1.8.3
  * Added the ability to customize the badge font and size
  * Fixed an issue with loading URLs with a hash character
  * Fixed an issue where tilix could get stuck in mazimized mode when a
    background terminal closes behind the scenes
  * Added an indicator on the tab to show when new output is detected, only works
    with VTE alternate-screen patch
  * Can now use Tab key when customizing shortcuts
  * Re-worked notifications so each terminal has it's own notification rather then one
    global one for tilix
  * Updated to use GtkD 3.8.3
  * Added experimental support for process monitoring where the currently running 
    process can be used in the terminal title. Requires enabling a setting in Dconf 
	prefs, may cause segfaults
  * Various other bug fixes
- Start using ldc d-compiler with autotools for Tumbleweed now it is in the repo.
- Start using gtkd dependency from repo instead of included gtkd archive for Tumbleweed.
- Add licenses for x11 and icons included in tilix.
- Update to 1.8.1
  * Added support for toggling a margin line (https://gnunn1.github.io/tilix-web/manual/margin)
  * Added new shortcut for auto-oriented splitting, thanks to @henvo
  * When tabs are on the left or right they are now displayed vertically to fix space issues (gh#gnunn1/tilix#1395)
  * Fixed a memory leak when closing sessions (gh#gnunn1/tilix#1409)
  * Improved color matching logic for matching themes (gh#gnunn1/tilix#1400)
- Drop patch: fix-i586-build.patch
  * This is fixed upstream
- Drop patch: fix-build-with-latest-dmd.patch
  * This is fixed upstream
- Added patch: fix-i586-build.patch
  * This to resolve build issues for i586 Tumbleweed.
- Added patch: fix-build-with-latest-dmd.patch
  * Some changes to dmd-2.080.0 made the builds fail. 
    This patch correct it.
- Update to 1.7.9
  * Badges for all! As of VTE 0.52 a Tilix specific VTE patch for
    badge support is no longer required
  * Support for new VTE 0.52 features (gh#gnunn1/tilix#1233)
  * New shortcuts to quickly cycle through previous command prompts.
    Requires VTE be compiled with Tilix alternate screen patch 
    (gh#gnunn1/tilix#1369)
  * Profiles in preferences has been re-worked so dialog uses less 
    vertical space
  * New GtkD 3.8.2 used which fixes a segmentation fault when
    casting objects from a null object
  * Unsafe paste dialog uses a scrollwindow now when more then 6 
    lines of text (gh#gnunn1/tilix#1386)
  * A new token ${activeTerminalTitle} has been added to provide 
    more flexibility for session titles
  * Triggers and custom hyperlinks now support using the tilix 
    tokens (gh#gnunn1/tilix#1316)
  * Custom hyperlinks are loaded before the default hyperlinks so 
    users can override default behavior
- Add patch: dynamic-link.patch: link against shared library
- Use %license macro
- Update to 1.7.7
- Added patch: gnome-ssh-agent.patch
  * Solves the problem with GNOME keyring and ssh-agent:
  https://github.com/gnunn1/tilix/issues/870#issuecomment-291849303
- Update to 1.7.5
  * Fixed segfault with input synchronization occurring after a period of time (gh#gnunn1/tilix#1228)
  * Passwords and bookmarks now respect input synchronization (gh#gnunn1/tilix#1236)
  * Fix problem with Copy as HTML not checking VTE version (gh#gnunn1/tilix#1235)
- Update copyright year
- Remove patch: tilix-fix-1.7.3-build-on-32bits.patch (fixed upstream)
- Update to 1.7.3
  * This release improves the stability of Tilix plus fixes a few minor issues. 
    The only new feature is being able to copy terminal output as HTML.
- Update version of build dependency gtkd to 3.7.3
- Remove patch: tilix-fix-1.7.1-build-on-32bits.patch (fixed upstream)
- Add patch: tilix-fix-1.7.3-build-on-32bits.patch
- Should now build on i586 arch
- remove unnneded post/postun sections 
- Fix so tilix runs correctly 
- Add tilix-fix-1.7.1-build-on-32bits.patch to fix builds on i586 
- Update to version 1.7.1
  *  This release fixes a single issue with 1.7.0 where the default for the overlay scrollbar was set to false.
- Run spec-cleaner
- Remove buildignore for gcc-PIE not needed anymore.
- Bump version of build dependency gtkd to 3.6.6 
- Remove _service and add the specific source files
- bump version to 1.6.4
  * Dim option now dims the fonts and does not alter the background. The dim color option has been removed
  * Added option to disable saving/restoring window state between invocations
  * Added option to disable overlay scrollbar in favor of separate scrollbar widget
  * Fixed problem with selecting non-existent bookmark causing a crash
  * Enabled customizing keyboard shortcut for toggling local input synchronization
  * Added abilitiy to specify window style from command line
  * Added menu option to open CWD in file browser (i.e. Nautilus, etc)
  * Fixed issue where opening a custom link could only be done once
- bump version of build dependency gtkd to 3.6.5
- spec-cleaner
- add buildignore gcc-PIE to make this build for now are waiting for some fixes upstream:
  https://github.com/dlang/phobos/pull/5586
  
- bump version to 1.5.6
  * Added the ability to specify custom hyperlinks and triggers globally as well as in profiles
  * Triggers now support executing a process and passing the output of the process to the terminal
  * Fixed issue for CentOS and RHEL 7.x where it would not run on GTK 3.14
  * Sidebar now ensures active session is shown when opening
  * Removed the option to disable animation in quake mode, was causing other issues
  * Fixed New Window options Split Down and Split Right
  * Fixed various focus issues
  * Added option to bookmarks to automatically insert line feed
  * Fixed Wayland issue where dragging and dropping a terminal on the desktop did not create a new window like it does in X11
- Upstream rename from terminix to tilix
- bump version to 1.5.4
  * Detaching terminal in Wayland by dropping it on desktop now works identically to X11
  * Fixed issue with outdated LDC libraries on Fedora, this should allow COPR to work again
  * Fixed issue with close dialog and long process names resulting in excessively wide dialog box
  * Removed animation hint feature from quake mode as it was causing focus issues
  * Fixed crash when loading multiple sessions from file
- bump version to 1.5.2
  * Removed Timeout from terminal to fix segfault with visual bell
  * Fixed Nautilus plugin where it was crashing Nautilus for some users thanks to @bil-elmoussaoui
  * Variables used in application title now resolve correctly.
  * Fix version number
- bump version to 1.5.0
  * Added initial support for bookmarks
  * Re-worked terminal menu to include bookmark and password options,
    some lesser used options moved to a sub-menu
  * Added a new feature to raise a notification if activity is
    detected after a specified period of silence
  * Search button now toggles depending if focused terminal has
    search open
  * Improved performance when using background images
  * Added new Window Appearance preference
  * Improved title editors in preferences to show available variables
  * Re-worked -e option to fix some bugs, should work better across
    more permutations
  * Many bug fixes
- update GtkD to 3.5.1
- bump version to 1.4.2
- add man page to files section
- bump version 1.4.0
- remove desktop.patch since this have been fixed upstream.
- Modified %files section to include all files for package
- initial packaging of version 0.59.0
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) committed (revision 17)
branch from 15.0
Ludwig Nussel's avatar Ludwig Nussel (lnussel_factory) accepted request 597042 from Leap Reviewbot's avatar Leap Reviewbot (leaper) (revision 16)
Automatic request from openSUSE:Factory by UpdateCrawler
Ludwig Nussel's avatar Ludwig Nussel (lnussel_factory) accepted request 587845 from Leap Reviewbot's avatar Leap Reviewbot (leaper) (revision 15)
Automatic request from openSUSE:Factory by UpdateCrawler
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) accepted request 572155 from Matthias Eliasson's avatar Matthias Eliasson (elimat) (revision 14)
- Update to 1.7.5
  * Fixed segfault with input synchronization occurring after a period of time (gh#gnunn1/tilix#1228)
  * Passwords and bookmarks now respect input synchronization (gh#gnunn1/tilix#1236)
  * Fix problem with Copy as HTML not checking VTE version (gh#gnunn1/tilix#1235)
- Update copyright year
- Remove patch: tilix-fix-1.7.3-build-on-32bits.patch (fixed upstream)
- Update to 1.7.3
  * This release improves the stability of Tilix plus fixes a few minor issues. 
    The only new feature is being able to copy terminal output as HTML.
- Update version of build dependency gtkd to 3.7.3
- Remove patch: tilix-fix-1.7.1-build-on-32bits.patch (fixed upstream)
- Add patch: tilix-fix-1.7.3-build-on-32bits.patch
- Should now build on i586 arch
- remove unnneded post/postun sections 
- Fix so tilix runs correctly 
- Add tilix-fix-1.7.1-build-on-32bits.patch to fix builds on i586 
- Update to version 1.7.1
  *  This release fixes a single issue with 1.7.0 where the default for the overlay scrollbar was set to false.
- Run spec-cleaner
- Remove buildignore for gcc-PIE not needed anymore.
- Bump version of build dependency gtkd to 3.6.6 
- Remove _service and add the specific source files
- bump version to 1.6.4
  * Dim option now dims the fonts and does not alter the background. The dim color option has been removed
  * Added option to disable saving/restoring window state between invocations
  * Added option to disable overlay scrollbar in favor of separate scrollbar widget
  * Fixed problem with selecting non-existent bookmark causing a crash
  * Enabled customizing keyboard shortcut for toggling local input synchronization
  * Added abilitiy to specify window style from command line
  * Added menu option to open CWD in file browser (i.e. Nautilus, etc)
  * Fixed issue where opening a custom link could only be done once
- bump version of build dependency gtkd to 3.6.5
- spec-cleaner
- add buildignore gcc-PIE to make this build for now are waiting for some fixes upstream:
  https://github.com/dlang/phobos/pull/5586
  
- bump version to 1.5.6
  * Added the ability to specify custom hyperlinks and triggers globally as well as in profiles
  * Triggers now support executing a process and passing the output of the process to the terminal
  * Fixed issue for CentOS and RHEL 7.x where it would not run on GTK 3.14
  * Sidebar now ensures active session is shown when opening
  * Removed the option to disable animation in quake mode, was causing other issues
  * Fixed New Window options Split Down and Split Right
  * Fixed various focus issues
  * Added option to bookmarks to automatically insert line feed
  * Fixed Wayland issue where dragging and dropping a terminal on the desktop did not create a new window like it does in X11
- Upstream rename from terminix to tilix
- bump version to 1.5.4
  * Detaching terminal in Wayland by dropping it on desktop now works identically to X11
  * Fixed issue with outdated LDC libraries on Fedora, this should allow COPR to work again
  * Fixed issue with close dialog and long process names resulting in excessively wide dialog box
  * Removed animation hint feature from quake mode as it was causing focus issues
  * Fixed crash when loading multiple sessions from file
- bump version to 1.5.2
  * Removed Timeout from terminal to fix segfault with visual bell
  * Fixed Nautilus plugin where it was crashing Nautilus for some users thanks to @bil-elmoussaoui
  * Variables used in application title now resolve correctly.
  * Fix version number
- bump version to 1.5.0
  * Added initial support for bookmarks
  * Re-worked terminal menu to include bookmark and password options,
    some lesser used options moved to a sub-menu
  * Added a new feature to raise a notification if activity is
    detected after a specified period of silence
  * Search button now toggles depending if focused terminal has
    search open
  * Improved performance when using background images
  * Added new Window Appearance preference
  * Improved title editors in preferences to show available variables
  * Re-worked -e option to fix some bugs, should work better across
    more permutations
  * Many bug fixes
- update GtkD to 3.5.1
- bump version to 1.4.2
- add man page to files section
- bump version 1.4.0
- remove desktop.patch since this have been fixed upstream.
- Modified %files section to include all files for package
- initial packaging of version 0.59.0
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) committed (revision 13)
branch from 15.0
Ludwig Nussel's avatar Ludwig Nussel (lnussel_factory) accepted request 597042 from Leap Reviewbot's avatar Leap Reviewbot (leaper) (revision 12)
Automatic request from openSUSE:Factory by UpdateCrawler
Ludwig Nussel's avatar Ludwig Nussel (lnussel_factory) accepted request 587845 from Leap Reviewbot's avatar Leap Reviewbot (leaper) (revision 11)
Automatic request from openSUSE:Factory by UpdateCrawler
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) accepted request 572155 from Matthias Eliasson's avatar Matthias Eliasson (elimat) (revision 10)
- Update to 1.7.5
  * Fixed segfault with input synchronization occurring after a period of time (gh#gnunn1/tilix#1228)
  * Passwords and bookmarks now respect input synchronization (gh#gnunn1/tilix#1236)
  * Fix problem with Copy as HTML not checking VTE version (gh#gnunn1/tilix#1235)
- Update copyright year
- Remove patch: tilix-fix-1.7.3-build-on-32bits.patch (fixed upstream)
- Update to 1.7.3
  * This release improves the stability of Tilix plus fixes a few minor issues. 
    The only new feature is being able to copy terminal output as HTML.
- Update version of build dependency gtkd to 3.7.3
- Remove patch: tilix-fix-1.7.1-build-on-32bits.patch (fixed upstream)
- Add patch: tilix-fix-1.7.3-build-on-32bits.patch
- Should now build on i586 arch
- remove unnneded post/postun sections 
- Fix so tilix runs correctly 
- Add tilix-fix-1.7.1-build-on-32bits.patch to fix builds on i586 
- Update to version 1.7.1
  *  This release fixes a single issue with 1.7.0 where the default for the overlay scrollbar was set to false.
- Run spec-cleaner
- Remove buildignore for gcc-PIE not needed anymore.
- Bump version of build dependency gtkd to 3.6.6 
- Remove _service and add the specific source files
- bump version to 1.6.4
  * Dim option now dims the fonts and does not alter the background. The dim color option has been removed
  * Added option to disable saving/restoring window state between invocations
  * Added option to disable overlay scrollbar in favor of separate scrollbar widget
  * Fixed problem with selecting non-existent bookmark causing a crash
  * Enabled customizing keyboard shortcut for toggling local input synchronization
  * Added abilitiy to specify window style from command line
  * Added menu option to open CWD in file browser (i.e. Nautilus, etc)
  * Fixed issue where opening a custom link could only be done once
- bump version of build dependency gtkd to 3.6.5
- spec-cleaner
- add buildignore gcc-PIE to make this build for now are waiting for some fixes upstream:
  https://github.com/dlang/phobos/pull/5586
  
- bump version to 1.5.6
  * Added the ability to specify custom hyperlinks and triggers globally as well as in profiles
  * Triggers now support executing a process and passing the output of the process to the terminal
  * Fixed issue for CentOS and RHEL 7.x where it would not run on GTK 3.14
  * Sidebar now ensures active session is shown when opening
  * Removed the option to disable animation in quake mode, was causing other issues
  * Fixed New Window options Split Down and Split Right
  * Fixed various focus issues
  * Added option to bookmarks to automatically insert line feed
  * Fixed Wayland issue where dragging and dropping a terminal on the desktop did not create a new window like it does in X11
- Upstream rename from terminix to tilix
- bump version to 1.5.4
  * Detaching terminal in Wayland by dropping it on desktop now works identically to X11
  * Fixed issue with outdated LDC libraries on Fedora, this should allow COPR to work again
  * Fixed issue with close dialog and long process names resulting in excessively wide dialog box
  * Removed animation hint feature from quake mode as it was causing focus issues
  * Fixed crash when loading multiple sessions from file
- bump version to 1.5.2
  * Removed Timeout from terminal to fix segfault with visual bell
  * Fixed Nautilus plugin where it was crashing Nautilus for some users thanks to @bil-elmoussaoui
  * Variables used in application title now resolve correctly.
  * Fix version number
- bump version to 1.5.0
  * Added initial support for bookmarks
  * Re-worked terminal menu to include bookmark and password options,
    some lesser used options moved to a sub-menu
  * Added a new feature to raise a notification if activity is
    detected after a specified period of silence
  * Search button now toggles depending if focused terminal has
    search open
  * Improved performance when using background images
  * Added new Window Appearance preference
  * Improved title editors in preferences to show available variables
  * Re-worked -e option to fix some bugs, should work better across
    more permutations
  * Many bug fixes
- update GtkD to 3.5.1
- bump version to 1.4.2
- add man page to files section
- bump version 1.4.0
- remove desktop.patch since this have been fixed upstream.
- Modified %files section to include all files for package
- initial packaging of version 0.59.0
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) committed (revision 9)
branch from 15.0
Ludwig Nussel's avatar Ludwig Nussel (lnussel_factory) accepted request 597042 from Leap Reviewbot's avatar Leap Reviewbot (leaper) (revision 8)
Automatic request from openSUSE:Factory by UpdateCrawler
Ludwig Nussel's avatar Ludwig Nussel (lnussel_factory) accepted request 587845 from Leap Reviewbot's avatar Leap Reviewbot (leaper) (revision 7)
Automatic request from openSUSE:Factory by UpdateCrawler
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) accepted request 572155 from Matthias Eliasson's avatar Matthias Eliasson (elimat) (revision 6)
- Update to 1.7.5
  * Fixed segfault with input synchronization occurring after a period of time (gh#gnunn1/tilix#1228)
  * Passwords and bookmarks now respect input synchronization (gh#gnunn1/tilix#1236)
  * Fix problem with Copy as HTML not checking VTE version (gh#gnunn1/tilix#1235)
- Update copyright year
- Remove patch: tilix-fix-1.7.3-build-on-32bits.patch (fixed upstream)
- Update to 1.7.3
  * This release improves the stability of Tilix plus fixes a few minor issues. 
    The only new feature is being able to copy terminal output as HTML.
- Update version of build dependency gtkd to 3.7.3
- Remove patch: tilix-fix-1.7.1-build-on-32bits.patch (fixed upstream)
- Add patch: tilix-fix-1.7.3-build-on-32bits.patch
- Should now build on i586 arch
- remove unnneded post/postun sections 
- Fix so tilix runs correctly 
- Add tilix-fix-1.7.1-build-on-32bits.patch to fix builds on i586 
- Update to version 1.7.1
  *  This release fixes a single issue with 1.7.0 where the default for the overlay scrollbar was set to false.
- Run spec-cleaner
- Remove buildignore for gcc-PIE not needed anymore.
- Bump version of build dependency gtkd to 3.6.6 
- Remove _service and add the specific source files
- bump version to 1.6.4
  * Dim option now dims the fonts and does not alter the background. The dim color option has been removed
  * Added option to disable saving/restoring window state between invocations
  * Added option to disable overlay scrollbar in favor of separate scrollbar widget
  * Fixed problem with selecting non-existent bookmark causing a crash
  * Enabled customizing keyboard shortcut for toggling local input synchronization
  * Added abilitiy to specify window style from command line
  * Added menu option to open CWD in file browser (i.e. Nautilus, etc)
  * Fixed issue where opening a custom link could only be done once
- bump version of build dependency gtkd to 3.6.5
- spec-cleaner
- add buildignore gcc-PIE to make this build for now are waiting for some fixes upstream:
  https://github.com/dlang/phobos/pull/5586
  
- bump version to 1.5.6
  * Added the ability to specify custom hyperlinks and triggers globally as well as in profiles
  * Triggers now support executing a process and passing the output of the process to the terminal
  * Fixed issue for CentOS and RHEL 7.x where it would not run on GTK 3.14
  * Sidebar now ensures active session is shown when opening
  * Removed the option to disable animation in quake mode, was causing other issues
  * Fixed New Window options Split Down and Split Right
  * Fixed various focus issues
  * Added option to bookmarks to automatically insert line feed
  * Fixed Wayland issue where dragging and dropping a terminal on the desktop did not create a new window like it does in X11
- Upstream rename from terminix to tilix
- bump version to 1.5.4
  * Detaching terminal in Wayland by dropping it on desktop now works identically to X11
  * Fixed issue with outdated LDC libraries on Fedora, this should allow COPR to work again
  * Fixed issue with close dialog and long process names resulting in excessively wide dialog box
  * Removed animation hint feature from quake mode as it was causing focus issues
  * Fixed crash when loading multiple sessions from file
- bump version to 1.5.2
  * Removed Timeout from terminal to fix segfault with visual bell
  * Fixed Nautilus plugin where it was crashing Nautilus for some users thanks to @bil-elmoussaoui
  * Variables used in application title now resolve correctly.
  * Fix version number
- bump version to 1.5.0
  * Added initial support for bookmarks
  * Re-worked terminal menu to include bookmark and password options,
    some lesser used options moved to a sub-menu
  * Added a new feature to raise a notification if activity is
    detected after a specified period of silence
  * Search button now toggles depending if focused terminal has
    search open
  * Improved performance when using background images
  * Added new Window Appearance preference
  * Improved title editors in preferences to show available variables
  * Re-worked -e option to fix some bugs, should work better across
    more permutations
  * Many bug fixes
- update GtkD to 3.5.1
- bump version to 1.4.2
- add man page to files section
- bump version 1.4.0
- remove desktop.patch since this have been fixed upstream.
- Modified %files section to include all files for package
- initial packaging of version 0.59.0
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) committed (revision 5)
branch from 15.0
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) committed (revision 4)
branch from 15.0
Ludwig Nussel's avatar Ludwig Nussel (lnussel_factory) accepted request 597042 from Leap Reviewbot's avatar Leap Reviewbot (leaper) (revision 3)
Automatic request from openSUSE:Factory by UpdateCrawler
Displaying revisions 1 - 20 of 22
openSUSE Build Service is sponsored by