summaryrefslogtreecommitdiffstats
path: root/draksnapshot-applet
Commit message (Collapse)AuthorAgeFilesLines
* Get a working interfacenic802020-06-021-23/+23
|
* draksnapshot applet fix due to new perlblino2020-06-021-4/+4
|
* - add use strict, use warningsmisc2010-08-161-0/+1
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@270576 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* perl_checker cleanupstv2008-12-101-4/+1
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@250361 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* (firstCheck) move the eval{} here so that all callers got protected,tv2008-12-101-2/+3
| | | | | | | thus fixing crash when hal is confused (#44966) git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@250360 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* fix crash introduced in 0.18tv2008-09-301-1/+2
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@247173 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* fix crash if DBus is active but Hal isn't (#44434)tv2008-09-301-2/+1
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@247124 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* no need to load Gtk2::Pangotv2008-09-291-2/+0
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@247060 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* hide applet if all discs got umounted (#41176)tv2008-09-291-0/+7
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@247034 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* split Hal code so that it can be reused in configuratortv2008-09-291-18/+3
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@247028 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* (firstCheck) kill dead code (useless now that we use HAL)tv2008-09-291-17/+0
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@247026 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* (is_proper_device,firstCheck) use HAL in order to detect discs avaibletv2008-09-291-3/+9
| | | | | | | for backup, thus not detecting some internal SATA discs (#41107) git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@247021 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* (is_proper_device) split it out (needed for next commits)tv2008-09-291-3/+7
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@247017 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* report DBus errorstv2008-09-261-0/+25
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@246740 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* do not crash if DBus isn't reachable (might fix #40801 as well astv2008-09-261-25/+32
| | | | | | | #42627 as side effect git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@246739 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* keep timeout value as a variable (needed for next commit)tv2008-09-261-1/+3
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@246737 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* feature 'state' is now unused after last committv2008-09-261-1/+0
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@246736 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* set status icon's icon once forever (no need to set again the sametv2008-09-261-5/+1
| | | | | | | image over & over) git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@246735 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* create status icon earlier (needed for next commits)tv2008-09-261-6/+11
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@246733 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* delay first check by 30s so that notification goes at the right placetv2008-09-261-1/+1
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@246730 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* prevent running twice the same applettv2008-08-071-0/+4
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@243831 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* (setState) try harder to show the icon before the bubble so that thetv2008-06-241-0/+2
| | | | | | | later is correctly placed (#40361) git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@243061 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* only popup if something is mountedtv2008-06-241-1/+1
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@243060 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* (harvester) keep running if configured oncetv2008-05-131-2/+0
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@242496 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* (setState) make notifications be more informative (#40360)tv2008-05-131-1/+1
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@242491 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* (firstCheck) exclude root fs from found USB discstv2008-05-091-0/+18
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@242420 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* (setState) like mdkapplet, do not crash if notify deamon failed ontv2008-04-141-1/+1
| | | | | | | ->show (#40031) git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@242164 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* fix copyright yeartv2008-04-041-1/+1
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@241945 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* do not wake up on CD insertion (#39748)tv2008-04-031-1/+3
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@241894 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* (isNetwork) kill dead codetv2008-04-011-8/+0
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@241695 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* kill dead codetv2008-03-281-2/+1
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@241096 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* space cleanuptv2008-03-281-1/+1
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@241095 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* fix a warning in Net::DBus::Bindingtv2008-03-281-1/+1
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@241094 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* do not display multiple bubbles if more than one device is plugged intv2008-03-281-1/+4
| | | | | | | less than 5 seconds git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@241092 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* do not alter status if a non block device is pluggedtv2008-03-281-1/+3
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@241090 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* - applet:tv2008-03-281-0/+26
| | | | | | | | o switch to HAL for detecting new plugged USB devices (no more polling and fix memory leak in libmodprobe (#38601)) git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@241089 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* (silentCheck) rename as firstCheck() and simplify since we're nowtv2008-03-281-20/+5
| | | | | | | called only once at startup git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@241088 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* (setup_cyclic_check) no more regularly run silentCheck() (preparing totv2008-03-281-12/+1
| | | | | | | switch to using HAL) git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@241087 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* (harvester) kill dead codetv2008-03-281-2/+0
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@241086 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* (harvester) no need to recheck once configurator was run (it doesn'ttv2008-03-281-1/+0
| | | | | | | change list of plugged USB devices) git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@241078 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* typo fix (Reinout van Schouwen)tv2008-03-181-1/+1
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@239942 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* revert bogus latest committv2008-03-171-38/+5
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@239846 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* typo fix (Reinout van Schouwen)tv2008-03-171-5/+38
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@239841 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* (silentCheck) ligther checktv2008-03-051-1/+1
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@238665 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* (setup_cyclic_check) check only every 5stv2008-03-051-1/+1
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@238629 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* (silentCheck) space cleanuptv2008-03-051-1/+0
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@238626 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* (silentCheck) hide again if no more USB disktv2008-03-051-0/+1
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@238625 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* (silentCheck) do not notify again if already donetv2008-03-051-1/+1
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@238624 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* (silentCheck) only show up if detecting new discstv2008-03-051-1/+5
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@238623 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* (silentCheck) force refreshing cachetv2008-03-051-0/+3
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@238622 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94