0
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected 1 day ago.
May 17, 2023 — May 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added tag pdi_support for changeset c043f0cb8710 More... over 16 years ago
Incorrect indentation in findfile() resulted in exception if first dir in sys.path didn't have the file. More... over 16 years ago
util.py is not used anymore - removed More... over 16 years ago
Added PDI format support More... over 16 years ago
Minor cleanup and refactoring More... over 16 years ago
Initial set of changes to support multiple dictionary formats. More... over 16 years ago
Added tag v0.5.2 for changeset fb3de1c2c31d More... over 16 years ago
Site updated for 0.5.2 More... over 16 years ago
Fixed error in indexing algorithm. When converting single pointer to list of pointers first index point was lost. Multiple pointers for the same index point are now stored in sets instead of lists (to guarantee all pointers are unique). More... over 16 years ago
Store last_drag_coords in article view. Using same attribute to store last drag coords regardless of article view would sometimes lead to inconsistent state. More... over 16 years ago
Version updated to 0.5.2 More... over 16 years ago
Better handling of handler cleanup in article view, better event handling when adding to history. More... over 16 years ago
Workaround for indexing broken dictionaries. Some dictionaries have portions of word list where words starting with the same substring are not grouped together. As a result some words couldn't be found after indexing on-the-fly: the last index point was recorded, and lookup would always start from there, missing out some words that appear earlier in the word list. This workaround records all index points during on-the-fly indexing, get_word_list_iter() uses this later to search word list from all these positions. More... over 16 years ago
Added tag v0.5.1 for changeset c4fe6d33873d More... over 16 years ago
Site updated to point to 0.5.1 downloads More... over 16 years ago
Version updated to 0.5.1 More... over 16 years ago
article_drag_started moved to ArticleView Also added extra check to prevent link click while dragging More... over 16 years ago
Added tag scroll_by_dragging for changeset 41c68699e0de More... over 16 years ago
Save state of "Drag Selects" menu item in app state More... over 16 years ago
clear_selection() moved to ArticleView More... over 16 years ago
Revise event handlers to properly block selection. Previously selection was only blocked over the text and could be initiated in the small portion at the bottom of text view where text ended. More... over 16 years ago
Performance improvements for drag scroll. Mouse motion handler that changes cursor over links tirned out to be quite expensive. Now it is turned off for Hildon version. More... over 16 years ago
Implemented scroll by dragging, added menu option to toggle between scroll and select More... over 16 years ago
Added tag v0.5.0 for changeset 2999a1f59c45 More... over 16 years ago
Homepage updated to point to 0.5.0 downloads More... over 16 years ago
Version updated to 0.5.0 More... over 16 years ago
Allow inaccurate link clicks. Ignore movements within one pixel of original button press event, otherwise on N800 it becomes hard to click on a link. More... over 16 years ago
Update completion timeout increased from 1 to 2 min More... over 16 years ago
Status dialog code updated. gtk.MessageDialog is now used directly. For some reason text label in the dialog is selectable, so cursor is visible and text sometimes comes up selected, so now we force all the labels in the dialog to be non-selectable - makes it look a bit nicer. More... over 16 years ago
Hildon code updated so that status display dialog appears before main window is destroyed More... over 16 years ago