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

510 Commits

Author SHA1 Message Date
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
46edc8d5a2 Added option to edit bookmark from context menu in bookmarks toolbar.
- also added new function to Speed Dial to be able to get path of
  background image file

- closes #189
2012-01-18 15:05:50 +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
7a9493a3b3 Edited windows installer, now installing msvc2008 redistributables.
- QupZilla now should run correctly on every MS system
2012-01-17 21:20: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
Mariusz Fik
1b7c37afd0 use country only for translation contributions
Signed-off-by: Mariusz Fik <fisiu@opensuse.org>
2012-01-17 12:39:30 +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
52e0e206b5 Using "Intel Mac" in user agent when compiling on intel. Closes #148 2012-01-16 16:28:41 +01:00
nowrep
67d4da74fd Merge branch 'master' of github.com:nowrep/QupZilla 2012-01-16 15:41:45 +01:00
David Rosca
f7aa86a824 Removing bin/plugins directory from install target in qmake. 2012-01-16 11:01:14 +01:00
nowrep
6297f7f3d0 Added Mariusz Fik into translators + updated Spanish translation. 2012-01-15 19:39:25 +01:00
nowrep
cc63da0765 New domain for blog: http://blog.qupzilla.com 2012-01-15 18:22:59 +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
9f6eb10ac2 Opening edit window when adding new page into speed dial. Closes #177
- also added dutch translation for homepage
2012-01-15 11:48:15 +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
2c9837eaef [Fix] Allocating AcceptLanguage dialog on heap. Should close #156
- crash when accepting Preferences
2012-01-13 22:11:01 +01:00
nowrep
6cdb61990d Disabling QtSingleApplication on Haiku. See #154 2012-01-13 21:44:56 +01:00
nowrep
4a4b005bb0 Fixed building on Haiku. See #154 2012-01-13 21:20:13 +01:00
nowrep
1436a1f21a Don't show error page when there are some data received. See #155
- should fix this issue
2012-01-13 21:04:40 +01:00
nowrep
d848d5621d [Fix] Fixed saving of sidebar width when closing with maximized window. 2012-01-13 16:51:58 +01:00
nowrep
d93407fd46 Fixed exe icon for OS/2. Thanks to Elbert Pol.
- old .ico icons were too big (over 64K) and it failed
  to compile
2012-01-13 15:28:30 +01:00
nowrep
9f1e864f9a Finally fixes build issue on non X11 systems. Closes #154 2012-01-12 21:38:38 +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
9e368775bd Should fix build issues when using ...? Closes #158 #154
- it was compiling fine for me with Qt 4.8RC1 and 4.7.4
- but it wasn't compiling fine for haiku & mac os
2012-01-12 18:40:02 +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
Mladen Pejaković
a60389b0a5 Added Wiktionary back and renamed Translate menu item 2012-01-09 22:53:08 +01:00
nowrep
03a2b8e991 [Fix] Fixing previous commit, it was unable to click on any button.
- Oops...
2012-01-09 22:17:05 +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
456a8d3e77 Fixed go to web page + using google translate as dictionary provider. 2012-01-09 16:45:36 +01:00
nowrep
61b410ece3 Code edits + added Mladen Pejaković into contributors.
- moved speed dial background settings from qupzillaschemehandler
  to speed dial's class speeddial
2012-01-09 16:23:03 +01:00
Mladen Pejaković
7781e1a1c7 Speed dial background picture backend 2012-01-09 14:12:21 +01:00
Mladen Pejaković
28e2572215 Rearranged tight click context menu; added new menu entries 2012-01-09 12:39:34 +01:00
Mariusz Fik
0b54948877 restore first tab as active in preferences dialog
Signed-off-by: Mariusz Fik <fisiu@opensuse.org>
2012-01-09 03:21:33 +01:00
Mariusz Fik
b3d36baaf7 fix tab order for preferences dialog
Signed-off-by: Mariusz Fik <fisiu@opensuse.org>
2012-01-09 03:16:51 +01:00
Jonathan Hooverman
b9f808f681 Updated German translation 2012-01-08 20:08:28 +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
Mladen Pejaković
87fcb7abe2 Initial support for Serbian language 2012-01-08 17:50:20 +01:00
Mladen Pejaković
5c11906c72 Fix Send image menu entry 2012-01-08 15:21:49 +01:00
nowrep
295e86988f Little change in speed dial: drag start after moving 40 pixels.
- it prevent unwanted drags when clicking on pages
- also fixed little issue when focusing locationbar after hiding
  search toolbar
- added portuguese translation for hompage
2012-01-08 14:24:10 +01:00