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

38 Commits

Author SHA1 Message Date
nowrep
195288c83b [Fix] Fixed restoring multiple windows + added global defines header
- also added tests directory with html files to test QupZilla behaviour
- it only contain opening links test, more tests will come
2012-01-21 23:19:38 +01:00
nowrep
977f9db6f6 Refactoring whole code to support popup windows.
- it is needed to provide support for casting WebView
  into TabbedWebView and PopupWebView
2012-01-21 20:27:45 +01:00
nowrep
27c4441848 Improved possibility to open some actions in new tab.
- Alt+Enter shortcuts for locationbar and websearchbar
- middle click on magnifying glass (in websearchbar) now
  open search results in new tab
- search results of selected page on page is now also opened
  in new tab
- updated portuguese translation
2012-01-18 16:52:30 +01:00
nowrep
57da64d133 Finally fixes #156 and fixes sidebar width with Qt 4.8
- disconnecting only own signals, keeping Qt internals
  so Qt can know when objects are deleted
    * QObject::destroyed(QObject*) [signal]
2012-01-14 11:46:06 +01:00
nowrep
999f0ef702 Using global QSettings object, should save some writes to disk.
- instead of creating new QSettings objects whenever we want to
  save some data, we are using global QSettings object that is
  keeping its data in memory and writing to disk only when
  really needed
2012-01-11 21:58:25 +01:00
nowrep
8d3c56afe2 Code style + fixed cppcheck warnings.
- using static_cast rather than C-style casting
2012-01-02 17:23:31 +01:00
nowrep
f3970f164b Updated copyright for new year. Closes #100 2012-01-01 15:29:55 +01:00
nowrep
d23704bc82 Hide new tab button while moving tabs. Closes #103
- also updated spanish translation
2011-12-29 21:50:03 +01:00
nowrep
9564b0a5a9 Cleaned #ifdefs, Preferences in menu on all platforms. Closes #96 2011-12-28 13:16:04 +01:00
nowrep
1898643224 Opens all bookmarks in folder after middle click in menu. Closes #68
- also setting title of new tab when loading bookmarks/history when
   possible (when we know title of history entry / bookmark, let
   show on tab its title, rather than showing just "New page")
2011-12-20 18:58:42 +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
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
2cb067878d Coding style, fixed cppcheck warnings + improved html highlighter
- html highlighter is now highlighting with reg exps, no more with hard
coded tags/tag options
 - all cppecheck warnings fixed + added script (cppcheck.sh)
 - introduced coding style + added astyle script (coding_style.sh)
 - fixed one mistake in czech translate + updated windows installer
2011-11-06 17:01:23 +01:00
nowrep
4a556a4adc Improved cookies filtering + fixed crash
Improved cookies filtering for domain mismatch and for tracking cookies,
it is now fully (i hope) working and ready to use in everyday browsing.
Please test it by yourself and report any issues.
Also fixed crash when closing cookies manager window with "Close" in
title bar or with Alt+F4
2011-11-05 15:04:29 +01:00
nowrep
a4b39822a6 Various small fixes (including fullscreen buttons hiding)
When going to fullscreen, add tab button will no longer stay on screen,
and also when going back to normal screen, list tabs button will no
longer be hidden.
2011-10-24 17:46:45 +02:00
nowrep
56397717f9 Add Tab icon next to last tab
Also uploaded scripts for various jobs related to QupZilla to github
(scripts folder)
2011-10-23 14:44:18 +02:00
nowrep
dca3d3a31a Fixed occasional random crashes + middle mouse click improvements
Using now qobject_cast everywhere possible instead of c++ type cast
Middle mouse click in bookmarks manager (library + sidebar + toolbar)
and history manager (library + sidebar) now opens a new tab
2011-10-18 21:07:58 +02:00
nowrep
12fb69a2fd Middle mouse click on free space on tabbar now open a new tab 2011-10-17 23:34:57 +02:00
nowrep
6f395631ad Updated copyright informations 2011-10-17 09:57:07 +02:00
Daniele Cocca
73d11206ae Adding the possibility to close a tab by middle-clicking it. 2011-10-14 23:32:12 +02:00
nowrep
d361c0631d Updated drawing of tabs in TabBar. It will no longer show "..." when not
needed.
With this update is also possible implement showing "new tab" button
after the last tab
2011-10-14 23:12:10 +02:00
nowrep
49c2b36071 Added new IconProvider interface, improved performance of opening new
tab and updated themes
2011-09-30 21:44:18 +02:00
nowrep
9902e64f81 Added theme support. 5 themes are available now: Chrome, Windows, Old,
Linux Native and Mac
2011-09-11 19:15:06 +02:00
nowrep
3c6eee9964 A lot of improvements in Browsing Library
huge optimalization for history sidebar + manager loading with a big
profile
2011-07-30 17:57:14 +02:00
nowrep
4c325ed108 Fixed a visual bug of TabBar on gnome after viewing a flash video 2011-07-19 15:18:49 +02:00
nowrep
5cafc27cf0 Added ClosedTabsManager class which handles list of closed tabs and
offers to restore them one by one
2011-05-07 12:59:53 +02:00
nowrep
d3ef260c12 Updated menus, added &shortcuts 2011-04-09 00:22:50 +02:00
nowrep
ceccb7a4e0 Added Duplicate Tab feature 2011-04-08 17:27:08 +02:00
nowrep
91bd95dc59 Various changes in add new tab button and list all tabs menu 2011-03-26 13:34:08 +01:00
nowrep
0102bd8ca3 Removed unused CloseButton class 2011-03-25 19:40:03 +01:00
nowrep
2717446306 Changed width of pinned panel.
It looks allright for my gnome, this size is probably going to change to
fit to Windows also
2011-03-25 19:33:00 +01:00
nowrep
be80930053 Added Pinning Tabs feature 2011-03-25 19:16:21 +01:00
nowrep
d9d8506536 Updated code model 2011-03-17 17:03:04 +01:00
nowrep
0d1548c0b2 Introduced mApp macro 2011-03-04 13:59:07 +01:00
nowrep
3847f8662d Added copyright header to all files 2011-03-03 18:29:20 +01:00
nowrep
b23ed87b87 Initial commit 2011-03-02 16:57:41 +01:00