date | project | content | link |
|---|
| 04:01 on May 04, 2010 | KDE | Commit by harshj :: r1122520 workspace/trunk/KDE/kdebase/workspace/plasma/generic/applets/notifications/ui/busywidget.cpp: REVIEW:3857
Change the jobs display in notification icon to show just the total remaining number instead of running/total. | # |
| 13:59 on Apr 30, 2010 | KDE | Commit by harshj :: r1121137 gwenview/trunk/KDE/kdegraphics/gwenview/app/savebar.cpp: Add a 'Save As' button to the SaveBar in Gwenview.
BUG:146095 | # |
| 04:15 on Mar 26, 2010 | KDE | Commit by harshj :: r1107590 runtime/branches/KDE/4.4/kdebase/runtime/kioslave/thumbnail/comiccreator.cpp: For Comic Book Thumbnails:
* Add support for the 'rar' executable. Shareware version sometimes distributed as 'unrar' also. Thumbnailing breaks in this case.
* Instead of checking for the 'freeware' keyword in unrar output, lets do it like Okular - check for 'UNRAR'/'RAR' words
(case-sensitive).
CCBUG:232062
Backport of 1107365 | # |
| 04:02 on Mar 26, 2010 | KDE | Commit by harshj :: r1107588 okular/branches/KDE/4.4/kdegraphics/okular/generators/comicbook/unrar.cpp: For Okular's Comic Book backend (.cbr files):
* Add support for the 'rar' executable, since some distros seem to use it.
(Backport of 1107586)
CCBUG:232061 | # |
| 03:57 on Mar 26, 2010 | KDE | Commit by harshj :: r1107586 okular/trunk/KDE/kdegraphics/okular/generators/comicbook/unrar.cpp: For Okular's Comic Book backend (.cbr files):
* Add support for the 'rar' executable, since some distros seem to use it.
BUG:232061 | # |
| 13:31 on Mar 25, 2010 | KDE | Commit by harshj :: r1107365 runtime/trunk/KDE/kdebase/runtime/kioslave/thumbnail/comiccreator.cpp: For Comic Book Thumbnails:
* Add support for the 'rar' executable. Shareware version sometimes distributed as 'unrar' also. Thumbnailing breaks in this case.
* Instead of checking for the 'freeware' keyword in unrar output, lets do it like Okular - check for 'UNRAR'/'RAR' words (case-sensitive).
BUG:232062 | # |
| 16:46 on Mar 03, 2010 | KDE | Commit by harshj :: r1098392 okular/trunk/KDE/kdegraphics/okular/ui/ (2 files): Fix the embedded files dialog's save button, so that it enables/disables as per selection.
BUG:229064 | # |
| 04:14 on Feb 26, 2010 | KDE | Commit by harshj :: r1096173 kate/trunk/KDE/kdelibs/kate/syntax/data/python.xml: Bump version to 2.08, for the changes last made to the python-syntax file. Apologies! | # |
| 09:22 on Feb 23, 2010 | KDE | Commit by harshj :: r1094804 kate/trunk/KDE/kdelibs/kate/syntax/data/python.xml: Add all other overloaders, new builtins and keywords to the Python syntax file.
CCBUG: 219157 REVIEW: 2979 | # |
| 19:55 on Feb 08, 2010 | KDE | Commit by harshj :: r1087306 kfile/trunk/KDE/kdelibs/kfile/kdiroperator.cpp: Remove unnecessary setupMenu() when the KDirOperator context menu is activated that overrides a user set setupMenu(int) call. A setupMenu() is already present in the constructor so this can be safely removed I think. Fixes the behavior presented under point 1 of this mail: http://lists.kde.org/?l=kde-devel&m=126485244630814 | # |
| 13:03 on Feb 08, 2010 | KDE | Commit by harshj :: r1087033 kate/trunk/KDE/kdesdk/kate/app/katemainwindow.cpp: Add 'Session' keywords to session related actions, preventing any confusion from occuring with similar actions relating to the document.
BUG:225438 | # |
| 14:41 on Feb 05, 2010 | KDE | Commit by harshj :: r1085603 kfile/trunk/KDE/kdelibs/kfile/kfilewidget.cpp: | # |
| 03:30 on Feb 03, 2010 | KDE | Commit by harshj :: r1084415 kfile/trunk/KDE/kdelibs/kfile/ (kdiroperator.cpp kdiroperator.h): Add a new action - "Open File Manager" to the KDirOperator's context menu which opens the currently viewing directory in the system default file-manager (via KRun). From review-request: http://reviewboard.kde.org/r/2757/ | # |
| 19:57 on Jan 25, 2010 | KDE | Commit by harshj :: r1080182 kate/trunk/KDE/kdelibs/kate/search/katesearchbar.cpp: Fix for minor issue in previous commit r1080162 - Specify a proper color set (Window) while adjusting the foreground. Thanks to Matthew Woehlke for pointing this out :) | # |
| 18:58 on Jan 25, 2010 | KDE | Commit by harshj :: r1080162 kate/trunk/KDE/kdelibs/kate/search/ (katesearchbar.cpp katesearchbar.h): BUG: 178974
* Add in a proper new message if the search wraps from bottom to top.
* Set wrap messages as ActiveText coloring and not found ones as NegativeText, for better
attention/usability. | # |
| 12:08 on Jan 11, 2010 | KDE | Commit by harshj :: r1073019 apps/trunk/KDE/kdebase/apps/dolphin/src/dolphincontroller.cpp: BUG:222186
With respect to the action done on hitting the "Return/Enter" key:
* Fix the behavior for multiple-item opening, when they have directories among them.
* Open multiple directories in background tabs. | # |
| 05:46 on Jan 10, 2010 | KDE | Commit by harshj :: r1072400 okular/trunk/KDE/kdegraphics/okular/generators/comicbook/ (4 files): FEATURE:204195
Add support for application/x-cbt filetypes using KArchive/KTar support. All kinds of tar (.cbt) files should now be supported. Changed appropriate .desktop files to detect as well. | # |
| 05:35 on Jan 10, 2010 | KDE | Commit by harshj :: r1072399 okular/trunk/KDE/kdegraphics/okular/generators/comicbook/ (document.cpp document.h): Generalize the code for KArchive support instead of using KZip directly. This will be helpful in adding other supported formats, such as Tar. (Review ticket: 2181) | # |
| 20:22 on Nov 12, 2009 | KDE | Commit by harshj :: r1048149 apps/trunk/KDE/kdebase/apps/dolphin/src/ (2 files): BUG: 191309
Don't show 'Add to Places' context-menu action for urls already in places. | # |
| 11:57 on Nov 12, 2009 | KDE | Commit by harshj :: r1047949 krfb/trunk/KDE/kdenetwork/krfb/manageinvitationsdialog.cpp: BUG: 152149
Fixed bug related to Timezone data in KRFB-sent emails by using KSystemTimeZones::local() and adding the zone name. | # |