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

493 Commits

Author SHA1 Message Date
Jonathan Hooverman
669a1c695b Small fixes 2011-12-16 19:38:29 +01:00
nowrep
2cfd9808ec Possiblity to move up/down in search engines manager and other...
- F6 shortcut for focusing locationbar
- no more empty title in history back/next menus
- showing only active norification preview in preferences
2011-12-16 19:07:36 +01:00
nowrep
bed30cb483 Showing revision number in About dialog.
- it will be only shown when compiling with git_revision file
  in root directory (where QupZilla.pro is).

  This file should contain commit hash.
2011-12-16 14:46:31 +01:00
nowrep
e6222bc65c Fixed mistake in Qt Linguist screen 2011-12-16 12:17:15 +01:00
nowrep
26f8c5ef46 Added screenshots of Qt Linguist for wiki 2011-12-16 12:10:14 +01:00
nowrep
d27293355e Added empty.ts translation file for new translations. 2011-12-16 12:03:47 +01:00
nowrep
3f5c07163f Removing StartupNotify=true from desktop launcher
- also removed system watcher from TODO
2011-12-15 19:09:41 +01:00
nowrep
9be140ffa6 FileSystemWatcher: Reloading local files when they changes
- implement with QFileSystemWatcher
- only one tab with the same file will be watched
2011-12-15 19:08:33 +01:00
nowrep
de3535b8db Edited copyright + escaping html entities in copyright at qupzilla:about
- adding my email <nowrep@gmail.com> to copyright
2011-12-15 18:34:48 +01:00
nowrep
4439a1d57f [Fix:] Crash when opening js dialog from locationbar and closing tab
- how to reproduce:
  1. write javascript:alert("test"); to locationbar and hit enter
  2. alert will show up
  3. close tab
  4. app will most likely crash
2011-12-15 17:43:06 +01:00
nowrep
c78d9f4978 [Fix:] Fixed tab animation when moving mouse ot of tabbar
- calling QTabBar::mouseReleaseEvent
2011-12-15 17:03:50 +01:00
nowrep
04af41d0b2 OS/2 related tweaks.
- fixed compilation error by renaming menu.h to enhancedmenu.h
2011-12-14 22:30:05 +01:00
nowrep
59de491557 Version 1.1.0
- checking for updates is by default disabled on Linux
- added Polish translation, thanks to Michał Szymanowski
2011-12-14 18:09:43 +01:00
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