nowrep
c31ee75928
History menu submenus and List of closed tabs in tab bar
...
- merged pejakm-master
- also using const variables in foreach loops everywhere it is possible
- updated translations
2012-01-23 17:30:34 +01:00
nowrep
08dae0e4ce
Merge branch 'master' of https://github.com/pejakm/QupZilla into pejakm-master
2012-01-23 16:01:58 +01:00
nowrep
23b73ce388
Fixing compilation on Mac. Closes #215
...
- one missing include: <QFileOpenEvent>
2012-01-23 16:01:02 +01:00
Mladen Pejaković
4a4111161c
History menu submenus for recently visited and most visited
2012-01-23 00:14:01 +01:00
nowrep
2d5266333e
Don't trigger QWebPage::InspectElement twice on Windows.
2012-01-22 16:41:57 +01:00
nowrep
2ea51405fd
Fixed loading empty page upon closing last tab.
2012-01-22 16:28:11 +01:00
nowrep
0c699c709c
Little improvements regarding popup windows + opening new tabs.
...
- showing popup window in center of screen if requested position
has top left coordinates [0,0]
2012-01-22 15:15:43 +01:00
Mladen Pejaković
dcd3615d81
Eye candy: icon for Open location in File menu
2012-01-22 02:49:25 +01:00
Mladen Pejaković
18ab37e5cd
Eye candy: icon for Send link in File menu (the same as in webview)
2012-01-22 02:34:05 +01:00
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
0aeead3825
Little modifications in speed dial + fixed spelling mistake.
2012-01-20 13:10:05 +01:00
nowrep
ce7fc6e7ef
Restoring/saving pinned tabs only on first app window.
...
- also fixed some crashes when there is only download manager
window (when download is in progress and users closed browser
window)
2012-01-18 18:36:10 +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
9aec7cf07f
[Fix] Fixed showing of "Are you sure to close x tabs?" question.
...
- also added translation comments for 3 strings in preferences
- closes #191
2012-01-18 12:58:09 +01:00
nowrep
cb5242f98c
Using QImage for storing icons in database.
...
- fixed issue on some pages when icon was shown correctly in
locationbar, but not on tab
- using QImage for storing icons will help to have BookmarksModel
in separate thread
- unfortunately, all currently saved icons won't be possible to load
so I recommend erasing all icons (to not waste space in db)
2012-01-17 19:27:24 +01:00
nowrep
1add497966
Making "QupZilla" translatable in window title.
2012-01-16 18:28:56 +01:00
nowrep
8846b5b973
Change: Ctrl+F5 and Ctrl+Shift+R shortcuts for reload and bypass cache.
2012-01-16 17:40:28 +01:00
nowrep
65a3badf38
Added Ctrl+R shortcut for reload + Shift+F5 for reload & bypass cache.
2012-01-16 17:31:15 +01:00
nowrep
bff899ca5a
[Fix] Fixed occasional crash on terminating application.
2012-01-15 17:50:09 +01:00
nowrep
4a3c3932e6
Fixed encoding on pages without charset explicitly set. Closes #178
...
- also modified czech, dutch and serbian homepage translations
2012-01-15 17:15:48 +01:00
nowrep
0b91cc1816
Scrolling bookmarks menu whene there is alot of entries. Closes #175
...
- the same issue was also reported in #159
2012-01-15 12:35:29 +01:00
nowrep
e8504c6b20
Added some new strings for network errors.
2012-01-14 12:44:14 +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
56e30f081e
Added possibility to close speed dial editing with Esc. Closes #167
...
- also added global possibility to allow listening ESC key events
to page (for example key shortcuts from JavaScript)
2012-01-14 09:54:51 +01:00
nowrep
d848d5621d
[Fix] Fixed saving of sidebar width when closing with maximized window.
2012-01-13 16:51:58 +01:00
nowrep
d8ec1b8675
Removed one translated string from preferences.
2012-01-12 21:32:27 +01:00
nowrep
c35aceaa1a
Using resources inside bundle on Mac. Hopefully closes #125
...
- also improved mac .plist a little
2012-01-12 20:32:09 +01:00
nowrep
e39ddf5a79
Saving settings even without calling quitApplication. Closes #157
2012-01-12 20:10:51 +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
b4a18d5729
Updated translations
2012-01-10 21:15:03 +01:00
nowrep
ee8a16b3e1
[Fix] Fixed occasional fails to restore session.
...
- also removed unneeded (now) checks to process slot
while app/window is closing
* as now no signals will be invoked on deleted objects
2012-01-10 19:10:16 +01:00
nowrep
8a88bdcc2d
[Fix] Fixed occasional crash when closing tabs/windows. Closes #143
...
- disconnecting all signals/slots from widgets before deleting
them to prevent invoking slots on deleted objects.
2012-01-10 18:31:38 +01:00
nowrep
eb0d24efd3
Edited Menu behaviour on Mac, should hopefully close #129
...
- also improved visible clicks on ToolButtons
2012-01-09 22:14:02 +01:00
nowrep
9c6d582c44
Added Mladen Pejaković into translators (Serbian)
...
- also fixed .qm filenames and added qt translation
2012-01-08 18:17:47 +01:00
nowrep
2d6585c786
[Fix] Fixed wrong tab focus order. Closes #135
...
- it is now LocationBar -> WebSearchBar -> WebView -> ...
2012-01-08 12:38:02 +01:00
nowrep
f0c04e88e9
[Fix] Fixed standard menu actions in app menu on Mac. Closes #130
...
- it should show About QupZilla, About Qt, Preferences and Quit in
application menu on Mac
- it should also fix related crash in #130
2012-01-08 11:38:15 +01:00
nowrep
8320dd0615
Added Alt+Left/Right shortcuts for history back/forward. Closes #136
2012-01-08 11:12:04 +01:00
nowrep
aa7ab1d9e1
Version 1.1.5
2012-01-07 12:43:18 +01:00
nowrep
e05cb9b835
Edited themes, should look better on Mac now. Also improved Click2Flash
...
- also resizing PrintDialog to reasonable size (it is too small by
default)
- removed obsolete translation entries from .ts files
2012-01-06 17:31:44 +01:00
David Rosca
27078a58cd
Merge pull request #133 from niutech/patch-2
...
Themes on Mac OS X
2012-01-06 06:16:12 -08:00
nowrep
412b170f4f
Don't quit application on last closed window on Mac. Closes #129
2012-01-06 15:03:48 +01:00
nowrep
890e8f0cdf
Can now load long locale named qt translation file. (ex. qt_zh_CN.qm)
...
- patch by Mladen Pejaković, see #128
- also updated Polish and Dutch translations
2012-01-06 14:34:12 +01:00
niu tech
96a8020f08
Added reading mac.css theme file on Mac OS X
2012-01-06 14:17:46 +01:00
nowrep
fb6ef29e14
[Fix] Don't show error when using unknown cmd argument. Closes #124
...
- it is now possible to change application style, graphics system,
X11 display, ... etc from command line
2012-01-05 17:26:51 +01:00
nowrep
ab5555d913
[Fix] Fixed "Hide tabs when there is only one tab" option. Closes #121
...
- also edited spanish translation in desktop launcher
2012-01-04 16:00:59 +01:00
nowrep
002dc39bc8
[Fix] Fixed cookies loss when closing browser with private browsing.
2012-01-04 14:09:27 +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
66ee47d3cf
Context menu in webview now include also options for current frame.
...
"This frame" menu is shown when frame at clicked point is different from
main frame and it contains following options:
- show only this frame, show this frame in new tab
- reload frame, print frame
- zoom in, zoom out, reset zoom
- show source code of frame
2012-01-02 13:56:52 +01:00
nowrep
f3970f164b
Updated copyright for new year. Closes #100
2012-01-01 15:29:55 +01:00