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
Dawit Alemayehu
02edd1c5ad
Show proper error message when a malformed url is entered, e.g. www.kde,org.
...
Avoid converting a error url into another error url.
BUG: 218501
FIXED-IN: 4.6.5
(cherry picked from commit 69de0ca647
)
2011-06-16 12:41:53 -04:00
Dawit Alemayehu
e341dcf5d2
Removed set but unused variable (-Wunused-but-set-variable) warning.
2011-06-13 01:02:36 -04:00
Dawit Alemayehu
67625dcea3
Always honor the coordinate and size when creating a new window in
...
slotCreateNewWindow.
REVIEW: 101477
(cherry picked from commit 8ea273f60e
)
2011-06-04 14:25:04 -04:00
Dawit Alemayehu
9630213d29
When a user selects 'Open With...', show the open with dialog.
...
(cherry picked from commit e36179d6d9
)
2011-06-01 14:48:57 -04:00
Martin Koller
ec4483ad92
avoid 0-pointer deref
...
BUG: 212586
2011-05-30 09:47:03 +02:00
Script Kiddy
141fc67571
SVN_SILENT made messages (.desktop file)
2011-05-29 10:08:26 +02:00
Script Kiddy
84da2f4221
SVN_SILENT made messages (.desktop file)
2011-05-27 09:00:13 +02:00
Dawit Alemayehu
e19d09ba26
Use the correct service name when communicating with the proxyscout
...
kded module over dbus.
2011-05-26 14:34:23 -04:00
Burkhard Lück
52941af13c
Display the tab title on root (/) folder properly in konqueror filemanager mode
...
REVIEW:101374
BUG:153573
(cherry picked from commit 1163d84aeee906121bf4753903b04d4803596a54)
2011-05-24 18:32:00 +02:00
Dawit Alemayehu
834b2e0353
- Make platform a non configurable option. It is mandatory now.
...
- Make the machine type information configurable only when the add OS name
option is checked.
This is the GUI portion of the default user-agent string commit in kdelibs.
See commit 106455c4ec9e24ae327a8a7fed5f858b899b7626.
2011-05-19 22:52:42 -04:00
Script Kiddy
353c73e0c7
SVN_SILENT made messages (.desktop file)
2011-05-17 10:47:38 +02:00
Script Kiddy
e9b231bd42
SVN_SILENT made messages (.desktop file)
2011-05-15 09:48:59 +02:00
Alexander Potashev
2ed1c74677
Use KIntNumInput instead of QSpinBox, use plural forms for suffix
2011-05-12 11:21:29 +04:00
Script Kiddy
883da1f8a7
SVN_SILENT made messages (.desktop file)
2011-05-11 09:15:34 +02:00
Alexander Potashev
64fc10c39e
Add message contexts "@title:window" to all window and dialog titles
...
Context strings added to 106 strings.
http://techbase.kde.org/Development/Tutorials/Localization/i18n_Semantics
REVIEW: 101299
2011-05-09 22:36:41 +04:00
Script Kiddy
2f6e454ef9
SVN_SILENT made messages (.desktop file)
2011-05-09 09:30:57 +02:00
Oswald Buddenhagen
3f9a1f53b5
adapt to INSTALLed permissions
2011-05-01 20:26:46 +02:00
Script Kiddy
4218dee7d5
SVN_SILENT made messages (.desktop file)
2011-05-01 09:26:23 +02:00
Montel Laurent
999fd124d0
Fix warning
2011-04-30 15:19:14 +02:00
Script Kiddy
38df1e9d67
SVN_SILENT made messages (.desktop file)
2011-04-27 10:10:44 +02:00
Dawit Alemayehu
5daad5fc12
Added option for configuring the 'Do Not Track' feature. It is on by default.
...
Cleaned up the code.
REVIEW:101124
GUI:
2011-04-18 23:51:24 -04:00
Script Kiddy
413fc1413a
SVN_SILENT made messages (.desktop file)
2011-03-22 09:24:22 +01:00
Script Kiddy
30ece17b38
SVN_SILENT made messages (.desktop file)
2011-03-04 08:40:53 +01:00
Script Kiddy
9842f17d51
SVN_SILENT made messages (.desktop file)
2011-02-21 08:20:24 +01:00
Aaron Reichman
c253c60bed
Fixing krazy spelling errors
2011-02-07 12:58:14 -08:00
Albert Astals Cid
3d5c593d2f
shellcmdplugin moved to its own dir thus needs Messages.sh
...
CCMAIL: faure@kde.org
2011-02-06 12:24:30 +00:00
David Faure
15e02ff9eb
Move all konq plugins together.
2011-02-05 10:38:19 +01:00
Script Kiddy
90b0eefd97
SVN_SILENT made messages (.desktop file)
2011-02-03 07:24:26 +01:00
Script Kiddy
eb75a90d23
SVN_SILENT made messages (.desktop file)
2011-02-02 08:24:54 +01:00
Valentin Rusu
f3e5f29a0f
Fixed bug 244951 - crash when switching to midnight commander mode
2011-02-01 00:22:15 +01:00
Script Kiddy
c974bb35de
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1217852
2011-01-29 06:08:12 +00:00
Patrick von Reth
26da0f10e3
fixed windows build
...
svn path=/trunk/KDE/kdebase/apps/; revision=1217109
2011-01-25 19:51:14 +00:00
David Faure
3740c7cafb
Improve upon r1204922 so that the current servicename isn't reused for viewing unrelated mimetypes;
...
e.g. "new tab" while viewing a text file in katepart would create a katepart for the about: HTML...
svn path=/trunk/KDE/kdebase/apps/; revision=1216743
2011-01-24 13:17:40 +00:00
Dawit Alemayehu
ba4e4475ea
Changed QAction to KAction where appropriate to shut up the warning message:
...
"Attempt to use QAction <foo> with KXMLGUIFactory!"
svn path=/trunk/KDE/kdebase/apps/; revision=1215492
2011-01-18 21:58:13 +00:00
Script Kiddy
fc4341d5c8
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1215307
2011-01-18 07:23:06 +00:00
Christian Ehrlicher
cb6fd90335
remove special 'if(WIN32)' because cmake 2.6 is used already for a long time
...
small qt3support--
svn path=/trunk/KDE/kdebase/apps/; revision=1214771
2011-01-16 10:50:53 +00:00
David Faure
a96ca5bbba
Don't truncate the urls in the completion when there is no title to show (e.g. local files)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1213862
2011-01-11 21:58:29 +00:00
Script Kiddy
d7daa710ed
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1213663
2011-01-11 09:07:40 +00:00
David Faure
585d6ab3ad
Support for --part khtml / kwebkitpart on the command-line (useful for scripts)
...
Keep current web engine when creating a new window
Cleanups (use existing request struct instead of tons of args, remove duplication, remove bool args...)
svn path=/trunk/KDE/kdebase/apps/; revision=1211815
2011-01-05 00:52:10 +00:00
Dawit Alemayehu
22acc7d3ef
Removed unnecessary debug statement...
...
svn path=/trunk/KDE/kdebase/apps/; revision=1211305
2011-01-03 16:03:50 +00:00
Dawit Alemayehu
68b0161ca7
Added a dbus interface to KonqMainWindowAdaptor to pass mimetype when creating new tab.
...
See http://svn.reviewboard.kde.org/r/6243/ for details.
CCMAIL:dfaure@kde.org
svn path=/trunk/KDE/kdebase/apps/; revision=1211302
2011-01-03 15:56:26 +00:00
David Faure
ef5d42b05b
Use QComboBox::AdjustToContents (thanks psn for the hint!) so that long texts don't get truncated in the combo.
...
FIXED-IN: 4.6
BUG: 258186
svn path=/trunk/KDE/kdebase/apps/; revision=1208028
2010-12-20 11:02:58 +00:00
Jeffery MacEachern
f82131d45a
Filter out spurious entries in the Browser Engine selection widget (we want "KParts/ReadOnlyPart" entries *only* - not "KParts/ReadWritePart" entries)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1208027
2010-12-20 11:00:14 +00:00
Script Kiddy
870dcb8fe1
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1207957
2010-12-20 06:25:07 +00:00
David Faure
a335acb790
Forwardport: allow to reload even after an error:// url happened internally.
...
Testcase: http://asoidufaosdufasodiuf.com - or whatever your cat comes up with ;)
svn path=/trunk/KDE/kdebase/apps/; revision=1207329
2010-12-17 15:00:57 +00:00
Script Kiddy
d27821fb7a
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1207224
2010-12-17 06:24:18 +00:00
David Faure
c36eca1060
Use same html part as the current view in all cases of creating a new tab, including createNewWindow.
...
CCMAIL: adawit@kde.org
svn path=/trunk/KDE/kdebase/apps/; revision=1204922
2010-12-09 17:44:10 +00:00
Script Kiddy
6fddd196dc
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1204797
2010-12-09 05:34:09 +00:00
Script Kiddy
5e95c7d087
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1204063
2010-12-06 06:05:38 +00:00
Script Kiddy
69cf3dda1f
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1202489
2010-12-01 06:10:29 +00:00
Script Kiddy
35944aea9a
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1201667
2010-11-28 10:25:26 +00:00
David Faure
62f61b4378
Load parts using RTLD_GLOBAL so that the domtreeviewer can catch exceptions from khtmlpart.
...
Otherwise it just crashes. Since 2005...
BUG: 110947
FIXED-IN: 4.6
svn path=/trunk/KDE/kdebase/apps/; revision=1199713
2010-11-22 13:33:13 +00:00
Aurélien Gâteau
b45bdf1e3d
Do not change label for show/hide toggle actions
...
svn path=/trunk/KDE/kdebase/apps/; revision=1198714
2010-11-19 12:24:21 +00:00
Albert Astals Cid
de634a6773
add missing </p>
...
svn path=/trunk/KDE/kdebase/apps/; revision=1198519
2010-11-18 19:37:02 +00:00
Script Kiddy
9992a731e1
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1198064
2010-11-17 09:42:13 +00:00
Script Kiddy
919c1b3ca6
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1197261
2010-11-15 09:33:42 +00:00
Script Kiddy
c60a346ea8
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1196577
2010-11-13 15:48:20 +00:00
Burkhard Lück
08b475daa6
fix dead and wrong links, wrong icon, change direction of edit-clear-locationbar on the introduction page
...
correct capitalization of Sidebar
BUG:256347
BUG:190990
svn path=/trunk/KDE/kdebase/apps/; revision=1196436
2010-11-13 13:32:24 +00:00
Script Kiddy
43a322b87f
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1195993
2010-11-12 10:36:22 +00:00
David Faure
9ae6fd6b31
fix includes
...
svn path=/trunk/KDE/kdebase/apps/; revision=1195252
2010-11-10 16:58:55 +00:00
Kevin Ottens
49b9aa7b8a
Clean up the include.
...
svn path=/trunk/KDE/kdebase/apps/; revision=1195251
2010-11-10 16:57:49 +00:00
Kevin Ottens
3d32574681
Remove useless include.
...
svn path=/trunk/KDE/kdebase/apps/; revision=1195249
2010-11-10 16:55:22 +00:00
Frank Reininghaus
d1b55e1c6c
Add a qWait(0) to ViewMgrTest::testLinkedViews(), as discussed with
...
David. This makes the test pass on my system.
svn path=/trunk/KDE/kdebase/apps/; revision=1194795
2010-11-09 22:11:11 +00:00
Aurélien Gâteau
d13ac6e9e9
Revert "showMenuBar is deprecated, use showHideMenuBar instead."
...
svn path=/trunk/KDE/kdebase/apps/; revision=1194445
2010-11-09 00:15:12 +00:00
Script Kiddy
13b248cf19
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1193244
2010-11-05 09:45:47 +00:00
David Faure
8a79559e8f
port to K_PLUGIN_FACTORY / K_EXPORT_PLUGIN
...
svn path=/trunk/KDE/kdebase/apps/; revision=1193171
2010-11-04 22:33:16 +00:00
Script Kiddy
aee1288283
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1193019
2010-11-04 10:14:33 +00:00
David Faure
af82d1b93b
kpartplugin -> gui, to follow the DTD and make version-number work
...
svn path=/trunk/KDE/kdebase/apps/; revision=1192790
2010-11-04 00:52:56 +00:00
Pino Toscano
d66c6a5844
remove i18n strings, unneeded in an unit test
...
svn path=/trunk/KDE/kdebase/apps/; revision=1192365
2010-11-02 18:12:46 +00:00
Script Kiddy
20e9f977a7
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1191511
2010-10-31 09:11:11 +00:00
David Faure
bf56988449
Port away from KLibLoader, use KLibrary directly.
...
svn path=/trunk/KDE/kdebase/apps/; revision=1190508
2010-10-27 22:11:06 +00:00
Kevin Ottens
4a16106e9a
Remove useless include.
...
svn path=/trunk/KDE/kdebase/apps/; revision=1190396
2010-10-27 14:29:35 +00:00
Kevin Ottens
2f9b31fb02
moveItem is deprecated, use moveBookmark instead (that's what moveItem
...
does anyway).
svn path=/trunk/KDE/kdebase/apps/; revision=1190395
2010-10-27 14:29:00 +00:00
Kevin Ottens
806db0160c
KFileItem::acceptsDrops() is deprecated, reimplement here.
...
svn path=/trunk/KDE/kdebase/apps/; revision=1190394
2010-10-27 14:28:25 +00:00
Kevin Ottens
7a8c1039e2
Add missing include.
...
svn path=/trunk/KDE/kdebase/apps/; revision=1190393
2010-10-27 14:27:31 +00:00
Kevin Ottens
2d09dec7aa
showMenuBar is deprecated, use showHideMenuBar instead.
...
svn path=/trunk/KDE/kdebase/apps/; revision=1190392
2010-10-27 14:27:15 +00:00
Kevin Ottens
8017927b0d
setTabReorderingEnabled is deprecated, use setMovable instead.
...
svn path=/trunk/KDE/kdebase/apps/; revision=1190391
2010-10-27 14:26:52 +00:00
David Faure
cfbbccd2de
port to K_PLUGIN_FACTORY
...
svn path=/trunk/KDE/kdebase/apps/; revision=1190344
2010-10-27 12:49:22 +00:00
David Faure
d0eb4b8a06
reverse unwanted commit; not sure this is needed, needs more investigation
...
svn path=/trunk/KDE/kdebase/apps/; revision=1190336
2010-10-27 12:31:26 +00:00
David Faure
bc814ff611
Replace deprecated include with the new one
...
svn path=/trunk/KDE/kdebase/apps/; revision=1190332
2010-10-27 12:17:54 +00:00
Script Kiddy
2f57105551
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1190264
2010-10-27 09:11:14 +00:00
Yuri Chornoivan
c2b8677ce9
fix typo
...
svn path=/trunk/KDE/kdebase/apps/; revision=1190145
2010-10-27 05:16:52 +00:00
Burkhard Lück
c22f36db91
syncing whatsthis text in konqueror.kcfg + behaviour.cpp
...
svn path=/trunk/KDE/kdebase/apps/; revision=1190067
2010-10-26 20:27:37 +00:00
Burkhard Lück
0609f276dc
this applies to all menus
...
svn path=/trunk/KDE/kdebase/apps/; revision=1189970
2010-10-26 14:04:46 +00:00
Script Kiddy
a04bebbbf4
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1189884
2010-10-26 09:57:26 +00:00
Dawit Alemayehu
c53b58fc28
Cosmetic change and other minor fixes
...
svn path=/trunk/KDE/kdebase/apps/; revision=1189043
2010-10-23 20:23:05 +00:00
Script Kiddy
376a096fc3
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1188900
2010-10-23 09:30:54 +00:00
Dawit Alemayehu
f0c3a7327f
- Merge the display of cookies for domains ".foo.bar" and "foo.bar" under a single entry "foo.bar".
...
- Fixed the retreival of cookies to be displayed to include those from ".foo.bar" when a site entry is expanded.
- Make sure the apply button gets disabled when reload button is clicked.
- Use the Qt signal/slot auto connect feature to simply code.
svn path=/trunk/KDE/kdebase/apps/; revision=1188294
2010-10-21 22:35:21 +00:00
David Faure
7088bda7ea
Forwardport 1187708: fix Ctrl+Shift+R is ambiguously assigned to both "Close Active View" and "Force Reload Page"
...
(bug 184492)
svn path=/trunk/KDE/kdebase/apps/; revision=1187711
2010-10-20 08:47:41 +00:00
David Faure
e1e49fee0a
Make the shortcut for "Add bookmark" configurable, even though it's initially created in a separate action collection
...
so that the shortcuts and toolbar dialogs don't get polluted with thousand of bookmark actions.
FIXED-IN: 4.6
BUG: 153835
svn path=/trunk/KDE/kdebase/apps/; revision=1187607
2010-10-19 21:18:30 +00:00
Oswald Buddenhagen
d8276923fc
actually install the .desktop files as executables
...
changing merely the file permissions is the repo is quite a noop as far
as cmake is concerned.
svn path=/trunk/KDE/kdebase/apps/; revision=1187438
2010-10-19 12:44:48 +00:00
Script Kiddy
ad11a42a81
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1186710
2010-10-17 09:10:25 +00:00
David Faure
44e411a8a9
Forwardport 1186317: '~' also denotes the beginning of a local path, like '/', so don't prepend http://www . in the completion offers. BUG 90005.
...
svn path=/trunk/KDE/kdebase/apps/; revision=1186319
2010-10-15 20:04:29 +00:00
David Faure
29e526053a
Make executable the Type=Application .desktop files we install,
...
so that they can be used even from a KDE running in another prefix (http://markmail.org/message/4p3krovtnzwx35zd )
svn path=/trunk/KDE/kdebase/apps/; revision=1182558
2010-10-04 22:55:09 +00:00
David Faure
36cf2d5de0
Don't install the libkonquerorprivate.so symlink
...
svn path=/trunk/KDE/kdebase/apps/; revision=1182392
2010-10-04 12:07:24 +00:00
Script Kiddy
a71593dffd
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1182077
2010-10-03 10:03:57 +00:00
David Faure
d6eb33bccf
Port to KParts::TextExtension, so that this doesn't have to link both khtml and webkit anymore.
...
You need kdelibs trunk (>= last Friday).
svn path=/trunk/KDE/kdebase/apps/; revision=1180213
2010-09-27 11:49:14 +00:00
Andrius Štikonas
dd1c57eeb5
i18n: Use plural suffixes in spinBoxes.
...
svn path=/trunk/KDE/kdebase/apps/; revision=1179904
2010-09-26 13:22:37 +00:00
Script Kiddy
a5b632b893
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1179826
2010-09-26 09:11:16 +00:00
Script Kiddy
449a67233a
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1179366
2010-09-25 08:36:32 +00:00
David Faure
4a5ed43b67
GUI: Provide an easier way to select the preferred web engine in Konqueror.
...
svn path=/trunk/KDE/kdebase/apps/; revision=1178254
2010-09-22 14:37:11 +00:00
Laurent Montel
ac2789981a
Use QLatin1String in setObjectName (added with a script)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1178049
2010-09-22 07:35:22 +00:00
Script Kiddy
ff4d736673
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1177799
2010-09-21 10:01:09 +00:00
Burkhard Lück
1560903bc4
change gui strings from ktts to Jovie
...
svn path=/trunk/KDE/kdebase/apps/; revision=1177051
2010-09-19 08:47:49 +00:00
Dawit Alemayehu
2dbed3380a
Fixed general dialog layout
...
svn path=/trunk/KDE/kdebase/apps/; revision=1176940
2010-09-19 05:42:14 +00:00
Script Kiddy
c5fcd00018
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1174377
2010-09-12 08:31:20 +00:00
Luboš Luňák
0db6747fc6
avoid infinite loop when the service configured as the default
...
browser doesn't exist (bnc#623478)
svn path=/trunk/KDE/kdebase/apps/; revision=1172570
2010-09-07 14:33:41 +00:00
Luboš Luňák
2c824aa6dc
revert r1172559, after a second thought - this can stop it from working
...
properly sometimes, and it's working around a broken setup in the first place
svn path=/trunk/KDE/kdebase/apps/; revision=1172568
2010-09-07 14:31:08 +00:00
Luboš Luňák
90575546fc
'warning: converting 'false' to pointer type for argument' and the argument
...
was useless anyway
svn path=/trunk/KDE/kdebase/apps/; revision=1172562
2010-09-07 14:21:08 +00:00
Luboš Luňák
26f3d070c2
avoid infinite loop with weird setup with other KDE version, just in case
...
svn path=/trunk/KDE/kdebase/apps/; revision=1172559
2010-09-07 14:15:53 +00:00
Script Kiddy
309f0bd367
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1172371
2010-09-07 06:20:25 +00:00
Script Kiddy
077914fe96
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1170945
2010-09-02 10:44:09 +00:00
David Faure
1be35db95c
Fix error when reloading the initial about: page
...
svn path=/trunk/KDE/kdebase/apps/; revision=1170364
2010-08-31 17:44:34 +00:00
Christoph Feck
bb936f36d5
Use better model resetting functions
...
Thanks to skelly for the valuable feedback
svn path=/trunk/KDE/kdebase/apps/; revision=1169905
2010-08-30 09:08:57 +00:00
David Faure
662298c166
Make use of "error:" urls as much as possible, to display errors inline in the page rather than popping up message boxes.
...
The message boxes were especially annoying on session restore, when a konq on another desktop can block the
konq on your current desktop, which drove my wife crazy. Don't want that.
svn path=/trunk/KDE/kdebase/apps/; revision=1169903
2010-08-30 08:58:41 +00:00
David Faure
8d7fc50afb
Move dolphin's statusbar message-label (the one with support for errors and a close button) to libkonq
...
so that it can be used in konqueror as well. Fix its sizeHint. Reviewed by Peter Penz.
svn path=/trunk/KDE/kdebase/apps/; revision=1169901
2010-08-30 08:56:19 +00:00
André Wöbbeking
31685054c6
forwardport of rev. 1169059:
...
don't crash in save() after deleting domain policies
deletePressed(): keep the map in sync with the tree view
svn path=/trunk/KDE/kdebase/apps/; revision=1169060
2010-08-28 09:55:37 +00:00
Christoph Feck
b283eafc0d
Reset filter model after populating it
...
This fixes the empty adblock automatic list when using Skulpture
style. Bug reported on kde-look.org.
svn path=/trunk/KDE/kdebase/apps/; revision=1168897
2010-08-27 19:42:44 +00:00
Eike Hein
6022ddea07
Add the Web Shortcuts KCM to System Settings as the API is used
...
by quite a few apps by now - Konqueror, of course, but also
KRunner, Rekonq and Konversation. The category was suggested by
System Settings maintainer Ben Cooksley.
svn path=/trunk/KDE/kdebase/apps/; revision=1168744
2010-08-27 10:15:35 +00:00
Aurélien Gâteau
8f5d421b3d
Make sure the throbber comes after any extension UI
...
svn path=/trunk/KDE/kdebase/apps/; revision=1167293
2010-08-24 09:00:44 +00:00
Aurélien Gâteau
c706ff2609
Moved throbber to the toolbar
...
svn path=/trunk/KDE/kdebase/apps/; revision=1167292
2010-08-24 09:00:42 +00:00
Albert Astals Cid
dbbedf6210
do not rely on extract-messages.sh doing the work for us
...
svn path=/trunk/KDE/kdebase/apps/; revision=1166361
2010-08-21 16:32:56 +00:00
Script Kiddy
1c24205ea4
SVN_SILENT made messages (.desktop file, second try)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1166277
2010-08-21 11:58:35 +00:00
Jonathan Riddell
28cffb1195
make string consistent with other uses
...
svn path=/trunk/KDE/kdebase/apps/; revision=1165906
2010-08-20 11:56:25 +00:00
David Faure
b3951bdf8f
a TODO for ~ 2015, inspired by http://forum.kde.org/viewtopic.php?f=64&t=89748
...
svn path=/trunk/KDE/kdebase/apps/; revision=1165631
2010-08-19 19:48:43 +00:00
Dawit Alemayehu
ce3cb882db
Don't loose per site cookie policy settings when modifying it after filtering the list.
...
BUG:196975
svn path=/trunk/KDE/kdebase/apps/; revision=1165097
2010-08-18 08:51:31 +00:00
Dawit Alemayehu
2fa7a9b938
Make the cookie management dialog a little more user-friendly
...
svn path=/trunk/KDE/kdebase/apps/; revision=1165082
2010-08-18 08:09:56 +00:00
Dawit Alemayehu
9bc76748fc
Make the cookie management dialog a little more user-friendly
...
svn path=/trunk/KDE/kdebase/apps/; revision=1165081
2010-08-18 08:09:48 +00:00
David Faure
5c5e02c8e4
Make changes in the mouseMiddleClickClosesTab option effective immediately, without requiring to restart konqueror.
...
svn path=/trunk/KDE/kdebase/apps/; revision=1164911
2010-08-17 23:23:22 +00:00
Script Kiddy
d07f791b4d
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1164597
2010-08-17 09:09:15 +00:00
David Faure
b4cea8e7a2
remove old workaround; update copy of the code, even though in konqueror bug 247552 didn't happen because KonqMainWindow calls insertItems() every time, to add history entries.
...
svn path=/trunk/KDE/kdebase/apps/; revision=1164476
2010-08-16 21:05:17 +00:00
Maks Orlovich
9977db1e99
Woops. We can't do MNG since 4.0
...
CCBUG: 246175
svn path=/trunk/KDE/kdebase/apps/; revision=1163998
2010-08-15 14:19:26 +00:00
Script Kiddy
56a466e04b
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1163863
2010-08-15 07:18:41 +00:00
Script Kiddy
2cc594ec1b
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1161505
2010-08-10 09:01:14 +00:00
Script Kiddy
d89175a8fd
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1160514
2010-08-08 07:03:06 +00:00
Script Kiddy
d17decae9f
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1158610
2010-08-03 08:28:40 +00:00
Script Kiddy
780e5c1486
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1157078
2010-07-30 07:11:53 +00:00
David Faure
5724518a40
The krun.cpp code which assumes "supports kio if Categories include KDE" fails on this special case (hidden desktop file),
...
so make it explicit here.
svn path=/trunk/KDE/kdebase/apps/; revision=1156114
2010-07-28 15:29:42 +00:00
Script Kiddy
f9d94306b6
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1155392
2010-07-27 09:11:06 +00:00