Completed

1.    Implement print utilities for the file manager.
2.    Determine roles of various options when browsing files.
3.    Page icons are not displayed. Why? Qt 4.6.3 resolves this issue.
4.    Implement an FTP browser.
5.    Ability to play MP3s and videos.
6.    Copy, paste, etc. icons.
7.    Copy, paste, etc. actions should be disabled/enabled accordingly.
8.    Must allow global font selection.
9.    Allow setting of page fonts.
10.   Search and URL widgets should notify listeners of copy events.
11.   Implement shortcuts in Full Screen Mode.
12.   Provide context menu for downloading files via the FTP browser.
13.   Improve the history menu.
14.   Pasting in the search and url widgets should copy the contents
      from either the clipboard buffer or the widget's buffer.
15.   Disable copy and paste actions while browsing files and ftp sites.
16.   Some of the icons are not updated after the current theme is replaced.
17.   The FTP browser should provide a history.
18.   The history menu should have a maximum of 15 items. Once the limit is
      reached, old items should be replaced.
19.   Ctrl+W does not work when viewing the Desktop. This shortcut is intended
      to close QMdiSubWindow objects. Replaced with Ctrl+Shift+T.
20.   Inspect the busy cursor. Seems to be wild at times.
21.   Functional cookies!
22.   Implement a history browser.
23.   Improve the silly history.
24.   Shortcuts:
	CTRL + ENTER (.com complete)
	SHIFT + ENTER (.net complete)
	CTRL + SHIFT + ENTER (.org complete)
	ALT + ENTER (open in new tab)
25.   Close the current tab if the middle mouse button has been clicked.
26.   Allow user to close many tabs.
27.   The download list's Clear List button is not enabled under certain
      conditions.
28.   Allow url selection via the up and down keys.
29    Must differentiate between a JavaScript request to open a new window and
      an HTML request.
30.   createWindow() must create a dialog-like window if instructed to do so.
31.   Implement advanced Web fonts.
32.   Provide an option for removing Dooble's WebpageIcons.db file.
33.   Prevent undesired JavaScript actions.
34.   Provide a cookie browser.
35.   Dooble must retrieve page icons on its own and pass an empty string to
      QWebSettings::setIconDatabasePath().
36.   Retain download information, if instructed to do so.
37.   Store cookies to permanent storage.
38.   Expand the file manager's columns. Add permissions, owner, etc.
39.   Prevent loadStarted() signal flooding. This problem is
      apparent when the user has initiated a load from beyond the
      contents of a page. That is, clicked links do not instigate this
      issue. Navigating from a page via a link will also create this
      problem.
40.   An option to automatically delete cookies every so often.
41.   Support for blocking cookie domains.

In Progress

1.    Complete dview::slotSslErrors().
2.    Implement URL blocking. Look at QNetworkAccessManager::createRequest().
3.    Implement bookmarks.
4.    The file manager should allow copying and duplicating of directories
      and files.
5.    Pure privacy mode, including plugins.
6.    Provide a means for customizing the search engines.
7.    Implement popup blocker exceptions.
8.    Double-clicking on known file types from the file browser should
      be well-defined. Perhaps a new option to define file types and
      Dooble's behavior regarding said file types.
9.    The url widget's completer should default to a date order whenever the
      pulldown is clicked. User configurable?
10.   Rapid mouse clicks may trigger blocking of acceptable popups.
11.   Implement encodings.
12.   Integrate the History window into the Main window's sidebar.
13.   Editable cookies. Baked cookies.
14.   Implement the Vault. The Vault will provide users with the capability
      of total encryption of local data. Local data includes cookies,
      download information, and histories. As bookmarks become available,
      they too will be encrypted. GnuPG is the current choice of
      technology that will provide the encryption as it is available
      on a variety of systems
      (http://www.gnupg.org/download/supported_systems.en.html).
15.   Syntax highlighting.
