1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00
Commit Graph

430 Commits

Author SHA1 Message Date
nowrep
826126fd2d Added multiple sizes for desktop icon + little fixes.
- fixed session restore problem, where tab url wasn't
  properly restored (and instead loads empty search on
  active search engine)
- fixed loading icons in next/back history menu
2011-12-14 15:16:09 +01:00
nowrep
1fc35ffa35 Spanish translation for linux desktop launcher
- also added copyright to menu.h + menu.cpp
2011-12-13 21:15:07 +01:00
nowrep
0fdb151d2a Middle click now works in bookmarks + history menu. See #58
- also changed some strings in czech + slovak translation
2011-12-13 19:18:05 +01:00
nowrep
a9a5900d9a Added new define for building on KDE. #59
- using just better icons for oxygen theme for now
2011-12-13 17:00:56 +01:00
nowrep
1abb6e8717 [Fix:] Fixed downloading of files with broken encoding on windows
- using QString::fromLatin1 and filtering all forbidden chars
  from filename
2011-12-13 16:36:45 +01:00
nowrep
05f1809242 Fixed typo "appereance"->"appearance". Thanks to #59
- also fixed in all translations
2011-12-13 16:02:41 +01:00
nowrep
942bbb005d [Fix:] Fixed crash when closing tab with active javascript dialog
- when one of javascript dialogs (alert, confirm, prompt) were active
  and tab was closed, QEventLoop wasn't terminated, thus leading to
  crash on application exit
- running QEventLoop is now exited in WebPage destructor
2011-12-13 15:38:09 +01:00
nowrep
21068cefd6 Updated Dutch + Chinese + Slovak translation 2011-12-13 14:08:21 +01:00
nowrep
078616bf89 Updated German + Spanish translations 2011-12-12 22:47:55 +01:00
nowrep
221bccdb9c Showing yellow locationbar on secured page in default linux theme.
- linux default theme was the only one theme, where you couldn't
  recognize whether you are on secured on normal page

  it now shows light yellow background of locationbar
2011-12-12 21:47:32 +01:00
nowrep
668c038147 Improved context menus in bookmarks manager
- added import bookmarks link to bookmarks manager
- edited coding style
- updated translations
2011-12-12 21:14:43 +01:00
nowrep
42b5ad7947 Fully implemented #58 + little improvement in locationbar
- it will now show empty url when going in history back or
  forward to speed dial
2011-12-12 18:30:08 +01:00
nowrep
c69022b670 Middle(or ctrl) click in history(forward/next) opens new tab. Closes #58
- the current tab will be duplicated (thus all history will be copied)
  and the created tab will go to desired history item.
- also updated Dutch + Chinese translations, thanks again to translators
2011-12-12 18:07:07 +01:00
nowrep
e112166fad Hidden option to change User Agent.
- it won't be in Preferences for now, as changing user agent
  is really not the thing that every user should do.
  If you don't know what are you doing, you can get unexpected
  behaviour on some sites.

  So you have to edit settings.ini file in your profile directory.
  More informations at FAQ (last question)
2011-12-11 20:32:46 +01:00
nowrep
4af108642c Fixed setting user defined fonts + option to set useragent 2011-12-11 19:37:16 +01:00
nowrep
6378c4d3fe Improved opening bookmarks inside subfolders. Closes #54 2011-12-11 17:51:03 +01:00
nowrep
7d3fa5d4c4 Restoring closed tabs now remember its position in tabbar.
- used only when restoring single tab, not when restoring all
2011-12-11 17:03:18 +01:00
nowrep
e3db115fc3 Click on arrow in locationbar now shows most visited pages. Closes #23
- also updated German translation
2011-12-11 14:12:40 +01:00
David Rosca
dd3f59da4d Merge pull request #57 from JHooverman/master
Updated German translation
2011-12-11 04:34:17 -08:00
Jonathan Hooverman
b683f40ab4 Updated German translation 2011-12-11 13:30:52 +01:00
nowrep
ef541493da Added image for previous commit. Closes #53 2011-12-11 12:36:03 +01:00
nowrep
4f8454a3d9 Added "broken page" image to speed dial when loading fails.
+ updated translations
2011-12-11 12:34:51 +01:00
nowrep
65f4bf1a1b Improved showing url in locationbar on opening tab
- when opening new tab (restoring session, restoring
  closed tab, ...), url of tab will be shown in locationbar
  immediately - not after first progress tick fires
2011-12-11 11:07:26 +01:00
nowrep
df72343ee2 Updated Spanish translation + little fixes for restoring session
- fixed showing of "Do you want to restore session" after crash
  when using restore session on startup behaviour
  (regression from adding speed dial option)
2011-12-10 22:53:01 +01:00
nowrep
33813592a5 Cookie manager sorting + Preferences under Edit on Linux
- also added new script to show download stats of PPA
2011-12-10 13:15:07 +01:00
nowrep
c8e170a06b [Fix:] Should fix occasional crash on deleting + searching in history
- also when adding new top level item into history sidebar + manager,
  it will be inserted at the beginning of list, not at the end
   - it will always be history entry from current day, so there is no
     reason to put it at the end of the list
