Commit Graph

16 Commits

Author SHA1 Message Date
Lynne Megido 5298a97c18
code cleanup, replace WebClient w/ HttpClient 2021-10-24 03:07:24 +10:00
Lynne Megido c77c2b34f3
final batch of cleanups 2021-06-15 12:19:12 +10:00
Lynne Megido 21e1f2e3c0
handle 404'd pages, more cleanup
i also added some comments =u=
2021-06-15 11:57:36 +10:00
Lynne Megido 34657b9b78
formatting that makes it look slightly less icky 2021-06-15 10:34:11 +10:00
Lynne Megido b26326baf5
code cleanup: name conventions, redundant code...
- use var instead of specific type names where applicable
- get user's home directory from Environment.SpecialFolder.UserProfile instead of reading the HOME environment variable, which isn't always set
- use object initialisers where possible
- remove redundant identifiers (e.g. "Gtk.Application.Invoke" becomes "Application.Invoke"), of which there were MANY
- remove unused local variables
- replace "variable as Class" with "(Class) variable"
- many other miscellaneous improvements

thanks rider 0u0
2021-06-15 10:20:46 +10:00
Lynne Megido 2da88f92f6
finally implemented sortinggit diff 2020-09-06 14:39:30 +10:00
Lynne Megido 02e81b12b0
don't save the URLs to userdata.json 2020-09-06 13:12:46 +10:00
Lynne Megido d9a4349a0a
don't serialise some unecessary stuff 2020-09-06 13:10:00 +10:00
Lynne Megido 4dd48e75b1
make endDate a property so it gets exported too 2020-09-06 12:56:10 +10:00
Lynne Megido 987a28c747
implemented automatic updating 2020-09-06 04:36:17 +10:00
Lynne Megido 605c34a9f5
i implemented the filter and i never want to think about Gtk.TreeIter again 2020-09-05 16:51:28 +10:00
Lynne Megido 4c212c4c21
implemented csv export, fixed broken msgboxes 2020-09-05 15:02:37 +10:00
Lynne Megido ce92a99723
handle updates with a queue, display favourite status, removed status bar 2020-09-05 13:45:18 +10:00
= 83bdd72bfe fixed some windows specific stuff 2020-09-04 22:53:57 +10:00
Lynne Megido 5aff6cacb4
initial work on notes, disabled all non-working buttons 2020-09-04 21:59:54 +10:00
Lynne Megido 392cb52c71
renamed Listing.cs to YahooAuctionsItem.cs because that's what the class is called 2020-09-04 21:14:59 +10:00