Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix FTBFS on freebsd | Slávek Banko | 2015-06-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Fix incorrectly renamed device icons | Timothy Pearson | 2015-04-02 | 18 | -18/+18 |
| | |||||
* | Bring system icon into XDG compliance | Timothy Pearson | 2015-03-26 | 3 | -3/+3 |
| | |||||
* | Rename most device icons to comply with XDG standards | Timothy Pearson | 2015-03-02 | 42 | -42/+42 |
| | |||||
* | Fixed wrong DocPath strings. This relates to bug 2319 | Michele Calgaro | 2015-01-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Allow mounted digital camera devices to be unmounted via the context menu | Timothy Pearson | 2015-01-09 | 1 | -1/+1 |
| | |||||
* | Hide udev hidden devices via the hidden file mechanism | Timothy Pearson | 2014-11-28 | 4 | -12/+35 |
| | | | | This resolves Bug 2211 | ||||
* | Honor disk hidden flag when handling device insertion notifiers | Timothy Pearson | 2014-11-27 | 1 | -0/+6 |
| | | | | This relates to Bug 2211 | ||||
* | Fix accidental renaming of device icons in GIT hash 46e2e9 | Timothy Pearson | 2014-11-16 | 9 | -9/+9 |
| | |||||
* | Fix errors accidentally introduced in GIT hash 77a1b1 | Timothy Pearson | 2014-11-14 | 6 | -13/+22 |
| | |||||
* | Bring most mimetypes in line with XDG specifications. The following are not ↵ | Timothy Pearson | 2014-10-22 | 9 | -9/+9 |
| | | | | fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown | ||||
* | Fix remaining missing semicolons at end of Keywords strings | Timothy Pearson | 2014-10-19 | 1 | -53/+53 |
| | |||||
* | Revert "Fix remaining missing semicolons at end of Keywords strings" | Timothy Pearson | 2014-10-19 | 1 | -53/+53 |
| | | | | This reverts commit fd2369a8f0b40ef35586b3407750ec4662d1be7e. | ||||
* | Fix remaining missing semicolons at end of Keywords strings | Timothy Pearson | 2014-10-19 | 1 | -53/+53 |
| | |||||
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdebase | Timothy Pearson | 2014-10-18 | 5 | -23/+29 |
|\ | |||||
| * | Allow contitional build with tdehwlib | Slávek Banko | 2014-10-18 | 3 | -23/+20 |
| | | | | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
| * | Fix FTBFS on openbsd because of missing header in tdeioslave_media | François Andriot | 2014-10-18 | 1 | -0/+3 |
| | | | | | | | | Signed-off-by: François Andriot <francois.andriot@free.fr>" | ||||
| * | Fix FTBFS on openbsd beacuse of invalid headers in tdeioslave_media | François Andriot | 2014-10-18 | 1 | -0/+6 |
| | | | | | | | | Signed-off-by: François Andriot <francois.andriot@free.fr>" | ||||
* | | Fix missing semicolons at end of Keywords strings | Timothy Pearson | 2014-10-18 | 1 | -1/+1 |
|/ | |||||
* | Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, ↵ | Timothy Pearson | 2014-10-13 | 1 | -1/+1 |
| | | | | player_pause, player_play, player_stop, player_rew, player_fwd, player_start, player_end, rotate_ccw, rotate_cw, window_fullscreen, window_nofullscreen, window_new, viewmagfit, viewmag+, viewmag1, and viewmag- icons into XDG compliance | ||||
* | Merge branch 'master' of https://scm.trinitydesktop.org/scm/git/tdebase | Timothy Pearson | 2014-10-11 | 10 | -10/+10 |
|\ | |||||
| * | Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵ | Timothy Pearson | 2014-10-11 | 10 | -10/+10 |
| | | | | | | | | match XDG specifications | ||||
* | | Second part of prior commit | Timothy Pearson | 2014-10-11 | 2 | -4/+4 |
|/ | |||||
* | Fix Keywords separators to match XDG desktop specifications | Timothy Pearson | 2014-10-11 | 1 | -53/+53 |
| | |||||
* | Distinguish between CD types in media tdeioslave popups | Timothy Pearson | 2014-10-06 | 14 | -61/+267 |
| | | | | This resolves Bug 1371 | ||||
* | Revert "Fixed "safely remove device" command as in pardus. This relates to ↵ | Michele Calgaro | 2014-07-14 | 1 | -1/+1 |
| | | | | | | | bug 1499." The pardus patch seems to cause problems to USB safe removal, so it is reverted. This reverts commit 4ac914fa84593ec3ef32812622abd0a05ce2ed3e. | ||||
* | Fix incorrect icon reference for blank DVD notification popup dialog. | Darrell Anderson | 2014-07-13 | 1 | -2/+1 |
| | | | | This is related to bug reports 1371 and 1612. | ||||
* | Fully fix damage from prior incorrect commit | Timothy Pearson | 2014-07-12 | 1 | -34/+34 |
| | |||||
* | Fix accidental reversion of commit 0702f6 | Timothy Pearson | 2014-07-12 | 1 | -1/+7 |
| | |||||
* | Fix blank DVD/BD/HDDVD media mimetypes | Timothy Pearson | 2014-07-12 | 1 | -55/+49 |
| | | | | This relates to Bug 1371 | ||||
* | Hide underlying partitions/devices in use by device mapper and friends from ↵ | Timothy Pearson | 2014-07-10 | 1 | -35/+41 |
| | | | | the media:/ tdeioslave | ||||
* | Fixed "safely remove device" command as in pardus. This relates to bug 1499. | François Andriot | 2014-07-03 | 1 | -1/+1 |
| | |||||
* | Fixed visualization of KControl->Peripherals->Storage Media->Advanced page | Michele Calgaro | 2014-05-19 | 2 | -2/+14 |
| | | | | when the window is resized. This resolves bug 1698. | ||||
* | Fix non-removable hard disk labels in the media tdeioslave | Timothy Pearson | 2014-04-17 | 1 | -1/+12 |
| | | | | Fix TDE hardware manager needing root privileges | ||||
* | Add missing TDEBackend::slotResult slot | Timothy Pearson | 2014-04-07 | 2 | -0/+44 |
| | | | | This partially resolves Bug 1666 | ||||
* | Minor tag changes in docbook files, add new handbooks. | Darrell Anderson | 2014-02-06 | 1 | -1/+1 |
| | |||||
* | Reorganize tdeioslave help handbooks, fix related protocol files and issues, ↵ | Darrell Anderson | 2014-02-06 | 1 | -1/+1 |
| | | | | update and add handbooks. | ||||
* | Add new help handbooks, delete obsolete handbooks, fix DocPath in *.desktop ↵ | Darrell Anderson | 2014-02-01 | 1 | -6/+3 |
| | | | | files, minor handbook housekeeping. | ||||
* | Rename kdeeject -> tdeeject | Darrell Anderson | 2014-01-06 | 1 | -3/+3 |
| | |||||
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdebase | Timothy Pearson | 2013-12-27 | 1 | -1/+1 |
|\ | |||||
| * | KDE->TDE branding cleanup. | Darrell Anderson | 2013-12-26 | 1 | -1/+1 |
| | | |||||
* | | Fix free space overlay not disappearing on unmount | Timothy Pearson | 2013-12-27 | 5 | -14/+49 |
|/ | | | | | Fix devices disappearing on unmount Automatically close notification popup on associated media device removal | ||||
* | Add end-of-file newlines. | Darrell Anderson | 2013-11-30 | 1 | -1/+1 |
| | |||||
* | Fix allowing utf8 mount options in tdehw storage backend | Slávek Banko | 2013-11-21 | 1 | -3/+8 |
| | |||||
* | Allow mount options specific to filesystem in tdehw storage backend | Slávek Banko | 2013-11-17 | 1 | -16/+30 |
| | | | | This relates to Bug 1708 | ||||
* | Additional k => tde renaming and fixes | Slávek Banko | 2013-09-03 | 10 | -14/+14 |
| | |||||
* | Update media tdeioslave in support of Bug 1612 | Timothy Pearson | 2013-08-13 | 1 | -9/+190 |
| | |||||
* | Fix unintended changes from prior commit | Timothy Pearson | 2013-08-08 | 1 | -9/+4 |
| | |||||
* | Disable session management in tdeio slaves | Timothy Pearson | 2013-08-08 | 2 | -5/+10 |
| | | | | This relates to Bug 760 | ||||
* | Update tdehw-based media manager for new mount API | Timothy Pearson | 2013-08-08 | 3 | -32/+25 |
| | | | | | | Allow active VT to be queried from tdm Only display media notification messages on active VT Hide logout action buttons if logout process unstalls |