16 Commits

Author SHA256 Message Date
Alexei Sorokin
94e16d3524 Accepting request 903411 from home:cgiboudeaux:no-qtwebkit
- Update to version 2.0.0~20201022T180930.03cdde0.
  Use a git snapshot to drop the QtWebKit dependency.

OBS-URL: https://build.opensuse.org/request/show/903411
OBS-URL: https://build.opensuse.org/package/show/editors/notepadqq?expand=0&rev=27
2021-07-03 13:58:17 +00:00
Alexei Sorokin
7261dcea66 Accepting request 832749 from home:gmbr3:libexecdir
- Fixes for %_libexecdir changing to /usr/libexec (bsc#1174075)

OBS-URL: https://build.opensuse.org/request/show/832749
OBS-URL: https://build.opensuse.org/package/show/editors/notepadqq?expand=0&rev=25
2020-09-07 19:31:18 +00:00
Alexei Sorokin
45b0a4ad85 Accepting request 802959 from home:polslinux:branches:editors
- Update to 1.4.8 (no changelog)

OBS-URL: https://build.opensuse.org/request/show/802959
OBS-URL: https://build.opensuse.org/package/show/editors/notepadqq?expand=0&rev=23
2020-05-12 12:22:32 +00:00
Alexei Sorokin
d7831a6583 - Update to version 1.4.0.
OBS-URL: https://build.opensuse.org/package/show/editors/notepadqq?expand=0&rev=21
2018-04-30 16:53:51 +00:00
Jörg Lorenzen
793afaf27a Accepting request 597725 from home:enzokiel:branches:editors
- 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)

OBS-URL: https://build.opensuse.org/request/show/597725
OBS-URL: https://build.opensuse.org/package/show/editors/notepadqq?expand=0&rev=19
2018-04-18 09:19:27 +00:00
Jörg Lorenzen
d5cf00e289 Accepting request 596561 from home:enzokiel:branches:editors
- 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}.

OBS-URL: https://build.opensuse.org/request/show/596561
OBS-URL: https://build.opensuse.org/package/show/editors/notepadqq?expand=0&rev=17
2018-04-14 20:32:54 +00:00
Alexei Sorokin
6ab413e88d OBS-URL: https://build.opensuse.org/package/show/editors/notepadqq?expand=0&rev=15 2018-02-01 12:08:32 +00:00
Jörg Lorenzen
4737d2963d Accepting request 534514 from home:enzokiel:branches:editors
- 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).

OBS-URL: https://build.opensuse.org/request/show/534514
OBS-URL: https://build.opensuse.org/package/show/editors/notepadqq?expand=0&rev=13
2017-10-17 16:48:56 +00:00
Jörg Lorenzen
ea30a5e522 Accepting request 456013 from home:enzokiel:branches:editors
Update to 1.0.1

OBS-URL: https://build.opensuse.org/request/show/456013
OBS-URL: https://build.opensuse.org/package/show/editors/notepadqq?expand=0&rev=11
2017-02-10 13:13:06 +00:00
Alexei Sorokin
37e0230127 Accepting request 427583 from home:enzokiel:branches:editors
Update to 0.53.0

OBS-URL: https://build.opensuse.org/request/show/427583
OBS-URL: https://build.opensuse.org/package/show/editors/notepadqq?expand=0&rev=10
2016-09-14 10:53:38 +00:00
Alexei Sorokin
bf73f57bf9 Accepting request 419402 from home:enzokiel:branches:editors
Update to 0.52.1

OBS-URL: https://build.opensuse.org/request/show/419402
OBS-URL: https://build.opensuse.org/package/show/editors/notepadqq?expand=0&rev=9
2016-08-15 13:08:57 +00:00
Alexei Sorokin
96daf7b155 Accepting request 373008 from home:enzokiel:branches:editors
Update to 0.51.0

OBS-URL: https://build.opensuse.org/request/show/373008
OBS-URL: https://build.opensuse.org/package/show/editors/notepadqq?expand=0&rev=7
2016-03-14 23:08:13 +00:00
Alexei Sorokin
49de2607da - Update to 0.50.6.
OBS-URL: https://build.opensuse.org/package/show/editors/notepadqq?expand=0&rev=5
2015-12-29 06:17:20 +00:00
Alexei Sorokin
8df7e00b21 - Update to 0.50.4.
OBS-URL: https://build.opensuse.org/package/show/editors/notepadqq?expand=0&rev=4
2015-09-27 18:47:48 +00:00
Alexei Sorokin
3bb1ff79c3 - Update to 0.50.2.
OBS-URL: https://build.opensuse.org/package/show/editors/notepadqq?expand=0&rev=3
2015-09-10 20:34:58 +00:00
Daniel Rahn
a725168f7e Accepting request 315122 from home:XRevan86
OBS-URL: https://build.opensuse.org/request/show/315122
OBS-URL: https://build.opensuse.org/package/show/editors/notepadqq?expand=0&rev=1
2015-07-08 07:33:49 +00:00