nowrep
6f4e236e6e
[BookmarksImport] Show InternetExplorer only on Windows
2013-12-30 11:31:19 +01:00
nowrep
3d4da9e4ea
[FileDialogs] Remember last path in all dialogs
...
Closes #1075
2013-12-25 19:06:58 +01:00
Jonathan Hooverman
474cb7baa7
Fixed a small typo in bookmarksimportdialog.ui
2013-09-11 11:47:02 +02:00
nowrep
68172898d0
Merge branch 'master' of github.com:QupZilla/qupzilla
2013-09-10 16:02:28 +02:00
nowrep
48860aa398
Bookmarks Import: Add option not to fetch icons
...
Closes #1018
2013-09-10 16:01:40 +02:00
Jonathan Hooverman
56518a6749
Fixed a small typo in ieimporter.cpp
2013-09-10 15:53:30 +02:00
nowrep
4280dcd9fa
Fixed coding style and added copyright
2013-09-10 15:45:51 +02:00
Mattias Cibien
59dadbbe1f
added internet explorer import
2013-09-10 09:33:38 -04:00
nowrep
5f5cf7417d
[Code] Updated coding style with patched Astyle + normalized signals.
...
Code was formatted with patched astyle that correctly formats
foreach macro.
Normalize tool is now used to normalize all signal/slots signatures
to normalized format. It saves few reallocations on connections.
2013-03-06 09:08:29 +01:00
nowrep
d885444501
[Code] Use QVector instead of QList for elements bigger than pointer.
2013-02-26 12:56:11 +01:00
nowrep
bed43ed0c8
[Qt5] Use RegExp wrapper to take advantage of new regexp engine.
...
QzRegExp wrapper is using QRegExp directly on Qt 4 and
QRegularExpression (with PCRE engine) on Qt 5.
2013-02-24 10:57:58 +01:00
nowrep
67a08d237d
[code] Using QVariant::fromValue instead of obsolted qVariantFromValue.
2013-02-05 22:33:54 +01:00
nowrep
e28f9d438e
[Code] qz_ prefixed functions moved to QzTools namespace.
2013-01-22 19:04:22 +01:00
nowrep
528f398cbe
Using QLatin1String and QLatin1Char now everywhere
...
- it saves few unnecessary allocations
2012-09-04 12:42:45 +02:00
nowrep
c7cdaf824f
Qt5: Changing Q_WS_* macros to Q_OS_*
...
- Q_WS_* macros have been removed in Qt 5
2012-09-03 23:03:20 +02:00
nowrep
e6a5b18675
Don't proceed to fetching icons if exported bookmarks list is empty
2012-08-11 17:45:56 +02:00
nowrep
119c23f630
Fixed adding control characters at the end of url in bookmarks import
...
closes #499
2012-08-11 14:53:47 +02:00
nowrep
a37b29b275
Using QString::left instead of QString::mid(0, )
2012-07-01 18:11:43 +02:00
nowrep
2055621f2a
Show star icon in completer when item is from bookmarks.
...
- IconProvider has no longer static members
- new macro qIconProvider for accessing IconProvider instance
2012-04-22 20:51:28 +02:00
nowrep
b1d0cd9228
Improved performance of bookmarks import and bookmarks deleting.
...
- moved general defines into qz_namespace.h file
- fixed showing default theme to be "default" on mac in
theme manager instead of "mac" theme
2012-04-05 10:27:35 +02:00
nowrep
b287c5f829
Fixed importing Html bookmarks from various browsers.
...
- fixed one potentional crash in importing
2012-04-04 23:28:19 +02:00
nowrep
c7187bf064
AKN plugin now correctly shows keys on pages with more frames
...
- it works fine now for example on gmail
- status bar overlay now hides after small delay (500ms)
2012-03-21 13:00:30 +01:00
nowrep
f09e5c981c
Fixed recalculating size of tabs after unpinning tab.
...
+ other small improvements / fixes
2012-03-14 14:04:20 +01:00
nowrep
f590ad1925
Removed use of whatsThis() and other code cleanups
2012-03-13 17:51:06 +01:00
nowrep
0e4fd462ba
Access Keys Navigation plugin now add also lower/upper case chars.
...
- imporved pages screen = removing scrollbars from screen
2012-03-07 12:19:54 +01:00
nowrep
eb7de9a104
Various enhancements in Bookmark Importing.
...
- when importing from Html file, also bookmark folders are imported
- bookmark tree now shows folder structure
- fixed importing from UTF8 files
- loading icons in own thread = dialog won't freeze anymore
2012-03-06 15:28:52 +01:00
nowrep
a0b9c0fc69
Fixed building on Windows + whole compilation is now faster.
2012-02-29 18:33:50 +01:00
nowrep
9c789792f4
Rearranged directory structure. All sources are under src/ dir now.
...
- updated Italian homepage translation
2012-02-23 19:18:08 +01:00