Revisions of notepadqq

Alexei Sorokin's avatar Alexei Sorokin (XRevan86) accepted request 903411 from Christophe Giboudeaux's avatar Christophe Giboudeaux (cgiboudeaux) (revision 27)
- Update to version 2.0.0~20201022T180930.03cdde0.
  Use a git snapshot to drop the QtWebKit dependency.
buildservice-autocommit accepted request 832847 from Alexei Sorokin's avatar Alexei Sorokin (XRevan86) (revision 26)
baserev update by copy to link target
Alexei Sorokin's avatar Alexei Sorokin (XRevan86) accepted request 832749 from Callum Farmer's avatar Callum Farmer (gmbr3) (revision 25)
- Fixes for %_libexecdir changing to /usr/libexec (bsc#1174075)
buildservice-autocommit accepted request 802961 from Alexei Sorokin's avatar Alexei Sorokin (XRevan86) (revision 24)
baserev update by copy to link target
Alexei Sorokin's avatar Alexei Sorokin (XRevan86) accepted request 802959 from Paolo Stivanin's avatar Paolo Stivanin (polslinux) (revision 23)
- Update to 1.4.8 (no changelog)
buildservice-autocommit accepted request 602602 from Alexei Sorokin's avatar Alexei Sorokin (XRevan86) (revision 22)
baserev update by copy to link target
Alexei Sorokin's avatar Alexei Sorokin (XRevan86) committed (revision 21)
- Update to version 1.4.0.
buildservice-autocommit accepted request 597726 from Jörg Lorenzen's avatar Jörg Lorenzen (enzokiel) (revision 20)
baserev update by copy to link target
Jörg Lorenzen's avatar Jörg Lorenzen (enzokiel) accepted request 597725 from Jörg Lorenzen's avatar Jörg Lorenzen (enzokiel) (revision 19)
- Update to 1.3.6:
  * l10n: add Brazilian localization (#347)
  * feat: Update CodeMirror to 5.36.1-nqq (#613)
  * fix: use VeryCoarseTimer for stats collection in order to
    reduce power consumption
  * feat: Add option to backup documents periodically (#615)
buildservice-autocommit accepted request 596562 from Jörg Lorenzen's avatar Jörg Lorenzen (enzokiel) (revision 18)
baserev update by copy to link target
Jörg Lorenzen's avatar Jörg Lorenzen (enzokiel) accepted request 596561 from Jörg Lorenzen's avatar Jörg Lorenzen (enzokiel) (revision 17)
- Update to 1.3.4:
  * feat: add Japanese translation
  * fix: Load simple.js to avoid CodeMirror.defineSimpleMode errors.
    (#600)
  * feat: Save custom indentation mode for sessions. (#606)
  * feat: Add '--line' and '--column' commandline arguments. (#604)
  * feat: ask user to allow us to collect anonymous usage statistics
    (#607)
  * feat: Add warning when opening large files. (#610)
- Version 1.3.2:
  * revert
- Version 1.3.1:
  * fix crash on start on Ubuntu 14.04
- Version 1.3.0:
  * Added Spanish Translation by inukaze. Fixes #507. (#508)
  * Fix Qt5 version detection.
  * Ability to disable saving search history (#528)
  * Advanced Search Dock
  * Support loading Qt 5.10 through /opt/ or ~/
  * Update CodeMirror to 5.33.0
  * Add menu options to toggle visibility of toolbar and menubar.
  * Add option to quit Nqq when closing last open tab. (#550)
  * Improve high Dpi looks
  * Fix infinite loop when searching for 0-length regex
  * Fix editor focus issues (fixes #265)
  * Back references now working for regex search using the search
    dock.
  * Add help dialog about regular expression use
  * Prevent appmenu-qt5 from removing our menubar
  * feat: implement --allow-root and prohibit running as root by
    default.
  * feat: Add customizable Toolbar
  * feat: Enable basic document printing
  * fix: Prefer GTK's icon theme if XDG_CURRENT_DESKTOP is not set
  * feat: allow horizontal scrolling when holding shift + mouse
    wheel (closes #582)
- Removed notepadqq-1.2.0-fix-qt-5.10.patch, fixed upstream.
- Delete all hidden files from %{buildroot}.
buildservice-autocommit accepted request 571679 from Alexei Sorokin's avatar Alexei Sorokin (XRevan86) (revision 16)
baserev update by copy to link target
Alexei Sorokin's avatar Alexei Sorokin (XRevan86) committed (revision 15)
buildservice-autocommit accepted request 534515 from Jörg Lorenzen's avatar Jörg Lorenzen (enzokiel) (revision 14)
baserev update by copy to link target
Jörg Lorenzen's avatar Jörg Lorenzen (enzokiel) accepted request 534514 from Jörg Lorenzen's avatar Jörg Lorenzen (enzokiel) (revision 13)
- Update to 1.2.0:
  * Allow banners to stretch horizontally and vertically (#349).
  * Preferences menu now has an "Apply" button in addition to "Ok"
    and "Cancel". That way users can immediately see visual changes
    (like themes) without having to exit the menu all the time.
  * The Shortcuts tab now has a "Reset Selected Shortcut" in
    addition to the "Reset All Shortcut" button.
  * The Preferences menu remembers the last selected settings tab
    and will automatically switch to it when re-opened (this is not
    a saved setting. Only implemented as a static variable).
  * Turned the "File Format" and "Encoding" labels in the status
    bar into ClickableLabels. When clicked, they open the
    Format/Encoding QMenu that is also used in Nqq's menu bar.
  * File encoding in the status bar wasn't properly updated. Fixed
    that by calling updateEditorUiInfo() when switching encoding.
  * Added menu shortcuts for accessibility.
  * l10n: add Slovenian translation (#352).
  * Sessions: during session load, show BannerFileRemoved when the
    file is missing (#353).
  * Preferences: fix theme loading glitch (closes #246) (#356).
  * UI: disable "reload" actions if no file to reload exists (#354).
  * Update notepadqq launcher (fedora) (#366).
  * Support Qt 5.8 and 5.9 (#376).
  * Fix: user was not allowed to exit Nqq if session.xml couldn't
    be saved.
  * Title bar has wrong tab title after launch (fixes #421) (#422).
  * Warn about missing icons; fix potential crash.
  * %directory% in run command (#434).
  * Fix segfault on start (fixes #440).
  * Open folder contents if a folder is dropped onto Nqq. (#455).
  * Add handel-c language (#443).
  * Apply group replacement across the entire matched string.
  * Fixed "^F Find ENTER does not search for the currently selected
    text" (#417) (#468).
  * Convert text to path in svg logo (#477).
  * Added a "Retry as Root" to Nqq's save dialog (#480).
  * Keep file names of deleted files when loading a session.
    Otherwise they just show up as 'new X' (#483).
  * Don't load tabs from session that don't exist and aren't cached
    since they're just empty (#484).
  * Prompt user when opening a file from recent history that does
    not exist anymore. Fixes #248.
  * Remember "Enable Smart Indent" setting #488 (#492).
buildservice-autocommit accepted request 456015 from Jörg Lorenzen's avatar Jörg Lorenzen (enzokiel) (revision 12)
baserev update by copy to link target
buildservice-autocommit accepted request 373014 from Alexei Sorokin's avatar Alexei Sorokin (XRevan86) (revision 8)
baserev update by copy to link target
Displaying revisions 1 - 20 of 27
openSUSE Build Service is sponsored by