CIA.vc
scripts
Real-time open source activity stats
Stats » Projects » KDE » kdesdk » scripts
informationsyndicateUTC clock
17:11 on May 27, 2012
event counters
The last message was received 7.07 years ago at 15:15 on May 02, 2005
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 0 messages last month
91 messages since the first one, 7.69 years ago, for an average of 1.03 months between messages
recent messages
dateReversed sort columnprojectcontentlink
15:14 on May 02, 2005kde
Commit by faure :: kdesdk/scripts/kde-devel-gdb:
Some Qt4 helpers: printq4string, printq4stringdata, printq4bytearray, printq4stringlist
#
23:31 on Apr 27, 2005kde
Commit by faure :: kdesdk/scripts/kde-emacs/kde-emacs-utils.el:
method-under-point fixlet: move to ';' before looking for class/namespace/etc.
Testcase: F7 with the cursor inside the arg list, when a nested class is above, e.g. kwtableframeset.h
#
12:40 on Apr 25, 2005kde
Commit by faure :: kdesdk/scripts/kde-emacs/ (kde-emacs-utils.el kde-emacs-vars.el):
Support for defining a default implementation in agulbra-make-member (as requested by Kalle).
For example, add this line in a .emacs-dirvars file:
kde-make-member-default-impl: " // PENDING(dfaure) Implement this\n qFatal( \"Sorry, not implemented: FUNCTION\" );\n"
#
11:33 on Apr 25, 2005kde
Commit by faure :: kdesdk/scripts/kde-emacs/kde-emacs-utils.el:

