nowrep
b6289ad989
Merge branch 'master' of https://github.com/JHooverman/QupZilla into JHooverman-master
...
Conflicts:
bin/locale/de_DE.qm
2012-01-14 19:34:35 +01:00
Jonathan Hooverman
b7dddb49dd
Updated German translation
2012-01-14 19:13:24 +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
David Rosca
60331e4b79
Merge pull request #171 from JHooverman/master
...
Updated German homepage translation
2012-01-14 09:15:30 -08:00
Jonathan Hooverman
6d00510691
Updated German homepage translation
2012-01-14 18:14:00 +01:00
Jonathan Hooverman
863dc76de4
Updated German homepage translation
2012-01-14 18:11:40 +01:00
nowrep
fe21caa70e
Added 2 strings to homepage translations + new IRC channel.
...
- it is #qupzilla at irc.freenode.net
2012-01-14 17:26:18 +01:00
David Rosca
85d2083189
Merge pull request #170 from pejakm/master
...
Serbian translatiom updates
2012-01-14 07:22:26 -08:00
Mladen Pejaković
0cc1670a6b
Serbian translations update
2012-01-14 16:12:25 +01:00
David Rosca
7ad54b8c37
Merge pull request #169 from JHooverman/master
...
Homepage german translation fixes
2012-01-14 04:27:01 -08:00
Jonathan Hooverman
01bb738a5e
Fixes
2012-01-14 13:20:43 +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
b2edc69eb2
Added text codecs into Windows installer. Closes #139
...
- due to a missing text codecs, japanese/chinese characters
were not displayed correctly
2012-01-13 23:07:04 +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
d707863ea1
Merge branch 'master' of github.com:nowrep/QupZilla
2012-01-13 21:05:01 +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
David Rosca
23bd490cac
Merge pull request #166 from JHooverman/master
...
German Translation for TestPlugin
2012-01-13 11:31:51 -08:00
Jonathan Hooverman
80460de56e
German translation for TestPlugin
2012-01-13 18:31:20 +01:00
nowrep
d848d5621d
[Fix] Fixed saving of sidebar width when closing with maximized window.
2012-01-13 16:51:58 +01:00
nowrep
21651cdb02
Merge branch 'master' of github.com:nowrep/QupZilla
2012-01-13 15:28:55 +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
David Rosca
f76c6d0faf
Merge pull request #165 from pejakm/master
...
TestPlugin Serbian translations
2012-01-13 05:46:12 -08:00
Mladen Pejaković
99034221df
TestPlugin Serbian translations
2012-01-13 13:04:16 +01:00
David Rosca
a22b7606e5
Merge pull request #164 from JHooverman/master
...
Homepage translation fixes again
2012-01-13 00:49:37 -08:00
Jonathan Hooverman
0d5e1ed4ab
Fixes again
2012-01-12 23:00:57 +01:00
David Rosca
b46ff8af48
Merge pull request #163 from JHooverman/master
...
Fixes
2012-01-12 13:30:07 -08:00
Jonathan Hooverman
918977b082
Fixes
...
Please enter the commit message for your changes. Lines starting
2012-01-12 22:17:56 +01:00
David Rosca
75c2be0652
Merge pull request #162 from JHooverman/master
...
Added German homepage translation
2012-01-12 13:02:52 -08:00
Jonathan Hooverman
a4c98e00c2
German homepage translation
2012-01-12 22:01:39 +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
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