[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-i18n-nl
Subject:    [KDE-i18n-nl] CVS kde-devel-nl 2004-11-25
From:       Adriaan de Groot <adridg () hex ! athame ! co ! uk>
Date:       2004-11-24 22:00:14
Message-ID: 200411242200.iAOM0Enx078945 () hex ! athame ! co ! uk
[Download RAW message or body]


Digest of kde-devel-nl CVS commits at Thu Nov 25 00:00:04 EET 2004


From: Adriaan de Groot <groot@kde.org>
Subject: kdepim/kpilot/kpilot

CVS commit by adridg:

STRING fixes: use 'User Name' consistently; make sensible tabstops; KPilot \
consistency; call Kontact Kontact, since that's what it shows up as later.


  M +5 -5      kpilotConfigWizard_app.ui   1.2
  M +10 -4     kpilotConfigWizard_user.ui   1.4


From: Adriaan de Groot <groot@kde.org>
Subject: kdepim/kpilot

CVS commit by adridg:

Administrative, suppress debug


  M +3 -0      ChangeLog   1.240
  M +7 -3      kpilot/kpilot.cc   1.160


From: Stanislav Visnovsky <visnovsky@kde.org>
Subject: Re: kdesdk/kbabel/kbabel

Dňa Utorok 23 November 2004 21:54 Bram Schoenmakers napísal:
> CVS commit by bram:
> 
> The naming of the "Go back in history" items are fuzzy. In the "Go to"
> menu, you'll see the items "Previous" and "Back". At least in Dutch this is
> the same word, and very confusing to have two identical items. (The same
> applies to "Next" and "Forward")
> 
> Is it also a backport candidate? If yes, could someone backport it for me?

We need an approval from translators. 

So, here is the question to translators: Is this change OK also for KDE 3.3.x?

Stano

> 
> 
> M +88 -88    kbabel.cpp   1.192
> 
> 
> --- kdesdk/kbabel/kbabel/kbabel.cpp  #1.191:1.192
> @@ -518,7 +518,7 @@ void KBabelMW::setupActions()
> SHIFT+Key_Next, m_view,
> SLOT(gotoNextError()),actionCollection(), "go_next_error");
> -   action = new KAction(i18n("&Back"), "back", ALT+Key_Left, m_view,
> +   action = new KAction(i18n("&Back in history"), "back", ALT+Key_Left,
> m_view, SLOT(backHistory()),actionCollection(), "go_back_history"); -  
> action = new KAction(i18n("For&ward"), "forward", ALT+Key_Right, m_view, + 
> action = new KAction(i18n("For&ward in history"), "forward",
> ALT+Key_Right, m_view, SLOT(forwardHistory()),actionCollection(),
> "go_forward_history");

From: Koos Vriezen <koos.vriezen@xs4all.nl>
Subject: kdeextragear-2/kmplayer/src

CVS commit by vriezen:

Untested, but places where I think would get a XX_EXPORT


  M +1 -1      kmplayerconfig.cpp   1.101
  M +2 -2      kmplayerconfig.h   1.42
  M +2 -2      kmplayerpartbase.h   1.40
  M +11 -6     kmplayerplaylist.h   1.7
  M +4 -4      kmplayerprocess.h   1.44
  M +1 -1      kmplayersource.h   1.42
  M +6 -6      kmplayerview.h   1.54




From: Koos Vriezen <koos.vriezen@xs4all.nl>
Subject: kdeextragear-2/kmplayer/src

CVS commit by vriezen:

More reliable command queing
Faster update current channel with up/down keys (1s) and number keys (2s)


  M +86 -84    kmplayervdr.cpp   1.18
  M +7 -2      kmplayervdr.h   1.9




From: Adriaan de Groot <groot@kde.org>
Subject: kdepim/kpilot/kpilot

CVS commit by adridg:

Attempt simplification of restore code.


  M +52 -99    interactiveSync.cc   1.42




From: Adriaan de Groot <groot@kde.org>
Subject: kdepim/kpilot/kpilot

CVS commit by adridg:

Need DBIndex after all


  M +7 -3      interactiveSync.cc   1.43


From: Koos Vriezen <koos.vriezen@xs4all.nl>
Subject: kdelibs/khtml/java

CVS commit by vriezen:

First set of changes to do the liveconnect call inside KJASAppletStub.RunThread
and saving creations of thread in both call- as getMember.
This set moves the javascript referenced objects,
  var o = document.applets[0].getMyObject();
  o.doSomething();
like o above, not in the applet context but in the applet classloader
(which is also shared between applets in the same context).


  M +503 -500  kjava.jar   1.87
  M +1 -1      org/kde/javascript/JSObject.java   1.17
  M +5 -0      org/kde/kjas/server/KJASAppletClassLoader.java   1.43
  M +35 -47    org/kde/kjas/server/KJASAppletContext.java   1.53
  M +3 -2      org/kde/kjas/server/KJASAppletStub.java   1.60
  M +1 -1      org/kde/kjas/server/KJASProtocolHandler.java   1.55




From: Rob Buis <rwlbuis@xs4all.nl>
Subject: kdenonbeta/kdom/css

CVS commit by buis:

Adding code for css parsing, based on khtml css code. So far it can
parse and store css2 and svg properties (coming up in a forthcoming
commit) but not yet cascading/style selecting.


  A            impl/StyleBaseImpl.cc   1.1 [LGPL (v2+)]
  A            impl/StyleBaseImpl.h   1.1 [LGPL (v2+)]
  A            impl/cssparser.cpp   1.1 [LGPL (v2+)]
  A            impl/cssparser.h   1.1 [LGPL (v2+)]
  A            impl/cssproperties.c   1.1 [no copyright]
  A            impl/cssproperties.h   1.1 [UNKNOWN]
  A            impl/cssproperties.in   1.1
  A            impl/cssvalues.c   1.1 [no copyright]
  A            impl/cssvalues.h   1.1 [UNKNOWN]
  A            impl/cssvalues.in   1.1
  A            impl/parser.cpp   1.1 [GPL]
  A            impl/parser.h   1.1 [GPL]
  A            impl/parser.y   1.1 [LGPL (v2+)]
  A            impl/tokenizer.cpp   1.1 [LGPL (v2+) GENERATED FILE]
  M +13 -3     CSSCharsetRule.cc   1.21
  M +3 -1      CSSCharsetRule.h   1.12
  M +12 -2     CSSFontFaceRule.cc   1.21
  M +3 -1      CSSFontFaceRule.h   1.11
  M +13 -3     CSSImportRule.cc   1.17
  M +3 -1      CSSImportRule.h   1.10
  M +14 -5     CSSMediaRule.cc   1.21
  M +3 -1      CSSMediaRule.h   1.13
  M +12 -2     CSSPageRule.cc   1.24
  M +3 -1      CSSPageRule.h   1.11
  M +33 -12    CSSPrimitiveValue.cc   1.31
  M +4 -2      CSSPrimitiveValue.h   1.12
  M +28 -0     CSSRule.cc   1.19
  M +4 -3      CSSRule.h   1.13
  M +28 -2     CSSRuleList.cc   1.15
  M +3 -1      CSSRuleList.h   1.11
  M +50 -21    CSSStyleDeclaration.cc   1.31
  M +3 -3      CSSStyleDeclaration.h   1.12
  M +12 -11    CSSStyleRule.cc   1.26
  M +3 -3      CSSStyleRule.h   1.11
  M +29 -2     CSSStyleSheet.cc   1.27
  M +3 -0      CSSStyleSheet.h   1.13
  M +16 -0     CSSUnknownRule.cc   1.9
  M +3 -1      CSSUnknownRule.h   1.6
  M +12 -0     CSSValue.cc   1.15
  M +4 -1      CSSValue.h   1.10
  M +20 -2     CSSValueList.cc   1.16
  M +2 -0      CSSValueList.h   1.11
  M +7 -13     MediaList.cc   1.12
  M +10 -31    RGBColor.cc   1.19
  M +6 -6      RGBColor.h   1.11
  M +6 -0      StyleSheet.cc   1.17
  M +3 -1      StyleSheet.h   1.10
  M +7 -2      StyleSheetList.cc   1.12
  M +9 -1      kdomcss.h   1.5
  M +5 -3      impl/CSSCharsetRuleImpl.cc   1.2
  M +6 -1      impl/CSSCharsetRuleImpl.h   1.2
  M +8 -4      impl/CSSFontFaceRuleImpl.cc   1.2
  M +6 -1      impl/CSSFontFaceRuleImpl.h   1.2
  M +35 -4     impl/CSSImportRuleImpl.cc   1.2
  M +6 -1      impl/CSSImportRuleImpl.h   1.2
  M +45 -11    impl/CSSMediaRuleImpl.cc   1.2
  M +9 -1      impl/CSSMediaRuleImpl.h   1.2
  M +8 -4      impl/CSSPageRuleImpl.cc   1.2
  M +6 -1      impl/CSSPageRuleImpl.h   1.2
  M +261 -17   impl/CSSPrimitiveValueImpl.cc   1.2
  M +57 -3     impl/CSSPrimitiveValueImpl.h   1.2
  M +7 -5      impl/CSSRuleImpl.cc   1.2
  M +5 -3      impl/CSSRuleImpl.h   1.2
  M +29 -2     impl/CSSRuleListImpl.cc   1.2
  M +11 -1     impl/CSSRuleListImpl.h   1.2
  M +329 -13   impl/CSSStyleDeclarationImpl.cc   1.2
  M +47 -8     impl/CSSStyleDeclarationImpl.h   1.2
  M +55 -11    impl/CSSStyleRuleImpl.cc   1.2
  M +16 -2     impl/CSSStyleRuleImpl.h   1.2
  M +79 -4     impl/CSSStyleSheetImpl.cc   1.2
  M +22 -3     impl/CSSStyleSheetImpl.h   1.2
  M +2 -1      impl/CSSUnknownRuleImpl.cc   1.2
  M +3 -1      impl/CSSUnknownRuleImpl.h   1.2
  M +89 -4     impl/CSSValueImpl.cc   1.2
  M +40 -2     impl/CSSValueImpl.h   1.2
  M +22 -5     impl/CSSValueListImpl.cc   1.2
  M +10 -1     impl/CSSValueListImpl.h   1.2
  M +20 -5     impl/Makefile.am   1.3
  M +62 -11    impl/MediaListImpl.cc   1.2
  M +25 -3     impl/MediaListImpl.h   1.2
  M +10 -0     impl/RGBColorImpl.cc   1.2
  M +7 -0      impl/RGBColorImpl.h   1.2
  M +38 -2     impl/RectImpl.cc   1.2
  M +11 -0     impl/RectImpl.h   1.2
  M +39 -7     impl/StyleSheetImpl.cc   1.2
  M +15 -4     impl/StyleSheetImpl.h   1.2
  M +25 -1     impl/StyleSheetListImpl.cc   1.2
  M +4 -0      impl/StyleSheetListImpl.h   1.2




From: Rob Buis <rwlbuis@xs4all.nl>
Subject: kdenonbeta/kdom

CVS commit by buis:

A shared-with-parent and an improved css test.


  M +28 -0     Shared.h   1.9
  M +11 -72    test/csstest.cc   1.35




_______________________________________________
Kde-i18n-nl mailing list
Kde-i18n-nl@kde.org
https://mail.kde.org/mailman/listinfo/kde-i18n-nl


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic