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