date | project | content | link |
|---|
| 22:00 yesterday | KDE | Commit by apaku :: r1103795 kfile/trunk/KDE/kdelibs/kfile/kdiroperatordetailview.cpp: Enable horizontal scrollbars.
If the view is used as tree its possible that the user opens a deeper directory hierarchy which will lead to Qt eliding the text beyond usefulness. Instead lets show a horizontal scrollbar which makes it possible to use the tree-mode also in horizontally limited widgets (like left-side-dockviews). | # |
| 21:51 yesterday | KDE | Commit by apaku :: r1103790 kdevplatform/trunk/extragear/sdk/kdevplatform/plugins/projectmanagerview/ (3 files): Fix project view crashing on startup.
For some reason the project treeview crashes when calling the setResizeMode on the column 0. The assert suggests that the header doesn't know about the column yet. Not sure whats going on, but as there's a single column only lets activate resize-to-contents for all.
Additionally removes some uneeded code and moves the setStretchLastSection to the ui file. | # |
| 20:31 yesterday | KDE | Commit by apaku :: r1103753 kdevplatform/trunk/extragear/sdk/kdevplatform/plugins/ (2 files in 2 dirs): Also add ability for scrollbars to documents and classes view.
Same fix as for project view, this enables horizontal scrollbar in case the content is too wide.
CCBUG:230856 | # |
| 20:03 yesterday | KDE | Commit by apaku :: r1103735 kdevplatform/trunk/extragear/sdk/kdevplatform/plugins/projectmanagerview/projectmanagerview.cpp: Enable horizontal scrollbar.
Resizing the last section to its contents and disabling stretching of it, magically tells qtreeview that it should show a horizontal scrollbar. Thanks to the QtCentre forum which taught me this.
BUG:230856 | # |
| 19:38 yesterday | KDE | Commit by apaku :: r1103721 kdevplatform/trunk/extragear/sdk/kdevplatform/project/projectmodel.cpp: Add the visible text also as tooltip.
This helps with reading ellipse'd items.
CCBUG:230856 | # |
| 19:38 yesterday | KDE | Commit by apaku :: r1103720 kdevplatform/trunk/extragear/sdk/kdevplatform/shell/ (mainwindow_actions.cpp mainwindow_p.cpp): Remove Show Menubar as it didn't do anything useful.
BUG:230849 | # |
| 13:15 Sunday | KDE | Commit by apaku :: r1103143 kdevelop/trunk/extragear/sdk/kdevelop/documentation/qthelp/testqthelp/ (docwidget.cpp docwidget.h main.cpp): Add license | # |
| 12:57 Sunday | KDE | Commit by apaku :: r1103139 kdevelop/trunk/extragear/sdk/kdevelop/documentation/qthelp/qthelpplugin.cpp: Fix for the fix for creation of the help-collection.
I misunderstood what the locateLocal code does and hence fixed it the wrong way. Now it properly initializes the kdevqthelp/qthelpcollection.qhc file upon first start. BUG:229517 | # |
| 11:02 Sunday | KDE | Commit by apaku :: r1103107 kdevelop/trunk/extragear/sdk/kdevelop/documentation/qthelp/testqthelp/ (6 files): Add a small test-app to test lookup of QtHelp documentation.
This is a very small test utility, it lacks the "search for qmake in PATH" part currently so will always use the QtHelp from the qt its built with. But that shouldn't be a big deal as one can easily change the Qt by having a different qmake in PATH. | # |
| 11:02 Sunday | KDE | Commit by apaku :: r1103106 kdevelop/trunk/extragear/sdk/kdevelop/documentation/qthelp/qthelpplugin.cpp: Fix setup of QtHelp collection.
KDE standard is to have apps/<component>/ as dir not file for app-data. Also properly initialize the qt help collection as this hasn't been done so far and its needed by QtHelp as far as I can see (not sure how/why this worked before).
CCBUG:229517 | # |
| 10:14 Sunday | KDE | Commit by apaku :: r1103092 kdevelop/trunk/extragear/sdk/kdevelop/app/main.cpp: Fix create-session switch.
It wasn't filtered out properly and hence broke the kdevelop.bin execution. | # |
| 20:13 Saturday | KDE | Commit by apaku :: r1102855 kdevplatform/trunk/extragear/sdk/kdevplatform/vcs/ (7 files in 2 dirs): Fix position of the vcsdiffpatch widget.
Widgets are supposed to be inside the widgets/ subdir, so lets move this one there too. | # |
| 20:13 Saturday | KDE | Commit by apaku :: r1102854 kdevplatform/trunk/extragear/sdk/kdevplatform/vcs/vcsdiffpatchsources.cpp: Use fixed font for the commit message.
This is usually also the font with which the log is shown, so lets used fixed font.
BUG:230612 | # |
| 22:21 on Mar 09 | KDE | Commit by apaku :: r1101328 kdevelop/trunk/extragear/sdk/kdevelop/projectmanagers/cmake/parser/cmakelistsparser.h: Add a fallback in case the argument list is empty. @Aleix: I don't think the simple-range thats constructed now is proper, but its the best fallback I could do. CCMAIL: aleixpol at gmail dot comCCBUG:230106 | # |
| 23:20 on Mar 07 | KDE | Commit by apaku :: r1100592 kdevplatform/trunk/extragear/sdk/kdevplatform/shell/sourceformattercontroller.cpp: Fix formatterForMimeType and isMimeTypeSupported.
These two were broken in the case of no pre-existing configuration for formatters. Both said they had no formatter for the given mimetype.
This caused the "Reformat" action to be disabled always, until the formatting dialog was opened at least once and saved.
BUG:229852 | # |
| 23:20 on Mar 07 | KDE | Commit by apaku :: r1100591 kdevplatform/trunk/extragear/sdk/kdevplatform/shell/ (3 files in 2 dirs): Introduce a constant for the "supported mimetypes" key.
This is needed for the settings and also the controller itself, so a constant is better for sharing. | # |
| 17:19 on Mar 07 | KDE | Commit by apaku :: r1100500 kdevelop4-extra-plugins/trunk/playground/devtools/kdevelop4-extra-plugins/python/parser/generated/ (7 files in 2 dirs): Drop the svn:external and replace it with a copy of the necessary files. | # |
| 17:16 on Mar 07 | KDE | Commit by apaku :: r1100499 kdevelop4-extra-plugins/trunk/playground/devtools/kdevelop4-extra-plugins/oldgdb/: Delete this old copy of even older code for kdevelop's gdb support.
This has been forked back when the new plugin was unstable and didn't work, now that its been fixed up and has all the necessary features we can drop this old fork. | # |
| 16:58 on Mar 07 | KDE | Commit by apaku :: r1100490 /tags/kdevelop/3.9.99/CMakeLists.txt: Merge r1100485 Fix the version for beta9 | # |
| 16:57 on Mar 07 | KDE | Commit by apaku :: r1100489 /tags/kdevplatform/0.9.99/CMakeLists.txt: Merge r1100484 Fix the Beta9 version. | # |