| informationsyndicateUTC clock | event counters The last message was received 1.27 years ago at 08:24 on Feb 21, 2011 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 1317 messages since the first one, 8.39 years ago, for an average of 2.32 days between messages recent messages date | project | content | link |
|---|
| 08:24 on Feb 21, 2011 | KDE | Commit by dymo :: r 1221933 kdevelop4-extra-plugins/trunk/playground/devtools/kdevelop4-extra-plugins/ruby/ (11 files in 3 dirs): ( link) Port the original version of kdevelop ruby language support to kdevelop/kdevplatform trunk. Get the previous revision for ruby support sources for KDevelop 4.0/4.1. I haven't checked the compilation against 4.2. This code might work or might not. | # | | 22:52 on Apr 19, 2010 | KDE | Commit by dymo :: r1116641 kdevplatform/trunk/extragear/sdk/kdevplatform/plugins/problemreporter/problemwidget.cpp: More view/tab switching optimizations: when problem reporter isn't visible (which is usually the case), there's no point in resizing its columns to fit contents. Resizing will be done anyway when the toolview is shown. Again, close to impossible to get real numbers. Valgrind score is reduced from 28M to 18M: 35% improvement. | # | | 22:28 on Apr 19, 2010 | KDE | Commit by dymo :: r1116637 kdevplatform/trunk/extragear/sdk/kdevplatform/plugins/patchreview/patchreview.ui: Make patch review toolview layout (margins/spacing) consistent with the rest of KDevelop | # | | 22:17 on Apr 19, 2010 | KDE | Commit by dymo :: r1116634 kdevplatform/trunk/extragear/sdk/kdevplatform/plugins/contextbrowser/contextbrowserview.cpp: Make code browser toolview layout (margins/spacing) consistent with the rest of KDevelop | # | | 22:14 on Apr 19, 2010 | KDE | Commit by dymo :: r1116632 kdevplatform/trunk/extragear/sdk/kdevplatform/plugins/snippet/snippetview.ui: Make snippets toolview look consistent with the rest of KDevelop UI (bring back frames/borders) | # | | 22:11 on Apr 19, 2010 | KDE | Commit by dymo :: r1116631 kdevplatform/trunk/extragear/sdk/kdevplatform/shell/documentationview.cpp: Make documentation toolview layout margins/spacing consistent with the rest of KDevelop | # | | 21:53 on Apr 19, 2010 | KDE | Commit by dymo :: r1116629 kdevplatform/trunk/extragear/sdk/kdevplatform/sublime/mainwindow.cpp: Set default mainwindow size only when showing "code" area for the first time. When the user switches to debug/review areas, we no longer need to resize. BUG:207990 | # | | 21:43 on Apr 08, 2010 | KDE | Commit by dymo :: r1112717 kdevplatform/trunk/extragear/sdk/kdevplatform/sublime/container.cpp: Do not double-activate the view when changing it with a shortcut: MainWindow::activateView does all activation and doesn't need to be called second time via signal-slot connection after tab is changed programmatically. | # | | 21:21 on Apr 08, 2010 | KDE | Commit by dymo :: r1112707 kdevelop/trunk/extragear/sdk/kdevelop/app/vendor/ (. kate/ kate/katepartui.rc): Added original katepartui.rc from kdelibs/kate/data/, KDE 4.4 branch. rev. 1070858. With this it will be easier to merge differences when we decide to update katepartui.rc for KDE 4.5. | # | | 21:13 on Apr 08, 2010 | KDE | Commit by dymo :: r1112705 kdevplatform/trunk/extragear/sdk/kdevplatform/shell/ (mainwindow.cpp mainwindow.h): Remove "Editor" menu from GUI when compiled against KDE 4.3: we can't use our custom katepartui.rc file, so the "Editor" toplevel menu will be always empty. | # | | 20:56 on Apr 08, 2010 | KDE | Commit by dymo :: r1112693 kdevelop/trunk/extragear/sdk/kdevelop/app/katepartui.rc: Say bye-bye to these useless kate part toolbar actions: save, save as, undo, redo... no more! | # | | 19:18 on Apr 04, 2010 | KDE | Commit by dymo :: r1111066 kdevplatform/trunk/extragear/sdk/kdevplatform/shell/mainwindow_actions.cpp: Remove callgrind instrumentation calls - they shouldn't have been committed | # | | 19:02 on Apr 04, 2010 | KDE | Commit by dymo :: r1111061 kdevplatform/trunk/extragear/sdk/kdevplatform/shell/mainwindow.cpp: Optimize another 22% of tab/view switching time by not applying mainwindow settings when switching between views. In KDE3 the finalizeGUI method called applyMainWindowSettings with force=false argument which didn't do anything. In KDE4 this argument doesn't do anything, so we can assume we don't have to do anything too.
Warning, this change is unsafe. I've tested it, but if you experience strange toolbar positioning bugs on view switching, we'll have to revert this. | # | | 18:53 on Apr 04, 2010 | KDE | Commit by dymo :: r1111058 kdevplatform/trunk/extragear/sdk/kdevplatform/shell/ (3 files): Revert 1111053, I actually need that code for further view/tab switching optimizations | # | | 18:28 on Apr 04, 2010 | KDE | Commit by dymo :: r1111053 kdevplatform/trunk/extragear/sdk/kdevplatform/shell/ (3 files): Remove unused menu restructuring code | # | | 17:25 on Apr 04, 2010 | KDE | Commit by dymo :: r1111033 kdevplatform/trunk/extragear/sdk/kdevplatform/shell/sourceformattercontroller.cpp: Optimize view/tab switching a bit more: cache the source formatter for given mimetype so when we switch views, we don't have to search for plugins/extensions. This removes 20% of tab switching time (QTime measurement reports 10ms, but I don't believe that number, visually it's more). The question with this cache is source formatter plugin deletion... I had a brief look, and it seems they aren't unloaded until kdevelop shutdown. Andreas, can you please take a look? CCMAIL: apaku at gmx dot de | # | | 16:15 on Apr 04, 2010 | KDE | Commit by dymo :: r1111003 kdevelop/trunk/extragear/sdk/kdevelop/app/kdevelopui.rc: Use visible and disabled separators in KDevelop menubar | # | | 16:13 on Apr 04, 2010 | KDE | Commit by dymo :: r1111002 kdevplatform/trunk/extragear/sdk/kdevplatform/shell/ (3 files): Reimplement KXMLGUIBuilder::createCustomElement in KDevelop::MainWindow to let us add visible menubar separators via xmlgui with <Separator style="visible" /> syntax in kdevelopui.rc | # | | 15:05 on Apr 04, 2010 | KDE | Commit by dymo :: r1110985 kdevelop/trunk/extragear/sdk/kdevelop/app/kdevelopui.rc: Better merge point for toplevel menus - after "Edit" and before "Editor". Looks more logical when embedding parts (and also when embedding kate part on KDE 4.3) | # | | 13:19 on Apr 04, 2010 | KDE | Commit by dymo :: r1110962 kdevplatform/trunk/extragear/sdk/kdevplatform/shell/ (6 files): Better main menu restructuring, part 3: restructure menus 3x faster, without doing that in the code, and without breaking localizations: - set custom katepartui.rc for kate parts use KXMLGUIClient::replaceXMLFile (only for KDE 4.4)
- remove all restructuring code: for KDE 4.4 and later it is not necessary anymore, for KDE 4.3 the order of main menus will be still correct (due to append="first_menu" in rc file), but kate menus will not be rearranged and View, Bookmarks and Tools will appear before "Windows" menu. Note, this change makes view/tab switching in KDevelop 3x faster (~67% of the tab switching time was spent in restructuring)
| # |
|