branches/KDE/3.5/kdenetwork/kopete (silent)

Matt Rogers mattr at kde.org
Sat Aug 27 02:45:15 UTC 2005


SVN commit 453739 by mattr:

 r112 at tachyon:  matt | 2005-08-24 15:59:52 -0500
  r46 at tachyon (orig r452673):  mattr | 2005-08-23 23:39:10 -0500
   r38 at tachyon:  matt | 2005-08-23 22:59:53 -0500
   update VERSION
   
  
  r47 at tachyon (orig r452674):  mattr | 2005-08-23 23:39:21 -0500
   r39 at tachyon:  matt | 2005-08-23 23:00:56 -0500
   update AUTHORS
   
  
  r50 at tachyon (orig r452683):  jbaptiste | 2005-08-24 01:30:53 -0500
  FEATURE: Added support for different WEP key types (ascii, hexadecimal).
  r51 at tachyon (orig r452685):  scripty | 2005-08-24 01:52:24 -0500
  SVN_SILENT made messages (.desktop file)
  r52 at tachyon (orig r452686):  scripty | 2005-08-24 01:53:14 -0500
  SVN_SILENT made messages (.desktop file)
  r53 at tachyon (orig r452688):  scripty | 2005-08-24 01:56:05 -0500
  SVN_SILENT made messages (.desktop file)
  r54 at tachyon (orig r452689):  scripty | 2005-08-24 01:57:12 -0500
  SVN_SILENT made messages (.desktop file)
  r55 at tachyon (orig r452690):  scripty | 2005-08-24 01:57:24 -0500
  SVN_SILENT made messages (.desktop file)
  r56 at tachyon (orig r452691):  scripty | 2005-08-24 01:57:53 -0500
  SVN_SILENT made messages (.desktop file)
  r57 at tachyon (orig r452721):  gj | 2005-08-24 03:47:35 -0500
  quick mockup to make it worh --without-arts
  please review. I need that to compile kdebase _now_
  
  r58 at tachyon (orig r452724):  amantia | 2005-08-24 03:53:22 -0500
  Annotations can be addressed to team members by role as well (as I described in the handbook)
  r59 at tachyon (orig r452729):  dhaumann | 2005-08-24 04:08:01 -0500
  SVN_SILENT: fix class name in documentation (reference)
  
  r60 at tachyon (orig r452732):  amantia | 2005-08-24 04:19:01 -0500
  Wanr (and unset yourself) when deleting the team member that is you.
  r61 at tachyon (orig r452736):  vprus | 2005-08-24 04:31:21 -0500
  Assign shortcuts to most common debugger functions:
  F9  -- run/continue
  F10 -- step over
  F11 -- step in
  F12 -- step out
  
  The shortcuts are choosed to be located on the same block of F-keys,
  to ease memorization and also so that "step in/step out" are next to each
  other.
  
  The "watch from expression" and "toggle breakpoint" actions don't yet
  any shortcuts yet -- I believe they probably don't need them. Breakpoint
  can be toggled with mouse and watch from expression is in the popup menu.
  
  I'm not sure with F9 -- run in debugger/continue shortcut, one can argue
  that F9 should be run while "shift+F9" should be run in debugger. In any case,
  some project manager don't have any shortcut for "run" at all, and some use
  "shift+f9" and I don't want to mess with that yet.
  
  This change comes at expense of Kate, which no longer has shortcuts for
  the "hide/show folding markers", "dynamic word wrap" and 
  "hide/show line numbers" action. However, those are far less important in IDE
  than debugger actions.
  
  *    src/partcontroller.cpp
       (PartController::integratePart): For texteditor, disable some
       action. Make sure we do it only if the actions are in fact defined,
       and shortcuts conflict with debugger, so that we don't do anything
       wrong if text editor is not Kate. See comment in code for further
       explanations.
            
  *    languages/cpp/debugger/debuggerpart.cpp
       (DebuggerPart::DebuggerPart): Assign shortcuts.
  
  
  CCMAIL: kdevelop-devel at kdevelop.org
  BUG: 85453
  
  r62 at tachyon (orig r452751):  wstephens | 2005-08-24 04:46:16 -0500
  More visibility tidy ups.
  
  r63 at tachyon (orig r452753):  cniehaus | 2005-08-24 04:56:20 -0500
  adding abundance and more ionic radii
  r64 at tachyon (orig r452758):  gunnar | 2005-08-24 05:03:01 -0500
  Fix some bugs that I introduced with my last checkin
  r65 at tachyon (orig r452760):  ogoffart | 2005-08-24 05:09:52 -0500
  compile with --without-arts
  r66 at tachyon (orig r452771):  adridg | 2005-08-24 05:38:24 -0500
  Inexpensive dox fix: document parts of the addrinfo structure
  r67 at tachyon (orig r452786):  cniehaus | 2005-08-24 05:52:55 -0500
  mention the abundance
  r68 at tachyon (orig r452794):  dhaumann | 2005-08-24 06:01:18 -0500
   * fix: load plugins again. Maybe other devs find better solution at akademy.
  CCMAIL:kwrite-devel at kde.org
  
  r69 at tachyon (orig r452796):  dhaumann | 2005-08-24 06:06:29 -0500
   * fix lack of interface exports. Export the mainwindow's centralWidget.
  
  r70 at tachyon (orig r452801):  mueller | 2005-08-24 06:21:37 -0500
  l10n area access
  
  r71 at tachyon (orig r452816):  cniehaus | 2005-08-24 07:01:24 -0500
  * APIDOX in element.h
  * adding some more data
  * introducing a new tag for the element-element-distance. This will not be used in Kalzium of KDE 3.5 because of the featurefreeze
  * adding the graphic for the abundance in crustal rocks
  * checked and fixed all radii-data up to Argon (Ar)
  
  r72 at tachyon (orig r452819):  vprus | 2005-08-24 07:19:33 -0500
  Add 'const' to some 'char *' variables.
  r73 at tachyon (orig r452832):  lukas | 2005-08-24 08:18:39 -0500
  missing i18n()
  
  r74 at tachyon (orig r452833):  lukas | 2005-08-24 08:19:08 -0500
  CVS_SILENT
  use KStdGuiItem
  
  r75 at tachyon (orig r452834):  lukas | 2005-08-24 08:19:35 -0500
  this wasn't meant as a caption, was it?
  
  r76 at tachyon (orig r452836):  adridg | 2005-08-24 08:28:59 -0500
  Dox fixes: document the constructors always, and remove the @license tag since it's not one we use (and the license is already listed at the top of the file).
  r77 at tachyon (orig r452842):  amantia | 2005-08-24 08:41:44 -0500
  Add missing i18n.
  r78 at tachyon (orig r452848):  ogoffart | 2005-08-24 09:10:35 -0500
  Make it compile with  --without-arts
  r79 at tachyon (orig r452853):  ogoffart | 2005-08-24 09:24:46 -0500
  only enable the    'ask for receiving webcam'  action if the user actually has a webcam
  r80 at tachyon (orig r452858):  taupter | 2005-08-24 09:43:55 -0500
  Added method bool VideoDevicePool::hasDevices() to inform if there are devices present.
  r81 at tachyon (orig r452860):  kainhofe | 2005-08-24 09:45:46 -0500
  If the resource is read-only, all incidences of the cache should also be read-only...
  r82 at tachyon (orig r452861):  taupter | 2005-08-24 09:49:03 -0500
  Added method size_t VideoDevicePool::size() to return the number of video devices detected.
  r83 at tachyon (orig r452864):  ojschmidt | 2005-08-24 10:00:42 -0500
  Check whether other windows are above the KMag window.
  This way only the window content from KMag itself is overpainted with grey in the screenshot to avoid recursion
  r84 at tachyon (orig r452870):  jrfaller | 2005-08-24 10:14:01 -0500
  Enabled media or system url parameter and added a Format action.
  
  r85 at tachyon (orig r452871):  dannya | 2005-08-24 10:14:49 -0500
  BUG:111071 Fix bug - the first part only slightly modified, as I think that file size is not the only intended metric (perhaps tree depth, etc?)
  r86 at tachyon (orig r452875):  adridg | 2005-08-24 10:33:20 -0500
  Since CMENU can grow very very large (the classes in a directory, including all its subdirectories), suppress it for the toplevel in all cases, and make sure that the substitution works.
  r87 at tachyon (orig r452879):  dannya | 2005-08-24 10:43:20 -0500
  Bug has been fixed, will close when docs.kde.org updates
  r88 at tachyon (orig r452891):  mojo | 2005-08-24 11:10:22 -0500
  - Allow the user to choose the URL to check with a file dialog
  - Set a minimum size to the list view
  r89 at tachyon (orig r452896):  ogoffart | 2005-08-24 11:18:51 -0500
  fix a crash,  and add debug 
  r90 at tachyon (orig r452899):  ojschmidt | 2005-08-24 11:29:40 -0500
  Add invertation mode
  r91 at tachyon (orig r452902):  ogoffart | 2005-08-24 11:40:43 -0500
  Fix crashes in the statistics plugin
  BUG: 110403 
  Patch by Roman Jarosz ,  thanks
  
  r92 at tachyon (orig r452911):  ogoffart | 2005-08-24 11:47:51 -0500
  enable the statistic plugin for compilation by default but disable the plugin by default
  r93 at tachyon (orig r452920):  ogoffart | 2005-08-24 12:20:31 -0500
  Fix Bug 94841: spellchecker cannot be disabled 
  BUG: 94841
  Patch by Roman Jarosz , thanks
  
  
  r94 at tachyon (orig r452921):  dannya | 2005-08-24 12:21:49 -0500
  improve padding in dialog
  r95 at tachyon (orig r452926):  taupter | 2005-08-24 12:27:53 -0500
  Fixed detection of some V4L-only devices.
  r96 at tachyon (orig r452927):  ogoffart | 2005-08-24 12:37:39 -0500
  be sure to disconnect others socket only if the socket which is connected is the right one.
  r97 at tachyon (orig r452929):  ingwa | 2005-08-24 12:48:55 -0500
  simple cleaning
  r98 at tachyon (orig r452931):  ingwa | 2005-08-24 12:50:08 -0500
  some code cleaning
  r99 at tachyon (orig r452936):  esken | 2005-08-24 12:56:21 -0500
  Resolve two compilation issues for Solaris backend.
  1) Wrong destructor
  2) Change open() to ::open()
  
  r100 at tachyon (orig r452939):  dannya | 2005-08-24 13:06:20 -0500
  BUG:96466 Fixed bug, and redone all but 3 screenshots - app crashes on those 3 pages, so if someone else can redo those 3 in the default style, and with the same size as the others, that would be good :)
  r101 at tachyon (orig r452941):  dannya | 2005-08-24 13:11:07 -0500
  fix grammar error
  r102 at tachyon (orig r452948):  whuss | 2005-08-24 13:31:55 -0500
  Fix occasional crash when using the navigation history.
  Cleanups
  
  Based on a patch by Angus Leeming.
  r103 at tachyon (orig r452957):  binner | 2005-08-24 14:41:39 -0500
  Get at least rid of the ugly tabs for 3.5
  
  r104 at tachyon (orig r452959):  binner | 2005-08-24 14:57:15 -0500
  Find more by also searching module name
  
  r105 at tachyon (orig r452961):  henrique | 2005-08-24 15:00:14 -0500
  * Use a treeview instead of a flat view for listing archive entries
  * Don't let the user "View", "Edit" or "Open" directories, it makes no sense.
  
  
  r106 at tachyon (orig r452967):  henrique | 2005-08-24 15:09:12 -0500
  Don't count directories as files.
  
  
  r107 at tachyon (orig r452971):  taupter | 2005-08-24 15:18:23 -0500
  Fix typo in a kdDebug message and add some comments about handling buggy V4L drivers.
  r108 at tachyon (orig r452972):  aacid | 2005-08-24 15:21:13 -0500
  Change wording, fixes 79900
  BUGS: 79900
  
  r109 at tachyon (orig r452975):  ojschmidt | 2005-08-24 15:32:25 -0500
  Fix some problems introduced with the last commits
  r110 at tachyon (orig r452976):  ojschmidt | 2005-08-24 15:33:22 -0500
  Ged rid of compile warning
  r111 at tachyon (orig r452980):  mpfeiffer | 2005-08-24 15:53:03 -0500
  86->111 corrected
 


 _M            branches/KDE/3.5/kdenetwork/kopete (directory)  
 M             libkopete/avdevice/videodevice.cpp  
 M             libkopete/avdevice/videodevicepool.cpp  
 M             protocols/msn/msnchatsession.cpp  
 M             protocols/msn/webcam.cpp  


** branches/KDE/3.5/kdenetwork/kopete #property changes
Name: svk:merge
   - 760c6968-05ff-0310-b53a-f1fc271f67d0:/local/branches/KDE/3.5/kdenetwork/kopete:39
   + 760c6968-05ff-0310-b53a-f1fc271f67d0:/local/branches/KDE/3.5/kdenetwork/kopete:112




More information about the KDevelop-devel mailing list