Commit graph

9024 commits

Author SHA1 Message Date
l10n daemon script ea78f8f44a SVN_SILENT made messages (.desktop file) 2013-10-09 06:49:57 +00:00
Andrea Iacovitti 5d72d41c94 Pressing "reset" button results in a call to KProxyDialog::load(): make
sure showEnvValueCheckBox is unchecked before setting proxy environment
variables in the ui. It could have been previously checked by user.
2013-10-06 20:24:21 +02:00
Dawit Alemayehu cd67f0651b Make sure clicking reset works under every circumstance.
BUG: 318412
FIXED-IN: 4.11.3
2013-10-06 12:40:08 -04:00
Andrea Iacovitti 623adc32ca Use the correct variable, instead of the entire QStringList, to fill in
lineedit's text in autoDetectSystemProxy().
When saving for "System Proxy" configuration be sure to write the name
of environment variables and not their values in the configuration file.
Added missing signal connection for mUi.systemProxyRadioButton.
Connect slotChanged() to textEdited() signal, instead of textChanged(),
for systemProxy's lineedits: this avoid to emit changed() when
"Show the value of the envirnment variables" checkbox is clicked.

BUG: 304707
FIXED-IN: 4.11.3
REVIEW: 113129
2013-10-06 15:12:27 +02:00
l10n daemon script 72b26bcce5 SVN_SILENT made messages (.desktop file) 2013-09-09 06:45:58 +00:00
Bernd Buschinski 43a981481a Fix toplevel bookmarks not showing in toolbar
regression from d1963e23
2013-09-04 16:23:35 +02:00
l10n daemon script d85e92fc8c SVN_SILENT made messages (.desktop file) 2013-09-04 06:42:00 +00:00
Dawit Alemayehu d1963e23dd Do not crash while importing/adding bookmarks.
BUG: 309370
REVIEW: 112042
FIXED-IN: 4.11.1
2013-08-16 09:03:06 -04:00
l10n daemon script 43fd32083e SVN_SILENT made messages (.desktop file) 2013-08-06 07:18:31 +00:00
l10n daemon script 29f2058c84 SVN_SILENT made messages (.desktop file) 2013-08-05 06:51:18 +00:00
l10n daemon script 0fa7074cf1 SVN_SILENT made messages (.desktop file) 2013-08-04 07:10:25 +00:00
l10n daemon script f2312c62a6 SVN_SILENT made messages (.desktop file) 2013-07-26 06:37:56 +00:00
Frank Reininghaus 29b279db0a Merge remote-tracking branch 'origin/KDE/4.10' into KDE/4.11 2013-07-25 22:29:42 +02:00
l10n daemon script 1bd7cd0ac7 SVN_SILENT made messages (.desktop file) 2013-07-21 06:41:17 +00:00
l10n daemon script b32724a182 SVN_SILENT made messages (.desktop file) 2013-07-20 06:37:22 +00:00
l10n daemon script 087bdf492c SVN_SILENT made messages (.desktop file) 2013-07-16 07:29:52 +00:00
l10n daemon script e4e3b56607 SVN_SILENT made messages (.desktop file) 2013-07-14 06:54:56 +00:00
l10n daemon script 3cdf17830f SVN_SILENT made messages (.desktop file) 2013-07-04 03:50:43 +00:00
l10n daemon script 734418c377 SVN_SILENT made messages (.desktop file) 2013-07-03 06:26:49 +00:00
l10n daemon script 9eb6003b9c SVN_SILENT made messages (.desktop file) 2013-06-23 03:56:41 +00:00
Dawit Alemayehu 709d2b79fb Merge remote-tracking branch 'origin/KDE/4.10' 2013-06-20 08:41:12 -04:00
Dawit Alemayehu 0af45dd5bf Save the current session information to disk when it changes and remove the file
when Konqueror is shutdown properly.

Note this is mainly a fix for the regression caused by my prior commit that prevented
Konqueror from doing tons of stat calls.

