Dawit Alemayehu
61d0fe391b
- Renamed a button text from "Change Policy" to "Configure Policy" because it
...
allows you to either add or modify a new policy from the management dialog.
- Enable/disable the policy domain edit and ok button as needed. The user will
no longer be allowed to change the domain of existing policies.
- Renamed a couple of UI variable name to refelect their actual purpose.
2012-10-04 20:18:37 -04:00
Dawit Alemayehu
a791edd3d4
Do not crash when global policy is changed and the Apply button is pressed.
...
BUG: 307831
FIXED-IN: 4.10
2012-10-04 20:18:37 -04:00
Christoph Feck
66ddefe615
SVN_SILENT compile
...
Thanks for the fast fixes, had to correct this one, please check.
CCMAIL: adawit@kde.org
2012-10-05 01:58:09 +02:00
Dawit Alemayehu
f1ef7f10cd
Make the per domain cookie policy configuration dialog refelect any current policy
...
set for the selected domain.
BUG: 307835
FIXED-IN: 4.10
2012-10-04 18:15:00 -04:00
Dawit Alemayehu
643a84000f
Enable change policy button only when the domain entry is clicked.
...
BUG: 307834
FIXED-IN:4.10
2012-10-04 18:14:59 -04:00
Dawit Alemayehu
d5ec286aa0
Merge branch '4.9'
2012-10-03 15:09:58 -04:00
Dawit Alemayehu
930e19b9a7
Added configuration option for accepting cookies until end of session per
...
globally (default) or per domain. This is the configuration part of the change
that was made to the cookiejar with the following commit:
http://commits.kde.org/kdelibs/ef269fdee33113354776693089c26f73093658a5
BUG:54300
FIXED-IN:4.10
REVIEW:106619
2012-09-30 13:20:29 -04:00
Script Kiddy
15c66cafb7
SVN_SILENT made messages (.desktop file)
2012-09-29 11:32:51 +02:00
Dawit Alemayehu
bf9448c422
Make the reset button work
2012-09-28 00:55:43 -04:00
Dawit Alemayehu
3eabe8703f
Merge branch '4.9'
2012-09-27 17:48:56 -04:00
Dawit Alemayehu
e9dc612501
Do not crash when the apply/ok button is pressed after the defaults button when site specific policies present
2012-09-26 10:28:11 -04:00
Dawit Alemayehu
22dc473663
When user requests to open bookmark urls in a new window or tab, filter the
...
URLs before opening them.
BUG: 145873
FIXED-IN: 4.9.2
2012-09-23 12:02:15 -04:00
Script Kiddy
05fc2edf54
SVN_SILENT made messages (.desktop file)
2012-09-22 17:32:41 +02:00
Script Kiddy
7a0705a549
SVN_SILENT made messages (.desktop file)
2012-09-07 17:36:27 +02:00
Script Kiddy
860879a925
SVN_SILENT made messages (.desktop file)
2012-09-07 10:37:04 +02:00
Dawit Alemayehu
49031a03c8
Fix commit a2ae800335
. :(
...
Do not attempt to change focus when the active view is not the current one.
Fixes location bar address being changed when opening URLs in a background tab.
(cherry picked from commit 5fa3dbc49f
)
2012-09-05 03:24:27 -04:00
Dawit Alemayehu
5fa3dbc49f
Fix commit a2ae800335
. :(
...
Do not attempt to change focus when the active view is not the current one.
Fixes location bar address being changed when opening URLs in a background tab.
2012-09-05 03:20:49 -04:00
David Faure
b7be6c1fd1
Fix crash when a part misbehaves and doesn't create a widget.
...
E.g. I just got this
KonqFrame::attach: The part KWDocument(0x28f5100, name = "document_0") didn't create a widget!
Testcase: konqueror <some .doc document on http>
(possibly with a broken koffice/calligra installation...)
(cherry picked from commit 637c39ae98
)
2012-08-28 14:22:15 +02:00
David Faure
637c39ae98
Fix crash when a part misbehaves and doesn't create a widget.
...
E.g. I just got this
KonqFrame::attach: The part KWDocument(0x28f5100, name = "document_0") didn't create a widget!
Testcase: konqueror <some .doc document on http>
(possibly with a broken koffice/calligra installation...)
2012-08-28 14:21:47 +02:00
Dawit Alemayehu
297b5a183c
Avoid unnecessary call to emitActivePartChanged in showTab. The call to
...
KonqFrameTabs::setCurrentIndex already takes care of that for us.
2012-08-26 19:46:47 -04:00
Dawit Alemayehu
a2ae800335
Fix for the issue where the focus goes to the location bar when opening a link
...
in new foreground tab.
BUG: 304865
BUG: 304933
FIXED-IN: 4.9.1
REVIEW: 105984
2012-08-26 19:46:47 -04:00
Dawit Alemayehu
ba9f98d622
Avoid unnecessary call to emitActivePartChanged in showTab. The call to
...
KonqFrameTabs::setCurrentIndex already takes care of that for us.
2012-08-26 19:44:17 -04:00
Dawit Alemayehu
55c0f6baf9
Fix for the issue where the focus goes to the location bar when opening a link
...
in new foreground tab.
BUG: 304865
BUG: 304933
FIXED-IN: 4.9.1
REVIEW: 105984
2012-08-26 19:44:17 -04:00
Martin Koller
265b1a5118
elide completion entries in the middle
...
The completion list did show the URLs as right-elided entries,
which is not optimal.
For filenames and man pages at least middle-elide is much more sensible.
BUG: 111821
FIXED-IN: 4.9.1
REVIEW: 106183
2012-08-26 12:23:38 +02:00
Martin Koller
dffa8b2aee
elide completion entries in the middle
...
The completion list did show the URLs as right-elided entries,
which is not optimal.
For filenames and man pages at least middle-elide is much more sensible.
BUG: 111821
FIXED-IN: 4.9.1
REVIEW: 106183
2012-08-26 12:21:39 +02:00
Martin Koller
4a6e5ee19b
strip line breaking characters from URL on text input
...
This patch removes line-breaking chars when an URL is entered.
Very handy if you paste URLs from e.g. an email which shows
the complete URL broken into multiple lines.
BUG: 159002
FIXED-IN: 4.9.1
REVIEW: 106184
2012-08-26 12:18:56 +02:00
Martin Koller
38fda3bf75
strip line breaking characters from URL on text input
...
This patch removes line-breaking chars when an URL is entered.
Very handy if you paste URLs from e.g. an email which shows
the complete URL broken into multiple lines.
BUG: 159002
FIXED-IN: 4.9.1
REVIEW: 106184
2012-08-26 12:15:49 +02:00
Script Kiddy
60d386dc75
SVN_SILENT made messages (.desktop file)
2012-08-23 15:39:18 +02:00
Script Kiddy
9e8ed7af1e
SVN_SILENT made messages (.desktop file)
2012-08-23 03:12:24 +02:00
Martin Koller
d340e07534
avoid duplicate entries in konqueror address completion list
...
history list is added to completion list giving duplicates.
Avoid this by removing duplicates
BUG: 144751
FIXED-IN: 4.9.1
2012-08-17 21:10:00 +02:00
Martin Koller
7d1f76d3d7
avoid duplicate entries in konqueror address completion list
...
history list is added to completion list giving duplicates.
Avoid this by removing duplicates
BUG: 144751
FIXED-IN: 4.9.1
2012-08-17 21:02:23 +02:00
Dawit Alemayehu
cf5d5ace49
Fix a long standing security issue with the hiding of Konqueror's location (address)
...
bar through javascript.
This commit changes how a request to create a new window with all its toolbars hidden
is handled. Namely, the toolbar that contains the address input widget will no longer
be hidden by default. The user can explicitly enable the ability to hide the location
bar by adding the following config option to Konqueror's config file (konquerorrc):
[DisableWindowOpenFeatures]
LocationBar=false
REVIEW: 105749
2012-08-11 11:50:25 -04:00
Dawit Alemayehu
97457b5fb6
Fixed the display of the security sheild icon for SSL sites.
...
REVIEW: 105805
2012-08-11 11:50:24 -04:00
Script Kiddy
ba94adb39c
SVN_SILENT made messages (.desktop file)
2012-08-10 17:24:32 +02:00
Script Kiddy
49664470eb
SVN_SILENT made messages (.desktop file)
2012-08-10 12:09:12 +02:00
Script Kiddy
344a215690
SVN_SILENT made messages (.desktop file)
2012-08-07 18:26:07 +02:00
Dawit Alemayehu
5caef5d84f
Fix a long standing security issue with the hiding of Konqueror's location (address)
...
bar through javascript.
This commit changes how a request to create a new window with all its toolbars hidden
is handled. Namely, the toolbar that contains the address input widget will no longer
be hidden by default. The user can explicitly enable the ability to hide the location
bar by adding the following config option to Konqueror's config file (konquerorrc):
[DisableWindowOpenFeatures]
LocationBar=false
REVIEW: 105749
2012-08-03 14:03:41 -04:00
Dawit Alemayehu
89b1c2deec
Fixed the display of the security sheild icon for SSL sites.
...
REVIEW: 105805
2012-08-03 14:03:34 -04:00
Script Kiddy
603b764da9
SVN_SILENT made messages (.desktop file)
2012-08-03 11:36:00 +02:00
Script Kiddy
a4bd90cb3b
SVN_SILENT made messages (.desktop file)
2012-08-02 10:53:11 +02:00
Script Kiddy
877d84e746
SVN_SILENT made messages (.desktop file)
2012-08-01 11:35:20 +02:00
Script Kiddy
cd73c53bb9
SVN_SILENT made messages (.desktop file)
2012-07-30 09:50:07 +02:00
Script Kiddy
3538416abd
SVN_SILENT made messages (.desktop file)
2012-07-27 10:25:17 +02:00
Script Kiddy
4c8b063be8
SVN_SILENT made messages (.desktop file)
2012-07-24 19:23:37 +02:00
Script Kiddy
45e1b37a46
SVN_SILENT made messages (.desktop file)
2012-07-19 10:08:46 +02:00
Dawit Alemayehu
12559c12c6
Use the correct number of arguments when creating an instance of KRun.
2012-07-17 23:00:39 -04:00
Script Kiddy
044243a502
SVN_SILENT made messages (.desktop file)
2012-07-14 00:02:53 +02:00
Script Kiddy
2f6dbf75f3
SVN_SILENT made messages (.desktop file)
2012-07-09 11:10:38 +02:00
Script Kiddy
1b6ffe072c
SVN_SILENT made messages (.desktop file)
2012-06-28 09:58:50 +02:00
Script Kiddy
0388171e04
SVN_SILENT made messages (.desktop file)
2012-06-26 19:08:12 +02:00
Jonathan Marten
f4fbf758ce
Add an action to hide/show the status bar
...
Each view has its own status bar. For the moment, this
action toggles the status bar of the current view only.
BUG:111162
REVIEW:105337
GUI:
2012-06-25 17:21:58 +01:00
Script Kiddy
12abf054b8
SVN_SILENT made messages (.desktop file)
2012-06-18 10:06:11 +02:00
Script Kiddy
8aa8921501
SVN_SILENT made messages (.desktop file)
2012-06-16 12:13:06 +02:00
Script Kiddy
e3285d5742
SVN_SILENT made messages (.desktop file)
2012-06-12 17:03:19 +02:00
Script Kiddy
78b8ec77e2
SVN_SILENT made messages (.desktop file)
2012-06-07 11:48:51 +02:00
Dawit Alemayehu
35b9438a1d
Avoid delayed popup of the bookmark menu when it is inserted into the toolbar.
...
BUG: 300221
FIXED-IN: 4.8.4
(cherry picked from commit 70512f5081
)
2012-05-26 15:09:53 -04:00
Dawit Alemayehu
515aec38fb
Do not reset the URL entered into Konqueror's location bar URL
...
when the URL is handled by an external application.
BUG: 270723
FIXED-IN: 4.8.4
REVIEW: 104982
(cherry picked from commit 98f63a671d
)
2012-05-24 13:36:10 -04:00
Script Kiddy
de3b68d136
SVN_SILENT made messages (.desktop file)
2012-05-20 11:56:51 +02:00
Dawit Alemayehu
bf7114bfc6
Added a configuration option for disabling the offer to save website passwords.
...
REVIEW: 104631
2012-05-18 15:14:35 -04:00
Script Kiddy
41099197d2
SVN_SILENT made messages (.desktop file)
2012-05-15 16:38:31 +02:00
Frederik Schwarzer
e19cb02514
Fix typo.
2012-05-14 12:46:57 +02:00
Script Kiddy
cc7e21112a
SVN_SILENT made messages (.desktop file)
2012-05-12 12:27:13 +02:00
Script Kiddy
454197fa81
SVN_SILENT made messages (.desktop file)
2012-05-11 09:39:52 +02:00
Script Kiddy
f279feed32
SVN_SILENT made messages (.desktop file)
2012-05-06 10:29:11 +02:00
Script Kiddy
4c1da6909c
SVN_SILENT made messages (.desktop file)
2012-05-02 10:08:54 +02:00
Script Kiddy
43c636d5cb
SVN_SILENT made messages (.desktop file)
2012-05-01 17:21:43 +02:00
Alex Fiestas
23492dd1c2
Added missing ) to make this compile again
2012-04-25 01:49:59 +02:00
Frederik Schwarzer
a35a6c8bc5
Do not patch strings that can be combined.
...
REVIEW: 104712
2012-04-24 22:33:40 +02:00
Script Kiddy
2d271e3b31
SVN_SILENT made messages (.desktop file)
2012-04-24 16:54:04 +02:00
Script Kiddy
f32af21aa9
SVN_SILENT made messages (.desktop file)
2012-04-23 10:07:32 +02:00
Script Kiddy
8426b7846f
SVN_SILENT made messages (.desktop file)
2012-04-18 09:33:46 +02:00
Script Kiddy
234818d7a0
SVN_SILENT made messages (.desktop file)
2012-04-17 16:06:32 +02:00
Andrea Iacovitti
83adb9fb54
Keep default "HoverLinks" value in sync with khtml_settings's one.
...
FIXED-IN: 4.8.3
2012-04-10 22:28:36 +02:00
Stephen Kelly
909f0cd972
Add some missing includes.
...
These are needed in Qt5/KF5.
2012-04-10 00:20:22 +02:00
Stephen Kelly
ed2872074e
Simplify some Qt module style includes.
...
This is the easiest way to transition to Qt5.
2012-04-10 00:20:22 +02:00
Dawit Alemayehu
feb5e54e76
Update the kded proxyscout module when the proxy settings are changed not to use PAC.
...
(cherry picked from commit fdf6c1d161
)
2012-03-27 10:45:48 -04:00
Script Kiddy
b428e4be8c
SVN_SILENT made messages (.desktop file)
2012-03-26 09:51:59 +02:00
Script Kiddy
b4f7084963
SVN_SILENT made messages (.desktop file)
2012-03-19 09:50:32 +01:00
Script Kiddy
9c5fdfcc70
SVN_SILENT made messages (.desktop file)
2012-03-18 10:11:44 +01:00
Dawit Alemayehu
0a2893eeb3
Removed hard dependency on khtml by using the newly added JavaScript settings
...
from KParts::HtmlSettingsInterface.
Changed kcmcss to embed the default browser engine when previewing user defined
CSS settings.
CCBUG: 291277
2012-03-17 14:01:15 -04:00
Oswald Buddenhagen
5836e113a6
adjust to INSTALLed permissions
2012-03-10 13:23:41 +01:00
Patrick Spendrin
cb2375e002
fix opening konqueror via kfmclient
...
BUG:184709
(cherry picked from commit e65f0898c6
)
2012-03-06 20:03:58 +01:00
Dawit Alemayehu
fe97f31823
Always use small size icons on the status bar.
...
Fixes the intermittent issue of the status bar becoming huge when the
the requested status bar icon could not be found and the default icon
is returned instead.
BUG: 294321
FIXED-IN: 4.8.1
REVIEW: 104071
(cherry picked from commit 48e804dbe4
)
2012-03-01 20:09:00 -05:00
Script Kiddy
2084d4ff1c
SVN_SILENT made messages (.desktop file)
2012-02-23 09:49:23 +01:00
Dawit Alemayehu
5e627957cc
Update the URL on the local KFileItem copy or else subsequent rename operations
...
fail horribly.
2012-02-20 13:16:08 -05:00
Dawit Alemayehu
fc3073b8e6
Cosmetic change: reshuffled include header order.
2012-02-20 13:10:09 -05:00
Dawit Alemayehu
22bc0951b0
Fixed logic error that prevented items in the sidebar from being refreshed correctly.
...
BUG: 246738
FIXED-IN: 4.8.1
(cherry picked from commit af14f54560
)
2012-02-18 13:06:13 -05:00
Script Kiddy
6d74e9f516
SVN_SILENT made messages (.desktop file)
2012-02-16 10:49:16 +01:00
Script Kiddy
2c2bf7b1c5
SVN_SILENT made messages (.desktop file)
2012-02-07 16:46:20 +01:00
Dawit Alemayehu
e7f1c674cd
Fixed Konqueror not being able to launch binary executables.
...
BUG: 291044
FIXED-IN: 4.8.1
(cherry picked from commit 9aaf7490e8
)
2012-02-06 12:11:34 -05:00
Dawit Alemayehu
ab4dfb4a56
When creating a new bookmark folder, prompt for the folder name.
...
BUG: 247049
FIXED-IN: 4.9.0
REVIEW: 103845
2012-02-06 12:04:09 -05:00
Script Kiddy
7985b6d28a
SVN_SILENT made messages (.desktop file)
2012-02-04 10:55:27 +01:00
Marco Martin
07d0b3fb71
Merge branch 'KDE/4.8'
...
Conflicts:
konqueror/settings/kio/proxy.desktop
2012-02-03 15:26:27 +01:00
Script Kiddy
ed1ac4349e
SVN_SILENT made messages (.desktop file)
2012-02-03 10:02:40 +01:00
Script Kiddy
b6f71b1e48
SVN_SILENT made messages (.desktop file)
2012-02-02 15:03:03 +01:00
Script Kiddy
125d89890e
SVN_SILENT made messages (.desktop file)
2012-02-02 09:58:19 +01:00
Dawit Alemayehu
2cb20fcd4c
Cosmetic change: Removed function name additions from debug statements.
2012-02-01 19:02:26 -05:00
Dawit Alemayehu
71a527f7a9
Cosmetic change: fixed formatting.
2012-02-01 19:02:20 -05:00
Script Kiddy
80ecef6a13
SVN_SILENT made messages (.desktop file)
2012-02-01 10:14:34 +01:00
Script Kiddy
e5c8850c67
SVN_SILENT made messages (.desktop file)
2012-01-31 21:04:40 +01:00
Script Kiddy
c63e66a139
SVN_SILENT made messages (.desktop file)
2012-01-31 16:19:58 +01:00
Script Kiddy
3a1f62622d
SVN_SILENT made messages (.desktop file)
2012-01-30 11:41:21 +01:00
Script Kiddy
3f6b776571
SVN_SILENT made messages (.desktop file)
2012-01-29 11:35:27 +01:00
Dawit Alemayehu
e828d4e693
Make sure the user's preference to show or hide the close buttons takes effect
...
as soon as the changes are applied. Not after restarting Konqueror.
BUG: 121792
FIXED-IN: 4.8.1
GUI: Removed portion of a tool tip text that is no longer valid.
(cherry picked from commit 2f63fe74e5
)
2012-01-29 01:46:20 -05:00
Dawit Alemayehu
2f63fe74e5
Make sure the user's preference to show or hide the close buttons takes effect
...
as soon as the changes are applied. Not after restarting Konqueror.
BUG: 121792
FIXED-IN: 4.8.1
GUI: Removed portion of a tool tip text that is no longer valid.
2012-01-29 01:44:59 -05:00
Dawit Alemayehu
92385ff425
Moving tabs causes wrong tab to be highlighted upon reload.
...
BUG: 266369
FIXED-IN: 4.8.1
REVIEW: 103740
(cherry picked from commit 349264ee40
)
2012-01-27 10:43:43 -05:00
Dawit Alemayehu
349264ee40
Moving tabs causes wrong tab to be highlighted upon reload.
...
BUG: 266369
FIXED-IN: 4.8.1
REVIEW: 103740
2012-01-27 10:42:03 -05:00
Script Kiddy
89940473ca
SVN_SILENT made messages (.desktop file)
2012-01-22 09:28:28 +01:00
Script Kiddy
c8bf8b77b7
SVN_SILENT made messages (.desktop file)
2012-01-17 16:33:32 +01:00
Script Kiddy
3c9ccbcca3
SVN_SILENT made messages (.desktop file)
2012-01-16 09:28:43 +01:00
Dawit Alemayehu
5a31739e6e
Make sure the "Auto Detect" button is enabled when the
...
"Use system proxy configuration" is selected.
Make sure users can simply click the Apply button after selecting the same
option under windows.
CCBUG: 291259
(cherry picked from commit a52df46f43
)
2012-01-13 01:17:53 -05:00
Dawit Alemayehu
a52df46f43
Make sure the "Auto Detect" button is enabled when the
...
"Use system proxy configuration" is selected.
Make sure users can simply click the Apply button after selecting the same
option under windows.
CCBUG: 291259
2012-01-13 01:17:00 -05:00
David Faure
c37d81c207
Revert this one for now, it causes bug 290936.
...
I was wrong: we need to only call KRun for HTML files. Otherwise, when clicking
on a directory, kfmclient calls KRun which starts kfmclient which calls KRun...
It sounds like the only proper fix for this would be to have a KRun-derived
class in kfmclient, which gets notified of the found mimetype and can then
decide what to do. On the other hand we could also just associate the browser
app with text/html in the KCM, and use existing mechanisms instead of piling
more logic into kfmclient.
CCBUG: 182591
BUG: 290936
FIXED-IN: 4.8.0
(cherry picked from commit d882d2a5d2
)
2012-01-10 15:46:45 -05:00
Script Kiddy
fd654ca8bd
SVN_SILENT made messages (.desktop file)
2012-01-10 15:50:18 +01:00
Jekyll Wu
0cc78a14df
Merge remote-tracking branch 'origin/KDE/4.8'
...
Conflicts:
dolphin/src/main.cpp
2012-01-10 20:09:21 +08:00
David Faure
d882d2a5d2
Revert this one for now, it causes bug 290936.
...
I was wrong: we need to only call KRun for HTML files. Otherwise, when clicking
on a directory, kfmclient calls KRun which starts kfmclient which calls KRun...
It sounds like the only proper fix for this would be to have a KRun-derived
class in kfmclient, which gets notified of the found mimetype and can then
decide what to do. On the other hand we could also just associate the browser
app with text/html in the KCM, and use existing mechanisms instead of piling
more logic into kfmclient.
CCBUG: 182591
BUG: 290936
FIXED-IN: 4.8.0
2012-01-10 12:12:31 +01:00
Dawit Alemayehu
261ffb5ed4
Make sure Konqueror won't crash even when the locationbar and
...
hence the input combox is removed.
BUG: 172692
FIXED-IN: 4.8.1
REVIEW: 103663
(cherry picked from commit b21b16103a
)
2012-01-09 19:02:43 -05:00
Dawit Alemayehu
b21b16103a
Make sure Konqueror won't crash even when the locationbar and
...
hence the input combox is removed.
BUG: 172692
FIXED-IN: 4.8.1
REVIEW: 103663
2012-01-09 18:34:24 -05:00
Script Kiddy
c069f12930
SVN_SILENT made messages (.desktop file)
2012-01-09 08:30:24 +01:00
Dawit Alemayehu
f43fa7d1c2
Make sure loading is stopped before changing embedded parts.
...
BUG: 282641
FIXED-IN: 4.8.1
(cherry picked from commit 0491f27e08
)
2012-01-09 01:33:30 -05:00
Dawit Alemayehu
0491f27e08
Make sure loading is stopped before changing embedded parts.
...
BUG: 282641
FIXED-IN: 4.8.1
2012-01-09 01:32:54 -05:00
Dawit Alemayehu
b31a520282
Check m_combo for NULL before accessing it.
...
BUG: 245574
FIXED-IN: 4.8.1
(cherry picked from commit 54e035f088
)
2012-01-08 23:53:13 -05:00
Dawit Alemayehu
54e035f088
Check m_combo for NULL before accessing it.
...
BUG: 245574
FIXED-IN: 4.8.1
2012-01-08 23:52:38 -05:00
Script Kiddy
f7c63d1980
SVN_SILENT made messages (.desktop file)
2012-01-06 08:38:18 +01:00
Dawit Alemayehu
3a178ebaef
Save and restore the text selection.
...
BUG: 147896
FIXED-IN 4.8.0
(cherry picked from commit 0379fd8b7f
)
2012-01-04 13:17:32 -05:00
Dawit Alemayehu
0379fd8b7f
Save and restore the text selection.
...
BUG: 147896
FIXED-IN 4.8.0
2012-01-04 13:16:18 -05:00
Script Kiddy
839b15e4ff
SVN_SILENT made messages (.desktop file)
2012-01-04 09:28:08 +01:00
Script Kiddy
b4a08a254f
SVN_SILENT made messages (.desktop file)
2012-01-03 16:51:07 +01:00
Dawit Alemayehu
11f9224782
Do not show a hidden bookmark toolbar when the user modifies
...
toolbar settings through the toolbar configuration dialog.
(cherry picked from commit 1dafec04f6
)
2012-01-02 13:31:26 -05:00
Dawit Alemayehu
f86eb0531a
Append "-viewmode" to the view mode actions added to the action collection in
...
order to avoid overwritting an existing action with the same name, e.g. konsolepart.
BUG: 266517
FIXED-IN: 4.8.0
REVIEW: 103590
(cherry picked from commit c0341d4479
)
2012-01-02 13:31:01 -05:00
Dawit Alemayehu
c0341d4479
Append "-viewmode" to the view mode actions added to the action collection in
...
order to avoid overwritting an existing action with the same name, e.g. konsolepart.
BUG: 266517
FIXED-IN: 4.8.0
REVIEW: 103590
2012-01-02 13:28:04 -05:00
Dawit Alemayehu
1dafec04f6
Do not show a hidden bookmark toolbar when the user modifies
...
toolbar settings through the toolbar configuration dialog.
2012-01-02 13:28:04 -05:00
Frederik Schwarzer
c4a73dcb7d
Remove extra keyword ("proxy" is still there)
2012-01-02 04:14:58 +01:00
Dawit Alemayehu
0a1d49a830
Pass the non-interactive option to kioclient when doing exec.
...
BUG:184126
FIXED-IN:4.8.0
(cherry picked from commit 8ceeefcbde
)
2011-12-28 13:19:14 -05:00
Dawit Alemayehu
fd8a97bc08
Make kfmclient use BrowserApplication for local html files too.
...
NOTE: This fix requires commit c230e107 in kdelibs.
BUG: 182591
FIXED-IN: 4.8.0
REVIEW: 103524
(cherry picked from commit b7a55b9487
)
2011-12-28 13:14:31 -05:00
Dawit Alemayehu
b7a55b9487
Make kfmclient use BrowserApplication for local html files too.
...
NOTE: This fix requires commit c230e107 in kdelibs.
BUG: 182591
FIXED-IN: 4.8.0
REVIEW: 103524
2011-12-28 13:00:29 -05:00
Dawit Alemayehu
8cc2b6a854
Cosmetic change: Removed trailing whitespace from previous commit.
2011-12-23 20:14:32 -05:00
Dawit Alemayehu
8ceeefcbde
Pass the non-interactive option to kioclient when doing exec.
...
BUG:184126
FIXED-IN:4.8.0
2011-12-23 20:01:39 -05:00
Script Kiddy
4c6d11516c
SVN_SILENT made messages (.desktop file)
2011-12-23 10:33:39 +01:00
Script Kiddy
45412692c1
SVN_SILENT made messages (.desktop file)
2011-12-22 11:37:00 +01:00
Script Kiddy
45c96e4821
SVN_SILENT made messages (.desktop file)
2011-12-21 09:54:51 +01:00
Script Kiddy
531e666759
SVN_SILENT made messages (.desktop file)
2011-12-20 16:23:36 +01:00
David Faure
23429d77a4
Fix compilation with strict iterators
2011-12-20 12:02:49 +01:00
Dawit Alemayehu
13c832b068
Call the correct lookupItems function when deleting an item from the directory tree.
...
BUG: 218180
FIXED-IN: 4.8.0
2011-12-19 19:05:27 -05:00
Dawit Alemayehu
acbaff6a08
Do not prevent favicons from being shown for saved HTML pages.
...
BUG: 105602
FIXED-IN: 4.8.0
REVIEW: 103474
2011-12-19 15:27:18 -05:00
Dawit Alemayehu
1289bd39f5
Minor performance improvement by avoiding the use of iterator.end()
...
calls inside of loop statements.
REVIEW: 103475
2011-12-19 12:23:39 -05:00
Script Kiddy
b0e368adb5
SVN_SILENT made messages (.desktop file)
2011-12-19 15:32:33 +01:00
Script Kiddy
538bd3722d
SVN_SILENT made messages (.desktop file)
2011-12-18 09:51:34 +01:00
Dawit Alemayehu
7fad5cb8dd
Use the correct entry name for disabling startup notification.
2011-12-17 13:13:36 -05:00
Script Kiddy
9b71190909
SVN_SILENT made messages (.desktop file)
2011-12-17 09:44:01 +01:00
Dawit Alemayehu
d3bf6c0df9
Do not enable the "Link View" action initially.
...
BUG: 244632
FIXED-IN: 4.8.0
2011-12-15 14:07:03 -05:00
Script Kiddy
b818818790
SVN_SILENT made messages (.desktop file)
2011-12-15 09:09:04 +01:00
Dawit Alemayehu
58b38cdc04
When embedding a new part, do not try to hide the current parts' widget.
...
BUG: 258278
BUG: 267215
REVIEW: 103401
FIXED-IN: 4.8.0
2011-12-14 16:48:58 -05:00
Script Kiddy
d3b8eac2d6
SVN_SILENT made messages (.desktop file)
2011-12-13 15:50:11 +01:00
Script Kiddy
fba0fb7d89
SVN_SILENT made messages (.desktop file)
2011-12-11 08:36:39 +01:00
Script Kiddy
31270f46eb
SVN_SILENT made messages (.desktop file)
2011-12-08 09:02:45 +01:00
Script Kiddy
cefad8aff9
SVN_SILENT made messages (.desktop file)
2011-12-07 09:21:22 +01:00
Script Kiddy
00f640f267
SVN_SILENT made messages (.desktop file)
2011-12-06 17:00:49 +01:00
Script Kiddy
f6b06ed0f8
SVN_SILENT made messages (.desktop file)
2011-11-29 16:47:26 +01:00
Dawit Alemayehu
258df4b69f
- Save and restore invalid host name enties for manual proxy configuration.
...
- Properly save and restore the display flag state for showing protocol
in the manual proxy configuration edits.
BUG:287346
2011-11-25 10:53:21 -05:00
Yuri Chornoivan
9ad85c44d2
Fix typo: <i;> -> <i>
2011-11-22 18:11:10 +02:00
Frederik Schwarzer
b32f443107
Fix two c&p errors and get rid of the html overhead.
2011-11-21 23:28:18 +01:00
Dawit Alemayehu
b023625fec
Guard against use of NULL pointers.
...
BUG: 235074
FIXED-IN: 4.7.4
(cherry picked from commit d5675e5850
)
2011-11-17 19:55:53 -05:00
Dawit Alemayehu
71f64e29a0
Check for NULL before accessing the pointer.
...
BUG: 285844
FIXED-IN: 4.7.4
REVIEW: 103176
(cherry picked from commit 96901c5199
)
2011-11-17 18:23:43 -05:00
Script Kiddy
30e360ec67
SVN_SILENT made messages (.desktop file)
2011-11-16 09:29:47 +01:00
Burkhard Lück
6bf36ac0d2
fix wrong whatsThis strings in proxy kcm
...
REVIEW:103131
2011-11-15 15:08:18 +01:00
Dawit Alemayehu
959a7cf6d7
Minor cleanup
2011-11-11 21:48:29 -05:00
Albert Astals Cid
28a626cef9
hostname is domain name in this case, right?
...
CCMAIL: adawit@kde.org
2011-11-01 18:52:25 +01:00
Dawit Alemayehu
934607bda9
- Prevent KonqMisc::konqFilteredURL from reparsing _url when the filtering test fails.
...
Since the filtering failure means _url is definitely invalid.
- Prevent both KonqFrameTabs::slotMouseMiddleClick functions from opening a URL when
it is not valid or is an error URL.
BUG: 157753
FIXED-IN: 4.7.3
REVIEW: 102931
(cherry picked from commit b1b13ebbfd
)
2011-10-31 10:31:08 -04:00
Yuri Chornoivan
85654c5e24
fix typo: preceeded->preceded
2011-10-31 07:18:39 +02:00
Burkhard Lück
b840e178e0
typo fix reported by Josep Ma. Ferrer on kde-i18n-doc@kde.org
2011-10-30 17:21:10 +01:00
Christoph Feck
8f267a1401
Do not crash on empty input
...
CCMAIL: adawit@kde.org
2011-10-20 16:14:29 +02:00
Dawit Alemayehu
f90f318f21
Rewrote the proxy configuration dialog to include missing SOCKS
...
proxy entry and make it much simpler to use.
BUG:82352
BUG:115704
BUG:139789
BUG:147340
BUG:164460
BUG:189019
BUG:190149
BUG:190901
BUG:205594
BUG:258196
BUG:283226
FIXED-IN:4.8
REVIEW: 102802
GUI: Proxy configuration dialog rewrite.
2011-10-20 02:16:04 -04:00
Dawit Alemayehu
fc0d9e485a
Enable the OK button when a new policy is selected.
...
CCBUG: 284297
2011-10-18 00:56:52 -04:00
Script Kiddy
cb39ffe49a
SVN_SILENT made messages (.desktop file)
2011-09-27 16:41:03 +02:00
Dawit Alemayehu
8229d6e31e
Sort the cookie policy list box in ascending order.
...
BUG: 282523
FIXED-IN: 4.7.2
2011-09-26 11:37:53 -04:00
Dawit Alemayehu
c5012ab5c4
- Renamed policydlg.* to kcookiespolicyselectiondlg.*
...
- Reformatted code to adhere to kde coding style.
- Cleaned up code.
2011-09-15 13:32:27 -04:00
Dawit Alemayehu
b1cb13f556
Code clean up.
2011-09-14 12:20:33 -04:00
Dawit Alemayehu
4be09eb6a5
Corrected configuration file names.
...
(cherry picked from commit 89c66b9093
)
2011-09-14 12:20:04 -04:00
Script Kiddy
932a17accc
SVN_SILENT made messages (.desktop file)
2011-09-12 09:37:32 +02:00
Script Kiddy
447eb53947
SVN_SILENT made messages (.desktop file)
2011-09-09 09:18:36 +02:00
Script Kiddy
65c12b8213
SVN_SILENT made messages (.desktop file)
2011-09-08 09:00:21 +02:00
Dawit Alemayehu
9de156ef1c
Do not insert a null QAction into the list since it will cause a crash in
...
KXMLGuiFactory.
BUG: 280407
FIXED-IN: 4.7.1
(cherry picked from commit 42d9f4df5e
)
2011-08-24 10:23:41 -04:00
Burkhard Lück
3a35ba14e6
fix wrong tooltips for PermanentCloseButton+MiddleClickClose
...
CCBUG:121792
REVIEW:101936
2011-08-23 06:14:32 +02:00
Montel Laurent
d592f31cde
normalize signals/slots
2011-07-31 13:33:56 +02:00
Script Kiddy
37247c0086
SVN_SILENT made messages (.desktop file)
2011-07-30 09:43:30 +02:00
Script Kiddy
9ff5395e22
SVN_SILENT made messages (.desktop file)
2011-07-24 09:24:14 +02:00
Marcel Partap
7c1e03ae16
Konqueror location bar: reset url to current view's actual url on ESC
...
Simplest possible approach: put current view's url in address bar
- even for corner cases like about:konqueror or about:blank
(discussed @ https://svn.reviewboard.kde.org/r/6681 )
BUG: 257841
2011-07-19 19:02:27 +02:00
Script Kiddy
67d4f91498
SVN_SILENT made messages (.desktop file)
2011-07-15 09:20:04 +02:00
Script Kiddy
efa7da60c2
SVN_SILENT made messages (.desktop file)
2011-07-12 10:35:32 +02:00
Script Kiddy
3126eb3e21
SVN_SILENT made messages (.desktop file)
2011-07-11 10:55:04 +02:00
Script Kiddy
e4004ac126
SVN_SILENT made messages (.desktop file)
2011-07-06 10:40:22 +02:00
Dawit Alemayehu
784e0106b8
Fixed deprecated warning message by replacing:
...
QClipboard::setData -> QClipboard::setMimeData
QClipboard::data -> QClipboard::mimeData
2011-07-03 16:15:47 -04:00
Dawit Alemayehu
34c11bf572
Converted assert to Q_ASSERT and cleaned up include headers.
2011-07-03 16:15:34 -04:00
Martin Koller
84e22e084c
Add some 0-pointer checks avoiding crashes
...
BUG: 272557
2011-06-24 21:09:11 +02:00
Dawit Alemayehu
7ac1544e33
Use KUriFilter to filter user input so that web shortcuts and short uris
...
work properly.
BUG: 109217
FIXED-IN: 4.6.5
REVIEW: 101625
(cherry picked from commit 9dc77054f7
)
2011-06-22 17:31:53 -04:00
Script Kiddy
66cbe2f9f9
SVN_SILENT made messages (.desktop file)
2011-06-21 11:00:18 +02:00
Dawit Alemayehu
61bd039bf6
Show the correct url when switching tabs after clearing Konqueror's location
...
bar using the clear button in the line edit or the backspace key.
BUG: 187891
FIXED-IN: 4.6.5
REVIEW: 101558
(cherry picked from commit e8abdb8bfe
)
2011-06-19 14:23:35 -04:00
Dawit Alemayehu
56299fa980
Do not change the tab icon if the supplied url is invalid, e.g blank.
...
BUG: 131909
FIXED-IN: 4.6.5
REVIEW: 101626
(cherry picked from commit 831d3d151f
)
2011-06-17 00:33:31 -04:00
Dawit Alemayehu
97c50fce04
Do not provide " http://www " completion when the typed in text contains any kind
...
of white space.
BUG: 129620
FIXED-IN: 4.6.5
REVIEW: 101552
(cherry picked from commit 3f8f8d1d96
)
2011-06-17 00:32:00 -04:00