summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Exit action was bound to QCoreApplication::quit() instead of MainWindow::clos...Justin Hipple2006-01-16
* Added 16x16 grayscale copies of tor_on and tor_off in case we decide to use t...Justin Hipple2006-01-16
* About dialog should be fixed now so that it doesn't display illegible text on...Justin Hipple2006-01-16
* Remove some code from TorEvents that I ended up not using.Matt Edman2006-01-16
* For reasons currently unknown to me, QProcess saves some stateMatt Edman2006-01-16
* There's no need to wait for the Tor process to start in TorProcess::start(),Matt Edman2006-01-16
* If we lose the control connection in the middle of waiting for a line of dataMatt Edman2006-01-16
* If the message pump is not running, then simply read the next response fromMatt Edman2006-01-16
* Thanks to my impeccably bad logic, if Tor started, the first connectionMatt Edman2006-01-16
* Connect the Exit action to QCoreApplication::quit(), since we don't want toMatt Edman2006-01-16
* Use SIGTERM instead of SIGKILL to tell Tor it needs to exit.Matt Edman2006-01-16
* If Tor exited, and we didn't ask it to, then we should explicitly clean up theMatt Edman2006-01-16
* If we displayed a message box from MainWindow, without any main window beingMatt Edman2006-01-16
* Remove a block of code that appears to be a copy/paste run amok, though IMatt Edman2006-01-16
* Ask Tor to kill itself first, by sending it a SIGTERM, and then try to killMatt Edman2006-01-15
* Check to see if the Tor process is already stopped before killing itMatt Edman2006-01-15
* Vidalia will close Tor gracefully when the application exits.Matt Edman2006-01-15
* Check in a bulk of the asynchronous event handling code. Some work remains.Matt Edman2006-01-15
* Oops. I quess QMessageBox only wants a LF instead of a CRLF.Matt Edman2006-01-14
* Add some shortcuts for the Mac menubar..Matt Edman2006-01-14
* Change the default Tor path on Windows to something a little more likely toMatt Edman2006-01-14
* Vidalia can now start and stop Tor. Upon starting Tor, Vidalia will try toMatt Edman2006-01-14
* Add the ability to load authentication token information from a file. We'llMatt Edman2006-01-14
* Use QAbstractSocket's isValid() method to determine if the control socket isMatt Edman2006-01-14
* stop() should also return a boolean value indicating whether stopping theMatt Edman2006-01-14
* Remove an unnecessary method declaration.Matt Edman2006-01-13
* Make Vidalia's name appear properly-cased on Mac;Matt Edman2006-01-13
* svn won't let me rename or move vidalia.pro to Vidalia.pro (it doesn'tMatt Edman2006-01-13
* If we can't get Tor's version, then just return "<unknown>".Matt Edman2006-01-13
* Add support for the SIGNAL keyword;Matt Edman2006-01-13
* Stopping the Tor process can produce an error, too.Matt Edman2006-01-13
* Ta da! Now we can identify when the Tor process mysteriously dies withoutMatt Edman2006-01-13
* Remove the word "Tor" from three methodss. It should be obvious thatMatt Edman2006-01-12
* Create an instance of TorControl as a member of MainWindow and then pass aMatt Edman2006-01-12
* Added ToolTip to systray icon to indicate Tor status. Woo.Justin Hipple2006-01-12
* Output Vidalia's version string at the start of the testMatt Edman2006-01-12
* Add version info.Matt Edman2006-01-12
* Closing this dialog no longer exits VidaliaJustin Hipple2006-01-12
* Note that the example "pinging" method mentioned for circuit latency measurem...Matt Edman2006-01-12
* Signals are going to find a new home somewhere else, for they have been deeme...Justin Hipple2006-01-12
* Add a feature specification in an attempt to formalize what Vidalia will andMatt Edman2006-01-12
* Made Start, Stop and Configure more generic.Justin Hipple2006-01-12
* Fixed the tray icon bug in Win32, for now. Problem was in sysUpdateIcon, fixe...Justin Hipple2006-01-12
* Changed Vidalia copyright year to 2006 to match the date in the source code.Justin Hipple2006-01-12
* Start Vidalia and Stop Vidalia actions now work in the tray menu. There appea...Justin Hipple2006-01-12
* AboutDialog now shows Qt version correctly. Provisions need to be made to ret...Justin Hipple2006-01-12
* And remove an unnecessary #include from controlconnection.cppMatt Edman2006-01-11
* Heck, let's make them QHash instead QMap. Qt docs claim they're "much faster".Matt Edman2006-01-11
* Implemented basic v1 control protocol functionality;Matt Edman2006-01-11
* The AboutDialog now builds and works correctly. We need to have somebody make...Justin Hipple2006-01-11