Commit Graph

60 Commits (52d77dee62d9498dff08b43c150ae33465582927)

Author SHA1 Message Date
Andrew Dolgov dbab03bd4c Feeds.catchupAllFeeds() should be Feeds.catchupAll() 6 years ago
Andrew Dolgov c7c9c5fb0a feedTree: amend previous to check that nodes are actually there (2) 6 years ago
Andrew Dolgov 42e0c7a420 feedTree: amend previous to check that nodes are actually there 6 years ago
Andrew Dolgov 3827e5b944 selectFeed: scroll feed tree to selected row 6 years ago
Gilles Grandou df05794032 show errors in feedtree's tooltips 6 years ago
Andrew Dolgov 0a41c1a6e1 update label rendering (and editor) 6 years ago
Andrew Dolgov cad6d1d7fd various icon updates; use new icons in feed tree 6 years ago
Andrew Dolgov 71fc6d45bd refactor error reporting to AppBase; keep exception_error() for now as a shim 6 years ago
Andrew Dolgov ac8361e6f6 add AppBase as a shared ancestor for main and prefs app objects
remove event.observe stuff from startup, unneeded
6 years ago
Andrew Dolgov 1e2d4410d3 move some more shared stuff to CommonDialogs, Filters, and Utils 6 years ago
Andrew Dolgov d86ddbc635 further objectification of JS code 6 years ago
Andrew Dolgov 049a37aa0e WIP reshuffling of JS global context into separate logical objects 6 years ago
Andrew Dolgov 0267212454 move to let/const syntax in custom dojo modules 6 years ago
Andrew Dolgov a3e2f1a9c3 define custom dojo modules with define() instead of require(), update startup module dependencies 6 years ago
Andrew Dolgov f6269d1bc4 add special class for feeds with disabled updates 6 years ago
Andrew Dolgov 7590f03961 feedtree.selectFeed: focus headlines-frame after selection 7 years ago
Andrew Dolgov fa1be041c2 feedtree, selectFeed: focus selected node 7 years ago
Andrew Dolgov 1bfe1d7b31 simplify error handling
* less convoluted exception dialogs
* use window.onerror for the majority of exception catching/reporting
* remove most of now useless try/catch blocks
* report stacktrace instead of manually specified error locations
7 years ago
Andrew Dolgov 70c5b2bfcc feed tree: only run animation for appearing unread counters to prevent clashes with aux counter updating and animations ending up in wrong state 8 years ago
Andrew Dolgov b7d63a58db fix loading indicator position/size for tree leafs 8 years ago
Anders Kaseorg 6887a0f573 lib: Upgrade Dojo and Dijit from 1.8.3 to 1.12.1
The itemNode and expandoNode elements have changed from img to
span (https://bugs.dojotoolkit.org/ticket/16699), so we now put our
tree icons inside them rather than replacing them.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
8 years ago
Anders Kaseorg 9f539be3c2 Replace deprecated dojo.place with domConstruct.place
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
8 years ago
Andrew Dolgov f04b12d8e7 category: swap context menu items 8 years ago
Andrew Dolgov acfee412a3 feed tree: add category context menu entry to un/collapse it 8 years ago
Andrew Dolgov d39a2f8005 switch modules to new dojo definition format 8 years ago
Andrew Dolgov 9109e171ee feedtree: don't hide feeds with errors 9 years ago
Andrew Dolgov 40f147df79 feedtree: do not hide special category for reals if configured as such 9 years ago
André Glüpker d922b09c43 Skip nested Feed when calling getNextUnreadFeed()
This function is only called when using "Mark all as read".
So every time, this function gets called right now, all nested
categories get marked as read as well, so we don't want to jump to them.
Instead we want to the next category with same or higher tier.
10 years ago
Andrew Dolgov e79b401e97 getPreviousFeed: wrap to last feed to be consistent with getNextFeed 10 years ago
Andrew Dolgov c594eca0de implement additional counter mode for virtual feeds when there's 0 unread articles 11 years ago
Andrew Dolgov 077f221337 hide read categories when feedtree category is first expanded 11 years ago
Andrew Dolgov f5d3c77a8f experimentally align counters to the right 11 years ago
Andrew Dolgov fbb4155bae counterNode: use appear effect 11 years ago
Andrew Dolgov 5973c74c34 fix notify display on chrome, add some css tweaks 11 years ago
Andrew Dolgov 8d4b5b466a fix counters not being updated 11 years ago
Andrew Dolgov 69970d5b88 add tooltip 11 years ago
Andrew Dolgov 82076ce531 Merge branch 'master' into css-feedtree-counter
Conflicts:
	tt-rss.css
11 years ago
Andrew Dolgov 89473cb5c6 feedtree: don't request null icon 11 years ago
Andrew Dolgov 66af65f14b initial 11 years ago
Andrew Dolgov 4429463dff feedTree: pass new copies of parent arrays while looking for category nodes to auto-expand to prevent siblings uncollapsing due to objects being passed by reference 11 years ago
Andrew Dolgov f822a8e56c experimentally rebase labels; make base index configurable 11 years ago
Andrew Dolgov 2196b517cd manually find and expand all parent nodes of a selected feed in feedTree
because dojo is incapable of doing it itself in a situation where tree
persistence cookie is at initial state, bloody fucking hell
11 years ago
Andrew Dolgov 84b48db4a7 FeedTree: fix initial src of loading node 11 years ago
Andrew Dolgov 6cf60c881f add little loading indicator for feed categories 11 years ago
Andrew Dolgov 714b063f6b hideReadFeeds also hides labels 11 years ago
Andrew Dolgov 88918ca637 remove server-side feedtree collapse implementation 12 years ago
Andrew Dolgov ec6e51556d add context menu to Special category 12 years ago
Andrew Dolgov 057cc81302 fix missing context menu of Uncategorized 12 years ago
Andrew Dolgov c0c2abbaa7 force refetch feed when clicking update/clicking on same feed in the tree 12 years ago
Andrew Dolgov 0ef32f48b2 unify child category counter display; remove include_children control 12 years ago