1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-30 12:30:52 +02:00
Commit Graph

359 Commits

Author SHA1 Message Date
Andrew Dolgov
84c7b824fb use console.log for debugging; improve exception information 2010-09-05 13:41:19 +04:00
Andrew Dolgov
335565ac7d fix various actions failing when tried on an empty (e.g. no articles) headlines buffer 2010-05-27 16:10:35 +04:00
Andrew Dolgov
78bcd2c44c fix unsubscribeFeed behaving improperly in preferences 2010-02-15 15:16:53 +03:00
Andrew Dolgov
3393238de2 more input focusing improvements in popup dialogs 2010-02-03 16:54:17 +03:00
Andrew Dolgov
d002edc715 code cleanup 2010-02-03 16:06:24 +03:00
Andrew Dolgov
55132a454f closeInfoBox: properly cleanup contents 2010-02-03 15:01:33 +03:00
Andrew Dolgov
ab65c0343b fix typo 2010-01-15 11:51:36 +03:00
Andrew Dolgov
e71f261009 replace some theme-specific frontend hooks with theme options 2010-01-15 11:46:20 +03:00
Andrew Dolgov
883fee8df0 neon updates; make more icons themeable; misc fixes 2010-01-14 23:09:23 +03:00
Andrew Dolgov
b97e6e0267 reorganize theme support; add some themeable icons; add neon theme 2010-01-14 16:11:54 +03:00
Andrew Dolgov
7abf159d61 feed editor: allow manual replacement of feed icons 2010-01-14 12:47:28 +03:00
Andrew Dolgov
c3b7b797f5 add prototype of icon replacing control; misc tweaks 2010-01-14 11:28:57 +03:00
Andrew Dolgov
de0a6d930a tweak auxDlg 2010-01-13 18:49:41 +03:00
Andrew Dolgov
d9084cf220 implement settings profiles (bump schema) 2010-01-13 18:31:51 +03:00
Andrew Dolgov
ef88b1cca3 feed archive and feed browser improvements 2010-01-13 13:44:20 +03:00
Andrew Dolgov
a5819bb35d code cleanup; remove unnecessary callbacks; rework subscribtion dialog 2010-01-13 12:48:49 +03:00
Adrian Lang
542aebacb7 Add callback to Popups, focus subscribe URL input. 2010-01-13 11:46:11 +03:00
Andrew Dolgov
f88c78147e code cleanup; initial button usage 2010-01-12 14:44:41 +03:00
Andrew Dolgov
dbfc952271 make f a hotkey persistent; obsolete option HIDE_READ_FEEDS 2010-01-12 11:48:31 +03:00
Andrew Dolgov
082ae95b96 feed browser: add access to archived feeds 2010-01-11 15:40:35 +03:00
Andrew Dolgov
b4e75b2a25 use POST parameters for frontend requests 2009-12-29 18:49:27 +03:00
Andrew Dolgov
85e5c67d73 tweak new articles available prompt 2009-12-17 13:01:46 +03:00
Andrew Dolgov
95d0edcc4e resort_category: proper fix for flat list mode 2009-10-22 15:46:56 +04:00
Andrew Dolgov
764311847b limit resort_feedlist() to category mode 2009-10-22 12:01:40 +04:00
Andrew Dolgov
d9d0db0f01 parse_counters: invalidate feed cache when counter had changed 2009-10-14 23:38:31 +04:00
Andrew Dolgov
7c057b1a2a more auxDlg tweaks 2009-10-14 15:45:47 +04:00
Andrew Dolgov
0ac73f914d new articles prompt tweak 2009-10-14 09:38:04 +04:00
Andrew Dolgov
8d82cd7920 new articles prompt fix 2009-10-13 20:06:41 +04:00
Andrew Dolgov
37e93d6cca display special dialog when new articles are available in the current feed instead of reloading it 2009-10-13 19:05:36 +04:00
Andrew Dolgov
f4280bdd13 feed browser: add local spinner 2009-10-09 14:30:21 +04:00
Andrew Dolgov
78935092b5 display active hotkey prefix on screen 2009-10-09 13:13:57 +04:00
Andrew Dolgov
588e4dc3d3 closeInfoBox: always enable hotkeys 2009-10-08 12:36:27 +04:00
Andrew Dolgov
de85cac2d6 infoBox display tweaks 2009-10-07 16:33:45 +04:00
Andrew Dolgov
ab553f9ac5 disable dead frontend code for html5 audio tags (refs #246) 2009-10-06 13:01:40 +04:00
Andrew Dolgov
8086c2227b update for native flash player for FF 3.5 2009-08-18 11:06:16 +04:00
Andrew Dolgov
9324c2c24f rework appearance of audio/video tags patch 2009-06-22 16:50:17 +04:00
Andrew Dolgov
95f67d2ebc add support for HTML5 way of playing audio/video enclosures (closes #246) 2009-06-17 11:16:44 +04:00
Andrew Dolgov
65c0779b77 offline: tweak syncing 2009-02-16 13:16:05 +03:00
Andrew Dolgov
d7a1dbbd88 parse_counters: always try to sync new stuff on global unread change 2009-02-15 21:03:26 +03:00
Andrew Dolgov
206d496762 rework gears offline/online interaction the way it probably should be done (also remove redirecting login system) 2009-02-12 20:16:10 +03:00
Andrew Dolgov
79e565a975 offline: add progress indicator; tweak download intervals and amount of articles 2009-02-12 16:35:25 +03:00
Andrew Dolgov
0cd6bb46f7 offline: automatically set version of manifest.json (using filemtime) 2009-02-12 13:59:00 +03:00
Andrew Dolgov
5fe4848b5a reinstate redirecting login system (problems with Gears) 2009-02-12 10:29:19 +03:00
Andrew Dolgov
45468967c5 fix logout redirect 2009-02-11 23:40:01 +03:00
Andrew Dolgov
acac8448a4 use prototype instead of getElementById 2009-02-10 12:06:15 +03:00
Andrew Dolgov
7f4f9f4e82 offline: try to download status of articles which were marked as read in online while offline client was disconnected 2009-02-07 15:00:03 +03:00
Andrew Dolgov
6b6842996c offline: various schema updates 2009-02-07 11:00:39 +03:00
Andrew Dolgov
91743a49ff display N/A instead of undefined in fatal errors when ext_info is not present 2009-02-04 23:19:16 +03:00
Andrew Dolgov
c8a9fe5b07 properly update local vfeed counters 2009-02-04 09:51:31 +03:00
Andrew Dolgov
f4ce1f83d1 hideOrShowFeedsCategory: fix for offline feedlist 2009-02-03 21:28:30 +03:00