* Gave parent windows to some dialogs OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/qps?expand=0&rev=40
327 lines
11 KiB
Plaintext
327 lines
11 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Nov 5 19:14:26 UTC 2025 - Shawn Dunn <sfalken@opensuse.org>
|
|
|
|
- Update to 2.12.0:
|
|
* Gave parent windows to some dialogs
|
|
|
|
-------------------------------------------------------------------
|
|
Sat May 17 15:41:42 UTC 2025 - Shawn Dunn <sfalken@opensuse.org>
|
|
|
|
- Update to 2.11.1:
|
|
* Fixed first launching of Qps without config file
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 17 22:15:00 UTC 2025 - Shawn Dunn <sfalken@opensuse.org>
|
|
|
|
- Updated to version 2.11.0:
|
|
* Cleaned up the code and settings, and silenced compilation
|
|
warnings
|
|
- Removed Group: declarations, no longer used
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 6 21:42:07 UTC 2024 - Андрей Алыпов <and.november@opensuse.org>
|
|
|
|
- Update to version 2.10.0:
|
|
* Pre-release changes (#489)
|
|
* Weblate commits (#492)
|
|
* Updated *.ts files (#491)
|
|
* Revert "Updated *.ts files (#488)" (#490)
|
|
* Updated *.ts files (#488)
|
|
* Weblate commits (#483)
|
|
* Weblate commits (#482)
|
|
* Weblate commits (#481)
|
|
* Weblate commits (#480)
|
|
* Weblate commits (#479)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 10 21:22:38 UTC 2024 - Андрей Алыпов <and.november@opensuse.org>
|
|
|
|
- Update to 2.9.0:
|
|
* Ported to Qt6.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Nov 5 20:41:16 UTC 2023 - Shawn Dunn <sfalken@opensuse.org>
|
|
|
|
- Update to 2.8.0
|
|
* Fixed all instances of non-closed file descriptors (to fix an
|
|
issue that caused a blank list for some users).
|
|
* Added metadata file
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Apr 15 17:56:00 UTC 2023 - Shawn Dunn <sfalken@opensuse.org>
|
|
|
|
- Update to 2.7.0:
|
|
* The info-bar tooltips have been corrected in several ways.
|
|
* Showing of tooltips is fixed under Wayland.
|
|
* The (PNG) font of the info-bar is made a little larger.
|
|
* Lots of code cleanup.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Nov 5 18:17:08 UTC 2022 - Shawn Dunn <sfalken@cloverleaf-linux.org>
|
|
|
|
- Updated to 2.6.0:
|
|
* Removed some redundant variables and classes.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 3 20:57:19 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 2.5.0:
|
|
* Updated `README.md`.
|
|
* Removed qtdbus and qtx11extra from cmake files.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 8 10:17:26 UTC 2021 - Michael Vetter <mvetter@suse.com>
|
|
|
|
- Update to 2.4.0:
|
|
* Ensure that only one sort indicator exists.
|
|
* Enhanced filtering.
|
|
* Bumped minimum required Qt version to 5.15.
|
|
* Code cleanup.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 16 10:42:05 UTC 2021 - Michael Vetter <mvetter@suse.com>
|
|
|
|
- Update to 2.3.0:
|
|
* Prevent a crash on showing Qps' window if Qps is started
|
|
minimized to tray.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 4 14:14:39 UTC 2020 - Michael Vetter <mvetter@suse.com>
|
|
|
|
- Update to 2.2.0:
|
|
* Avoided compiler warnings.
|
|
* Avoided overflow in "proc.cpp".
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 10 10:01:40 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>
|
|
|
|
- Change to verified source and add keyring
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Apr 25 11:18:29 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>
|
|
|
|
- Update to version 2.1.0
|
|
* Fixed IO_R column and IO_W column.
|
|
* Fixed sorting in SWAP column.
|
|
* Lots of code cleanup.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 7 11:59:27 UTC 2019 - Michael Vetter <mvetter@suse.com>
|
|
|
|
- Don't require glibc >= 2.30, it works actually without it
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 9 07:45:27 UTC 2019 - mvetter@suse.com
|
|
|
|
- Update to 2.0.0:
|
|
* Several code cleanups:
|
|
- Silenced compiler warnings about QtTableView
|
|
- Do not detect systray on every refresh (this also fixes memory leak under some GTK DEs)
|
|
- Removed the method `HeadedTable::sizeHintForColumn`
|
|
- htable.cpp: remove unused define
|
|
- qps.h: remove unused define
|
|
- Cleaned up the classes SearchBox, ControlBar and StatusBar
|
|
- Do not cast bool to integer on return
|
|
- Removed no strings casts definitions
|
|
- Removed unmanaged code
|
|
- Remove some comments
|
|
- Corrected sscanf format
|
|
- Removed unused variable
|
|
- Simplified groupName
|
|
- Add missing "const"
|
|
- Apply LXQtCompilerSettings to project
|
|
* Fixed memory leaks:
|
|
- Fixed memory leak in showing process details dialogs
|
|
- Prevent a file descriptor leak
|
|
- Fixed several memory leaks
|
|
* UI and other improvements:
|
|
- Properly save font info
|
|
- Sort fields list alphabetically
|
|
- Update sort indicator on adding columns
|
|
- Use float for memory column if in megabytes
|
|
- Support HDPI pixmaps
|
|
- A better filter box with clear button and place holder
|
|
- Don't allow an unsorted table
|
|
- Fixed table size and scrollbars
|
|
- Made column DND predictable
|
|
- Fixes for the header, especially for its DND
|
|
- Fixed painting of cells, branch lines and...
|
|
- Fixed settings and preferences and added signal prompt
|
|
- Fixed SWAP column
|
|
- Use a smaller pixmap cache
|
|
- Improved translations
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 1 09:49:32 UTC 2019 - mvetter@suse.com
|
|
|
|
- Update to 1.10.20:
|
|
* Only translations was changed
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 31 10:50:11 UTC 2019 - Michael Vetter <mvetter@suse.com>
|
|
|
|
- Update to 1.10.19:
|
|
* Improved localization support
|
|
- Move translation from lxqt-l10n into package
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 22 13:43:45 UTC 2018 - mvetter@suse.com
|
|
|
|
- Update to 1.10.18:
|
|
* Bumped patch version to 18 (#45)
|
|
* Update from Weblate. (#41)
|
|
* Added transltion state to README.md
|
|
* Add da translation
|
|
* translation update
|
|
* Added translation using Weblate (German)
|
|
* Create qps_da.ts
|
|
* Update qps.desktop.in
|
|
* i18n: Update Polish translation
|
|
* Drop Qt foreach
|
|
* Fix links QtDesktop --> lxqt
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Feb 25 11:02:34 UTC 2018 - aloisio@gmx.com
|
|
|
|
- Update to version 1.10.17
|
|
* some whitespaces fixed
|
|
* l10n: Polish translation
|
|
* Remove obsolete cpack
|
|
* Removed not needed ressource file
|
|
* some small fixes
|
|
* Fixed About page
|
|
* Fixed outdated FSF address in license headers
|
|
* Removed: It may be used, distributed and modified without
|
|
limitation. - not exactly true.
|
|
* Added license headers
|
|
* Fix typo
|
|
* Fix license headers for files with clearly known authorship
|
|
* remove some empty files
|
|
* fixed encoding and added a proper GPL2 file header
|
|
* Renamed LICENSE -> COPYING
|
|
* Another set of licenseheader fixes
|
|
* Fixed some typos in comments (CMakeLists.txt)
|
|
Fixed licenseheader: src/wchan.cpp UTF-8 and filename
|
|
Fixed licenseheader: src/watchdogdialog.* filetype and UTF-8
|
|
Fixed licenseheader: src/watchcond.* UTF-8
|
|
Fixed licenseheader: src/ttystr.cpp filentype and UTF-8
|
|
* Work around grep 2.23 new behaviour
|
|
* Removes not needed file
|
|
* Fixes CPack package version
|
|
* Fixes misnaming of binary qps
|
|
* Use CMAKE PROJECT_NAME instead of PROJECT
|
|
* Removes Icon related commented code
|
|
* Removes the custom QtIconLoader
|
|
* Use QIcon::fromTheme() instead of the internal QtIconLoader
|
|
* Adds the resources as an target dependency
|
|
* Puts TableField sctruct on it's own file
|
|
* Puts the QpsApp in it's own file
|
|
* Splits the command file into several files
|
|
* Puts Command utilities into it's own file
|
|
* Updates translations sources
|
|
* Removes toolTip, statusTip, whatsThis and accesibleName from
|
|
watchdog.ui
|
|
* Removes stylesheets commented stuff
|
|
* Include a copy of the license
|
|
* Install application icon
|
|
* Updates translation sources
|
|
* Adds desktop entry file
|
|
* Adds application internationalization / localization
|
|
* Set the minimum required CMake version to 3.0.2
|
|
* Add install instruction in CMakeLists.txt
|
|
* Add clang-format file and format all files
|
|
|
|
- Switch build to cmake and Qt5
|
|
|
|
- New source URL and homepage
|
|
|
|
- Dropped qps-1.10.12.1-nostrip.patch and
|
|
qps-1.10.15-desktop.patch (no longer necessary)
|
|
|
|
- Spec cleanup
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 24 17:46:28 UTC 2011 - lazy.kent@opensuse.org
|
|
|
|
- Spec clean up.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Aug 28 15:03:25 UTC 2011 - lazy.kent@opensuse.org
|
|
|
|
- Update to 1.10.16
|
|
+ 3.0-ARCH problem fixed
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 22 12:40:55 UTC 2011 - lazy.kent@opensuse.org
|
|
|
|
- Patch to fix typo in desktop file (bnc#631745)
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jul 17 17:26:11 UTC 2011 - lazy.kent@opensuse.org
|
|
|
|
- Update to 1.10.15
|
|
+ Added IO monitoring
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 6 05:11:57 UTC 2011 - lazy.kent@opensuse.org
|
|
|
|
- Update to 1.10.14
|
|
+ Fixed wrong process names
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jun 18 15:52:35 UTC 2011 - lazy.kent@opensuse.org
|
|
|
|
- Update to 1.10.13
|
|
+ GNOME3 and Avant Window Navigator support
|
|
- Correct License tag according to SPDX Standard
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 3 15:30:56 UTC 2011 - lazy.kent@opensuse.org
|
|
|
|
- Update to 1.10.12.3
|
|
+ Zero CPU bug fixed (thanks to "David Rosenstrauch")
|
|
+ SEGFAULT fixed (Google Chrome's very long cmdline bug fix)
|
|
- Dropped obsolete buffer_overflow patch
|
|
- Use full URL as a source
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 11 14:34:35 UTC 2011 - lazy.kent@opensuse.org
|
|
|
|
- Added rpm optflags
|
|
- Added COPYING
|
|
- Marked man as doc
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 6 10:21:25 UTC 2010 - lazy.kent.suse@gmail.com
|
|
|
|
- Fixed buffer overflow (bnc#613864). Patch from Bernhard Rotter
|
|
- Build debug packages
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 20 00:00:00 UTC 2009 - lazy.kent.suse@gmail.com
|
|
|
|
- Update to 1.10.12.1
|
|
+ 0 (zero) Process bug fixed (David_Rosenstrauch@archlinux)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 17 00:00:00 UTC 2009 - lazy.kent.suse@gmail.com
|
|
|
|
- Update to 1.10.12
|
|
+ Not working problem on kernel-2.6.xx was fixed
|
|
+ MEM field added
|
|
+ Tab on-off switch added
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 7 00:00:00 UTC 2009 - lazy.kent.suse@gmail.com
|
|
|
|
- Update to 1.10.11
|
|
+ Window raise problem was fixed
|
|
+ IO_RW was added
|
|
+ Bugs was fixed (WCHAN, kernel warning.... etc)
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Aug 1 00:00:00 UTC 2009 - lazy.kent.suse@gmail.com
|
|
|
|
- Initial package created - 1.10.10
|
|
|