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

3409 Commits

Author SHA1 Message Date
David Rosca
d1230b7bce Merge pull request #161 from JHooverman/master
Updated German translation
2012-01-12 12:12:38 -08:00
Jonathan Hooverman
b181fd447e Updated German translation 2012-01-12 21:09:28 +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
53d0c256c5 Merge branch 'master' of github.com:nowrep/QupZilla
Conflicts:
	translations/de_DE.ts
2012-01-10 21:15:46 +01:00
nowrep
b4a18d5729 Updated translations 2012-01-10 21:15:03 +01:00
David Rosca
432004efe3 Merge pull request #151 from JHooverman/master
Updated German translation
2012-01-10 12:14:26 -08:00
Jonathan Hooverman
4d2d4fda5f Updated German translation 2012-01-10 21:10:40 +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
David Rosca
030d1b8c08 Merge pull request #150 from pejakm/master
Added Wiktionary back and renamed Translate menu item
2012-01-09 23:07:33 -08:00
Mladen Pejaković
a60389b0a5 Added Wiktionary back and renamed Translate menu item 2012-01-09 22:53:08 +01:00
David Rosca
bbcd113f6e Merge pull request #149 from vasitsiv/master
Greek Website translation
2012-01-09 13:49:05 -08:00
Vasilis Tsivikis
73397df0ae Greek website translation 2012-01-09 23:37:09 +02: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
David Rosca
350a683f46 Merge pull request #146 from pejakm/master
Right click context menu changes + Speed dial background
2012-01-09 06:49:33 -08:00
Mladen Pejaković
7781e1a1c7 Speed dial background picture backend 2012-01-09 14:12:21 +01:00
Mladen Pejaković
f108a82d55 Update Serbian language files 2012-01-09 13:07:08 +01:00
Mladen Pejaković
d3e3a99aa8 Update translations 2012-01-09 12:52:39 +01:00
Mladen Pejaković
28e2572215 Rearranged tight click context menu; added new menu entries 2012-01-09 12:39:34 +01:00
David Rosca
5b98b42692 Merge pull request #145 from Fisiu/master
[Fix] tab order in preference dialog
2012-01-08 22:28:28 -08: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
David Rosca
6362bfab96 Merge pull request #142 from JHooverman/master
Updated German Translation
2012-01-08 11:10:53 -08:00
Jonathan Hooverman
b9f808f681 Updated German translation 2012-01-08 20:08:28 +01:00
David Rosca
e6264a281d Merge pull request #141 from pejakm/master
Serbian language files - fix
2012-01-08 10:17:41 -08:00
Mladen Pejaković
ac4750e3a1 Serbian language files - fix 2012-01-08 19:14:39 +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
David Rosca
7ab8103c34 Merge pull request #140 from pejakm/master
Serbian language support
2012-01-08 09:07:19 -08:00
Mladen Pejaković
466d8ce459 Fix sr_RS language file\'s country suffix 2012-01-08 18:02:22 +01:00
Mladen Pejaković
8bd98f45a9 Qt Serbian translations, initial 2012-01-08 17:58:58 +01:00
Mladen Pejaković
b927368421 Initial support for Serbian language 2012-01-08 17:58:37 +01:00
Mladen Pejaković
87fcb7abe2 Initial support for Serbian language 2012-01-08 17:50:20 +01:00
Mladen Pejaković
1bb87310be Desktop file Serbian language 2012-01-08 17:39:32 +01:00
David Rosca
f219877c24 Merge pull request #138 from pejakm/master
[Fix] Send image menu entry on image context menu
2012-01-08 06:26:45 -08: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
nowrep
2d6585c786 [Fix] Fixed wrong tab focus order. Closes #135
- it is now LocationBar -> WebSearchBar -> WebView -> ...
2012-01-08 12:38:02 +01:00
nowrep
f0c04e88e9 [Fix] Fixed standard menu actions in app menu on Mac. Closes #130
- it should show About QupZilla, About Qt, Preferences and Quit in
  application menu on Mac
- it should also fix related crash in #130
2012-01-08 11:38:15 +01:00
nowrep
8320dd0615 Added Alt+Left/Right shortcuts for history back/forward. Closes #136 2012-01-08 11:12:04 +01:00
nowrep
7b337b4de8 [Fix] Fixed loss of speed dial settings. Closes #137
- it occured only when you don't open speed dial page in your
  browser session
2012-01-08 10:56:50 +01:00
nowrep
d9966c08a1 Added possibility to create new rss feeds. Closes #120
- also edited string in adblock icon
   "web-pages" > "web pages"
2012-01-07 20:56:58 +01:00
nowrep
aa7ab1d9e1 Version 1.1.5 2012-01-07 12:43:18 +01:00
nowrep
fe28298fae Fixed also YouTube opensearch suggestions.
- correction: you need to remove google + youtube providers and then
  click "Defaults", only clicking "Defaults" won't replace old
  google/youtube providers with new working.
2012-01-07 12:19:47 +01:00
nowrep
7f43333fbf Fixed google suggestions in websearch bar.
- you may need to click "Defaults" to add Google with correct
  suggestions url template
- also improved behaviour when opening NewBackgroundTab if it is
  opened from pinned tab. It will be opened after last pinned tab,
  to prevent opening normal tabs between pinned ones.
2012-01-07 12:09:39 +01:00