├── .gitattributes ├── .gitignore ├── README.MD ├── p.png ├── private ├── addpeers.html ├── addtrackers.html ├── confirmdeletion.html ├── confirmfeeddeletion.html ├── confirmruleclear.html ├── confirmruledeletion.html ├── css │ ├── Core.css │ ├── Layout.css │ ├── Tabs.css │ ├── Window.css │ ├── dynamicTable.css │ ├── noscript.css │ ├── style.css │ └── woq.css ├── download.html ├── downloadlimit.html ├── edittracker.html ├── icons │ ├── README.md │ ├── application-exit.svg │ ├── application-rss+xml.svg │ ├── application-x-mswinurl.svg │ ├── checked.svg │ ├── checking.svg │ ├── collapse.png │ ├── collapse.svg │ ├── completed.png │ ├── completed.svg │ ├── configure.svg │ ├── connected.png │ ├── connected.svg │ ├── dialog-cancel.svg │ ├── dialog-information.svg │ ├── dialog-warning.svg │ ├── disconnected.png │ ├── disconnected.svg │ ├── document-edit-verify.svg │ ├── document-edit.svg │ ├── document-encrypt.svg │ ├── document-import.svg │ ├── document-new.svg │ ├── document-properties.svg │ ├── document-save.svg │ ├── download.svg │ ├── downloading.png │ ├── downloading.svg │ ├── downloading_small.svg │ ├── edit-clear-history.svg │ ├── edit-clear.svg │ ├── edit-copy.svg │ ├── edit-cut.svg │ ├── edit-delete.svg │ ├── edit-find-user.svg │ ├── edit-find.svg │ ├── edit-paste.svg │ ├── edit-rename.svg │ ├── error.png │ ├── error.svg │ ├── expand.svg │ ├── fileicon.svg │ ├── filteractive.png │ ├── filteractive.svg │ ├── filterall.png │ ├── filterall.svg │ ├── filterinactive.png │ ├── filterinactive.svg │ ├── filterstalled.png │ ├── filterstalled.svg │ ├── firewalled.svg │ ├── flags │ │ ├── ad.svg │ │ ├── ae.svg │ │ ├── af.svg │ │ ├── ag.svg │ │ ├── ai.svg │ │ ├── al.svg │ │ ├── am.svg │ │ ├── ao.svg │ │ ├── aq.svg │ │ ├── ar.svg │ │ ├── as.svg │ │ ├── at.svg │ │ ├── au.svg │ │ ├── aw.svg │ │ ├── ax.svg │ │ ├── az.svg │ │ ├── ba.svg │ │ ├── bb.svg │ │ ├── bd.svg │ │ ├── be.svg │ │ ├── bf.svg │ │ ├── bg.svg │ │ ├── bh.svg │ │ ├── bi.svg │ │ ├── bj.svg │ │ ├── bl.svg │ │ ├── bm.svg │ │ ├── bn.svg │ │ ├── bo.svg │ │ ├── bq.svg │ │ ├── br.svg │ │ ├── bs.svg │ │ ├── bt.svg │ │ ├── bv.svg │ │ ├── bw.svg │ │ ├── by.svg │ │ ├── bz.svg │ │ ├── ca.svg │ │ ├── cc.svg │ │ ├── cd.svg │ │ ├── cf.svg │ │ ├── cg.svg │ │ ├── ch.svg │ │ ├── ci.svg │ │ ├── ck.svg │ │ ├── cl.svg │ │ ├── cm.svg │ │ ├── cn.svg │ │ ├── co.svg │ │ ├── cr.svg │ │ ├── cu.svg │ │ ├── cv.svg │ │ ├── cw.svg │ │ ├── cx.svg │ │ ├── cy.svg │ │ ├── cz.svg │ │ ├── de.svg │ │ ├── dj.svg │ │ ├── dk.svg │ │ ├── dm.svg │ │ ├── do.svg │ │ ├── dz.svg │ │ ├── ec.svg │ │ ├── ee.svg │ │ ├── eg.svg │ │ ├── eh.svg │ │ ├── er.svg │ │ ├── es.svg │ │ ├── et.svg │ │ ├── eu.svg │ │ ├── fi.svg │ │ ├── fj.svg │ │ ├── fk.svg │ │ ├── fm.svg │ │ ├── fo.svg │ │ ├── fr.svg │ │ ├── ga.svg │ │ ├── gb.svg │ │ ├── gd.svg │ │ ├── ge.svg │ │ ├── gf.svg │ │ ├── gg.svg │ │ ├── gh.svg │ │ ├── gi.svg │ │ ├── gl.svg │ │ ├── gm.svg │ │ ├── gn.svg │ │ ├── gp.svg │ │ ├── gq.svg │ │ ├── gr.svg │ │ ├── gs.svg │ │ ├── gt.svg │ │ ├── gu.svg │ │ ├── gw.svg │ │ ├── gy.svg │ │ ├── hk.svg │ │ ├── hm.svg │ │ ├── hn.svg │ │ ├── hr.svg │ │ ├── ht.svg │ │ ├── hu.svg │ │ ├── icons-set-readme.txt │ │ ├── id.svg │ │ ├── ie.svg │ │ ├── il.svg │ │ ├── im.svg │ │ ├── in.svg │ │ ├── io.svg │ │ ├── iq.svg │ │ ├── ir.svg │ │ ├── is.svg │ │ ├── it.svg │ │ ├── je.svg │ │ ├── jm.svg │ │ ├── jo.svg │ │ ├── jp.svg │ │ ├── ke.svg │ │ ├── kg.svg │ │ ├── kh.svg │ │ ├── ki.svg │ │ ├── km.svg │ │ ├── kn.svg │ │ ├── kp.svg │ │ ├── kr.svg │ │ ├── kw.svg │ │ ├── ky.svg │ │ ├── kz.svg │ │ ├── la.svg │ │ ├── lb.svg │ │ ├── lc.svg │ │ ├── li.svg │ │ ├── lk.svg │ │ ├── lr.svg │ │ ├── ls.svg │ │ ├── lt.svg │ │ ├── lu.svg │ │ ├── lv.svg │ │ ├── ly.svg │ │ ├── ma.svg │ │ ├── mc.svg │ │ ├── md.svg │ │ ├── me.svg │ │ ├── mf.svg │ │ ├── mg.svg │ │ ├── mh.svg │ │ ├── mk.svg │ │ ├── ml.svg │ │ ├── mm.svg │ │ ├── mn.svg │ │ ├── mo.svg │ │ ├── mp.svg │ │ ├── mq.svg │ │ ├── mr.svg │ │ ├── ms.svg │ │ ├── mt.svg │ │ ├── mu.svg │ │ ├── mv.svg │ │ ├── mw.svg │ │ ├── mx.svg │ │ ├── my.svg │ │ ├── mz.svg │ │ ├── na.svg │ │ ├── nc.svg │ │ ├── ne.svg │ │ ├── nf.svg │ │ ├── ng.svg │ │ ├── ni.svg │ │ ├── nl.svg │ │ ├── no.svg │ │ ├── np.svg │ │ ├── nr.svg │ │ ├── nu.svg │ │ ├── nz.svg │ │ ├── om.svg │ │ ├── pa.svg │ │ ├── pe.svg │ │ ├── pf.svg │ │ ├── pg.svg │ │ ├── ph.svg │ │ ├── pk.svg │ │ ├── pl.svg │ │ ├── pm.svg │ │ ├── pn.svg │ │ ├── pr.svg │ │ ├── ps.svg │ │ ├── pt.svg │ │ ├── pw.svg │ │ ├── py.svg │ │ ├── qa.svg │ │ ├── re.svg │ │ ├── ro.svg │ │ ├── rs.svg │ │ ├── ru.svg │ │ ├── rw.svg │ │ ├── sa.svg │ │ ├── sb.svg │ │ ├── sc.svg │ │ ├── sd.svg │ │ ├── se.svg │ │ ├── sg.svg │ │ ├── sh.svg │ │ ├── si.svg │ │ ├── sj.svg │ │ ├── sk.svg │ │ ├── sl.svg │ │ ├── sm.svg │ │ ├── sn.svg │ │ ├── so.svg │ │ ├── sr.svg │ │ ├── ss.svg │ │ ├── st.svg │ │ ├── sv.svg │ │ ├── sx.svg │ │ ├── sy.svg │ │ ├── sz.svg │ │ ├── tc.svg │ │ ├── td.svg │ │ ├── tf.svg │ │ ├── tg.svg │ │ ├── th.svg │ │ ├── tj.svg │ │ ├── tk.svg │ │ ├── tl.svg │ │ ├── tm.svg │ │ ├── tn.svg │ │ ├── to.svg │ │ ├── tr.svg │ │ ├── tt.svg │ │ ├── tv.svg │ │ ├── tw.svg │ │ ├── tz.svg │ │ ├── ua.svg │ │ ├── ug.svg │ │ ├── um.svg │ │ ├── un.svg │ │ ├── us.svg │ │ ├── uy.svg │ │ ├── uz.svg │ │ ├── va.svg │ │ ├── vc.svg │ │ ├── ve.svg │ │ ├── vg.svg │ │ ├── vi.svg │ │ ├── vn.svg │ │ ├── vu.svg │ │ ├── wf.svg │ │ ├── ws.svg │ │ ├── xk.svg │ │ ├── ye.svg │ │ ├── yt.svg │ │ ├── za.svg │ │ ├── zm.svg │ │ └── zw.svg │ ├── folder-documents.svg │ ├── folder-download.svg │ ├── folder-new.svg │ ├── folder-remote.svg │ ├── gear.svg │ ├── gear32.svg │ ├── go-bottom.svg │ ├── go-down.png │ ├── go-down.svg │ ├── go-top.svg │ ├── go-up.png │ ├── go-up.svg │ ├── help-about.svg │ ├── help-contents.svg │ ├── icons.qrc │ ├── icons │ │ ├── README.md │ │ ├── application-exit.svg │ │ ├── application-rss+xml.svg │ │ ├── application-x-mswinurl.svg │ │ ├── checked.svg │ │ ├── checking.svg │ │ ├── collapse.png │ │ ├── collapse.svg │ │ ├── completed.png │ │ ├── completed.svg │ │ ├── configure.svg │ │ ├── connected.png │ │ ├── connected.svg │ │ ├── dialog-cancel.svg │ │ ├── dialog-information.svg │ │ ├── dialog-warning.svg │ │ ├── disconnected.png │ │ ├── disconnected.svg │ │ ├── document-edit-verify.svg │ │ ├── document-edit.svg │ │ ├── document-encrypt.svg │ │ ├── document-import.svg │ │ ├── document-new.svg │ │ ├── document-properties.svg │ │ ├── document-save.svg │ │ ├── download.svg │ │ ├── downloading.png │ │ ├── downloading.svg │ │ ├── downloading_small.svg │ │ ├── edit-clear-history.svg │ │ ├── edit-clear.svg │ │ ├── edit-copy.svg │ │ ├── edit-cut.svg │ │ ├── edit-delete.svg │ │ ├── edit-find-user.svg │ │ ├── edit-find.svg │ │ ├── edit-paste.svg │ │ ├── edit-rename.svg │ │ ├── error.svg │ │ ├── expand.svg │ │ ├── fileicon.svg │ │ ├── filteractive.png │ │ ├── filteractive.svg │ │ ├── filterall.png │ │ ├── filterall.svg │ │ ├── filterinactive.png │ │ ├── filterinactive.svg │ │ ├── filterstalled.png │ │ ├── filterstalled.svg │ │ ├── firewalled.svg │ │ ├── flags │ │ │ ├── ad.svg │ │ │ ├── ae.svg │ │ │ ├── af.svg │ │ │ ├── ag.svg │ │ │ ├── ai.svg │ │ │ ├── al.svg │ │ │ ├── am.svg │ │ │ ├── ao.svg │ │ │ ├── aq.svg │ │ │ ├── ar.svg │ │ │ ├── as.svg │ │ │ ├── at.svg │ │ │ ├── au.svg │ │ │ ├── aw.svg │ │ │ ├── ax.svg │ │ │ ├── az.svg │ │ │ ├── ba.svg │ │ │ ├── bb.svg │ │ │ ├── bd.svg │ │ │ ├── be.svg │ │ │ ├── bf.svg │ │ │ ├── bg.svg │ │ │ ├── bh.svg │ │ │ ├── bi.svg │ │ │ ├── bj.svg │ │ │ ├── bl.svg │ │ │ ├── bm.svg │ │ │ ├── bn.svg │ │ │ ├── bo.svg │ │ │ ├── bq.svg │ │ │ ├── br.svg │ │ │ ├── bs.svg │ │ │ ├── bt.svg │ │ │ ├── bv.svg │ │ │ ├── bw.svg │ │ │ ├── by.svg │ │ │ ├── bz.svg │ │ │ ├── ca.svg │ │ │ ├── cc.svg │ │ │ ├── cd.svg │ │ │ ├── cf.svg │ │ │ ├── cg.svg │ │ │ ├── ch.svg │ │ │ ├── ci.svg │ │ │ ├── ck.svg │ │ │ ├── cl.svg │ │ │ ├── cm.svg │ │ │ ├── cn.svg │ │ │ ├── co.svg │ │ │ ├── cr.svg │ │ │ ├── cu.svg │ │ │ ├── cv.svg │ │ │ ├── cw.svg │ │ │ ├── cx.svg │ │ │ ├── cy.svg │ │ │ ├── cz.svg │ │ │ ├── de.svg │ │ │ ├── dj.svg │ │ │ ├── dk.svg │ │ │ ├── dm.svg │ │ │ ├── do.svg │ │ │ ├── dz.svg │ │ │ ├── ec.svg │ │ │ ├── ee.svg │ │ │ ├── eg.svg │ │ │ ├── eh.svg │ │ │ ├── er.svg │ │ │ ├── es.svg │ │ │ ├── et.svg │ │ │ ├── eu.svg │ │ │ ├── fi.svg │ │ │ ├── fj.svg │ │ │ ├── fk.svg │ │ │ ├── fm.svg │ │ │ ├── fo.svg │ │ │ ├── fr.svg │ │ │ ├── ga.svg │ │ │ ├── gb.svg │ │ │ ├── gd.svg │ │ │ ├── ge.svg │ │ │ ├── gf.svg │ │ │ ├── gg.svg │ │ │ ├── gh.svg │ │ │ ├── gi.svg │ │ │ ├── gl.svg │ │ │ ├── gm.svg │ │ │ ├── gn.svg │ │ │ ├── gp.svg │ │ │ ├── gq.svg │ │ │ ├── gr.svg │ │ │ ├── gs.svg │ │ │ ├── gt.svg │ │ │ ├── gu.svg │ │ │ ├── gw.svg │ │ │ ├── gy.svg │ │ │ ├── hk.svg │ │ │ ├── hm.svg │ │ │ ├── hn.svg │ │ │ ├── hr.svg │ │ │ ├── ht.svg │ │ │ ├── hu.svg │ │ │ ├── icons-set-readme.txt │ │ │ ├── id.svg │ │ │ ├── ie.svg │ │ │ ├── il.svg │ │ │ ├── im.svg │ │ │ ├── in.svg │ │ │ ├── io.svg │ │ │ ├── iq.svg │ │ │ ├── ir.svg │ │ │ ├── is.svg │ │ │ ├── it.svg │ │ │ ├── je.svg │ │ │ ├── jm.svg │ │ │ ├── jo.svg │ │ │ ├── jp.svg │ │ │ ├── ke.svg │ │ │ ├── kg.svg │ │ │ ├── kh.svg │ │ │ ├── ki.svg │ │ │ ├── km.svg │ │ │ ├── kn.svg │ │ │ ├── kp.svg │ │ │ ├── kr.svg │ │ │ ├── kw.svg │ │ │ ├── ky.svg │ │ │ ├── kz.svg │ │ │ ├── la.svg │ │ │ ├── lb.svg │ │ │ ├── lc.svg │ │ │ ├── li.svg │ │ │ ├── lk.svg │ │ │ ├── lr.svg │ │ │ ├── ls.svg │ │ │ ├── lt.svg │ │ │ ├── lu.svg │ │ │ ├── lv.svg │ │ │ ├── ly.svg │ │ │ ├── ma.svg │ │ │ ├── mc.svg │ │ │ ├── md.svg │ │ │ ├── me.svg │ │ │ ├── mf.svg │ │ │ ├── mg.svg │ │ │ ├── mh.svg │ │ │ ├── mk.svg │ │ │ ├── ml.svg │ │ │ ├── mm.svg │ │ │ ├── mn.svg │ │ │ ├── mo.svg │ │ │ ├── mp.svg │ │ │ ├── mq.svg │ │ │ ├── mr.svg │ │ │ ├── ms.svg │ │ │ ├── mt.svg │ │ │ ├── mu.svg │ │ │ ├── mv.svg │ │ │ ├── mw.svg │ │ │ ├── mx.svg │ │ │ ├── my.svg │ │ │ ├── mz.svg │ │ │ ├── na.svg │ │ │ ├── nc.svg │ │ │ ├── ne.svg │ │ │ ├── nf.svg │ │ │ ├── ng.svg │ │ │ ├── ni.svg │ │ │ ├── nl.svg │ │ │ ├── no.svg │ │ │ ├── np.svg │ │ │ ├── nr.svg │ │ │ ├── nu.svg │ │ │ ├── nz.svg │ │ │ ├── om.svg │ │ │ ├── pa.svg │ │ │ ├── pe.svg │ │ │ ├── pf.svg │ │ │ ├── pg.svg │ │ │ ├── ph.svg │ │ │ ├── pk.svg │ │ │ ├── pl.svg │ │ │ ├── pm.svg │ │ │ ├── pn.svg │ │ │ ├── pr.svg │ │ │ ├── ps.svg │ │ │ ├── pt.svg │ │ │ ├── pw.svg │ │ │ ├── py.svg │ │ │ ├── qa.svg │ │ │ ├── re.svg │ │ │ ├── ro.svg │ │ │ ├── rs.svg │ │ │ ├── ru.svg │ │ │ ├── rw.svg │ │ │ ├── sa.svg │ │ │ ├── sb.svg │ │ │ ├── sc.svg │ │ │ ├── sd.svg │ │ │ ├── se.svg │ │ │ ├── sg.svg │ │ │ ├── sh.svg │ │ │ ├── si.svg │ │ │ ├── sj.svg │ │ │ ├── sk.svg │ │ │ ├── sl.svg │ │ │ ├── sm.svg │ │ │ ├── sn.svg │ │ │ ├── so.svg │ │ │ ├── sr.svg │ │ │ ├── ss.svg │ │ │ ├── st.svg │ │ │ ├── sv.svg │ │ │ ├── sx.svg │ │ │ ├── sy.svg │ │ │ ├── sz.svg │ │ │ ├── tc.svg │ │ │ ├── td.svg │ │ │ ├── tf.svg │ │ │ ├── tg.svg │ │ │ ├── th.svg │ │ │ ├── tj.svg │ │ │ ├── tk.svg │ │ │ ├── tl.svg │ │ │ ├── tm.svg │ │ │ ├── tn.svg │ │ │ ├── to.svg │ │ │ ├── tr.svg │ │ │ ├── tt.svg │ │ │ ├── tv.svg │ │ │ ├── tw.svg │ │ │ ├── tz.svg │ │ │ ├── ua.svg │ │ │ ├── ug.svg │ │ │ ├── um.svg │ │ │ ├── un.svg │ │ │ ├── us.svg │ │ │ ├── uy.svg │ │ │ ├── uz.svg │ │ │ ├── va.svg │ │ │ ├── vc.svg │ │ │ ├── ve.svg │ │ │ ├── vg.svg │ │ │ ├── vi.svg │ │ │ ├── vn.svg │ │ │ ├── vu.svg │ │ │ ├── wf.svg │ │ │ ├── ws.svg │ │ │ ├── xk.svg │ │ │ ├── ye.svg │ │ │ ├── yt.svg │ │ │ ├── za.svg │ │ │ ├── zm.svg │ │ │ └── zw.svg │ │ ├── folder-documents.svg │ │ ├── folder-download.svg │ │ ├── folder-new.svg │ │ ├── folder-remote.svg │ │ ├── gear.svg │ │ ├── gear32.svg │ │ ├── go-bottom.svg │ │ ├── go-down.png │ │ ├── go-down.svg │ │ ├── go-top.svg │ │ ├── go-up.png │ │ ├── go-up.svg │ │ ├── help-about.svg │ │ ├── help-contents.svg │ │ ├── icons.qrc │ │ ├── inode-directory.png │ │ ├── inode-directory.svg │ │ ├── inode-tag.png │ │ ├── insert-link.svg │ │ ├── kt-magnet.svg │ │ ├── kt-set-max-download-speed.svg │ │ ├── kt-set-max-upload-speed.svg │ │ ├── list-add.svg │ │ ├── list-remove.svg │ │ ├── loading.png │ │ ├── mail-folder-inbox.svg │ │ ├── mail-mark-read.svg │ │ ├── mascot.png │ │ ├── media-playback-pause.svg │ │ ├── media-playback-start.svg │ │ ├── media-seek-forward.svg │ │ ├── network-server.png │ │ ├── network-server.svg │ │ ├── network-wired.svg │ │ ├── object-locked.svg │ │ ├── office-chart-line.svg │ │ ├── paused.png │ │ ├── paused.svg │ │ ├── preferences-desktop.svg │ │ ├── preferences-other.svg │ │ ├── preferences-system-network.svg │ │ ├── preferences-web-browser-cookies.svg │ │ ├── qbittorrent-tray-dark.svg │ │ ├── qbittorrent-tray-light.svg │ │ ├── qbittorrent-tray-with-font.svg │ │ ├── qbittorrent-tray.svg │ │ ├── qbittorrent.ico │ │ ├── qbittorrent_file.ico │ │ ├── queued.svg │ │ ├── ratio.svg │ │ ├── resumed.svg │ │ ├── rss-config.svg │ │ ├── security-high.svg │ │ ├── security-low.svg │ │ ├── seeding.png │ │ ├── seeding.svg │ │ ├── services.svg │ │ ├── slow.png │ │ ├── slow.svg │ │ ├── slow_off.png │ │ ├── slow_off.svg │ │ ├── speedometer.svg │ │ ├── sphere.png │ │ ├── sphere2.png │ │ ├── splash.png │ │ ├── stalledDL.png │ │ ├── stalledDL.svg │ │ ├── stalledUP.png │ │ ├── stalledUP.svg │ │ ├── system-log-out.svg │ │ ├── tab-close.svg │ │ ├── task-attention.svg │ │ ├── task-complete.svg │ │ ├── task-ongoing.svg │ │ ├── task-reject.svg │ │ ├── text-plain.svg │ │ ├── tools-report-bug.svg │ │ ├── unavailable.svg │ │ ├── uploading.png │ │ ├── uploading.svg │ │ ├── user-group-delete.svg │ │ ├── user-group-new.svg │ │ ├── view-calendar-journal.svg │ │ ├── view-categories.svg │ │ ├── view-filter.svg │ │ ├── view-preview.svg │ │ ├── view-refresh.svg │ │ ├── view-statistics.svg │ │ ├── wallet-open.svg │ │ └── webui.svg │ ├── inode-directory.png │ ├── inode-directory.svg │ ├── inode-tag.png │ ├── insert-link.svg │ ├── kt-magnet.svg │ ├── kt-set-max-download-speed.svg │ ├── kt-set-max-upload-speed.svg │ ├── list-add.svg │ ├── list-remove.svg │ ├── loading.png │ ├── mail-folder-inbox.png │ ├── mail-folder-inbox.svg │ ├── mail-mark-read.svg │ ├── mascot.png │ ├── media-playback-pause.svg │ ├── media-playback-start.svg │ ├── media-seek-forward.svg │ ├── network-server.png │ ├── network-server.svg │ ├── network-wired.svg │ ├── object-locked.svg │ ├── office-chart-line.svg │ ├── paused.png │ ├── paused.svg │ ├── preferences-desktop.svg │ ├── preferences-other.svg │ ├── preferences-system-network.svg │ ├── preferences-web-browser-cookies.svg │ ├── qbittorrent-tray-dark.svg │ ├── qbittorrent-tray-light.svg │ ├── qbittorrent-tray-with-font.svg │ ├── qbittorrent-tray.svg │ ├── qbittorrent.ico │ ├── qbittorrent_file.ico │ ├── queued.svg │ ├── ratio.svg │ ├── resumed.svg │ ├── rss-config.svg │ ├── security-high.svg │ ├── security-low.svg │ ├── seeding.png │ ├── seeding.svg │ ├── services.svg │ ├── slow.png │ ├── slow.svg │ ├── slow_off.png │ ├── slow_off.svg │ ├── speedometer.svg │ ├── sphere.png │ ├── sphere2.png │ ├── splash.png │ ├── stalledDL.png │ ├── stalledDL.svg │ ├── stalledUP.png │ ├── stalledUP.svg │ ├── system-log-out.svg │ ├── tab-close.svg │ ├── task-attention.svg │ ├── task-complete.svg │ ├── task-ongoing.svg │ ├── task-reject.svg │ ├── text-plain.svg │ ├── tools-report-bug.svg │ ├── unavailable.svg │ ├── uploading.png │ ├── uploading.svg │ ├── user-group-delete.svg │ ├── user-group-new.svg │ ├── view-calendar-journal.svg │ ├── view-categories.svg │ ├── view-filter.svg │ ├── view-preview.svg │ ├── view-refresh.svg │ ├── view-statistics.svg │ ├── wallet-open.svg │ └── webui.svg ├── images │ ├── 3-state-checkbox.gif │ ├── L.gif │ ├── arrow-right.gif │ ├── bg-dropdown.gif │ ├── bg-handle-horizontal.gif │ ├── bg-header.gif │ ├── bg-panel-header.gif │ ├── handle-icon-horizontal.gif │ ├── handle-icon.gif │ ├── knob.gif │ ├── logo.gif │ ├── logo2.gif │ ├── slider-area.gif │ ├── spacer.gif │ ├── spinner-placeholder.gif │ ├── spinner.gif │ ├── tabs.gif │ └── toolbox-divider.gif ├── index.html ├── newcategory.html ├── newfeed.html ├── newfolder.html ├── newrule.html ├── newtag.html ├── rename.html ├── rename_feed.html ├── rename_file.html ├── rename_rule.html ├── scripts │ ├── client.js │ ├── contextmenu.js │ ├── download.js │ ├── dynamicTable.js │ ├── file-tree.js │ ├── filesystem.js │ ├── lib │ │ ├── MooTools-Core-1.6.0-compat-compressed.js │ │ ├── MooTools-More-1.6.0-compat-compressed.js │ │ ├── clipboard.min.js │ │ ├── mocha-0.9.6-yc.js │ │ ├── mocha-0.9.6.js │ │ ├── mocha.min.js │ │ ├── mootools-1.2-core-yc.js │ │ └── mootools-1.2-more.js │ ├── misc.js │ ├── mocha-init.js │ ├── preferences.js │ ├── progressbar.js │ ├── prop-files.js │ ├── prop-general.js │ ├── prop-peers.js │ ├── prop-trackers.js │ ├── prop-webseeds.js │ └── speedslider.js ├── setlocation.html ├── shareratio.html ├── upload.html ├── uploadlimit.html └── views │ ├── about.html │ ├── aboutToolbar.html │ ├── filters.html │ ├── installsearchplugin.html │ ├── preferences.html │ ├── preferencesToolbar.html │ ├── properties.html │ ├── propertiesToolbar.html │ ├── rss.html │ ├── rssDownloader.html │ ├── search.html │ ├── searchplugins.html │ ├── statistics.html │ └── transferlist.html └── public ├── css ├── login.css ├── noscript.css └── woq.css ├── icons ├── README.md ├── application-exit.svg ├── application-rss+xml.svg ├── application-x-mswinurl.svg ├── checked.svg ├── checking.svg ├── collapse.svg ├── completed.svg ├── configure.svg ├── connected.svg ├── dialog-cancel.svg ├── dialog-information.svg ├── dialog-warning.svg ├── disconnected.svg ├── document-edit-verify.svg ├── document-edit.svg ├── document-encrypt.svg ├── document-import.svg ├── document-new.svg ├── document-properties.svg ├── document-save.svg ├── download.svg ├── downloading.svg ├── downloading_small.svg ├── edit-clear-history.svg ├── edit-clear.svg ├── edit-copy.svg ├── edit-cut.svg ├── edit-delete.svg ├── edit-find-user.svg ├── edit-find.svg ├── edit-paste.svg ├── edit-rename.svg ├── error.svg ├── expand.svg ├── fileicon.svg ├── filteractive.svg ├── filterall.svg ├── filterinactive.svg ├── filterstalled.svg ├── firewalled.svg ├── folder-documents.svg ├── folder-download.svg ├── folder-new.svg ├── folder-remote.svg ├── gear.svg ├── gear32.svg ├── go-bottom.svg ├── go-down.svg ├── go-top.svg ├── go-up.svg ├── help-about.svg ├── help-contents.svg ├── icons.qrc ├── inode-directory.svg ├── insert-link.svg ├── kt-magnet.svg ├── kt-set-max-download-speed.svg ├── kt-set-max-upload-speed.svg ├── list-add.svg ├── list-remove.svg ├── loading.png ├── mail-folder-inbox.svg ├── mail-mark-read.svg ├── mascot.png ├── media-playback-pause.svg ├── media-playback-start.svg ├── media-seek-forward.svg ├── network-server.svg ├── network-wired.svg ├── object-locked.svg ├── office-chart-line.svg ├── paused.svg ├── preferences-desktop.svg ├── preferences-other.svg ├── preferences-system-network.svg ├── preferences-web-browser-cookies.svg ├── qbittorrent-tray-dark.svg ├── qbittorrent-tray-light.svg ├── qbittorrent-tray-with-font.svg ├── qbittorrent-tray.svg ├── qbittorrent.ico ├── qbittorrent_file.ico ├── queued.svg ├── ratio.svg ├── resumed.svg ├── rss-config.svg ├── security-high.svg ├── security-low.svg ├── seeding.svg ├── services.svg ├── slow.svg ├── slow_off.svg ├── speedometer.svg ├── sphere.png ├── sphere2.png ├── splash.png ├── stalledDL.svg ├── stalledUP.svg ├── system-log-out.svg ├── tab-close.svg ├── task-attention.svg ├── task-complete.svg ├── task-ongoing.svg ├── task-reject.svg ├── text-plain.svg ├── tools-report-bug.svg ├── unavailable.svg ├── uploading.svg ├── user-group-delete.svg ├── user-group-new.svg ├── view-calendar-journal.svg ├── view-categories.svg ├── view-filter.svg ├── view-preview.svg ├── view-refresh.svg ├── view-statistics.svg ├── wallet-open.svg └── webui.svg ├── images └── qbittorrent32.png ├── index.html └── scripts └── login.js /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .vscode/.prettierrc 2 | .vscode/settings.json 3 | -------------------------------------------------------------------------------- /p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/p.png -------------------------------------------------------------------------------- /private/css/noscript.css: -------------------------------------------------------------------------------- 1 | #desktop { 2 | display: none; 3 | } 4 | 5 | #noscript { 6 | color: #f00; 7 | text-align: center; 8 | } -------------------------------------------------------------------------------- /private/icons/README.md: -------------------------------------------------------------------------------- 1 | # qBittorrent Icons 2 | 3 | Initial `qbt-theme` icons created by Bert Verhelst (). 4 | 5 | Icons are based on the `Font-Awesome` icon-set: [link](http://fontawesome.io/icons/). 6 | 7 | If you need to add an icon that qBittorrent does not already use, you can take an icon from the SVG fork of `Font-Awesome`: [link](https://github.com/encharm/Font-Awesome-SVG-PNG). 8 | 9 | 10 | ## Optimizing SVG 11 | 12 | Use [svgcleaner](https://github.com/RazrFalcon/svgcleaner) 13 | -------------------------------------------------------------------------------- /private/icons/application-exit.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/checked.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/collapse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/icons/collapse.png -------------------------------------------------------------------------------- /private/icons/collapse.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/completed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/icons/completed.png -------------------------------------------------------------------------------- /private/icons/completed.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/connected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/icons/connected.png -------------------------------------------------------------------------------- /private/icons/connected.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/dialog-cancel.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/dialog-warning.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/disconnected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/icons/disconnected.png -------------------------------------------------------------------------------- /private/icons/disconnected.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/document-encrypt.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/downloading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/icons/downloading.png -------------------------------------------------------------------------------- /private/icons/downloading.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/downloading_small.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/edit-delete.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/icons/error.png -------------------------------------------------------------------------------- /private/icons/error.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/expand.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/filteractive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/icons/filteractive.png -------------------------------------------------------------------------------- /private/icons/filteractive.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/filterall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/icons/filterall.png -------------------------------------------------------------------------------- /private/icons/filterall.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/filterinactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/icons/filterinactive.png -------------------------------------------------------------------------------- /private/icons/filterinactive.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/filterstalled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/icons/filterstalled.png -------------------------------------------------------------------------------- /private/icons/filterstalled.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/flags/ae.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/am.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/at.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/ax.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/az.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/bb.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/bd.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/be.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/bf.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/bg.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/bh.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/bj.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/bl.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/bq.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/bs.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/bv.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/bw.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/ca.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/cd.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/cf.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/cg.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/ch.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/ci.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/cl.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/co.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/cr.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/cu.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/cw.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/cz.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/de.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/dj.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/dk.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/dz.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/ee.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/fi.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/fo.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/fr.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/ga.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/gb.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/gf.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/gg.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/gh.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/gl.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/gm.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/gn.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/gp.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/gy.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/hu.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/id.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/ie.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/is.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/it.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/jm.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/jo.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/jp.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/kw.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/la.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/lc.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/lr.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/lt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/lu.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/lv.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/ly.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/ma.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/mc.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/mf.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/mg.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/mk.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/ml.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/mq.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/mr.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/mu.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/mv.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/ne.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/ng.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/nl.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/no.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/nr.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/pa.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/pk.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/pl.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/pm.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/pr.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/ps.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/pw.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/qa.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/re.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/ro.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/ru.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/sc.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/sd.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/se.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/sj.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/sl.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/sn.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/so.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/sr.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/ss.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/sy.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/td.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/tg.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/th.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/tl.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/tn.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/to.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/tr.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/tt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/tz.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/ua.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/vc.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/vn.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/wf.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/ws.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/ye.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/flags/yt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/go-bottom.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /private/icons/go-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/icons/go-down.png -------------------------------------------------------------------------------- /private/icons/go-down.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /private/icons/go-top.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /private/icons/go-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/icons/go-up.png -------------------------------------------------------------------------------- /private/icons/go-up.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /private/icons/icons/README.md: -------------------------------------------------------------------------------- 1 | # qBittorrent Icons 2 | 3 | Initial `qbt-theme` icons created by Bert Verhelst (). 4 | 5 | Icons are based on the `Font-Awesome` icon-set: [link](http://fontawesome.io/icons/). 6 | 7 | If you need to add an icon that qBittorrent does not already use, you can take an icon from the SVG fork of `Font-Awesome`: [link](https://github.com/encharm/Font-Awesome-SVG-PNG). 8 | 9 | 10 | ## Optimizing SVG 11 | 12 | Use [svgcleaner](https://github.com/RazrFalcon/svgcleaner) 13 | -------------------------------------------------------------------------------- /private/icons/icons/application-exit.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/icons/checked.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/icons/collapse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/icons/icons/collapse.png -------------------------------------------------------------------------------- /private/icons/icons/collapse.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/icons/completed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/icons/icons/completed.png -------------------------------------------------------------------------------- /private/icons/icons/completed.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/icons/connected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/icons/icons/connected.png -------------------------------------------------------------------------------- /private/icons/icons/connected.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/icons/dialog-cancel.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/icons/dialog-warning.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/icons/disconnected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/icons/icons/disconnected.png -------------------------------------------------------------------------------- /private/icons/icons/disconnected.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/icons/document-encrypt.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/icons/downloading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/icons/icons/downloading.png -------------------------------------------------------------------------------- /private/icons/icons/downloading.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/icons/downloading_small.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/icons/edit-delete.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/icons/error.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/icons/expand.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/icons/filteractive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/icons/icons/filteractive.png -------------------------------------------------------------------------------- /private/icons/icons/filteractive.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/icons/filterall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/icons/icons/filterall.png -------------------------------------------------------------------------------- /private/icons/icons/filterall.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/icons/filterinactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/icons/icons/filterinactive.png -------------------------------------------------------------------------------- /private/icons/icons/filterinactive.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/icons/filterstalled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/icons/icons/filterstalled.png -------------------------------------------------------------------------------- /private/icons/icons/filterstalled.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/icons/flags/ae.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/am.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/at.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/ax.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/az.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/bb.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/bd.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/be.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/bf.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/bg.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/bh.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/bj.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/bl.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/bq.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/bs.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/bv.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/bw.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/ca.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/cd.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/cf.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/cg.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/ch.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/ci.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/cl.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/co.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/cr.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/cu.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/cw.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/cz.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/de.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/dj.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/dk.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/dz.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/ee.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/fi.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/fo.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/fr.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/ga.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/gb.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/gf.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/gg.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/gh.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/gl.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/gm.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/gn.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/gp.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/gy.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/hu.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/id.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/ie.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/is.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/it.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/jm.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/jo.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/jp.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/kw.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/la.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/lc.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/lt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/lu.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/lv.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/ly.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/ma.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/mc.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/mf.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/mg.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/mk.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/ml.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/mq.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/mr.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/mu.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/mv.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/ne.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/ng.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/nl.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/no.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/nr.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/pa.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/pk.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/pl.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/pm.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/pr.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/ps.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/pw.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/qa.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/re.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/ro.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/ru.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/sc.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/sd.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/se.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/sj.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/sl.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/sn.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/so.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/sr.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/ss.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/sy.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/td.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/th.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/tl.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/to.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/tr.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/tt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/tz.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/ua.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/vc.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/vn.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/wf.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/ws.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/ye.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/flags/yt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /private/icons/icons/go-bottom.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /private/icons/icons/go-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/icons/icons/go-down.png -------------------------------------------------------------------------------- /private/icons/icons/go-down.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /private/icons/icons/go-top.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /private/icons/icons/go-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/icons/icons/go-up.png -------------------------------------------------------------------------------- /private/icons/icons/go-up.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /private/icons/icons/inode-directory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/icons/icons/inode-directory.png -------------------------------------------------------------------------------- /private/icons/icons/inode-tag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/icons/icons/inode-tag.png -------------------------------------------------------------------------------- /private/icons/icons/loading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/icons/icons/loading.png -------------------------------------------------------------------------------- /private/icons/icons/mail-folder-inbox.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/icons/mascot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/icons/icons/mascot.png -------------------------------------------------------------------------------- /private/icons/icons/media-playback-pause.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/icons/media-playback-start.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/icons/media-seek-forward.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /private/icons/icons/network-server.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/icons/icons/network-server.png -------------------------------------------------------------------------------- /private/icons/icons/network-server.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /private/icons/icons/network-wired.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/icons/object-locked.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/icons/office-chart-line.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/icons/paused.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/icons/icons/paused.png -------------------------------------------------------------------------------- /private/icons/icons/paused.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/icons/qbittorrent.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/icons/icons/qbittorrent.ico -------------------------------------------------------------------------------- /private/icons/icons/qbittorrent_file.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/icons/icons/qbittorrent_file.ico -------------------------------------------------------------------------------- /private/icons/icons/ratio.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /private/icons/icons/resumed.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/icons/seeding.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/icons/icons/seeding.png -------------------------------------------------------------------------------- /private/icons/icons/seeding.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/icons/services.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/icons/slow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/icons/icons/slow.png -------------------------------------------------------------------------------- /private/icons/icons/slow.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /private/icons/icons/slow_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/icons/icons/slow_off.png -------------------------------------------------------------------------------- /private/icons/icons/slow_off.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /private/icons/icons/sphere.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/icons/icons/sphere.png -------------------------------------------------------------------------------- /private/icons/icons/sphere2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/icons/icons/sphere2.png -------------------------------------------------------------------------------- /private/icons/icons/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/icons/icons/splash.png -------------------------------------------------------------------------------- /private/icons/icons/stalledDL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/icons/icons/stalledDL.png -------------------------------------------------------------------------------- /private/icons/icons/stalledDL.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/icons/stalledUP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/icons/icons/stalledUP.png -------------------------------------------------------------------------------- /private/icons/icons/stalledUP.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/icons/system-log-out.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/icons/tab-close.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /private/icons/icons/task-attention.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/icons/task-complete.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/icons/task-ongoing.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/icons/uploading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/icons/icons/uploading.png -------------------------------------------------------------------------------- /private/icons/icons/uploading.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/icons/view-filter.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/icons/view-preview.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/icons/view-statistics.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/icons/wallet-open.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/inode-directory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/icons/inode-directory.png -------------------------------------------------------------------------------- /private/icons/inode-tag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/icons/inode-tag.png -------------------------------------------------------------------------------- /private/icons/loading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/icons/loading.png -------------------------------------------------------------------------------- /private/icons/mail-folder-inbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/icons/mail-folder-inbox.png -------------------------------------------------------------------------------- /private/icons/mail-folder-inbox.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/mascot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/icons/mascot.png -------------------------------------------------------------------------------- /private/icons/media-playback-pause.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/media-playback-start.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/media-seek-forward.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /private/icons/network-server.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/icons/network-server.png -------------------------------------------------------------------------------- /private/icons/network-server.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /private/icons/network-wired.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/object-locked.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/office-chart-line.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/paused.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/icons/paused.png -------------------------------------------------------------------------------- /private/icons/paused.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/qbittorrent.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/icons/qbittorrent.ico -------------------------------------------------------------------------------- /private/icons/qbittorrent_file.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/icons/qbittorrent_file.ico -------------------------------------------------------------------------------- /private/icons/ratio.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /private/icons/resumed.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/seeding.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/icons/seeding.png -------------------------------------------------------------------------------- /private/icons/seeding.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/services.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/slow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/icons/slow.png -------------------------------------------------------------------------------- /private/icons/slow.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /private/icons/slow_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/icons/slow_off.png -------------------------------------------------------------------------------- /private/icons/slow_off.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /private/icons/sphere.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/icons/sphere.png -------------------------------------------------------------------------------- /private/icons/sphere2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/icons/sphere2.png -------------------------------------------------------------------------------- /private/icons/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/icons/splash.png -------------------------------------------------------------------------------- /private/icons/stalledDL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/icons/stalledDL.png -------------------------------------------------------------------------------- /private/icons/stalledDL.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/stalledUP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/icons/stalledUP.png -------------------------------------------------------------------------------- /private/icons/stalledUP.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/system-log-out.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/tab-close.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /private/icons/task-attention.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/task-complete.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/task-ongoing.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/uploading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/icons/uploading.png -------------------------------------------------------------------------------- /private/icons/uploading.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/view-filter.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/view-preview.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/view-statistics.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/icons/wallet-open.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /private/images/3-state-checkbox.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/images/3-state-checkbox.gif -------------------------------------------------------------------------------- /private/images/L.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/images/L.gif -------------------------------------------------------------------------------- /private/images/arrow-right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/images/arrow-right.gif -------------------------------------------------------------------------------- /private/images/bg-dropdown.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/images/bg-dropdown.gif -------------------------------------------------------------------------------- /private/images/bg-handle-horizontal.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/images/bg-handle-horizontal.gif -------------------------------------------------------------------------------- /private/images/bg-header.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/images/bg-header.gif -------------------------------------------------------------------------------- /private/images/bg-panel-header.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/images/bg-panel-header.gif -------------------------------------------------------------------------------- /private/images/handle-icon-horizontal.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/images/handle-icon-horizontal.gif -------------------------------------------------------------------------------- /private/images/handle-icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/images/handle-icon.gif -------------------------------------------------------------------------------- /private/images/knob.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/images/knob.gif -------------------------------------------------------------------------------- /private/images/logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/images/logo.gif -------------------------------------------------------------------------------- /private/images/logo2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/images/logo2.gif -------------------------------------------------------------------------------- /private/images/slider-area.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/images/slider-area.gif -------------------------------------------------------------------------------- /private/images/spacer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/images/spacer.gif -------------------------------------------------------------------------------- /private/images/spinner-placeholder.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/images/spinner-placeholder.gif -------------------------------------------------------------------------------- /private/images/spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/images/spinner.gif -------------------------------------------------------------------------------- /private/images/tabs.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/images/tabs.gif -------------------------------------------------------------------------------- /private/images/toolbox-divider.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/private/images/toolbox-divider.gif -------------------------------------------------------------------------------- /public/css/noscript.css: -------------------------------------------------------------------------------- 1 | #formplace { 2 | display: none; 3 | } 4 | 5 | #noscript { 6 | color: #f00; 7 | text-align: center; 8 | } 9 | -------------------------------------------------------------------------------- /public/icons/README.md: -------------------------------------------------------------------------------- 1 | # qBittorrent Icons 2 | 3 | Initial `qbt-theme` icons created by Bert Verhelst (). 4 | 5 | Icons are based on the `Font-Awesome` icon-set: [link](http://fontawesome.io/icons/). 6 | 7 | If you need to add an icon that qBittorrent does not already use, you can take an icon from the SVG fork of `Font-Awesome`: [link](https://github.com/encharm/Font-Awesome-SVG-PNG). 8 | 9 | 10 | ## Optimizing SVG 11 | 12 | Use [svgcleaner](https://github.com/RazrFalcon/svgcleaner) 13 | -------------------------------------------------------------------------------- /public/icons/application-exit.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /public/icons/checked.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /public/icons/collapse.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /public/icons/completed.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /public/icons/connected.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /public/icons/dialog-cancel.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /public/icons/dialog-warning.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /public/icons/disconnected.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /public/icons/document-encrypt.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /public/icons/downloading.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /public/icons/downloading_small.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /public/icons/edit-delete.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /public/icons/error.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /public/icons/expand.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /public/icons/filteractive.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /public/icons/filterall.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /public/icons/filterinactive.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /public/icons/filterstalled.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /public/icons/go-bottom.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /public/icons/go-down.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /public/icons/go-top.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /public/icons/go-up.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /public/icons/loading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/public/icons/loading.png -------------------------------------------------------------------------------- /public/icons/mail-folder-inbox.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /public/icons/mascot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/public/icons/mascot.png -------------------------------------------------------------------------------- /public/icons/media-playback-pause.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /public/icons/media-playback-start.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /public/icons/media-seek-forward.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /public/icons/network-server.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /public/icons/network-wired.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /public/icons/object-locked.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /public/icons/office-chart-line.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /public/icons/paused.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /public/icons/qbittorrent.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/public/icons/qbittorrent.ico -------------------------------------------------------------------------------- /public/icons/qbittorrent_file.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/public/icons/qbittorrent_file.ico -------------------------------------------------------------------------------- /public/icons/ratio.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /public/icons/resumed.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /public/icons/seeding.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /public/icons/services.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /public/icons/slow.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /public/icons/slow_off.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /public/icons/sphere.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/public/icons/sphere.png -------------------------------------------------------------------------------- /public/icons/sphere2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/public/icons/sphere2.png -------------------------------------------------------------------------------- /public/icons/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/public/icons/splash.png -------------------------------------------------------------------------------- /public/icons/stalledDL.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /public/icons/stalledUP.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /public/icons/system-log-out.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /public/icons/tab-close.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /public/icons/task-attention.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /public/icons/task-complete.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /public/icons/task-ongoing.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /public/icons/uploading.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /public/icons/view-filter.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /public/icons/view-preview.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /public/icons/view-statistics.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /public/icons/wallet-open.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /public/images/qbittorrent32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gl0ryus/woq/e5e421d0886a8f5effca8dac8bd1f46d2fc466a1/public/images/qbittorrent32.png --------------------------------------------------------------------------------