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

52 Commits

Author SHA1 Message Date
David Rosca
d8b913efe9 Add fix_sr_ijekavian_translations.sh script 2015-11-02 19:27:58 +01:00
David Rosca
ca160731b9 [Benchmarks+Autotests] Fixed building with Qt5 and KWallet
Autotests: No longer move autotests binary to $root/bin directory
Autotests: No longer needed to specify NO_SYSTEM_DATAPATH define
2014-04-13 10:48:01 +02:00
nowrep
6874df57d7 [Coding Style] Edited coding style (use linux style brackets)
Linux style brackets are now used also for source files.
One line blocks can now be without brackets.

Example:

if (test)
    foo();

Multi-line if statements are now written with conditionals (||, &&, ...)
at the end of line. The last line of if body does not ends with closing
bracket, instead the closing bracket is written on separate line.
One line blocks in multi-line if statements should not be without brackets.

Example:

if (test ||
    test2 &&
    test3
   ) {
    foo();
}

[ci skip]
2014-04-05 14:53:45 +02:00
nowrep
e598ee1230 [CaBundle] Updated ca-bundle.crt
[ci skip]
2014-03-27 22:32:41 +01:00
nowrep
fbafd56e90 [CaBundle] Update bundle + fix make_ca_bundle.sh script
make_ca_bundle.sh was actually appending all certs to the file.
As a result, there were duplicated certificates after multiple runs
of the script.
2014-03-14 12:27:10 +01:00
nowrep
d8f71fad8b [Scripts] generate-translations now generate also .qrc lines 2014-02-26 21:30:19 +01:00
nowrep
9fd0508e53 [Mac] macdeploy.sh now also creates a dmg image
Thanks to Seyyed Razi Alavizadeh for create script and images
2014-02-05 01:37:26 +01:00
nowrep
0457cd592a [Travis] Use PPA for Qt 5 + Allow run_scripts.sh to use specified qmake 2014-02-04 12:21:23 +01:00
nowrep
5b97bb321b [Translations] Updated array of applicationt translations
Also updated script to also generate application translations
2014-01-27 19:29:20 +01:00
nowrep
b6683ab6b9 [DownloadManager] Change "Remove" -> "Remove From List"
Closes #1162
2014-01-25 21:57:05 +01:00
nowrep
fa491cbae4 [scripts] translations_update now generates transifex friendly ts file
See #1143
2014-01-23 15:59:11 +01:00
nowrep
c1bac5cd3c [Scripts] Added new generate-qmake-plugins-translations script
Also removed old unused scripts
2013-12-06 22:33:29 +01:00
nowrep
087eb93ecb [Code] Improved cppcheck script and fixed all warnings. 2013-04-28 17:50:09 +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
f0f2620a78 Translations: Generate empty.ts with lines from source code. 2013-02-23 12:19:12 +01:00
nowrep
00a5b62667 Fixed matching cookies according RFC 6265.
Perform cookie domain matching on domains without
leading dot.
Matching cookies against blocklist/whitelist is now
also properly working.
2013-02-01 14:45:42 +01:00
nowrep
4fc6686185 Properly export form data if password input is the only input in form. 2013-01-31 21:29:30 +01:00
nowrep
61e11c7404 Moving translations to Transifex.com
https://www.transifex.com/projects/p/qupzilla
2013-01-31 14:19:13 +01:00
nowrep
21d2c57dd8 Added autotests for QzTools helper functions. 2013-01-24 14:25:26 +01:00
nowrep
992c7a4de1 Minor changes in scripts. 2013-01-21 22:38:31 +01:00
nowrep
ed74c773b3 Updated getrevision.sh script
- it can now show long/short revision number
2012-11-09 15:43:52 +01:00
nowrep
e59241f525 Fixed file permissions from last commit. 2012-09-17 18:03:30 +02:00
stuarch
e942daa7b4 Update Traditional Chinese Translations 2012-09-17 18:32:43 +08:00
nowrep
8a5880c77d Plugins: Fixed disabling all plugins when saving preferences
- and not going to extensions tab
2012-07-09 12:47:27 +02:00
nowrep
ec973d960a USE_LIBPATH option is now finally fixed. 2012-04-05 09:36:37 +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
f94e69d557 Updated Georgian translation + fixed plugin system loading. 2012-04-04 21:12:52 +02:00
nowrep
36f90f0404 Loading info about all plugins when necessary, not on startup.
- should slightly improve starting time when bigger amount of
  plugins is available
2012-03-12 18:21:00 +01:00
Jonathan Hooverman
6ab65168fb Updated German translation 2012-03-10 17:15:23 +01:00
nowrep
e5e5cec7a5 Added Access Keys Navigation plugin. Closes #288 2012-03-04 18:30:34 +01:00
nowrep
20722a1343 Updated CA Certificates 2012-02-27 20:25:12 +01:00
nowrep
af7a041714 Added new plugin: Mouse Gestures.
- setting building plugins as default now
- closes #255
2012-02-24 21:03:44 +01:00
nowrep
b65819dbed Updated translations 2012-02-23 22:18:02 +01:00
nowrep
d8930197cb Updated scripts to play nice with changed directory structure. 2012-02-23 22:07:05 +01:00
nowrep
37f5d1bb6e Improved Plugin API. Plugins can now receive input events.
- mousePress, mouseRelease, mouseMove
- keyPress, keyRelease
- only WebView class is sending these events now
2012-02-22 18:33:44 +01:00
nowrep
48112e0576 Installing also plugins into /usr/lib/qupzilla/ on Linux. 2012-02-20 15:56:26 +01:00
nowrep
7265592b2e Updated translations_update.sh and removed translations_release.sh
- *.qm translations file are now generated by qmake at build time
2012-02-18 17:41:09 +01:00
nowrep
786d6f4029 Edited building system to support linking plugins.
- however plugins has to be statically linked
2012-02-18 14:47:38 +01:00
nowrep
4fc30fca05 Edited getrevision.sh script and added one git hook
- git hook to automatically update revision number after
  commiting changes
2012-01-28 13:05:16 +01:00
nowrep
af72fad533 Edited scripts + new script for releasing all translations
- also fixed bad link to AUTHORS file in homepage translations
2012-01-14 18:23:52 +01:00
nowrep
a09d6ce6e4 Using own CA certificates database from now. Closes #111
- fixing various problems with accessing / downloading content
  from secured sites
- using CA certificates from debian's ca-certificates package
- added copyright notice for Mozilla's certificates
2012-01-03 21:02:35 +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
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
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
529d8e16dc Removing unnecessary code.
- namely pagethumbnailer call in about dialog
2011-12-06 21:14:52 +01:00
nowrep
8e8e884968 Removed .orig copies of source files
I hope this will be last ...
2011-11-06 19:46:03 +01:00
nowrep
a72b515d5b Another previous commit fix...
Deleting unneeded files + backup files from Gedit (file + ~)
2011-11-06 17:13:18 +01:00
nowrep
b6f84d648f Fixing previous commit
Sorry for the mistake, it should be fine now.
2011-11-06 17:09:08 +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
5e3c7b91d1 Possibility to set default zoom on pages
Added option to set default zoom in pages (in preferences: Browsing ->
Web Configuration -> Default zoom on pages:)
Also fixed one spelling mistake (thank to J. Hooverman)
Updated chinese translation file (zh_CN.ts)
2011-10-29 18:37:28 +02:00