Commit graph

399 commits

Author SHA1 Message Date
koraynilay daaa45a6e2 unsuccessfull try with array for dlm progress bar update_gui() 2021-02-08 19:23:52 +01:00
koraynilay 65e95ce066 2021-02-05_21-30-09 2021-02-05 21:30:09 +01:00
koraynilay 671a8b3c1f 2021-02-05_18-24-17 2021-02-05 18:24:17 +01:00
koraynilay 5986a2a792 2021-02-05_17-25-43 2021-02-05 17:25:43 +01:00
koraynilay 71f24ba4e1 2021-02-05_11-37-10 2021-02-05 11:37:10 +01:00
koraynilay 7558a8f60c 2021-02-05_11-25-26 2021-02-05 11:25:26 +01:00
koraynilay 20e584bb10 2021-02-05_11-25-17 2021-02-05 11:25:17 +01:00
koraynilay f299346e16 added stuff to TODO 2021-02-05 01:15:57 +01:00
koraynilay fc429502a3 added #debug to some print()s and cleanup of debug print()s 2021-02-05 00:42:17 +01:00
koraynilay 67b347ab14 almost finished install. TODO: fix main_window.progress_bar update 2021-02-05 00:39:22 +01:00
koraynilay 5ecd04abb0 2021-02-05_00-02-05 2021-02-05 00:02:05 +01:00
koraynilay 736983992c 2021-02-04_16-22-20 2021-02-04 16:22:20 +01:00
koraynilay d328e6f4c5 added log_dlm_manager - still to finish 2021-02-04 15:47:07 +01:00
koraynilay 2ca0537c10 2021-02-04_15-21-01 2021-02-04 15:21:01 +01:00
koraynilay c04fc01db1 added args_obj class - 2021-02-04_15-02-42 2021-02-04 15:02:42 +01:00
koraynilay 243ea1f429 little cleanup of install_gtk() 2021-02-04 12:28:27 +01:00
koraynilay 81fb22b8b8 fixed checkboxes values 2021-02-04 12:25:23 +01:00
koraynilay 7b3f91efdc 2021-02-04_10-59-31 2021-02-04 10:59:31 +01:00
koraynilay d954169a7b added print options after pressing ok 2021-02-04 09:13:19 +01:00
koraynilay ba179d1635 added tooltips to install options 2021-02-04 09:07:03 +01:00
koraynilay 6f0234f5f6 change *_file_chooser_(folder|file) to *_file_chooser_f 2021-02-03 21:15:27 +01:00
koraynilay f613a4b946 added folders and file choosers. TODO: tooltips, actual install 2021-02-03 21:11:23 +01:00
koraynilay 4a528b115e 2021-02-03_18-54-13 2021-02-03 18:54:13 +01:00
koraynilay 3377d13526 added install dialog (but install is still TODO) 2021-02-03 18:41:04 +01:00
koraynilay 5bea328678 fixed deprecated warnings for ask_sid()'s Gtk.MessageDialog 2021-02-03 15:51:19 +01:00
koraynilay c86f5ae0cd now login/logout and ui update works 2021-02-03 15:47:28 +01:00
koraynilay d106a2d213 2021-02-03_13-44-09 2021-02-03 13:44:09 +01:00
koraynilay a0ad4799bb added config option for update version; moved simple.py to gui.py 2021-02-03 13:28:00 +01:00
koraynilay e9d7863a99 added "Update Avaiable" columns and remove "Version" 2021-02-03 13:22:12 +01:00
koraynilay f0ac9537a9 added installed size 2021-02-03 13:10:56 +01:00
koraynilay 3f5d70a686 added dlcs to games list 2021-02-03 12:46:03 +01:00
koraynilay 1d87e3b362 games list is now a Gtk.ListStore (and Gtk.TreeView) 2021-02-03 12:43:11 +01:00
koraynilay d777c97dc0 tried Gtk.Button for game list 2021-02-03 12:09:31 +01:00
koraynilay 7f0f94652d 2021-02-03_12-04-28 2021-02-03 12:04:28 +01:00
koraynilay 16381379d7 changed Gtk.Grid() to Gtk.VBox() for ui 2021-02-03 11:55:35 +01:00
koraynilay f71dde4715 added list of games (kinda) 2021-02-02 11:03:47 +01:00
koraynilay aaae570e46 added proper login (kinda) 2021-02-01 22:31:38 +01:00
koraynilay 53cfd47f29 added logging gui and now using LegendaryCore instead of LegendaryCLI 2021-02-01 21:38:00 +01:00
koraynilay 2069e15edf Merge remote-tracking branch 'upstream/master' 2021-02-01 19:24:28 +01:00
derrod 313323e43a .github: Add link to Wiki to issue config 2021-01-31 21:26:07 +01:00
derrod 081bac7ef2 .github: Fix bug report and add feature request template 2021-01-30 09:34:28 +01:00
derrod 66fae77ff9 .github: Add issue template 2021-01-30 09:30:09 +01:00
koraynilay 07da4aadea Added Handler although it doesn't work 2021-01-29 23:01:05 +01:00
koraynilay c61e57dfc5 progress with gui 2021-01-29 22:45:35 +01:00
koraynilay 5055fdff80 progress with gui 2021-01-29 22:22:08 +01:00
koraynilay 35de82485a 2021-01-29_20-39-27 2021-01-29 20:39:27 +01:00
derrod f040f4bd40 [api] EGS: Add method to fetch library items
This is required for us to also get items that don't have assets
(e.g. some DLCs/Origin-managed games)
2021-01-20 14:43:32 +01:00
derrod edad963200 [models/utils] Track file offset for chunk parts
Preparation for smarter patching with downloader rewrite.
2021-01-10 14:25:35 +01:00
derrod a2280edea8 [cli/core] Add option to override launch executable 2021-01-10 14:24:06 +01:00
derrod ee3b3fb9fe Fix various typos and some style complaints
Closes #175
2021-01-02 06:53:21 +01:00