⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 todo.svn-base

📁 okular
💻 SVN-BASE
📖 第 1 页 / 共 2 页
字号:
-> CHG: create a DocumentInfo structure for passing the font information from generators to the document-> ADD: presentation: link following (BR98388)-> ADD: add ebook-friendly alignment option, better layouting (BR100341)-> FIX: random crash when closing kpdf with kapp->quit() (don't use Settings:: in destructors)-> FIX: implement links for starting end exiting from presentation mode (pdf FullScreen, Close actions)-> CHG: cursor wraps on screen for dragging the page/dynZooming-> FIX: raised scaling performance by 10x times for typ usage, removed odd cases, speedups to viewScroll and dynZoom-> ADD: annotations: complete xml storage/retrieval of internal annotations-> CHG: page properties (bookmarks, annotations, ...) storage moved to Page class-> ADD: sidebar: add shortcut for showing/hiding it (BR99316)-> ADD: annotations: PDF1.6 reader (PDF's annotations -> our data structures)-> ADD: Internal data structures for annotations handling.-> FIX: rmb when no doc displayed to restore menu-> ADD: Save zoom setting on exit-> ADD: Put fonts used by the document on the properties dialog-> ADD: partial implementation of XYZ links-> ADD: google-like search on thumbnails-> ADD: use kde wallet for storing passwords of protected files*> The branch 'kpdf_annotations' was created at this point. [2005-Feb-12]-> FIX: trigger redraw on 'filter text' on current page (need new highlight engine first)-> ADD: Obey DRM is now a configuration option-> FIX: fixed viewport saving/restoring (+performance fix) on presentation mode-> FIX: leakfix when closing document while thread was running (no more leaks now)-> FIX: direct hi-performance pixels manipulation for highlighting (instead of the obsoleted setRasterOp)-> CHG: new search api. supports multiple searches at once, multiple highlights per page-> ADD: pageView moves smoothly when searching / moving in history-> ADD: better bookmark rendering in thumbnailslist (show 'clip overlay')-> CHG: changes and cleanups in pageView's mouse handling functions-> ADD: KTTSD simple support: speech selection using kspeech api via pure dcop (don't break compatibility)-> CHG: right click and drag while in 'normal' mode changes to 'selection' mode and selects-> FIX: complete valgrind check and leakfix (2 leaks were present) [27-Jan-04]-> ADD: history, forward/back history actions, history links and xml storage (10 steps)-> ADD: rmb popup on thumbnailslist (the popup shared with pageView: same behavior)-> ADD: display 'current page' / 'total pages' with analog indicator, active labels, etc-> CHG: Presentation mode is now Ctrl+Shift+p instead of F9 because it was colliding with Konqueror's toggle sidebar-> FIX: various in memory unallocator, preload with single pages, pageview-> FIX: optimized pageView (removed 1 waster req on start, lowered reqs)-> FIX: memory unloading order and hard swap avoiding-> CHG: open and open-recent buttons unified in Shell-> CHG: lens icon for the find-ahead messages-> ADD: page preloading-> FIX: smarter memory management / prioritize queries-> ADD: type ahead search in pageview (type '/' then the word to search..) (JakubS)-> FIX: scroll page if the the searched string is not visible-> FIX: use a global Viewport over the document (linked views, real link following, location restoring, etc)-> FIX: wrong zoom buttons order (BR74248) (check consistancy with kdvi/kviewshell/kghostview/.. (not konq))-> ADD: presentation: cursor modes: hidden, visible, hidden with delay (Tobias)-> ADD: presentation: default transition which is used when no transition is defined in document (Tobias)-> ADD: presentation: support for automatic advance and loop on last page (Tobias)-> ADD: presentation: add additional presentation page to settings dialog (Tobias)-> CHG: presentation: the round wheel indicator can be clicked to change page-> FIX: layout margins on pageView-> ADD: restore the last active page when a file is opened again-> ADD: Save bookmarks into a file so you they get recovered when opening the same file again (Albert)-> FIX: searchline back to work-> CHG: DocumentInfo is now a DomTree and the properties dialog is dynamically generated (Tobias)-> ADD: Presentation transitions are loaded from the pdf files as well as fullscreen state (Tobias)*> Merged on HEAD on 2005-01-02 (The branch is frozen, development continues here)-> FIX: Fix my update cursor FIX :-D-> ADD: Make kpdf aware of Find and GoToPage actions-> FIX: Update cursor correctly when a link moves to a page and the cursor is over a link on that page-> ADD: Asynchronous PDF Generator implementation (for the user: faster UI, preloading, etc..)-> FIX: Memory manager (free cache if needed, avoid disk swap and oom)-> ADD: Presentation View (only the 'glitter' transition implemented for now)-> FIX: FixPack1 [dyn_zoom repaints, initial panel width, zoom_lineedit focus proxy, searchwidget refactor{thumbs restoring on clear, buttons size, less code}, highlight bookmarked thumbnails]-> FIX: Some fullScreen loving, if we are on fullscreen put an action on RMB menu ti get out of it, if we were on fullScreen mode on exit bring back correctly if we were also seeing toolbar or menubar-> FIX: When in non continuous mode and scrolling up a page, set the viewport at the bottom of the page (Albert)-> ADD: Show the window maximized when the user opens the program for the very first time (Albert)-> ADD: Use 'Generators' as providers for contents generation-> ADD: Add properties dialog (Albert)-> ADD: Support for show/hide menubar in rmb menu, different from HEAD so that supports Konqueror too (Albert)-> ADD: Watch File option (Albert)-> ADD: import Marco Martin's "another kpdf icon" (kde-look: 16146) (Albert)-> ADD: dynamic zoom with mid mouse button (click and drag up-down to zoom in-out)-> FIX: merge select text & select gfx, two sections on the same pop-up menu-> ADD: reading aids (inverted display, recolor, black/white, draw link border, draw image border)-> FIX: zoom preserved when switching modes and flickerless drawing-> ADD: Printing as PS instead of as image (Albert)-> ADD: Remember page on session logout and put the document in it on session restore (Albert)-> ADD: gfx capturing tool-> ADD: composited renderer framework (in addition to a fast light one)-> FIX: pageview repaint done internally (speed boost and reduced memory consumption)-> ADD: KConfigXT settings framework and Accessibility config (acc. code mostly not done)-> FIX: workaround for scrollview bug 1/2 (painting hidden widgets under certain circumstances)-> ADD: zoom into a rect defined by mouse (aka zoom to window)-> FIX: sheet rotation in landscape case-> ADD: Some dcop functions (goToPage, openDocument and give # of pages) (Albert)-> MRG: link following ('actionMovie' kind is missing)-> ADD: text selection (rectangular blocks) in selection mode-> ADD: autoscroll page with Shift+Up/Dn keys (exact konqueror's behavior)-> CHG: remake single page mode-> FIX: zoom buttons in sync with text-> ADD: continuous mode-> ADD: multiple pages per view (gui selects 1 or 2 ppv)-> MRG: the option to open password protected files (from head)-> MRG: the Table Of Contents (from head)-> ADD: a 'search bar' with prune-as-you-type feature-> MRG: Albert's search ported and implemented case sensitive-> CHG: smart handling of pixmap using an Observer ID (thumbnails are gone, only pixmaps now)-> FIX: some toolbar/menu changes-> ADD: outline bottom and right edges (of pages)-> FIX: centering pages in the view-> FIX: kpdf output at 100% has exactly the same size as acroread now-> CHG: qsplitter layouting-> FIX: zooming works as expected (and added 'fit to page' too)-> ADD: new go to page dialog-> GHG: previews sorted by visible areas (prioritize items where the scrollbar is)-> FIX: previews speedup: 50-100%-> CHG: use local instead of X memory for thumbnails (..)-> MRG: merge lots of kpdf_part and part (centralview) code (to simplify/cleanup)*> The branch 'kpdf_experiments' was created at this point. Code refactoring started.-> ADD: Completely use xpdf code for rendering that solves most font problems (Albert)-> MRG: Replace xpdf version with lastest one (3.00) that supports PDF 1.5 (Albert)-> newest added features are at the top of the list

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -