summaryrefslogtreecommitdiff
path: root/js/FeedTree.js
AgeCommit message (Collapse)Author
2018-12-02add AppBase as a shared ancestor for main and prefs app objectsAndrew Dolgov
remove event.observe stuff from startup, unneeded
2018-12-01move some more shared stuff to CommonDialogs, Filters, and UtilsAndrew Dolgov
2018-12-01further objectification of JS codeAndrew Dolgov
2018-12-01WIP reshuffling of JS global context into separate logical objectsAndrew Dolgov
2018-11-29move to let/const syntax in custom dojo modulesAndrew Dolgov
2018-08-23define custom dojo modules with define() instead of require(), update ↵Andrew Dolgov
startup module dependencies
2018-02-08add special class for feeds with disabled updatesAndrew Dolgov
2017-05-12feedtree.selectFeed: focus headlines-frame after selectionAndrew Dolgov
2017-05-05feedtree, selectFeed: focus selected nodeAndrew Dolgov
2017-03-04simplify error handlingAndrew Dolgov
* 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
2017-01-22feed tree: only run animation for appearing unread counters to prevent ↵Andrew Dolgov
clashes with aux counter updating and animations ending up in wrong state
2017-01-21fix loading indicator position/size for tree leafsAndrew Dolgov
2017-01-21lib: Upgrade Dojo and Dijit from 1.8.3 to 1.12.1Anders Kaseorg
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 <[email protected]>
2017-01-21Replace deprecated dojo.place with domConstruct.placeAnders Kaseorg
Signed-off-by: Anders Kaseorg <[email protected]>
2016-11-22category: swap context menu itemsAndrew Dolgov
2016-11-11feed tree: add category context menu entry to un/collapse itAndrew Dolgov
2016-08-10switch modules to new dojo definition formatAndrew Dolgov
2015-08-12feedtree: don't hide feeds with errorsAndrew Dolgov
2015-03-06feedtree: do not hide special category for reals if configured as suchAndrew Dolgov
2014-06-14Skip nested Feed when calling getNextUnreadFeed()André Glüpker
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.
2014-06-09getPreviousFeed: wrap to last feed to be consistent with getNextFeedAndrew Dolgov
2013-05-16implement additional counter mode for virtual feeds when there's 0 unread ↵Andrew Dolgov
articles
2013-05-15hide read categories when feedtree category is first expandedAndrew Dolgov
2013-05-08experimentally align counters to the rightAndrew Dolgov
2013-05-07counterNode: use appear effectAndrew Dolgov
2013-05-07fix notify display on chrome, add some css tweaksAndrew Dolgov
2013-05-07fix counters not being updatedAndrew Dolgov
2013-05-07add tooltipAndrew Dolgov
2013-05-07Merge branch 'master' into css-feedtree-counterAndrew Dolgov
Conflicts: tt-rss.css
2013-04-17feedtree: don't request null iconAndrew Dolgov
2013-04-10initialAndrew Dolgov
2013-04-04feedTree: pass new copies of parent arrays while looking for category nodes ↵Andrew Dolgov
to auto-expand to prevent siblings uncollapsing due to objects being passed by reference
2013-03-27experimentally rebase labels; make base index configurableAndrew Dolgov
2013-03-26manually find and expand all parent nodes of a selected feed in feedTreeAndrew Dolgov
because dojo is incapable of doing it itself in a situation where tree persistence cookie is at initial state, bloody fucking hell
2013-03-21FeedTree: fix initial src of loading nodeAndrew Dolgov
2013-03-19add little loading indicator for feed categoriesAndrew Dolgov
2013-03-19hideReadFeeds also hides labelsAndrew Dolgov
2013-02-27remove server-side feedtree collapse implementationAndrew Dolgov
2013-01-18add context menu to Special categoryAndrew Dolgov
2013-01-18fix missing context menu of UncategorizedAndrew Dolgov
2012-10-25force refetch feed when clicking update/clicking on same feed in the treeAndrew Dolgov
2012-10-11unify child category counter display; remove include_children controlAndrew Dolgov
2012-09-15cleanup previous patch (once again)Andrew Dolgov
2012-09-15cleanup previous patchAndrew Dolgov
2012-09-15feedtree: prevent hideReadFeeds from working on category nodesAndrew Dolgov
2012-09-14FeedTree: fix subcategory entries not hidden properlyAndrew Dolgov
2012-09-10FeedTree: allow context menu for virtual feedsAndrew Dolgov
2012-08-15do not hide read category which has unread childrenAndrew Dolgov
2012-08-13add special indication for categories having unread items in child categoriesAndrew Dolgov
2012-04-04view: implement a hack to fake counter updates for current feed and its parentAndrew Dolgov