From 7074334defdea0544e182c3c0a497a27333ecebf Mon Sep 17 00:00:00 2001 From: Johannes Sixt Date: Sat, 1 Jul 2006 00:07:22 +0200 Subject: [PATCH] Make the initially visible window more interesting. Until nuw a user that invoked KDbg for the first time was presented an empty window. Now we install a default config file that arranges that some of the informational windows are initially docked. --- kdbg/Makefile.am | 5 ++++- kdbg/kdbgrc | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+), 1 deletion(-) create mode 100644 kdbg/kdbgrc diff --git a/kdbg/Makefile.am b/kdbg/Makefile.am index 2c13338..4701f6e 100644 --- a/kdbg/Makefile.am +++ b/kdbg/Makefile.am @@ -95,6 +95,9 @@ CLEANFILES = $(kdbg_METASOURCES) xdg_apps_DATA = kdbg.desktop +configdir = $(kde_confdir) +config_DATA = kdbgrc + rcdir = $(kde_datadir)/kdbg rc_DATA = kdbgui.rc @@ -110,4 +113,4 @@ messages: $$LIST && mv messages.po $(top_srcdir)/po/kdbg.pot; \ rm -f rc.cpp -EXTRA_DIST = kdbg.desktop +EXTRA_DIST = kdbg.desktop kdbgrc diff --git a/kdbg/kdbgrc b/kdbg/kdbgrc new file mode 100644 index 0000000..5c3eb17 --- /dev/null +++ b/kdbg/kdbgrc @@ -0,0 +1,50 @@ +[dock_setting_default] +Breakpoints:type=DOCK +Locals,Watches:first_name=Locals +Locals,Watches:last_name=Watches +Locals,Watches:orientation=1 +Locals,Watches:parent=yes +Locals,Watches:sepPos=68 +Locals,Watches:type=GROUP +Locals:type=DOCK +Main:Geometry=0,0,880,778 +Main:dock=Source +Main:view=Source,Stack,Breakpoints,Output,Locals,Watches +Main:visible=false +Memory:dockBackTo= +Memory:dockBackToPos=0 +Memory:geometry=0,0,640,409 +Memory:type=NULL_DOCK +Memory:visible=false +NameList=Source,Stack,Locals,Watches,Registers,Breakpoints,Output,Threads,Memory,Locals\\,Watches,Stack\\,Breakpoints\\,Output,Source\\,Stack\\,Breakpoints\\,Output,Source\\,Stack\\,Breakpoints\\,Output\\,Locals\\,Watches +Output:type=DOCK +Registers:dockBackTo= +Registers:dockBackToPos=0 +Registers:geometry=0,0,640,409 +Registers:type=NULL_DOCK +Registers:visible=false +Source,Stack,Breakpoints,Output,Locals,Watches:first_name=Source,Stack,Breakpoints,Output +Source,Stack,Breakpoints,Output,Locals,Watches:last_name=Locals,Watches +Source,Stack,Breakpoints,Output,Locals,Watches:orientation=0 +Source,Stack,Breakpoints,Output,Locals,Watches:parent=yes +Source,Stack,Breakpoints,Output,Locals,Watches:sepPos=63 +Source,Stack,Breakpoints,Output,Locals,Watches:type=GROUP +Source,Stack,Breakpoints,Output:first_name=Source +Source,Stack,Breakpoints,Output:last_name=Stack,Breakpoints,Output +Source,Stack,Breakpoints,Output:orientation=1 +Source,Stack,Breakpoints,Output:parent=yes +Source,Stack,Breakpoints,Output:sepPos=59 +Source,Stack,Breakpoints,Output:type=GROUP +Source:type=DOCK +Stack,Breakpoints,Output:curTab=1 +Stack,Breakpoints,Output:parent=yes +Stack,Breakpoints,Output:tabNames=Stack,Breakpoints,Output +Stack,Breakpoints,Output:type=TAB_GROUP +Stack:type=DOCK +Threads:dockBackTo= +Threads:dockBackToPos=0 +Threads:geometry=0,0,640,409 +Threads:type=NULL_DOCK +Threads:visible=false +Version=0.0.4 +Watches:type=DOCK -- 2.11.4.GIT