summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Make clearer the difference between a Tor event (event sent by Tor) and a cus...Matt Edman2006-01-19
* Laid the groundwork for dispatching custom QEvents instead of usingMatt Edman2006-01-19
* Make the tray icon work on X11 (tested only under Gnome so far). This is suchMatt Edman2006-01-19
* Fuck you, Mac menubar. There, first profanity in source-control. (someone hadMatt Edman2006-01-18
* MessageLog now is mostly functional, with Select All, Max Log Size, and Clear...Justin Hipple2006-01-18
* MessageLog settings added to VidaliaSettings. Log message types put in their ...Justin Hipple2006-01-18
* Critical and warning messages are now highlighted in red and yellow, respecti...Justin Hipple2006-01-17
* Since the AboutDialog is static in MainWindow::about(), we have to reloadMatt Edman2006-01-17
* Failed at merging changes in 110 (stop Tor from crashing on shutdown in Win32...Justin Hipple2006-01-17
* First shot at getting MessageLog to work.Justin Hipple2006-01-17
* Small changes to make it aboutdialog look better.Justin Hipple2006-01-17
* Added tor_logo16.pngJustin Hipple2006-01-17
* Since the message pump thread will be blocked in readReply() most likely, we ...Matt Edman2006-01-17
* Tor on Windows doesn't understand a WM_CLOSE message (which is what QProcess:...Matt Edman2006-01-17
* Make the status output of the control test rig a little more verbose.Matt Edman2006-01-17
* Fix a race between setting _isIntentionalExit back to false and the process a...Matt Edman2006-01-17
* This lovely little hack is because the QFileInfo::isExecutable() method doesn...Matt Edman2006-01-17
* Make the default Tor path work on Windows. Apparently Qt doesn't take intoMatt Edman2006-01-17
* 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