nowrep
cb0cd31f3b
Coding style in downloaditem.cpp
2013-09-29 13:52:45 +02:00
Muhammad Fawwaz Orabi
baecfddad1
Added plural forms for hours/mins/secs in download manager and tr() for data units
2013-09-28 23:01:53 +03:00
nowrep
f098f1e1d1
Fix using external download manager with use defined location setting.
...
Closes #984
2013-08-12 15:32:03 +02:00
nowrep
c313b2d961
Set WM_CLASS also to Download Manager.
2013-07-12 11:43:13 +02:00
Jonathan Hooverman
4848def230
Modified copyright year
2013-07-11 16:21:57 +02:00
nowrep
c21f2882be
[DownloadManager] Also raise window when showing it.
...
Closes #937
2013-06-11 09:08:26 +02:00
nowrep
68b59621c0
[Downloads] Use better translation string for manager's title.
...
See #878
2013-05-05 12:41:12 +02: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
8c9f09b17a
Improved arguments parsing in external download manager.
...
Option to choose where exactly to put url (%d placeholder)
instead of just appending it at the end of arguments.
2013-02-15 15:35:23 +01:00
nowrep
e4ebeb3252
[Code] Use QString::SkipEmptyParts in QString::split.
2013-02-15 12:36:25 +01:00
nowrep
68e0831bdb
Fixed parsing arguments when starting external applications.
...
When starting external RSS readers and external download managers.
2013-02-15 12:29:13 +01:00
S. Razi Alavizadeh
9951d2e69b
[FTP] Added support for non-latin names for dir/file.
2013-02-13 19:49:29 +03:30
nowrep
668022ed64
Improved parsing of Content-Disposition header.
...
It now tries to detect whether UTF-8 encoding is used.
Closes #745
2013-02-04 22:48:34 +01:00
nowrep
95445738ef
[win] Don't check for default browser on startup.
...
Also cleanup in #ifdefs in RegisterQappAssociation
2013-01-29 20:34:14 +01:00
nowrep
b415df3395
Fixed building on both Linux & Windows.
2013-01-29 19:55:09 +01:00
S. Razi Alavizadeh
de7c9d56d3
Fixed crash on choosing non-writable download location.
2013-01-29 19:50:58 +03:30
nowrep
570ecf36cd
Using mApp->tempPath() everywhere. (PROFILEDIR/temp)
2013-01-29 13:16:24 +01:00
S. Razi Alavizadeh
23a16726a8
Fixed bug about incorrect icon returned by QFileIconProvider() for the file that is going to download.
...
-and added the missing include
2013-01-29 05:22:08 +03:30
nowrep
709bc71f1a
Merge branch 'srazi-master' + fixed building on Linux.
...
Conflicts:
src/lib/lib.pro
2013-01-29 00:13:34 +01:00
S. Razi Alavizadeh
a05c4b2bdb
Added FTP support. (List and Download)
2013-01-28 13:22:55 +03:30
S. Razi Alavizadeh
347cebcf8a
[Windows] Fixed saving files endings with space.
2013-01-22 22:56:39 +01:00
nowrep
e28f9d438e
[Code] qz_ prefixed functions moved to QzTools namespace.
2013-01-22 19:04:22 +01:00
nowrep
743c402603
Coding style.
2013-01-21 22:11:31 +01:00
S. Razi Alavizadeh
6c3d210544
[Qt5][Windows] Now QupZilla compiles with Qt5 on Windows (msvc).
...
-There are some issues when enabling blur effect!
2013-01-20 01:52:30 +03:30
S. Razi Alavizadeh
f917f03b26
[Windows] fixed: open folder and select downloaded file (using ShellExecute for run explorer).
...
-Now it covers all possible situations (e.g. path with spaces, file without extention, ...)
2013-01-19 23:49:25 +03:30
nowrep
89e091f09c
Qt5: Main code has been edited to support both Qt4 and Qt5
...
It doesn't include plugins yet.
Even thought the app can be built with Qt5 now, it won't run.
I am still working on a fix.
2012-12-20 14:45:35 +01:00
nowrep
999f499288
Use .qupzilla/tmp instead of /tmp.
...
- use it for downloading temporary files that are going
to be opened
- this directory will be cleaned upon application close
2012-11-27 19:14:03 +01:00
nowrep
2d5b0c0bc0
Don't check for null pointer before deleting objects.
...
- as delete 0 is safe
2012-09-11 11:43:11 +02: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
b2181f0bab
Coding style: Use empty QString() constructor instead of "" everywhere
2012-09-02 11:42:41 +02:00
nowrep
6d997220c7
Added support for listing directories with file: scheme
...
closes #435
2012-08-23 16:17:56 +02:00
nowrep
60ae2c1705
Moved fileSizeToString into qz_ function
2012-08-23 15:40:10 +02:00
nowrep
c0b04f660e
Moved WebPage::applyDirectionToPage into globalfunctions.h
2012-08-19 19:47:28 +02:00
S. Razi Alavizadeh
3d16d49aa5
[Windows only] Action 'Open Folder' in downoad manager opens folder and selects file.
2012-08-18 05:05:54 +04:30
nowrep
d771ba728b
"Save x as..." will always show file dialog.
...
closes #471
2012-08-14 18:53:55 +02:00
nowrep
d4a884440c
Merge branch 'master' of git://github.com/alexandre596/qupzilla
...
Conflicts:
translations/pt_BR.ts
2012-08-14 11:52:06 +02:00
nowrep
4424bba157
Fixed one string in download item menu
...
- Clear -> Remove
closes #430
2012-07-20 20:30:57 +02:00
nowrep
ac36261549
Plugins: Calling unload() on app shutdown.
2012-07-08 14:03:50 +02:00
nowrep
f9b38c4376
Fixed compilation from previous commit
2012-07-06 20:28:10 +02:00
nowrep
19f34ecd4c
Fixed potentional issue with starting external download manager
2012-07-06 20:22:08 +02:00
nowrep
dd170f653f
Using QChar instead of 1-char QString everywhere
2012-07-01 18:50:18 +02:00
nowrep
6228082225
AdBlock: Support for $object $subdocument and $xmlhttprequest options
...
- also there's now support for blocking all netscape plugins,
not just flash plugin
2012-07-01 12:07:00 +02:00
nowrep
38ef828b82
Private browsing now opens new browser window (in own process)
...
- closes #415
2012-06-26 11:49:39 +02:00
nowrep
80f84eeb91
Per-pixel scrolling in download manager
2012-05-28 15:23:04 +02:00
nowrep
5ec579b91e
Fixed issue with searching about:blank after restoring empty tabs.
...
- regression from previous commit
2012-05-13 22:41:26 +02:00
nowrep
642f42424e
Regression: Fixed external download manager option.
2012-04-24 16:40:21 +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
98d51b0661
Code cleanups
2012-04-21 22:19:35 +02:00
nowrep
556c6804ca
Extended support for Content-Disposition header (downloads)
2012-04-20 16:03:00 +02:00
nowrep
835926cc9e
Added option to import certificate in Certificate Manager
...
- Cookies manager, browsing library and download manager
can now be closed with Esc key press
2012-04-20 14:49:16 +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
43cd497d3f
Using QStringBuilder now. Fixed speed dial dialogs for webkit 533.3
2012-03-30 12:01:12 +02:00
nowrep
8e9293e475
Added new page into Site Info: Databases.
...
- shows all used web databases on the site
2012-03-23 17:29:12 +01:00
nowrep
373d6162d7
Improved suggesting file name when downloading page / links.
...
- it now appends .html ONLY when you are attempting to download
the whole page and when there is no suffix set in url
2012-03-23 13:58:31 +01:00
nowrep
9dc38ca000
Reverted adding ".html" to downloads without suffix from 60d063a320
2012-03-22 19:41:12 +01:00
nowrep
60d063a320
Removed qt_id.qm file + implemented suggestion from #319
...
= append .html when downloading file without suffix
2012-03-18 11:06:09 +01:00
nowrep
471ac7ba1f
Fixed building with NONBLOCK_JS_DIALOGS + other small fixes.
2012-03-16 23:28:23 +01:00
nowrep
47a80e2b2a
Fixed showing bad total + downloaded size when starting download.
2012-03-08 12:48:23 +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