Commit graph

983 commits

Author SHA1 Message Date
aristocratos efed7f2d4c
Merge pull request #46 from kz6fittycent/main
Build/Stage packages removed and swapped - installed size now 1MB
2021-09-27 07:15:57 +02:00
aristocratos aa7a042426
Merge branch 'main' into main 2021-09-27 07:15:07 +02:00
kz6fittycent 12ba324c65
Swapping stage and build
New attempt at building w/o staging packages.
2021-09-26 21:14:28 -05:00
kz6fittycent 5c4a98a067
Build works
Removing build packages, build is successful and snap works, as is.
2021-09-26 21:01:31 -05:00
kz6fittycent 14f00216f0
Attempt w/o build-packages
Removing build packages as an experiment to shrink size.
2021-09-26 20:17:57 -05:00
aristocratos 3ebd475648 Merge branch 'main' of github.com:aristocratos/btop 2021-09-26 23:35:21 +02:00
aristocratos ced6dd62be Changed to static build 2021-09-26 23:34:39 +02:00
kz6fittycent 44a50fc09e
Update snapcraft.yaml 2021-09-26 16:01:50 -05:00
aristocratos e35ea1cb0c
Merge pull request #43 from kz6fittycent/main
Latest settings in snap
2021-09-26 22:38:31 +02:00
kz6fittycent 589c19db21
Updated readme 2021-09-26 15:25:25 -05:00
aristocratos 4b1af4f368 Fixed instructions for snap connections 2021-09-26 22:05:49 +02:00
kz6fittycent 1d4d2f8d2c
Update snapcraft.yaml 2021-09-26 15:04:21 -05:00
kz6fittycent 7594d49ca6
Update snapcraft.yaml 2021-09-26 15:01:44 -05:00
aristocratos d7b5aa935c Added repology status 2021-09-26 21:12:46 +02:00
aristocratos 9f870953c3
Merge pull request #42 from kz6fittycent/main
Snap is published and running
2021-09-26 21:07:59 +02:00
kz6fittycent 3349fe8da2
Update README.md 2021-09-26 13:42:35 -05:00
kz6fittycent 91566597af
Update snapcraft.yaml 2021-09-26 12:54:58 -05:00
kz6fittycent 5d486f36d1
Update .gitignore 2021-09-26 12:51:36 -05:00
kz6fittycent ca57a99220
Update README.md 2021-09-26 12:46:27 -05:00
aristocratos 2ed28fcb44 Changed: use_fstab for disks collection now defaults to true 2021-09-26 19:35:09 +02:00
aristocratos 68d88e6e4d v1.0.9 Bug fixes 2021-09-26 13:46:51 +02:00
aristocratos f8cc4c4378 Fixed: Freeze on cin.ignore() 2021-09-26 10:14:38 +02:00
aristocratos 528df4d84f Added: ifstream check and try-catch for stod() in Tools::system_uptime() 2021-09-26 01:03:57 +02:00
aristocratos 5ae05f0333 v1.0.8 Bug fixes 2021-09-26 00:23:46 +02:00
aristocratos 771a200107 Changed: Only log tty name if known 2021-09-26 00:17:39 +02:00
aristocratos 4197f0bb23 Added entry for gdb backtrace in bug report 2021-09-26 00:06:00 +02:00
aristocratos 741778bedd Fixed: Missing NULL check for ttyname 2021-09-25 23:45:59 +02:00
aristocratos cb8345390f Added example for ADDFLAGS when compiling 2021-09-25 11:57:20 +02:00
aristocratos 3b4a7c12fc Changed: Only look for g++-11 if CXX=g++ 2021-09-25 11:48:33 +02:00
aristocratos 94feb4e16e More fixes for UTF-8 detection 2021-09-25 11:35:50 +02:00
aristocratos 5273a62856 Fixed: Additional NULL checks in UTF-8 detection 2021-09-25 00:10:18 +02:00
kz6fittycent 3114c6cd80
Update snapcraft.yaml 2021-09-24 16:58:26 -05:00
aristocratos ee8109ec38 v1.0.7 Bug fixes 2021-09-24 22:35:13 +02:00
aristocratos 2aca963f30 Fixed: Scrollbar position incorrect in small lists and selection not working when filtering 2021-09-24 22:24:15 +02:00
aristocratos a35a2c6884 Fixed: Cores not constrained to cpu box and core numbers above 100 cut off 2021-09-24 22:07:01 +02:00
aristocratos 37de9464e1 Fixed: Crash when opening menu at too small size 2021-09-24 20:58:58 +02:00
kz6fittycent 62e016f7db
Update snapcraft.yaml 2021-09-23 15:21:46 -05:00
kz6fittycent abdc2f4878
Update snapcraft.yaml 2021-09-23 15:10:03 -05:00
kz6fittycent 93c8d1ba6d
Update snapcraft.yaml 2021-09-23 15:03:53 -05:00
kz6fittycent 18f7e13ba8
Update snapcraft.yaml 2021-09-23 14:59:18 -05:00
kz6fittycent f4afb040a3
trying override build
Build is successful but fails to run:
```
terminate called after throwing an instance of 'std::logic_error'
  what():  basic_string::_M_construct null not valid
Aborted (core dumped)
```
2021-09-23 14:52:58 -05:00
aristocratos 78c417bc9f v1.0.6 Bug fixes 2021-09-23 21:00:56 +02:00
aristocratos 5e6d1babdc Fixed: Processes not completely hidden when collapsed in tree mode 2021-09-23 12:44:46 +02:00
aristocratos afc2288405
Merge pull request #23 from CoryM/main
Ignore hidden directories like .vscode
2021-09-23 07:43:12 +02:00
Cory Marshall fcd27ab709 Ignore hidden directories like .vscode 2021-09-22 22:16:11 -04:00
aristocratos 1f5aebead0 Fixed: Check that getenv("LANG") is not NULL in UTF-8 check 2021-09-22 19:32:00 +02:00
aristocratos bc0c109e5e Changed wrong filename error.log > btop.log 2021-09-22 17:38:06 +02:00
aristocratos 2f27d9fa17 v1.0.5 Bug fixes 2021-09-22 17:31:17 +02:00
aristocratos eedab3062e Fixed: UTF-8 check crashing if LANG was set to non existant locale 2021-09-22 17:27:25 +02:00
aristocratos b818d0102d Fixed: Sizing constraints bug on start and boxes can be toggled from size error screen 2021-09-22 12:55:39 +02:00