Charles Haley
2b24a487fa
1) Performance improvements when using hierarchical categories
...
2) ensure correct counts when using sub-categories
3) make drag & drop copy a node and its children
4) make tb searching work better with subcategories and hierarchies
2011-02-25 09:23:30 +00:00
Charles Haley
9eda085a3b
1) refactor hierarchy code to build the category child map once.
...
2) make hierarchical items display hierarchically in user categories
3) make add item to category also copy child nodes
4) make remove node also remove child nodes
5) some basic code cleanups
2011-02-24 21:22:59 +00:00
Charles Haley
1645dc3711
Merge from trunk
2011-02-24 15:19:59 +00:00
Kovid Goyal
a28e0b6f1d
...
2011-02-24 08:19:01 -07:00
Kovid Goyal
19cc3a29a6
Fix #9138 (New York Times Headlines Recipe no longer works)
2011-02-24 08:03:08 -07:00
Charles Haley
df46544ee8
Fix searching for prefixes where the prefix exists on a non-matching item
2011-02-24 15:02:19 +00:00
Charles Haley
7b7ac2f91e
Fix not focusing the manage X box on a hierarchical sub-item
2011-02-24 14:49:44 +00:00
Charles Haley
68a798eba1
Remove '@' from send to user category context menu
2011-02-24 14:42:40 +00:00
Kovid Goyal
0ea93c7f4e
Updated Adevarul and gsp.ro
2011-02-24 07:32:48 -07:00
Charles Haley
c2a1bd7a4c
Add a right-click option to send (copy) an item to a user category. Clean up some names and documentation
2011-02-24 14:04:22 +00:00
Charles Haley
9f7034f893
Correct problem searching for hierarchical items when parent nodes exist as real items.
2011-02-24 11:06:48 +00:00
Charles Haley
762f6f2557
Fix right-click removal of hierarchical items from user categories
2011-02-24 10:56:28 +00:00
Charles Haley
a8c278d449
Fix problem with restoring the tree position when dropping hierarchical items onto user categories
2011-02-24 10:50:38 +00:00
Charles Haley
38a3d25562
prevent dropping items on global search term user categories
2011-02-24 10:27:30 +00:00
Charles Haley
9626ccab2b
Fix some obscure cases:
...
1) cannot move items from a global search term user category
2) cannot remove items from a global search term user category
3) cannot rename global search term categories
4) ensure tags in the news category are editable
5) ensure renaming in a user category works with hierarchical items
2011-02-24 10:24:05 +00:00
Charles Haley
91ed569caa
Rename and delete items in user categories after a 'manage X' operation
2011-02-24 09:47:57 +00:00
Charles Haley
f5f1c87cd5
Several things:
...
1) can remove an item from a user category
2) can remove a user category
3) renaming an item will also rename the item in all user categories
4) make find_item_node work in the face of hierarchies (user cats and items)
5) change set_new_model() to recount() where possible to avoid closing expanded trees
2011-02-24 09:03:10 +00:00
Charles Haley
1f88b1f1b5
Merge from trunk
2011-02-24 06:17:39 +00:00
Kovid Goyal
f42f736cc1
Both nytimes recipes now need subscriptions
2011-02-23 20:17:51 -07:00
Kovid Goyal
fe064ee18d
Fix #9126 (Xperia X10 (android 2.1) phone not detected)
2011-02-23 18:09:47 -07:00
Kovid Goyal
0c0224f9d9
...
2011-02-23 18:07:14 -07:00
Charles Haley
b223290b14
Make manage categories focus on the category when sub-categories are right-clicked.
2011-02-23 22:14:09 +00:00
Charles Haley
8b7b831d80
Fix regression in user category search.
2011-02-23 22:05:04 +00:00
Charles Haley
1ad3979e38
Make drag from news work (change category to tags)
...
Correctly distinguish between copy and move when repainting
2011-02-23 21:58:10 +00:00
Kovid Goyal
d6414c7a18
...
2011-02-23 14:32:33 -07:00
Charles Haley
5c2ef72a7d
Merge from trunk
2011-02-23 21:03:01 +00:00
Charles Haley
725634062b
1) Add copy/move to drag onto user category
...
2) Have manage categories create empty categories for all intermediate nodes in a category tree
2011-02-23 20:58:01 +00:00
Kovid Goyal
d005e264eb
...
2011-02-23 10:34:33 -07:00
Kovid Goyal
418d10eace
MOBI Input: Do not speciy text-align for every paragraph. Fixes text-align inheritance issues for newer MOBIs with nested divs. Fixes #9098 (Problem with conversion of align="center")
2011-02-23 10:27:16 -07:00
Charles Haley
3a29e61660
Merge from trunk
2011-02-23 16:58:45 +00:00
Charles Haley
9fdfe8311b
Drag tag browser items & drop on user categories.
2011-02-23 16:57:56 +00:00
Kovid Goyal
7839e164c4
...
2011-02-23 08:25:08 -07:00
Kovid Goyal
afbf4a4b51
...
2011-02-23 08:00:34 -07:00
Charles Haley
c5062f2795
Merge from trunk
2011-02-23 14:52:48 +00:00
Kovid Goyal
a64f4aeb0d
Skeleton for D&D in Tag Browser
2011-02-23 07:49:48 -07:00
Charles Haley
a71599ba7b
Two bugs in the new categorization stuff:
...
1) if a user created a new user category but didn't rename it, the next create would throw an exception
2) it was possible to specify that invalid fields such as author contain hierarchies
2011-02-23 14:46:37 +00:00
Charles Haley
a484341620
Merge from trunk
2011-02-23 14:31:44 +00:00
Charles Haley
06ca716b26
More tag browser documentation
2011-02-23 14:30:54 +00:00
Kovid Goyal
4f81c2e0f9
...
2011-02-23 07:20:59 -07:00
Charles Haley
8d420e5deb
Merge from trunk
2011-02-23 14:08:31 +00:00
Charles Haley
128bd8aa1b
Add right-click rename and create to user categories
2011-02-23 14:05:54 +00:00
Kovid Goyal
7364e26627
Some documentation for the Tag Browser
2011-02-23 07:03:02 -07:00
Kovid Goyal
6133b873e1
20 Minutos by Darko Miletic. Fixes #9115 (New recipe for 20 Minutos spanish diary)
2011-02-23 06:32:24 -07:00
Charles Haley
3b4cc9243a
Merge from trunk
2011-02-23 10:51:29 +00:00
Kovid Goyal
09d0c75755
...
2011-02-22 22:38:00 -07:00
Kovid Goyal
21b45a20b4
Start implementation of hierarchical grouping in Tag Browser
2011-02-22 22:11:17 -07:00
Kovid Goyal
52c19d7b9b
caching of google identifiers and logic to get cover url from google identifier
2011-02-22 20:34:06 -07:00
Kovid Goyal
6460f08b7f
Only start emailer thread on demand
2011-02-22 20:17:57 -07:00
Kovid Goyal
dee216e6bb
Support for the Archos 7 tablet
2011-02-22 15:13:14 -07:00
Charles Haley
a256a21f7e
More robust serialization for user_categories in OPFs
2011-02-22 21:09:45 +00:00