2011-12-10 00:13:37 +01:00
nowrep
f03b05fecb Speed Dial: fixed showing of loading animation in first tab
- also using faster QWeakPointer everywhere instead of slower
  and deprecated QPointer
2011-12-09 21:56:01 +01:00
nowrep
80dab0151a Edited string from previous commit. 2011-12-09 21:16:32 +01:00
nowrep
ae93d5326e Bookmarks import dialog - show message on success
- after all icons are fetched, message "Please click
  on Finish to save bookmarks." will be shown, instead of
  confusing "Fetching icons..."
2011-12-09 21:10:16 +01:00
nowrep
43e04991fa Updated German + Spanish translation
- update *.qm files
2011-12-09 18:10:01 +01:00
David Rosca
c9093fe2ed Merge pull request #52 from JHooverman/master
Updated German translation
2011-12-09 09:09:30 -08:00
Jonathan Hooverman
5597c23113 Updated German translation 2011-12-09 18:06:13 +01:00
Jonathan Hooverman
89b534cdfb Updated German translation# 2011-12-09 17:59:30 +01:00
nowrep
5336c1f41d [Fix:] Fixed showing close button on pinned tab on session restore.
- removed hide close button when there is only one tab option
2011-12-09 16:44:00 +01:00
nowrep
6ec593f436 Added option to import bookmarks form html. Closes #29
- also updated translations scripts
- updated translations
2011-12-08 21:52:03 +01:00
nowrep
51c178c5f1 Using asynchronous write to sqlite database when useful.
- DatabaseWriter class
2011-12-08 19:12:43 +01:00
nowrep
ec7fc4d6ad Edited behaviour of showing bookmarks toolbar section in bookmarks menu
- this section will now be shown in bookmarks menu only when
  bookmarks toolbar is visible

- you are still able to organize bookmarks in toolbar in
  bookmarks manager
2011-12-08 18:11:05 +01:00
nowrep
42079d50b5 Some minor changes in restoring tabs + pinned tabs
- it may fix showing close button on pinned tab
  when restoring on qt 4.8 (probably, I cannot reproduce
  this even on qt 4.8 so I cannot exactly tell)
2011-12-07 21:48:50 +01:00
nowrep
a7736d4130 Finally fixed site icon for qupzilla: scheme pages
- for some reason, Qt 4.8 does not load site icon
  from qrc: scheme (and also data: scheme) correctly
2011-12-07 21:32:47 +01:00
nowrep
c296dfd965 Fixed showing preview of local files in site info dialog.
- using QUrl::toLocalFileName rather than
  QUrl::toString(QUrl::RemoveScheme)
- should work now on KDE without problems
2011-12-07 18:57:42 +01:00
nowrep
8e885ec065 Private Browsing dialog will only show for the first time. 2011-12-07 17:59:41 +01:00
nowrep
cbde1158eb Support ctrl + mouse click on bookmarks toolbar
- also on home button in toolbar
2011-12-07 15:17:21 +01:00
nowrep
6c5aefefb8 [Fix:] Crash in Web Inspector + User Style Sheet loading
- also reverted .ico favicon change, using .png favicon
  again (it SHOULD display correctly in ubuntu now)
2011-12-07 13:54:06 +01:00
nowrep
529d8e16dc Removing unnecessary code.
- namely pagethumbnailer call in about dialog
2011-12-06 21:14:52 +01:00
nowrep
47887329da Updated Dutch + Spanish translation. Little improvements in downloads.
- save file is now selected option in download dialog, also your
  choice is saved (through one browser run), so if you choose to open
  file, then each next downloaded files will have automatically selected
  open file selection (instead of default save file)

- hopefully fixed one crash in webview, showing QMenu with popup()
  instead of exec(), popup() is asynchronous call.

- scrolling to top in source viewer on open
2011-12-06 19:18:06 +01:00
nowrep
f75b336e36 Added PPA for Ubuntu. Update if you are using Ubuntu :-)
- currently containing development snapshot of QupZilla
- a lot of improvements and Speed Dial
2011-12-05 21:44:36 +01:00
nowrep
a80ad9d4b8 Focus improvements in locationbar and speed dial.
- when you start browser (or open new window) and you have
  open speed dial or empty page set, locationbar will now be
  focused so you can start writing address
- when editing page in speed dial, after clicking on edit, url
  field will be automatically selected + focused
2011-12-05 19:54:17 +01:00
David Rosca
7174e217ec Merge pull request #50 from JHooverman/master
Updated German translation
2011-12-05 08:49:13 -08:00
Jonathan Hooverman
17ca3fa599 Updated German translation
Please enter the commit message for your changes. Lines starting
2011-12-05 17:44:31 +01:00
nowrep
23b44cc2ac Moved .pro file to root dir. No more need to cd src to start building.
- please update your scripts if you used some
2011-12-05 17:27:49 +01:00