1
mirror of https://invent.kde.org/network/falkon.git synced 2025-09-11 00:57:53 +02:00

Commit Graph

  • d42b50cc15 [Fix] Empty locationbar upon writing first char nowrep 2012-12-08 16:50:16 +0100
  • 889e2743f5 New icons for 'new-tab' and 'tab' nowrep 2012-12-08 14:10:30 +0100
  • 454d0d47dd [Fix] Infinite loop on bookmarking a page while history is empty Franz Fellner 2012-12-08 11:39:03 +0100
  • f30092e7e2 Merge pull request #665 from srazi/master David Rosca 2012-12-08 02:28:59 -0800
  • 6191a76be6 Fixed: issue from last commit that doesn't clear locationbar. S. Razi Alavizadeh 2012-12-08 02:19:12 +0330
  • 234769e920 Now 'switch to tab' searches current window first. -by ff2000, thank you :) S. Razi Alavizadeh 2012-12-08 02:04:38 +0330
  • efebfb8148 Fixed bugs 'switch to tab' switch to another window. -see #665 S. Razi Alavizadeh 2012-12-08 01:53:26 +0330
  • 379f987280 Fixed: from 'switch to tab' commit. 1- Renew TabPositionRole's data when 'm_lastCompletion == string' 2- Don't switch to current tab, because we don't want clear its locationbar. S. Razi Alavizadeh 2012-12-07 21:00:50 +0330
  • 6b7e13a29d Fixed missing 'include' from default-browser commit S. Razi Alavizadeh 2012-12-07 15:47:54 +0330
  • b88773eb8f Merge branch 'master' of github.com:QupZilla/qupzilla Mladen Pejaković 2012-12-06 22:28:40 +0100
  • 7b8786ae90 Fix index positions in preferences Mladen Pejaković 2012-12-06 22:28:12 +0100
  • 2dd3f80618 Little change to fix from previous commit 54e1bfeffa nowrep 2012-12-06 22:23:11 +0100
  • 54e1bfeffa [Fix] Use default white bg for pages with dark themes nowrep 2012-12-06 17:51:16 +0100
  • d6ec6f67ff Merge pull request #657 from ff2000/master David Rosca 2012-12-06 05:26:18 -0800
  • 9ec85ad49d WebSearchBar: Select alls text + set focus after search engine changed. This avoids another (double)click to select the text. Franz Fellner 2012-12-05 11:53:56 +0100
  • 4e7fae4155 gitignore kdevelop4-files Franz Fellner 2012-12-04 21:53:24 +0100
  • e9a8b8d7d8 Move switchToTab to QzSettings. Franz Fellner 2012-12-04 16:16:45 +0100
  • 4c33d3563d Add "Switch to Tab" mode for completion plopup, to just seitch to the tab that displays the url currently completed. Also add an option to disable the "switch tab" offer. If enabled the user can press "Shift" to load the url in the current tab instead of switching tab. I tried to copy behaviour of firefox. I hope I did not miss a bit... Franz Fellner 2012-12-04 14:29:27 +0100
  • 1add5b51ca Fixed regression from 85d09c8a64 nowrep 2012-12-02 00:59:17 +0100
  • 60792f3762 Coding style nowrep 2012-12-01 11:16:49 +0100
  • 82faa94de3 Merge pull request #654 from srazi/default_browser David Rosca 2012-12-01 01:54:15 -0800
  • a81419921c Windows: Check to see if QupZilla is the default web browser. -Added 'registerqappassociation.h' and 'registerqappassociation.cpp' that contain 'RegisterQAppAssociation' and 'CheckMessageBox' classes. S. Razi Alavizadeh 2012-12-01 10:20:31 +0330
  • 85d09c8a64 Added option to disable Alt/Ctrl + numbers shortcuts nowrep 2012-11-28 11:27:30 +0100
  • 0a2dbc83a0 Fixed dropdowns on Twitter instant hiding nowrep 2012-11-28 09:43:47 +0100
  • 999f499288 Use .qupzilla/tmp instead of /tmp. nowrep 2012-11-27 19:14:03 +0100
  • 7c2af06845 Updated zh_CN translation nowrep 2012-11-27 18:13:25 +0100
  • 7a1bbd993d Fixed infinite loop when adding a bookmark nowrep 2012-11-27 18:01:30 +0100
  • 2bb236b0b9 Update Traditional Chinese Translations stuarch 2012-11-26 17:24:19 +0800
  • 899a7e3e64 Merge pull request #639 from smarquespt/master David Rosca 2012-11-20 06:33:35 -0800
  • d41fca1244 Update Portuguese installer strings Sérgio Marques 2012-11-20 14:27:29 +0000
  • 44caeb9208 Merge pull request #638 from srazi/nsis_improved David Rosca 2012-11-20 01:45:47 -0800
  • b88c917d54 NSIS Script: added some comments. S. Razi Alavizadeh 2012-11-20 13:11:29 +0330
  • 65909ed935 Delete DLLs: There may be some copyright issues. S. Razi Alavizadeh 2012-11-20 12:37:29 +0330
  • 7eaa2d11e0 Fixed crash when clearing history. Franz Fellner 2012-11-20 09:49:23 +0100
  • c3f0e9164f Updated .gitignore to ignore all .pro.user files nowrep 2012-11-20 09:45:54 +0100
  • 3007ffe131 Create separate ProgIds for HTTP and HTTPS protocols. because of icon conflicting! (protocols use icon at index 0 and extentions use icon at index 1 of executable) S. Razi Alavizadeh 2012-11-20 11:30:17 +0330
  • 25410eb00f NSIS script improved: -'FileAssociation.nsh' rewritten and renamed to 'AllAssociation.nsh' -Now supports new association method on Vista and newer version of Windows. -Support register as protocol handler and add option for set as default browser. -Backup old association even on Vista and newer version of Windows and restore them when uninstalling. -Support 'Default Programs' on Vista and newer version of Windows. S. Razi Alavizadeh 2012-11-19 21:59:04 +0330
  • 3482a7f875 Installer script improved: -Ask for terminate running instance. -Prevent multiple installer instances -Register more info within uninstaller section S. Razi Alavizadeh 2012-11-19 20:36:39 +0330
  • 2a2beaa2ae Merge pull request #637 from srazi/master David Rosca 2012-11-19 06:42:44 -0800
  • 02a7742cc6 Fixed history case sensitive search. S. Razi Alavizadeh 2012-11-19 17:34:25 +0330
  • ed74c773b3 Updated getrevision.sh script - it can now show long/short revision number nowrep 2012-11-09 15:43:52 +0100
  • 0c4b8e164e Don't set white body bg color for sites by default - it does actually break some pages nowrep 2012-11-09 14:59:46 +0100
  • f20e10a360 Merge pull request #631 from smarquespt/master David Rosca 2012-11-09 05:51:30 -0800
  • ad33545b0a Minor fixes for Portuguese Sérgio Marques 2012-11-09 13:46:19 +0000
  • 02063c362d Merge pull request #629 from w41l/master David Rosca 2012-11-07 02:46:05 -0800
  • 16bfd18977 Merge pull request #628 from dagsoftware/patch-2 David Rosca 2012-11-07 02:45:00 -0800
  • a735a1ae1c Updated Indonesian translation w41l 2012-11-06 08:11:27 +0700
  • 458f36b59a Update translations/sk_SK.ts dagsoftware@yahoo.com 2012-11-05 13:01:46 +0100
  • 66081f8625 Fixed moving restored windows to virtual desktops - it wasn't working on some X servers Luke Dashjr 2012-11-04 23:50:20 +0100
  • 363b1716f4 Merge pull request #624 from ff2000/master David Rosca 2012-10-27 05:46:10 -0700
  • 37da53731c Don't crash on adblock menu when adblock is disabled. Franz Fellner 2012-10-27 13:36:48 +0200
  • d012e7923f Merge pull request #622 from smarquespt/master David Rosca 2012-10-26 05:58:16 -0700
  • 5daa6ea60f Minor fixes for Portuguese translation Sérgio Marques 2012-10-25 12:59:37 +0100
  • af7a85913e Merge pull request #619 from ff2000/master David Rosca 2012-10-24 23:50:10 -0700
  • d08ec28d70 remove CloseButton::hideEvent() Franz Fellner 2012-10-24 18:24:39 +0200
  • e8745590ac Serbian translation updates Mladen Pejaković 2012-10-23 19:13:24 +0200
  • ba9dcea8e1 Merge pull request #617 from smarquespt/master David Rosca 2012-10-23 10:02:07 -0700
  • fced005399 Update for Portuguese language Sérgio Marques 2012-10-23 17:49:06 +0100
  • 7b6749afbf Merge pull request #616 from sys9kdr/master David Rosca 2012-10-22 02:45:17 -0700
  • c66e76b907 Updated German translation Jonathan Hooverman 2012-10-21 10:01:29 +0200
  • 7af967f3b9 update japanese language file Daiki Noda 2012-10-21 00:18:54 +0900
  • 7f62d2e602 Option to hide Reload/Stop buttons in navigation bar nowrep 2012-10-20 11:31:45 +0200
  • 3a1af8e168 Updated translations nowrep 2012-10-20 11:31:04 +0200
  • 742a376109 Fixed cookie domain handling according to RFC 6265 nowrep 2012-10-19 13:59:40 +0200
  • a70a7d2404 Merge pull request #614 from smarquespt/master Mladen Pejaković 2012-10-18 04:11:47 -0700
  • e75ddaeaf5 Portuguese translation update Sérgio Marques 2012-10-18 11:56:33 +0100
  • ba84fa2d7a [Code] Small changes in showing context menu in url and searchbar - may fix occasional crashes in Ubuntu nowrep 2012-10-11 19:57:12 +0200
  • 288d2caafe Merge pull request #611 from stuarch/master David Rosca 2012-10-11 10:32:19 -0700
  • e21842ee33 Update Traditional Chinese Translations Cheng-Hong Wu 2012-10-11 19:27:08 +0800
  • a5dab884d2 Merge pull request #604 from srazi/master David Rosca 2012-10-10 00:48:55 -0700
  • 3f33f73c81 Merge pull request #605 from ff2000/master David Rosca 2012-10-07 04:33:25 -0700
  • e08428a6d1 Force a LineEdit::paintEvent after a setCursorPosition, in order to trigger a recalculation of the visible text rect. Franz Fellner 2012-10-07 13:22:45 +0200
  • 260e42f455 Added Persian translation of QupZilla's homepage. S. Razi Alavizadeh 2012-10-07 14:32:50 +0330
  • 4fce161414 Set default white background for all pages. - fixes issue with dark themes nowrep 2012-10-06 11:15:58 +0200
  • fa1ee13611 Open bookmark (in new tab) from menu in bookmarks toolbar nowrep 2012-10-05 22:15:18 +0200
  • 8098241078 Merge pull request #599 from ff2000/master David Rosca 2012-10-01 07:38:18 -0700
  • 204e942f87 Cleanup in NavigationBar and WebSearchBar: * move helper-functions in navigationbar.cpp into NavigationBar [private] * remove (unused) 2nd arg in WebSearchBar/NavigationBar and use mainClass as parent. * remove NavigationBar-destructor (not needed) * remove WebSearchBar::m_menu and create a QMenu-instance directly in WebSearchBar::contextMenuEvent() Franz Fellner 2012-10-01 11:26:07 +0200
  • bf3b05d501 Merge remote-tracking branch 'upstream/master' Franz Fellner 2012-10-01 10:33:11 +0200
  • 6854169f23 Merge pull request #598 from srazi/master David Rosca 2012-09-30 15:24:48 -0700
  • c2da3fc728 Windows: Updated NSIS Installer and some fixes about Persian translation S. Razi Alavizadeh 2012-09-30 19:08:48 +0330
  • e97e1c8746 Also adjust websearchbar Franz Fellner 2012-09-30 11:22:28 +0200
  • 5d8767357c Also adjust websearchbar Franz Fellner 2012-09-30 11:22:28 +0200
  • 00d9f99f9c Adjusted themes main.css to get a vertically centered contentsRect. Also adjusted mac siteicon-[secure]-bg.png to not have opaque pixels, which would cut content (e.g. Top progress bar). Filled bar is now drawn independent of textRect. Franz Fellner 2012-09-30 10:55:44 +0200
  • 63edb90cbe Adjusted themes main.css to get a vertically centered contentsRect. Also adjusted mac siteicon-[secure]-bg.png to not have opaque pixels, which would cut content (e.g. Top progress bar). Filled bar is now drawn independent of textRect. Franz Fellner 2012-09-30 10:55:44 +0200
  • acfbead033 Merge pull request #597 from alexandre596/master David Rosca 2012-09-29 09:50:46 -0700
  • 47a3a5ce2d Updated translation alexandre596 2012-09-29 13:29:43 -0300
  • 7f8f7fdf2b Updated German translation Jonathan Hooverman 2012-09-29 13:41:35 +0200
  • 55f214a8f8 Merge pull request #596 from sys9kdr/master David Rosca 2012-09-28 15:09:07 -0700
  • 8062e22b93 Update Japanese language file Daiki Noda 2012-09-29 07:02:26 +0900
  • 214f28c2c4 Windows: Updated NSIS Installer nowrep 2012-09-28 20:54:15 +0200
  • 3754f87978 Updated translations nowrep 2012-09-28 18:50:20 +0200
  • 0459f0864c SearchEnginesDialog: Default search engine is now painted with bold font + coding style nowrep 2012-09-28 18:44:45 +0200
  • 06bf7d845f Merge pull request #595 from ff2000/search_options David Rosca 2012-09-28 09:26:45 -0700
  • 04e8df6e48 Add option to set a default search engine and use that for searching in address bar. Franz Fellner 2012-09-27 11:59:09 +0200
  • 40f97c73ab Add option to disable instant search on ech searchengine change. Franz Fellner 2012-09-26 15:06:05 +0200
  • 7c95c78f26 Merge pull request #588 from srazi/master David Rosca 2012-09-20 23:15:55 -0700
  • c264fc3f28 Merge pull request #587 from amoskvin/master David Rosca 2012-09-20 23:13:54 -0700
  • 37e5aba76c Fixed, don't show supermenu in fullscreen mode. S. Razi Alavizadeh 2012-09-21 08:43:27 +0330
  • 4b2081ef5b Link to libX11 explicitly to prevent underlinking Alec Moskvin 2012-09-20 20:11:50 -0400
  • f3f1c46521 Merge pull request #586 from ff2000/location_bar_options David Rosca 2012-09-20 08:00:52 -0700