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.

In Progress

1.    Complete dview::slotSslErrors().
2.    Implement URL blocking. Look at QNetworkAccessManager::createRequest().
3.    Implement bookmarks.
4.    Store cookies to permanent storage.
5.    Provide a cookie browser.
6.    The file manager should allow copying and duplicating of directories
      and files.
7.    Pure privacy mode, including plugins.
8.    Retain download information, if instructed to do so.
9.    Provide a means for customizing the search engines.
10.   Prevent undesired JavaScript actions.
11.   Implement popup blocker exceptions.
12.   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.
13.   The url widget's completer should default to a date order whenever the
      pulldown is clicked.