Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/NOTES
diff options
context:
space:
mode:
authornshmyrev <nshmyrev@e12069bd-dc25-0410-a696-d39a8afcd844>2007-01-28 20:43:21 (GMT)
committer nshmyrev <nshmyrev@e12069bd-dc25-0410-a696-d39a8afcd844>2007-01-28 20:43:21 (GMT)
commit255c513d92fde009e0e706ddb97bfd47635884f6 (patch)
treed48b29ff1edb48dfd70976993d5a26d3d6821dfe /NOTES
parentf1cc0e9de083239758159ff4fe92530cbbeb19b1 (diff)
2007-01-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* NOTES: * backend/djvu/djvu-links.c: (djvu_links_get_links_model): * backend/pdf/ev-poppler.cc: * libdocument/ev-document-links.h: * libdocument/ev-link.c: (ev_link_get_page): * libdocument/ev-link.h: * shell/ev-history.c: (ev_history_init), (ev_history_class_init), (ev_history_add_link): * shell/ev-history.h: * shell/ev-navigation-action.c: (activate_menu_item_cb), (new_history_menu_item), (build_menu): * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history): * shell/ev-sidebar-links.c: (create_loading_model), (print_section_cb), (ev_sidebar_links_construct), (fill_page_labels), (update_page_callback_foreach), (update_page_callback), (job_finished_callback): * shell/ev-view.c: (ev_view_handle_link): * shell/ev-window.c: (ev_window_find_chapter), (ev_window_add_history), (view_handle_link_cb), (history_changed_cb): Implements another history variant git-svn-id: svn+ssh://svn.gnome.org/svn/evince/trunk@2264 e12069bd-dc25-0410-a696-d39a8afcd844
Diffstat (limited to 'NOTES')
-rw-r--r--NOTES23
1 files changed, 23 insertions, 0 deletions
diff --git a/NOTES b/NOTES
index fadc30f..3c7db7a 100644
--- a/NOTES
+++ b/NOTES
@@ -52,3 +52,26 @@ THOUGHTS ON SELECTION:
* click-drag, dbl click, triple click, shift-click, search, shift-cursor move
+
+THOUGHTS ON HISTORY:
+====================
+
+ * We need single history button, back/forward will complicate things.
+
+ * When we jump on dest link we should add current page and link to the history.
+
+ * When we jump on external link we should just add external link.
+
+ * It's enough to have 7 entries in history, too many entries complicates things.
+
+ * We should avoid duplicate entries in history. If we'll activate entry
+ that already exists (have the same title) we can just move it to the top.
+
+
+
+
+
+
+
+
+