Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/lxqt/qps
Qt process viewer and manager
https://github.com/lxqt/qps
6b20dd93db74da244f5b83f5815c0f06d0f7f9b4 authored over 4 years ago by Tsu Jan <[email protected]>
Translations update from Weblate
d70d599dd52deecce159d5c1d3c6df1f0c6301f9 authored over 4 years ago by tsujan <[email protected]>Currently translated at 100.0% (330 of 330 strings)
Translation: LXQt/QPS
Translate-URL: https:...
Currently translated at 100.0% (330 of 330 strings)
Translation: LXQt/QPS
Translate-URL: https:...
Currently translated at 100.0% (330 of 330 strings)
Translation: LXQt/QPS
Translate-URL: https:...
Currently translated at 100.0% (330 of 330 strings)
Translation: LXQt/QPS
Translate-URL: https:...
Avoid temporary heap allocations
057cf16945e3167abc8bd81ecfbf4549843e3cbd authored almost 5 years ago by tsujan <[email protected]>Use QString::fooRef() instead of QString::foo().
b545c5be6cb442520b18d56e20cad1de71b69bf7 authored almost 5 years ago by Luís Pereira <[email protected]>Fix a printf() format warning
b23cf6dfe8882d2f6a40c0396f2b3eac122e47ac authored almost 5 years ago by tsujan <[email protected]>Remove not used function
94f0035d032e6c527e5d21f8b0edd950236374f6 authored almost 5 years ago by tsujan <[email protected]>Use std::cout is much simpler.
00116c01c57009398167867ad4cc8c8d289b260f authored almost 5 years ago by Luís Pereira <[email protected]>Not used, not even in commented code.
62966bcfb5c77cba6e8f48a73b0f567e998641ff authored almost 5 years ago by Luís Pereira <[email protected]>Currently translated at 100.0% (330 of 330 strings)
Translation: LXQt/QPS
Translate-URL: https:...
Currently translated at 100.0% (330 of 330 strings)
Translation: LXQt/QPS
Translate-URL: https:...
Stop using deprecated QString::sprintf()
3c667afa616b4fe3d7330fc0a0c78e69eefe4ca9 authored almost 5 years ago by tsujan <[email protected]>Just use the "equivalent" QString::asprintf().
8ae920874457597d3d7622d0900fb8ef5802b3bc authored almost 5 years ago by Luís Pereira <[email protected]>Fix sign compare warnings
eb86ee8adbf6c13ead4b4e76be220dd909cc23a6 authored almost 5 years ago by tsujan <[email protected]>Just change the types accordingly.
4ee137167dcfed6c2b08d22c1db490a7aa721a18 authored almost 5 years ago by Luís Pereira <[email protected]>More modernize
a60ed4502ea7af5897806faf26c11a01d5d9ffd8 authored almost 5 years ago by tsujan <[email protected]>Done by clang-tidy.
9d9dfc5428cee08d8a441b2038b1067db7830e77 authored almost 5 years ago by Luís Pereira <[email protected]>Done by clang-tidy.
a68e648294e7db5d2bd597ae43bd7d9fe8698e82 authored almost 5 years ago by Luís Pereira <[email protected]>
Drop 0 and NULL. It improves type safety and resolves ambiguous situations.
They were left behin...
Proc
980a0f89c1af694fd6bdc56c1f13c297aaa4429d authored almost 5 years ago by tsujan <[email protected]>They are not used.
32f56780f251231586532c9a36b3a66a0826c334 authored almost 5 years ago by Luís Pereira <[email protected]>Drop 0 and NULL. It improves type safety and resolves ambiguous situations.
9b87acc1ebc8275565b2f95374c69ee9166c01e1 authored almost 5 years ago by Luís Pereira <[email protected]>The merge with proc_common.cpp displaced them.
4b2c6d264babb12c4ac1938f8547f26d53dc5655 authored almost 5 years ago by Luís Pereira <[email protected]>There is no GTK definition.
0e43246018e8c975ef59937c86a4f1c867765d3f authored almost 5 years ago by Luís Pereira <[email protected]>
Convert them to C++.
Reorganize and prune repeated ones.
It was being included in 4 places.
All proc_common.cpp content is now in proc.cpp
Reorganizatio...
c7a652bca769a8e99de0f3ac0f7ab646d97673d4 authored almost 5 years ago by Luís Pereira <[email protected]>Svec
679b8f05098ec9980c6eef018b1c64d6ae45eab1 authored almost 5 years ago by tsujan <[email protected]>
They are deprecated in C++. Just use the C++ ones.
They were left behind because svec.cpp wasn't...
Stop including svec.cpp.
Just move the needed stuff to svec.h.
Makes much easier to maintain and...
Improve headers
dcb12004d2253385eb421f32e657e9de6955312d authored almost 5 years ago by tsujan <[email protected]>It's where they "belong".
30ef495ee90a668a3e4d2a9c239c0ff17487cbd4 authored almost 5 years ago by Luís Pereira <[email protected]>d492b9e1f4a3327cbd3f883917ea332294495213 authored almost 5 years ago by Luís Pereira <[email protected]>
Most Linux distributions don't provide Qt pre-compiled headers anyway.
There are cases in Qps wh...
Removes session command line option
f6e9c17b50e7cff644c94c2df29901392dd80c00 authored almost 5 years ago by tsujan <[email protected]>Remove screenshot capability
81d2a39a25e9499d7af4e2b40e84d76f9caf8277 authored almost 5 years ago by tsujan <[email protected]>
It was not even shown in the command line help.
It serves no purpose.
Made config file independent of translation
5d978465e2053818482743a177bfe1e485a965bf authored almost 5 years ago by Luís Pereira <[email protected]>Use LXQt::SingleApplication
bf1c3396dfc9a9b391304f1b5edef6b762e5299b authored almost 5 years ago by tsujan <[email protected]>To do that, field IDs are used instead of their (translated) names.
NOTE: The settings will be ...
78843a227acf878285f08e1eb0d28c21914023da authored almost 5 years ago by Tsu Jan <[email protected]>
There are tools dedicated to screenshots.
It was being used for development purposes. A develope...
It supports unique application and also activation.
Introduces liblxqt as a dependency.
Drop C deprecated headers
129538f7606e80199d1b7a69ce5c550b248de178 authored almost 5 years ago by tsujan <[email protected]>They are deprecated in C++. Just use the C++ ones.
d090907c813d590e3c05445b19baa1796613a711 authored almost 5 years ago by Luís Pereira <[email protected]>Use nullptr
c603c8b99425f1c3ab64652ffbb6e0f0f328ee73 authored almost 5 years ago by tsujan <[email protected]>Drop 0 and NULL. It improves type safety and resolves ambiguous situations.
d7fd85dc74eca7a98b2c87e42afcd8ca4c100c5a authored almost 5 years ago by Luís Pereira <[email protected]>Unused variables
15f3597a770bb49a757b4310d6d00870c28f83ef authored almost 5 years ago by tsujan <[email protected]>Right now, we don't use it.
b6bb91d503dbcfb5cd08b5451caf0ecd3a6e1581 authored almost 5 years ago by Luís Pereira <[email protected]>They are not used but are referred in commented code.
fdd2c09167978197844eb1835f686a603153f5f2 authored almost 5 years ago by Luís Pereira <[email protected]>If needed later on, variable names can be added.
47a8520b1bb25ad18e16182ffab56d6f03cd50ae authored almost 5 years ago by Luís Pereira <[email protected]>Unused and also not referenced in commented code.
213735aafd9bf3cd609205279d7b78802660e6b7 authored almost 5 years ago by Luís Pereira <[email protected]>Unused non trivial vars
5abe7b5b514da3c44a9b1fd0dfcf1fb86ac8885d authored almost 5 years ago by tsujan <[email protected]>Silents unused parameter warnings
b20a2dcf840b48b69dd37a7106a9da70536f5c5b authored almost 5 years ago by tsujan <[email protected]>Adds virtual destructor
ffadb330da03d986cb0b548afbbaaae3ccfa7088 authored almost 5 years ago by tsujan <[email protected]>They clutter the build log output.
9838ce24ddee2131e6f219b5574eca54bfda0ad9 authored almost 5 years ago by Luís Pereira <[email protected]>gwidget has virtual members.
58d645cd139fad481caade2fa59eea61ec5bce50 authored almost 5 years ago by Luís Pereira <[email protected]>
Although not used they are referenced by commented code. Leave them for the
time being.
They are not used and not even referenced in any commented code.
1aff07ba2a206a27334c58b697ef863087c80edd authored almost 5 years ago by Luís Pereira <[email protected]>Remove CMake artifacts
ad06e80e74992b51568bcbed9432d4ab2402406c authored almost 5 years ago by tsujan <[email protected]>lxqt-build-tools provides it.
ef5bfc91d9a030cf585aea474c3b8ed0f34691f0 authored almost 5 years ago by Luís Pereira <[email protected]>Currently translated at 99.7% (329 of 330 strings)
Translation: LXQt/QPS
Translate-URL: https:/...
2203cb5a55b37cf13369c127b67b44fbc59e9163 authored almost 5 years ago by Ács Zoltán <[email protected]>
Currently translated at 11.8% (39 of 330 strings)
Translation: LXQt/QPS
Translate-URL: https://...
Avoid overflow
2ca565cc717bc23ea33759a03b03bed5e0319d7e authored almost 5 years ago by tsujan <[email protected]>fa4443b927a3ba28d5ae25b7c3b24ba42ffa4e55 authored almost 5 years ago by Masamichi Ito <[email protected]>
ea324f8855781054adb4b0f5b3a704b3dde4e26f authored about 5 years ago by Nicolò Balzarotti <[email protected]>
Currently translated at 58.8% (194 of 330 strings)
Translation: LXQt/QPS
Translate-URL: https:/...
Currently translated at 73.6% (243 of 330 strings)
Translation: LXQt/QPS
Translate-URL: https:/...
6484eb4500e65d7eb3ebcfd7e101a3b8693c9a75 authored about 5 years ago by Enol P <[email protected]>
Currently translated at 100.0% (330 of 330 strings)
Translation: LXQt/QPS
Translate-URL: https:...
Currently translated at 100.0% (330 of 330 strings)
Translation: LXQt/QPS
Translate-URL: https:...
Currently translated at 100.0% (330 of 330 strings)
Translation: LXQt/QPS
Translate-URL: https:...
c913791c18b850c76a267efb795d5e35d45d18d1 authored about 5 years ago by hmollercl <[email protected]>
Currently translated at 100.0% (330 of 330 strings)
Translation: LXQt/QPS
Translate-URL: https:...
Currently translated at 47.0% (155 of 330 strings)
Translation: LXQt/QPS
Translate-URL: https:/...
Currently translated at 100.0% (330 of 330 strings)
Translation: LXQt/QPS
Translate-URL: https:...
Currently translated at 10.6% (35 of 330 strings)
Translation: LXQt/QPS
Translate-URL: https://...
Fixed I/O graph
e42da4a3bba6c2bc0e1cef14b75facbd8ce720dd authored about 5 years ago by tsujan <[email protected]>It was wrong after after https://github.com/lxqt/qps/pull/201, although the patch was good.
c4c3091ac69056e0c97b24734d5e3873af424fcb authored about 5 years ago by Tsu Jan <[email protected]>Use radio buttons in Field menu
92e0d2cb6f38f8b4fbc8c73163ae948fc3b8dc05 authored over 5 years ago by tsujan <[email protected]>4a7c74feb22fcc70e785951b44cea482510bcc89 authored over 5 years ago by micrococo <[email protected]>
Fixed SWAP sorting
b1b35f5eb640cba6e63728e8bbeaca5dae4c4b65 authored over 5 years ago by tsujan <[email protected]>Add code for LINUX
003d2e0b01d5ae8ba4abd943682abb02c59f8851 authored over 5 years ago by Masamichi Ito <[email protected]>Fixed IO_R column and IO_W column
ce8ffdd1ba150cddfc019999e92323cee2ea23fe authored over 5 years ago by tsujan <[email protected]>"read_bytes:" and "write_bytes:" in `/proc/<pid>/io` is Byte.
8c9485f7b198ea4ff1307592be795dea88b9de19 authored over 5 years ago by Masamichi Ito <[email protected]>f1d02d4bd79d19d7c5d93f3c29ee6fff31f036b2 authored over 5 years ago by Alf Gaida <[email protected]>
c1339093283d209166643b8cd587db9f39949c65 authored over 5 years ago by Alf Gaida <[email protected]>
5146441bf14a1f987ff05f8f88fc3755aa4417f5 authored over 5 years ago by Tsu Jan <[email protected]>
6a32168ea88fe89077f06b068d5d86252b762842 authored over 5 years ago by Tsu Jan <[email protected]>
* Updated changelog
* Bumped version in CMakeLists.txt
wip: properly save font info
0c79a8e8654bd7147951cd565486e5e8a8b5cf63 authored over 5 years ago by tsujan <[email protected]>Signed-off-by: plonibarploni <[email protected]>
53cd42d0df34b655011b3d7298d2e49c656717a3 authored over 5 years ago by plonibarploni <[email protected]>Sort the first columns of the "Environment" and "All Fields" tabs alphabetically for them to be ...
274dba50681e3ef616e844d104793fbb516d8fb2 authored over 5 years ago by Tsu Jan <[email protected]>Signed-off-by: plonibarploni <[email protected]>
c6846fe18ff985b560af91fd384062fb98233837 authored over 5 years ago by plonibarploni <[email protected]>Under Linux, per-process swap usage is shown by `/proc/<PID>/status` → `VmSwap` — `VIRT – RES` w...
09668d178f814534e4ace82e69fd4d8c07124a16 authored over 5 years ago by Tsu Jan <[email protected]>The serious leak was in `Procinfo::read_maps()`.
Also, details dialogs were never deleted befor...
15f933cc0a44c8c58a46cb8ab3c00273e760a36b authored over 5 years ago by Tsu Jan <[email protected]>In right click menu as well as in "Select Custom Fields" dialog.
Closes https://github.com/lxqt...
46e5597ed97d22e910805010b932e3d542cfa5fa authored over 5 years ago by Tsu Jan <[email protected]>Also, "solved" the RTL problem by enforcing an LTR layout on the table and its header. This make...
acb0615cfcfa789afd2065b6d6bbcd5988366f48 authored over 5 years ago by Tsu Jan <[email protected]>