REVIEW: 111048
2013-06-20 08:34:45 -04:00
Dawit Alemayehu 174e9daee6 Merge remote-tracking branch 'origin/KDE/4.10' 2013-06-18 09:14:19 -04:00
Dawit Alemayehu 96deec69ae Stop Konqueror from doing tons of stat calls when auto saving the current session.
REVIEW: 111048
2013-06-18 09:13:20 -04:00
l10n daemon script 403183d64c SVN_SILENT made messages (.desktop file) 2013-06-15 03:49:03 +00:00
l10n daemon script 122404e71c SVN_SILENT made messages (.desktop file) 2013-06-09 03:43:47 +00:00
l10n daemon script a8348c8fd9 SVN_SILENT made messages (.desktop file) 2013-06-06 03:41:30 +00:00
l10n daemon script cc492bd5b8 SVN_SILENT made messages (.desktop file) 2013-06-05 07:26:41 +00:00
l10n daemon script 22959cf7dd SVN_SILENT made messages (.desktop file) 2013-06-05 04:48:53 +00:00
David Faure 8ad0650bea Merge remote-tracking branch 'origin/KDE/4.10' 2013-06-04 00:32:19 +02:00
David Faure 3e5da0b813 Fix assert when restoring session (and unselecting some windows).
The KConfigGroups cannot be const, we'll call writeEntry on them.
2013-06-04 00:31:42 +02:00
l10n daemon script 78239c1ff7 SVN_SILENT made messages (.desktop file) 2013-05-22 03:31:12 +00:00
Script Kiddy 9c821f47d3 SVN_SILENT made messages (.desktop file) 2013-05-18 10:15:39 +02:00
Script Kiddy 48145668a8 SVN_SILENT made messages (.desktop file) 2013-05-17 14:30:44 +02:00
Script Kiddy ef10e25ebd SVN_SILENT made messages (.desktop file) 2013-05-14 22:27:26 +02:00
Script Kiddy d46c2d4b2d SVN_SILENT made messages (.desktop file) 2013-05-14 17:28:24 +02:00
Dawit Alemayehu 2102017a61 Merge remote-tracking branch 'origin/KDE/4.10' 2013-05-14 08:36:11 -04:00
Dawit Alemayehu 67d4ea9431 Updated the midnightcommander profile to use dolphinpart instead of konq_detailedlistview.
Bug reporter says it still does not fix the crash, but for me it at least restores a working
midnight commander profile.

CCBUG: 312093
REVIEW: 110421
2013-05-14 08:34:59 -04:00
David Faure e1428451f6 Fix crash when an xmlgui file has shortcuts for viewmode actions.
BUG: 299020
FIXED-IN: 4.10.4
2013-05-12 23:30:58 +02:00
David Faure 3c092af49b Merge remote-tracking branch 'origin/KDE/4.10' 2013-05-05 22:45:21 +02:00
David Faure 291966486c Fix konq's unittests by ensuring it picks up khtmlpart rather than kwebkitpart.
(the tests cast to KHTMLPart)
2013-05-05 22:41:59 +02:00
Script Kiddy 8b36ea1163 SVN_SILENT made messages (.desktop file) 2013-05-04 09:46:31 +02:00
Script Kiddy 1f8499d491 SVN_SILENT made messages (.desktop file) 2013-04-26 13:28:44 +02:00
Script Kiddy 39de651b4f SVN_SILENT made messages (.desktop file) 2013-04-26 08:49:28 +02:00
Michael Drueing 3236d9761d Only require X11 libraries if actually compiling on X11
This will fix compilation on Win32 (and probably others)
2013-04-24 19:54:02 +02:00
Script Kiddy 0a66a62bfd SVN_SILENT made messages (.desktop file) 2013-04-23 21:53:29 +02:00
Script Kiddy 22a283a411 SVN_SILENT made messages (.desktop file) 2013-04-23 17:07:03 +02:00
Script Kiddy fef35712c1 SVN_SILENT made messages (.desktop file) 2013-04-22 08:55:40 +02:00
Script Kiddy b212ee8147 SVN_SILENT made messages (.desktop file) 2013-04-20 09:44:11 +02:00
Script Kiddy 8a299ad08c SVN_SILENT made messages (.desktop file) 2013-04-19 13:27:40 +02:00