Skip to content

Commit

Permalink
toolbar implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulo Cesar committed Dec 1, 2009
1 parent 21ab730 commit 2491e5c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
13 changes: 13 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
macuco (0.2-1) unstable; urgency=low

* implemented a navigation toolbar

-- Paulo Cesar <puelocesar@gmail.com> Tue, 1 Dec 2009 19:45:00 -0300

macuco (0.1-5) unstable; urgency=low

* implemented open links in new window
* fixed horizontal scrollbars

-- Paulo Cesar <puelocesar@gmail.com> Sat, 12 Nov 2009 00:54:00 -0300

macuco (0.1-4) unstable; urgency=low

* Zoom with hardware keys
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ XB-Maemo-Icon-26:
aGhYyaaWVmIzk1zqvzjnr677wVvvnjoCGHeFAEzTtA+GBh6dGZt6LjW/0GQU
TdlqVZAVC2+//Gv6Bm+yuuNeNmxoo3l1M/XBWqJDE7z+5iGz/+r5y1U11U8c
PXMudDfgNuizmLw2WRqdHt0xPHDjGVEUNmmaJvzpL3/mgZ5d1PuDLMwvIEoS
LpeTq+ErXL7aezKRTH/vxvj49BchAP8CTGQ2vpFDlBwAAAAASUVORK5CYII=
LpeTq+ErXL7aezKRTH/vxvj49BchAP8CTGQ2vpFDlBwAAAAASUVORK5CYII=
3 changes: 0 additions & 3 deletions src/webpage.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ class WebPage : public QWebPage

cookieJar = new NetworkCookieJar;
networkAccessManager()->setCookieJar(cookieJar);

settings()->setAttribute( QWebSettings::OfflineStorageDatabaseEnabled, true );
settings()->setAttribute( QWebSettings::LocalStorageEnabled, true );
}

void saveCookies()
Expand Down

0 comments on commit 2491e5c

Please sign in to comment.