Improve parsing in method-under-point to:

  • work from anywhere in the method decl (used to assume end-of-decl)
  • support exception specification (per Kalle's request)
  • avoid parsing the same decl back and then forth again
  • save excursion, i.e. no side effect In agulbra-make-member: add voluntary side-effect which used to be done by method-under-point, so that F9-F6-F9-F6-... allows implementing multiple methods in a row.
#
08:50 on Apr 22, 2005kde
Commit by mteijeiro :: kdesdk/scripts/kde-devel-vim.vim:

  • If TagList is loaded, get a more funny statusline, showing the current function.
  • Note: Only works if kde-devel-vim.vim is loaded after taglist. Droping it in ~/.vim/plugin works fine.
#
03:23 on Apr 10, 2005kde
Commit by je4d :: kdesdk/scripts/kde-devel-vim.vim:
qt4 typedef names changed..
#
20:15 on Mar 31, 2005kde
Commit by benb on KDE_3_4_BRANCH :: kdesdk/scripts/kdemangen.pl:
Fix output in UTF-8 locales by using minus instead of hyphen. Thanks to Achim Bohnet for the patch.
#
20:14 on Mar 31, 2005kde
Commit by benb :: kdesdk/scripts/kdemangen.pl:
Fix output in UTF-8 locales by using minus instead of hyphen. Thanks to Achim Bohnet for the patch.
#
20:14 on Mar 31, 2005kde
Commit by benb on KDE_3_3_BRANCH :: kdesdk/scripts/kdemangen.pl:
Fix output in UTF-8 locales by using minus instead of hyphen. Thanks to Achim Bohnet for the patch.
#
21:53 on Mar 24, 2005kde
Commit by thiago :: kdesdk/scripts/svnrevertlast:
Adding new program I had forgotten about.
svnrevertlast: counterpart to cvsrevertlast. It is superfluous, being
equivalent to "svn merge -rBASE:PREV".
#
21:51 on Mar 24, 2005kde
Commit by thiago :: kdesdk/scripts/svnlastchange:
Changing the warning to a hint instead. And adding an option to silence it.
#
22:20 on Mar 23, 2005kde
Commit by thiago on KDE_3_4_BRANCH :: kdesdk/scripts/ (11 files):
Removing the files from the 3.4 branch, that I committed to
by accident. I am terribly sorry.
#
22:18 on Mar 23, 2005kde
Commit by thiago :: kdesdk/scripts/ (11 files):
(Commit again)
These are the CVS scripts ported to Subversion. They should behave just like
their CVS counterparts, for people who are used to them. However, please note
that some differences are expected, so be aware.
Also, note that these scripts need stress-testing. I have done my best to
make sure they work (in most cases), but please test them as well. Report to
me any problems if you can't fix them yourself.
Do not use these scripts in production environment unless you know what
you're doing, or until they have been tested. You have been warned.
colorsvn: counterpart to colorcvs and shares its config file as well.
Colourises the svn output so that additions, modifications, updates,
rejects, etc. are marked by colour.
Known bug: perl won't display stderr for some commands ("commit" commands)
create_svnignore: counterpart to create_cvsignore. Does the same things, but
instead of writing to .cvsignore, adds to the svn:ignore property.
nonsvnlist: counterpart to noncvslist: lists all files not in the repository
(it's basically just svn st | grep '^\?')
svn-clean: counterpart to cvs-clean: it is used to clean up your working dir
of files that are not in the repository
svn2dist: counterpart to cvs2dist. Completely untested, and won't work until
we define the Subversion repository structure and where the admin dir will
be
svnaddcurrentdir: counterpart to cvsaddcurrentdir: adds the files in the
current dir to the Subversion repository. The directory itself is not
added, and it is, in fact, expected to be a Subversion checkout already
svncheck: superfluous script, provided only for convenience for people
who are used to cvscheck. It will annoy you saying what command you
should be using (svn status)
svngettags: superfluous script, it's only there to tell you tags don't exist
in Subversion
svnlastchage: superfluous script, provided only for convenience for people
who are used to cvslastchange. It will annoy you saying what command you
should be using
svnlastlog: superfluous script as well (same comments)
svnversions: lists the revision a file was last modified
#
22:05 on Mar 23, 2005kde
Commit by thiago on KDE_3_4_BRANCH :: kdesdk/scripts/ (11 files):
These are the CVS scripts ported to Subversion. They should behave just like
their CVS counterparts, for people who are used to them. However, please note
that some differences are expected, so be aware.
Also, note that these scripts need stress-testing. I have done my best to
make sure they work (in most cases), but please test them as well. Report to
me any problems if you can't fix them yourself.
Do not use these scripts in production environment unless you know what
you're doing, or until they have been tested. You have been warned.
colorsvn: counterpart to colorcvs and shares its config file as well.
Colourises the svn output so that additions, modifications, updates,
rejects, etc. are marked by colour.
Known bug: perl won't display stderr for some commands ("commit" commands)
create_svnignore: counterpart to create_cvsignore. Does the same things, but
instead of writing to .cvsignore, adds to the svn:ignore property.
nonsvnlist: counterpart to noncvslist: lists all files not in the repository
(it's basically just svn st | grep '^\?')
svn-clean: counterpart to cvs-clean: it is used to clean up your working dir
of files that are not in the repository
svn2dist: counterpart to cvs2dist. Completely untested, and won't work until
we define the Subversion repository structure and where the admin dir will
be
svnaddcurrentdir: counterpart to cvsaddcurrentdir: adds the files in the
current dir to the Subversion repository. The directory itself is not
added, and it is, in fact, expected to be a Subversion checkout already
svncheck: superfluous script, provided only for convenience for people
who are used to cvscheck. It will annoy you saying what command you
should be using (svn status)
svngettags: superfluous script, it's only there to tell you tags don't exist
in Subversion
svnlastchage: superfluous script, provided only for convenience for people
who are used to cvslastchange. It will annoy you saying what command you
should be using
svnlastlog: superfluous script as well (same comments)
svnversions: lists the revision a file was last modified
CCMAIL:kde-core-devel at kde dot org
#
16:32 on Mar 22, 2005kde
Commit by zrusin :: kdesdk/scripts/kde-emacs/kde-emacs-core.el:
Changing a bit the default KDE style, to what we actually use.
(meaning do not indent inline blocks) eg
void func()
{
//not
}
void func()
{
//yes
}
#
15:08 on Mar 21, 2005kde
Commit by faure :: kdesdk/scripts/kde-emacs/ (kde-emacs-general.el kde-emacs-vars.el):
Improvement for kde-switch-cpp-h: support for includes and sources in different
directories (like in kdelibs/kabc/vcard or mimelib or kdchart etc.).
Needs a .emacs-dirvars file defining e.g.
kde-include-directory: "../include"
kde-source-directory: "../src"
No support for recursive find yet, or for creating new files in that other dir.
#
07:41 on Mar 21, 2005kde
Commit by deller :: kdesdk/scripts/kdekillall:
add the "$1 \[kdeinit\]" syntax too (this is how it's now in CVS head)
#
22:10 on Mar 08, 2005kde
Commit by lukas on KDE_3_4_BRANCH :: kdesdk/scripts/kde-emacs/kde-emacs-core.el:
put back the context linebreak
#
22:17 on Mar 04, 2005kde
Commit by faure on KDE_3_4_BRANCH :: kdesdk/scripts/ (cvsbackport cvsforwardport cvslastchange):
Backport: don't mess up indentation when backporting/forwardporting.
#
22:16 on Mar 04, 2005kde
Commit by faure :: kdesdk/scripts/ (cvsbackport cvsforwardport cvslastchange):
Ah, so this is why all backports used to mess up indentation. Fixed.
#