Robin Gareus
74c4ca3e52
Reduce reliance on boost - the hard part
...
the rest from `tools/convert_boost.sh`.
* replace boost::function, boost::bind with std::function and std::bind.
This required some manual fixes, notably std::placeholders,
some static_casts<>, and boost::function::clear -> = {}.
2024-10-19 03:47:21 +02:00
Robin Gareus
56176bb627
Update GUI, use new Archive progress API
2023-05-19 03:08:31 +02:00
Robin Gareus
b5d3ef68bf
Prepare for FileArchive progress API update
2023-05-19 00:31:51 +02:00
Paul Davis
f858132a25
more appropriate sizeing and scrolling for library downloader
...
Without this it just grows to be tall enough to show all downloaded descriptions
2022-10-05 10:46:50 -06:00
Paul Davis
980404d73c
refill library download dialog on show
2022-10-04 11:18:55 -06:00
Paul Davis
d39f064756
library dialog: catch exception and behave appropriately
2022-09-26 01:10:20 -06:00
Paul Davis
3b274bd433
rename loop download dialog (breaks string freeze)
2022-09-26 01:10:20 -06:00
Paul Davis
5e26c9c277
library manager: display description in textview not tooltip
2022-09-13 21:22:57 -06:00
Paul Davis
17b5acc38d
remove checkmark column from library download dialog
2022-09-13 14:20:11 -06:00
Paul Davis
aeccb137fd
threaded archive inflation for library mgmt
2022-09-13 13:53:45 -06:00
Paul Davis
c7f5c89681
library downloading: various fixes to GUI
2022-09-10 15:19:16 -06:00
Paul Davis
bb4b07cca6
initial functioning version for library mgmt
2022-09-08 18:19:20 -06:00
Paul Davis
07e2518166
steps towards downloading loop libraries
2022-09-08 07:47:14 -06:00
Paul Davis
ff2f8f4066
add copyright notices to new files
2022-09-07 17:14:32 -06:00
Paul Davis
5461bfb218
add a new global window for reviewing and (soon) downloading loop libraries
2022-09-07 17:03:08 -06:00