Script Kiddy
90caebf153
SVN_SILENT made messages (.desktop file)
2013-01-11 08:13:08 +01:00
Script Kiddy
d8ab9f5c43
SVN_SILENT made messages (.desktop file)
2013-01-10 12:19:18 +01:00
Script Kiddy
a7c28fd739
SVN_SILENT made messages (.desktop file)
2013-01-10 07:53:58 +01:00
Script Kiddy
7745911c7b
SVN_SILENT made messages (.desktop file)
2013-01-09 09:31:50 +01:00
Script Kiddy
08db5c0060
SVN_SILENT made messages (.desktop file)
2013-01-08 17:15:07 +01:00
Christophe Giboudeaux
8aafe88505
Merge branch 'KDE/4.10'
...
Conflicts:
dolphin/src/CMakeLists.txt
2013-01-07 18:22:28 +01:00
Script Kiddy
94d2db8d00
SVN_SILENT made messages (.desktop file)
2013-01-06 07:28:57 +01:00
David Faure
907cefa164
autoupdate is on by default, remove unnecessary calls
2013-01-04 22:11:31 +01:00
Dawit Alemayehu
506874cee8
Properly address the activation problem of tabs opened in the background.
...
BUG: 306417
FIXED-IN: 4.10 RC2 (4.9.97)
REVIEW: 107048
2013-01-03 01:30:53 -05:00
Christophe Giboudeaux
28a918ae57
Merge branch 'KDE/4.10'
...
Conflicts:
dolphin/src/CMakeLists.txt
2013-01-02 15:28:43 +01:00
Guillaume de Bure
a77ff2d7cb
Add some more usar agents files for browser identity spoofing
2012-12-31 16:22:38 +01:00
Script Kiddy
b3d90a1ca5
SVN_SILENT made messages (.desktop file)
2012-12-29 07:52:44 +01:00
Frank Reininghaus
4df98b6487
Merge remote-tracking branch 'origin/KDE/4.10'
2012-12-27 22:21:45 +01:00
Script Kiddy
acc1b231e9
SVN_SILENT made messages (.desktop file)
2012-12-27 07:40:57 +01:00
Script Kiddy
a8c475eefa
SVN_SILENT made messages (.desktop file)
2012-12-24 08:54:15 +01:00
Jekyll Wu
40b049728d
Make the "Sesion name" lineedit get input focus by defaut
...
It felt awkward to press TAB first to make the lineedit get input focus.
2012-12-23 22:40:59 +08:00
Script Kiddy
1a3fc37886
SVN_SILENT made messages (.desktop file)
2012-12-23 07:50:02 +01:00
Script Kiddy
a0330ee72b
SVN_SILENT made messages (.desktop file)
2012-12-22 08:05:56 +01:00
Frank Reininghaus
523d857996
Merge remote-tracking branch 'origin/KDE/4.9'
2012-12-13 22:34:38 +01:00
Script Kiddy
2ec0a675d7
SVN_SILENT made messages (.desktop file)
2012-12-10 11:27:21 +01:00
Script Kiddy
6f2a295092
SVN_SILENT made messages (.desktop file)
2012-12-10 07:32:47 +01:00
Dawit Alemayehu
3ddc66ab8d
Do not crash if the system configuration cache (syscoca) is corrupt and the user
...
launched to the preferences window.
BUG: 310653
FIXED-IN: 4.9.5
REVIEW: 107642
2012-12-10 00:01:14 -05:00
Jekyll Wu
eb05cf9ddd
Remove two oudated kconf_update scripts
...
The two are from more than 10 years ago. No need to keep them any
more.
2012-12-07 04:46:29 +08:00
Script Kiddy
9ed42383ac
SVN_SILENT made messages (.desktop file)
2012-11-30 07:36:32 +01:00
David Faure
14cb9e87f7
Merge remote-tracking branch 'origin/KDE/4.9'
2012-11-28 16:40:07 +01:00
David Faure
8c3c7e537d
Fix konqueror 'nepomuksearch:/?query=Coldplay', the query was stripped.
...
The code in nameFilter was confusing this with /tmp/?foo which can be used
as a name filter (for "afoo"). If the typed URL does exist, then we don't
want to strip the query, only if it gets turned into a name filter.
2012-11-28 16:24:34 +01:00
Luca Beltrame
c025154bce
Merge branch 'KDE/4.9'
...
Conflicts:
konqueror/settings/kio/kcookiespolicies.cpp [master only changes]
konqueror/settings/kio/kcookiespolicies.h [ditto]
2012-11-20 07:44:59 +01:00
Dawit Alemayehu
f1180645da
Prevent activation of tabs that were opened in the background.
...
BUG: 306417
FIXED-IN: 4.9.3
REVIEW:107048
2012-11-15 11:09:31 -05:00
Dawit Alemayehu
71f411a4ee
Do not crash when global policy is changed and the Apply button is pressed.
...
BUG: 307831
FIXED-IN: 4.9.4
2012-11-10 16:37:15 -05:00
Pino Toscano
277452e01b
konq: include the kactivities include dir, if found
2012-10-18 20:50:04 +02:00
Ivan Čukić
ff21d2c529
Konqueror reports the open/close document events to activity manager daemon.
...
By knowing which window contains which documents and which one is in
focus, we can do the following:
- collect the statistics about visited pages. Further, this provides a
score for each document visited, that depends on the number of times it
was open, the time the user spent on that location, and the time passed
since the last visit.
- availability of a global/workspace applet that allows sharing the
current document via e-mail, social networks; bookmarking and rating the
link, or connecting it to the current activity. (advantage of this is a
unified UI for sharing/rating/linking that works with any
application)
- jump-lists (not impl. yet in plasma) to list top rated documents on a
launcher icon or in the task manager applet
- krunner can sort the documents based on the score
- more things that I haven't thought of yet
There is no need to *use* ativities to have these benefits. Activities
just serve as manual data clustering to provide more useful scores
compared to the one-activity approach.
REVIEW:106908
2012-10-18 12:54:45 +02:00
Dawit Alemayehu
a469cd9847
Merge remote-tracking branch 'origin/KDE/4.9'
2012-10-16 00:38:13 -04:00
Dawit Alemayehu
04c8abf5bb
Changed #ifdef to #if in previous commit, rf8309be.
2012-10-16 00:02:11 -04:00
Pino Toscano
59eee05a15
Merge remote-tracking branch 'origin/KDE/4.9'
2012-10-13 09:27:54 +02:00
Dawit Alemayehu
f8309bec73
If the "Middle click on tab to close" option is checked, do not select the
...
tab when the MMB is clicked on it. Instead simply close the tab.
BUG: 264058
FIXED-IN: 4.9.3
REVIEW: 106615
2012-10-12 17:55:39 -04:00
Pino Toscano
ac70302ee0
Revert "In the session restore dialog, allow the user to select which sessions should"
...
Not meant for 4.9.
CCBUG: 260282
This reverts commit a78c6a50dc
.
2012-10-12 13:12:28 +02:00
Dawit Alemayehu
a78c6a50dc
In the session restore dialog, allow the user to select which sessions should
...
be restored.
BUG: 260282
FIXED-IN: 4.10
REVIEW: 106503
GUI: new strings
DIGEST: Ability to select the session(s) to be restored in Konqueror.
(cherry picked from commit 0142a8ca11
)
2012-10-11 22:08:29 -04:00
Dawit Alemayehu
0142a8ca11
In the session restore dialog, allow the user to select which sessions should
...
be restored.
BUG: 260282
FIXED-IN: 4.10
REVIEW: 106503
GUI: new strings
DIGEST: Ability to select the session(s) to be restored in Konqueror.
2012-10-09 19:02:17 -04:00
Dawit Alemayehu
a6d9370e01
Removed Q_ASSERT because apparently item can be null.
...
BUG: 307890
FIXED-IN: 4.10
2012-10-05 09:07:31 -04:00
Dawit Alemayehu
2e6aa88630
Make it compile
2012-10-04 22:22:00 -04:00
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