CIA.vc
kate
Real-time open source activity stats
Stats » Projects » KDE » kdebase » kate
informationsyndicateUTC clock
10:21 on Feb 14, 2012
event counters
The last message was received 6.79 years ago at 19:39 on May 01, 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
300 messages since the first one, 7.56 years ago, for an average of 1.31 weeks between messages
recent messages
dateReversed sort columnprojectcontentlink
19:39 on May 01, 2005kde
Commit by dhaumann on KDE_3_4_BRANCH :: kdebase/kate/app/kateapp.cpp:
remove stupid code.
#
19:33 on May 01, 2005kde
Commit by dhaumann on KDE_3_4_BRANCH :: kdebase/kate/app/kateapp.cpp:
fix mainwindow bug: start kate on another desktop opened a new kate window.
The behavior now is: If there is already a kate window on current desktop
activate it. If there is none, look for a kate window on another desktop, if
found, use it. If there is really no kate mainwindow at all, create a new one.
CCMAIL: kwrite-devel at kde dot org
#
18:29 on Apr 30, 2005kde
Commit by dhaumann :: kdebase/kate/app/ (katemdi.cpp katemdi.h):
const-ify const functions.
#
17:44 on Apr 30, 2005kde
Commit by dhaumann :: kdebase/kate/app/ (katemainwindow.cpp katemdi.cpp katemdi.h):
add setToolViewStyle() and toolViewStyle() to mainwindow base class.
Change kate to always use icons with text.
NOTE: if you get a compile error, update kdelibs/kutils/kmultitabbar.*
#
19:25 on Apr 28, 2005kde
Commit by cullmann :: kdebase/kate/app/ (4 files):
no pointer list for that little stuff
#
13:18 on Apr 28, 2005kde
Commit by cullmann :: kdebase/kate/app/ (2 files):
remove the grid hack, this was out of the time I didn't realize how QVBox works ;)
#
20:44 on Apr 27, 2005kde
Commit by cullmann :: kdebase/kate/app/ (katemain.cpp kwritemain.cpp):
one year more fun
#
20:31 on Apr 27, 2005kde
Commit by cullmann :: kdebase/kate/app/ (3 files):
yeah, one eventFilter less again, hacks away
#
20:03 on Apr 27, 2005kde
Commit by cullmann :: kdebase/kate/app/ (4 files):
update args, shorter
#
19:53 on Apr 27, 2005kde
Commit by cullmann :: kdebase/kate/app/ (5 files):
FEATURE: hanle stdin in kate app, too ;) cool
#
16:55 on Apr 27, 2005kde
Commit by cullmann :: kdebase/kate/app/ (3 files):
remove some headers
#
16:49 on Apr 27, 2005kde
Commit by cullmann :: kdebase/kate/ (13 files in 2 dirs):
more internal api and header cleanups
#
16:34 on Apr 27, 2005kde
Commit by cullmann :: kdebase/kate/app/ (katesplitter.cpp katesplitter.h):
cu splitter, is already in katemdi
#
21:38 on Apr 26, 2005kde
Commit by cullmann :: kdebase/kate/app/kateapp.cpp:
hmm, the single shot timer trick doesn'T work on session restore, deactivate that atm
#
21:28 on Apr 26, 2005kde
Commit by cullmann :: kdebase/kate/app/ (kateapp.h kateconsole.h):
katemain include should be in all headers
#
21:25 on Apr 26, 2005kde
Commit by cullmann :: kdebase/kate/app/ (3 files):
KateConsole cleaned, nicer ;)
#
21:07 on Apr 26, 2005kde
Commit by cullmann :: kdebase/kate/ (9 files in 2 dirs):
KateApp class now nearly clean, init everything using gui after event loop is entered, should
finally avoid some bad probs with dialogs we had the correct way
#
18:29 on Apr 26, 2005kde
Commit by cullmann :: kdebase/kate/ (9 files in 2 dirs):
cleanups without end ;)
kate app will get some more internal polish, there is such a lot of just plain ugly naming
and senseless stuff in the internals, will clean this up + comment ;)
#
16:56 on Apr 26, 2005kde
Commit by cullmann :: kdebase/kate/app/katemain.cpp:
remove command line option
#
16:53 on Apr 26, 2005kde
Commit by cullmann :: kdebase/kate/ (10 files in 2 dirs):
here we go, remove init plugin stuff for the moment
I will try to come up with some more generic thing if needed, but only for the one
plugin using it in kdeaddons, not worth this hassle, now kate app start is again a really
easy to understand procedure, and actually gains some speed, too (not by removing init..
but by streamlining some other stuff, still way to go to something completly nice ;)
#