Commit graph

22 commits

Author SHA1 Message Date
RemixDev a25298580e
Changed context menu from ViewSource to Back and Forward 2020-11-17 08:48:19 +01:00
RemixDev 0e438512af
[webui] Added wiki pages inside the app 2020-11-07 15:12:18 +01:00
RemixDev 11427a3954 Added signal handler to deemix-pyweb.py
Made the --server flag work again
Closing the qt app with CTRL+C from the console won't save the queue
2020-10-14 12:20:28 +02:00
RemixDev 91329c1020 Moved Browser Cache and Storage inside config folder
Now it's easier to locate the folder on all OSs, you'll need to re-login

If your cache is corrupted now you can manually clear it in the 
QtWebEngine folder in the config folder
2020-10-13 20:39:35 +02:00
RemixDev bc3d692417 Made app work with deemix lib 1.5.0 2020-09-27 23:45:01 +02:00
RemixDev 4f1d17f7c7 Moved version and deezer check from server to app 2020-09-27 19:49:54 +02:00
kermit 18db21b61d Fixed: setting arl and download folder via the GUI
Waiting for a semaphore / subprocess is blocking.  Fix the semaphores
by using tpool (which just runs it in a separate thread in a
non-blocking way).  Swap to a greened subprocess module for opening
download folder.
2020-09-25 18:04:35 +01:00
RemixDev 44d650072a Moved arl clear on window open instead of window close 2020-09-23 18:52:15 +02:00
RemixDev d13e3ad27d Reverted addition of splash screen, as it's not working well on all OSs 2020-09-20 23:15:04 +02:00
RemixDev 299582e48a Added splash screen 2020-09-20 22:35:50 +02:00
RemixDev e927912965 Fixed #29 (openDownloadFolder not working) 2020-09-20 22:19:05 +02:00
RemixDev 30026e21d8 Remember if the app was maximized when closed
This adds #35
2020-09-20 18:11:19 +02:00
RemixDev c591bd58f1 Added --dev parameter to open the Dev Tools tab 2020-08-25 15:29:46 +02:00
RemixDev efc1a7c3e6 Added back dummy menu item View Source
It doesn't do anything, but it will show at least an item in the context 
menu

Related to https://codeberg.org/RemixDev/deemix-webui/issues/31
2020-08-24 12:32:48 +02:00
RemixDev 05e62f81e8 Added icon on taskbar for Windows 2020-08-22 15:19:33 +02:00
RemixDev 08903f6195 Removed web specific actions from context menu 2020-08-22 12:57:29 +02:00
RemixDev c35dfa2223 Fixed WebEnginePage still not deleted error 2020-08-22 11:47:12 +02:00
RemixDev 959817d20d Open href links in browser 2020-08-22 11:46:27 +02:00
RemixDev bd537a4580 Added icon to MainWindow 2020-08-22 11:45:16 +02:00
RemixDev 9a450c5672 Added in app login
Still need to fix the error "Release of profile requested but 
WebEnginePage still not deleted. Expect troubles !"
2020-08-22 00:26:32 +02:00
RemixDev 4a3882629b Fixed thread issues and started working on in app login 2020-08-21 22:33:30 +02:00
RemixDev a856716b12 Started moving the UI from pywebview to QT 2020-08-21 20:27:23 +02:00