Commit graph

161 commits

Author SHA1 Message Date
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
Montel Laurent d592f31cde normalize signals/slots 2011-07-31 13:33:56 +02:00
Alexander Potashev 907ca6c2cb Use "(qtundo-format)" instead of "@action:undo" in context strings
Fixes commit db51e00325.
See http://lists.kde.org/?l=kde-i18n-doc&m=130520794123988&w=2
2011-05-12 19:49:40 +04:00
Alexander Potashev db51e00325 Add message contexts "@action:undo" to all QUndoCommand texts
http://techbase.kde.org/Development/Tutorials/Localization/i18n_Semantics
2011-05-12 11:21:29 +04: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
Christoph Feck 40d8803f0e Remove unimplemented import action
r1112364 removed support for importing crashed sessions
BUG: 251625
CCMAIL: faure@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=1187358
2010-10-19 01:51:29 +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
David Faure 3b5ccaacf5 Fix memory leak
svn path=/trunk/KDE/kdebase/apps/; revision=1119153
2010-04-26 17:29:02 +00:00
David Faure f55ff68840 Move the bookmark model (+commands +commandhistory) into a lib of its own, for future sharing with other parts of kdebase
(e.g. bookmark toolbar and bookmark sidebar).
Not sure if it should end up in libkonq or libkio...
CCMAIL: hein@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=1118280
2010-04-24 09:06:17 +00:00
David Faure 7f5e80a8d3 Unbreak favicon checking; in many error cases it wouldn't proceed to the next item.
Also when the cached favicon was recent enough, then the kded module wouldn't emit anything;
fixed by adding a "forceDownloadHostIcon" and an error signal in the favicons kded module.
CCBUG: 23102
 (and probably others)

