Граф коммитов

103 Коммитов

Автор SHA1 Сообщение Дата
alta88@gmail.com 093a239c07 search enhancements WIP 2 2010-01-26 08:50:00 -07:00
alta88@gmail.com eca5c6082d search enhancements WIP. 2010-01-23 16:11:33 -07:00
alta88@gmail.com 577c256f9c localize some non localized strings. 2010-01-19 10:34:56 -07:00
alta88@gmail.com 480deb07cc fix collections tree hover text (workaround to using & as delim in string with url..) 2009-12-17 15:44:48 -05:00
alta88@gmail.com 508a20b6ea use throbber to indicate busy on List source, so much better than a static image. 2009-12-03 15:11:56 -05:00
alta88@gmail.com f2188b0666 allow user requested refresh of paused source without resuming first; add Mark All as Read, Resume All Refresh, Pause All Refresh menuitems; fix stats title for 0 records case. 2009-12-03 11:14:11 -05:00
alta88@gmail.com c1d7039417 Fx 3.6 compatibility (not backwards compatible); make creating authors collection optional; make favicons work better. 2009-12-02 14:46:37 -05:00
alta88@gmail.com 1298a72b8d implement retention policy processing. messages are marked deleted, for later purge processing which is manual for now. timer is 12 hours, customization to be added. 2009-11-21 13:13:06 -07:00
alta88@gmail.com f0c8a8f580 implement message flagging; implement read/unread cycler toggle. 2009-11-16 18:15:26 -07:00
alta88@gmail.com 2f1096f006 add confirm dialogs to remove items; fix some more properties dialog bugs. 2009-11-15 18:41:36 -07:00
alta88@gmail.com d86e37176e ensure no multiple active refreshes (db concurrency level) by disabled button when refresh active; attempt to handle throw exception in Request object. 2009-11-11 19:03:07 -07:00
alta88@gmail.com 628e5cad07 implement architecture and GUI for per source refresh and message retention settings (retention processing not yet active); change code to use sourcesByID (cached) rather than sources getter (build from db); create Mixins.meld to handle global/sourceType/user defined attributes handling; some more error handling tweaks.
--HG--
rename : content/bookmarkProperties.xul => content/bookmarkProperties2.xul
2009-11-11 15:38:07 -07:00
alta88@gmail.com 84e6b79fb5 better collection level select algos. 2009-11-06 15:14:21 -07:00
alta88@gmail.com 58df8c8e83 implement selection of all collections and subfolders and subcollections within a container (folder). 2009-11-04 12:50:29 -07:00
alta88@gmail.com 7c9557d679 implement source refresh pause/resume with collections tree state indicators and contextmenus. 2009-11-03 21:06:46 -07:00
alta88@gmail.com 7d3e601297 fix bad file commit. 2009-11-03 13:13:22 -07:00
alta88@gmail.com b121fad6b1 more error handling and feedback tweaks: implement "disabled" source state; handle transactionInProgress in sources.persist; ensure statement reset where not; don't refresh busy or dead sources. 2009-11-03 13:01:28 -07:00
alta88@gmail.com 2c3cb4a1c9 implement sources.attributes, messages.attributes; implement backend for per source refresh interval; fix db14 conversion bugs; robustify error handling in subscribe dialog and remove source on db errors. 2009-11-01 14:25:45 -07:00
alta88@gmail.com d20518438c fix busy state when collections tree unavailable (list view closed). 2009-10-24 15:23:41 -06:00
alta88 145738c722 Search enhancements v4: implement NEAR searches, with ~. 2009-08-01 18:22:47 -06:00
alta88 141e4efda7 Search: add a help dialog; edit check tweak. 2009-08-01 11:15:12 -06:00
alta88 3b374c0a62 Search enhancements v3: make messages/collections menuitems radios, regex tweaking to support mixed ascii/latin1 and non latin1 words, edit check double pipe to avoid crash. 2009-07-26 23:32:32 -06:00
alta88 7aaeb1cf64 Search enhancements v2: better parsing of terms as regex can't do it all, improve highlighting of terms with symbols given sqlite's inexact matching of symbols. 2009-07-25 11:45:14 -06:00
alta88 d368f1b9fa Search enhancements v.1: implement multi item text highlighting of search terms, add unicode support, add edit checking/search textbox background feedback. edit checking attempts to match capabilities/limitations of sqlite FTS, in addition to preventing sequences that result in crashes. 2009-07-24 01:11:27 -06:00
alta88 20c34aae74 tweak modkey-click behavior when filtering. 2009-07-15 10:23:30 -06:00
alta88 7adcb28ecc implement stats and state visuals for custom views and folders, ie rollup within containers. 2009-07-14 18:22:58 -06:00
alta88 3c754e7543 code cleanup now that River no longer uses the collections tree or code, fix sidebar toolbar states/toggling. 2009-07-12 22:46:26 -06:00
alta88 301176a0ee rewrite places db rebuild code, add menuitem for rebuild. 2009-07-12 20:28:35 -06:00
alta88 031a4fd488 (no commit message) 2009-07-11 10:48:53 -06:00
Myk Melez 4654426b3c bug 499792: fix author removal from the list view by treating a.id in Places URLs as the person ID it is 2009-07-09 19:08:20 -07:00
alta88 6f357d5f7a use source.unstore in removeSource(), clean up notifies. 2009-07-07 13:09:19 -06:00
alta88 508eda2eb4 implement 'error' state and visuals for collections tree. 2009-07-07 08:08:41 -06:00
alta88 198b2745ec Bug 500020, fix refresh source to not persist old messages unnecessarily, a big perf improvement on refresh; make sure sourcesById uses the getter not the var. 2009-07-06 19:26:32 -06:00
alta88 f1f696cd2a implement 'busy' property and visuals for collections tree; fix inefficient 'mark all read' code. 2009-07-05 09:04:45 -06:00
alta88 8fa97ed3be add new/unread/total stats to collection titles. but not sure this is the best way.. 2009-07-02 18:35:02 -06:00
alta88 90323ec456 implement 'new' handling and visuals in list view. 2009-07-02 14:58:59 -06:00
alta88 70d7247c92 implement caching collections data (new, unread, total msgs) and style collections, a WIP. 2009-07-01 09:30:48 -06:00
alta88 ded6be1387 implement infrastructure for adding properties atoms to the Collections tree, so far can select on if a Collection is a 'sysCollection', 'source;, 'author', 'view' as well as adding title-name; simplify inline rename code 2009-06-29 10:16:44 -06:00
alta88 65fff1df85 reimplement searching messages and collections tree.
--HG--
rename : locale/en-US/search.dtd => archive/search.dtd
rename : locale/en-US/search.properties => archive/search.properties
2009-06-22 09:27:14 -06:00
Myk Melez 4b684b81c5 implement Undo for feed auto-subscription
--HG--
extra : rebase_source : 08aa4251affda8e26a09829b2328770ffaee6525
2009-06-14 12:15:38 -07:00
alta88 fd323528cc fix filtering behavior when deselecting a collection. 2009-06-12 08:57:32 -06:00
alta88 a05a3c7a79 fix for message object changes in 9e95bd373024; deletion handling tweak. 2009-06-10 09:02:50 -06:00
alta88 c035b2429b some more name change cleanup, errors, warnings tweaks . 2009-06-09 11:34:27 -06:00
Myk Melez 04c922a148 merge 2009-06-08 15:30:06 -07:00
alta88 f41ae66e23 more message deletion work; implement concept of 'trash' (though it will not be called that and have so such thing as a folder), handle 'current' flag cases to prevent dupes, add 'show deleted' and 'purge deleted' buttons. remaining: contextmenu purge and undelete of deleted items. 2009-06-08 15:14:48 -06:00
alta88 2abbeb4e9c further message deletion enhancements and tuning; implement list view contextmenu and multiselection deletes. still a WIP, deletes not yet handled for subsequent refreshes if 'current'. 2009-06-06 23:57:39 -06:00
alta88 72eb7d4d93 implement first cut of message deletion (single message from button); add to the message object a new author object (per necessity and FIXME). 2009-06-03 12:15:09 -06:00
Myk Melez bc41036536 merge 2009-06-05 21:54:38 -07:00
alta88 25fbaf8d3e Bug 480375 - adding messages to long list view horks UI thread 2009-05-24 18:10:24 -06:00
alta88 fdde299293 header: make buttons keyboard toggleable, allow user setting of header height, various minor tweaks. 2009-05-16 10:07:57 -06:00