ProgressBar during load and more fixes
authorinsilmaril
Thu, 19 Mar 2009 11:45:28 +0000
changeset 74494ed4372ef08
parent 743 5b635536ca7d
child 745 2d4cc445a86a
ProgressBar during load and more fixes
scripts/update-bookmarks
tex/vym.changelog
     1.1 --- a/scripts/update-bookmarks	Thu Mar 19 11:45:28 2009 +0000
     1.2 +++ b/scripts/update-bookmarks	Thu Mar 19 11:45:28 2009 +0000
     1.3 @@ -2,3 +2,8 @@
     1.4  
     1.5  # Look for running konquerors and notify them of changed bookmarks file
     1.6  dcop | grep konqueror- |  xargs -iKONQUI dcop KONQUI KBookmarkManager-$HOME/.kde/share/apps/konqueror/bookmarks.xml notifyCompleteChange "dcop"
     1.7 +
     1.8 +
     1.9 +# And now the same using QDBUS in KDE 4:
    1.10 +
    1.11 +qdbus| grep konqueror- |  xargs -iOBJECT qdbus OBJECT /KBookmarkManager/konqueror org.kde.KIO.KBookmarkManager.notifyCompleteChange
     2.1 --- a/tex/vym.changelog	Thu Mar 19 11:45:28 2009 +0000
     2.2 +++ b/tex/vym.changelog	Thu Mar 19 11:45:28 2009 +0000
     2.3 @@ -1,3 +1,9 @@
     2.4 +-------------------------------------------------------------------
     2.5 +Tue Mar 17 15:32:17 CET 2009 - uwedr@suse.de
     2.6 +
     2.7 +- Bugfix: Import/Export bookmarks works now also on KDE 4
     2.8 +- Feature: Added traditional chinese translation
     2.9 +
    2.10  -------------------------------------------------------------------
    2.11  Mon Dec  8 20:26:41 CET 2008 - uwedr@suse.de
    2.12