svn path=/trunk/KDE/kdebase/apps/; revision=1116050
2010-04-18 14:24:11 +00:00
David Faure 1cd5acff40 remove dep on globalbookmarkmanager.h; move m_model to holder
svn path=/trunk/KDE/kdebase/apps/; revision=1115823
2010-04-17 16:01:46 +00:00
David Faure c2dee9346d Get rid of two more singletons (how many singletons can one have in a single program?)
svn path=/trunk/KDE/kdebase/apps/; revision=1115716
2010-04-17 08:10:35 +00:00
David Faure 054cbc204c Port favicon and testlink to having their own model pointer.
Try to repair these things (the status wasn't returned by the model), but doesn't seem to work yet.

svn path=/trunk/KDE/kdebase/apps/; revision=1112533
2010-04-08 12:16:33 +00:00
David Faure f8c493349d Pass the model to all commands, to remove more usage of the global-do-it-all singleton.
Move the handling of notifyManagers/bookmarksChanged from that singleton to the model.

svn path=/trunk/KDE/kdebase/apps/; revision=1112364
2010-04-07 23:04:18 +00:00
David Faure daedcbb6ac kill two singletons, and add unittest for creating folder, 2 items, and moving the items with dnd.
svn path=/trunk/KDE/kdebase/apps/; revision=1112106
2010-04-07 11:34:26 +00:00
David Faure 1fdfb80157 Rename class to match filename (CmdHistory -> CommandHistory)
svn path=/trunk/KDE/kdebase/apps/; revision=1104137
2010-03-16 20:25:26 +00:00
David Faure a459585415 rename file to match classname
svn path=/trunk/KDE/kdebase/apps/; revision=1104136
2010-03-16 20:23:47 +00:00
David Faure 310cc60143 Move CurrentMgr to its own header file and rename it to GlobalBookmarkManager for lack of a better idea.
svn path=/trunk/KDE/kdebase/apps/; revision=1101672
2010-03-10 14:37:11 +00:00
Friedrich W. H. Kossebau d2f5714c63 fixed: KIconLoader::FileSystem is deprecated, use KIconLoader::Place
svn path=/trunk/KDE/kdebase/apps/; revision=1074955
2010-01-15 01:49:04 +00:00
Friedrich W. H. Kossebau 1bfc3323f0 changed: sync with rest, say Location, not URL
svn path=/trunk/KDE/kdebase/apps/; revision=1074879
2010-01-14 22:09:32 +00:00
David Faure d98ba49c7d Oh, QUndoStack::push() calls cmd->redo(). Which makes things more complicated for the case where we just
want to record an already-done change....

svn path=/trunk/KDE/kdebase/apps/; revision=1050564
2009-11-17 16:54:28 +00:00
David Faure 76f5efc051 SVN_SILENT #include cleanups
svn path=/trunk/KDE/kdebase/apps/; revision=1050546
2009-11-17 15:46:55 +00:00
David Faure 67a7a048a5 Port from K3Command/K3CommandHistory to QUndoCommand/KUndoStack so that this doesn't need kde3support anymore.
Fixed for: 4.4.0
BUG: 201617

svn path=/trunk/KDE/kdebase/apps/; revision=1050540
2009-11-17 15:35:05 +00:00
Laurent Montel b7a278c4bf Fix iterator
svn path=/trunk/KDE/kdebase/apps/; revision=883014
2008-11-11 21:46:50 +00:00
Craig Drummond c9bb263da7 Give dialogs a parent.
svn path=/trunk/KDE/kdebase/apps/; revision=817602
2008-06-06 11:50:55 +00:00
Laurent Montel c8bcb2f3cb Fix crash when we use command line to export bookmarks,
there is not interface => not try to commitChanges when we 
use command line

svn path=/trunk/KDE/kdebase/apps/; revision=793845
2008-04-05 12:44:03 +00:00
Jakob Petsovits d41479b006 Icon renaming (code and icon changes - KDE/):
* bookmark -> bookmarks
* and finally, remove user-2 and konv-message[2] from Oxygen

svn path=/trunk/KDE/kdebase/apps/; revision=757019
2008-01-03 23:54:18 +00:00
Jakob Petsovits 3b938db035 Icon naming spec compliance (code changes - KDE/):
* text -> draw-text, or edit-rename (depends)
* replace inappropriate usage of "table"
  (in preparation of moving it out to KOffice)

svn path=/trunk/KDE/kdebase/apps/; revision=756900
2008-01-03 21:56:11 +00:00
Urs Wolfer a8e7269824 fix icons
svn path=/trunk/KDE/kdebase/apps/; revision=753715
2007-12-28 09:59:53 +00:00
Daniel Teske 45c2cb2b07 Remove print. Ugly broken code.
svn path=/trunk/KDE/kdebase/apps/; revision=753460
2007-12-27 14:35:39 +00:00
Daniel Teske 1d01adc76a If no bookmark is selected in the main list, use the selected bookmark folder from the
left pane. Without this, it wasn't actually possible to add something to an empty bookmarks file.
(With special casing for delete, which is only enabled if something is selected in the main pane.)


svn path=/trunk/KDE/kdebase/apps/; revision=753457
2007-12-27 14:26:50 +00:00
Hamish Rodda 776e90b17b Results of setShortcut() auditing (QAction::setShortcut() gets called without this patch)
svn path=/trunk/KDE/kdebase/apps/; revision=730699
2007-10-29 11:04:30 +00:00
Rafael Fernández López 59283c43c1 Code adaptation because of changes on libraries related to revision 719630
svn path=/trunk/KDE/kdebase/apps/; revision=719642
2007-10-01 15:09:41 +00:00
Robert Knight 12d31402ef Export menu item name update. 'Export to [Browser] Bookmarks' -> 'Export [Browser] Bookmarks' , Replaced 'IE' with 'Internet Explorer'
svn path=/trunk/KDE/kdebase/apps/; revision=712236
2007-09-14 02:09:59 +00:00
Robert Knight 5c7ab6fbd1 Fix crashes when opening and importing bookmarks. Makes importing bookmarks from KDE 3's Konqueror possible. Also re-arrange the import list so the KDE 3 import action is at the top with a KDE icon. Force an update of the model after importing bookmarks. This has the unwanted side-effect of collapsing the tree-view to the root item, but at least it works.
svn path=/trunk/KDE/kdebase/apps/; revision=707658
2007-09-02 15:44:11 +00:00
Alex Merry 543145fb79 deprecated--
svn path=/trunk/KDE/kdebase/apps/; revision=707067
2007-08-31 22:52:52 +00:00
Daniel Teske 83a9b94295 Now missing #includes.
svn path=/trunk/KDE/kdebase/apps/; revision=699507
2007-08-13 09:57:36 +00:00
Laurent Montel 264d696087 Adapt to new KWarning/kFatal/kDebug api
svn path=/trunk/KDE/kdebase/apps/; revision=695870
2007-08-03 06:40:12 +00:00
Urs Wolfer 702e045949 fix icon
svn path=/trunk/KDE/kdebase/apps/; revision=694871
2007-07-31 23:01:15 +00:00
David Faure c0eea02a2e A number of preparations for making BookmarkModel more standalone in order to move it to kdelibs/kfile
(needed by kevin's places model)

svn path=/trunk/KDE/kdebase/apps/; revision=684206
2007-07-06 10:56:44 +00:00
Dirk Mueller 52d6d2f9ce include cleanup
svn path=/trunk/KDE/kdebase/apps/; revision=663054
2007-05-09 22:23:52 +00:00
Laurent Montel f68a027458 fix icons name
svn path=/trunk/KDE/kdebase/apps/; revision=654605
2007-04-16 16:15:08 +00:00
Andreas Hartmetz b83d41e94b Ported/compile-fixed some code in khotkeys and kwin (that was not fun)
Small changes in other places, removed some unnecessary #include <kkeydialog.h> where they showed up.

Related to this kdelibs commit:
KKeyDialog: Renamed to KShortcutsDialog
KKeyChooser: Renamed to KShortcutsEditor
KKeyButton: Replaced by KKeySequenceWidget and KShortcutWidget. KKeySequenceWidget uses modified code from KKeyButton.
KShortcutDialog: Removed

svn path=/trunk/KDE/kdebase/apps/; revision=648582
2007-03-31 19:04:28 +00:00
David Faure bfa95d4113 fix copmile
svn path=/trunk/KDE/kdebase/apps/; revision=644354
2007-03-19 20:05:48 +00:00
Aaron J. Seigo 057ae4f98f oxygen icon naming fixes from Luca Gugelmann
svn path=/trunk/KDE/kdebase/libkonq/; revision=640669
2007-03-08 19:32:19 +00:00
Simon Hausmann 960a904de1 merged branches/work/kaction-cleanup-branch, courtesy of
Kevin, Laurent, Thomas and me.

svn path=/trunk/KDE/kdebase/konqueror/; revision=621518
2007-01-08 22:39:24 +00:00
Aaron J. Seigo 058e124aef it builds! ship it!
svn path=/trunk/KDE/kdebase/apps/; revision=614777
2006-12-18 22:24:28 +00:00
Daniel Teske 9682d09ff4 Port to kio/bookmark changes.
svn path=/trunk/KDE/kdebase/apps/; revision=593982
2006-10-09 18:25:51 +00:00
Jaison Lee 480b7b5966 KTempFile->KTemporaryFile
svn path=/trunk/KDE/kdebase/nsplugins/; revision=591082
2006-10-01 17:24:38 +00:00
Stephan Kulow dc7710ecfa replaced several URLs with Url and URI with Uri - the patch
became a bit larger than expected, so I couldn't have the time
to check if it still compiles with the changes done in between

svn path=/trunk/KDE/kdebase/kdepasswd/; revision=578269
2006-08-28 19:59:39 +00:00