5
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 17 hours ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Ensured the KeyBindingManager instance is reset when the user modifies the key bindings. More... about 14 years ago
Fixed a small TwitPic bug, as well as ensuring the button order on the sharing dialogs is consistent. More... about 14 years ago
Fixed ImageShack preferences bug. More... about 14 years ago
Added new icons for uploading, upload finished and upload failure. More... about 14 years ago
Fixed some bugs introduced in last commit, mainly with a missing return statement in FileConfigManager.get_password(). More... about 14 years ago
Modified FileConfigManager to store encrypted passwords as base64 text to avoid Unicode (etc.) errors when reading and writing passwords. More... about 14 years ago
Created a smaller, more abstract StatusIcon class upon which the Windows class will be based. In addition, moved the notification code to this class, so that native Windows balloon notifications can be used. More... over 14 years ago
Added login ability to ImageShack uploads. More... over 14 years ago
Added a urllib2-based handler for uploading files to snappy.utils, and modified the sharing services to be based on this. Also implemented logging in to tinypic. More... over 14 years ago
Fixed the issue with screenshots from keyboard shortcuts not uploading properly; the key bindings are now mapped to the capture method in statusicon.py. Also added a new icon for notify-osd, and have started to comment code and add docstrings where necessary. More... over 14 years ago
Added ImageShack uploading, though I haven't added authentication yet. More... over 14 years ago
Added the option to save screenshots to a directory rather than to a tempfile. Also fixed a minor visual bug with the area selection tool. More... over 14 years ago
Added new icons and an SVG icon. More... over 14 years ago
Added a Bit.ly URL shortener, and implemented URL shortener logins properly. More... over 14 years ago
Area selection made more usable with large instructory text when the user has nothing selected. Also, the area selection border will reset when you first press Escape (rather than the window closing), allowing the user to easily redraw the area if they make a mistake. More... over 14 years ago
Added a TwitPic service with a hook allowing the user to post to Twitter. More... over 14 years ago
Moved the httplib uploading functions out of the tinypic module, for use in other similar sharing backends. More... over 14 years ago
Fixed two issues with Preferences window: lack of icon, and Sharing dialogs not being shown. More... over 14 years ago
Added an abstract audio player class that uses pygst on Linux and winsound on Windows. More... over 14 years ago
Added a 'Recent Captures' menu item to the status icon's menu. More... over 14 years ago
Implemented distutils integration, causing another few structure changes. More... over 14 years ago
Modified source folder structure a little. More... over 14 years ago
Moving closer to 0.1 final release; bug with X GrabKeys fixed (I forgot to add a gtk.gdk.threads_init()). Also added fullscreen capture and window capture in place of screenshot and screencast, as well as a WIP about dialog. More... over 14 years ago
Changed QuickShot system slightly: now it takes a screenshot _before_ area selection. This ensures the active window does not change. However, this has made clear some small artifacts as a result of pixbuf capture - I will need to look into capturing via a different system e.g. Compiz (if available) or X11. More... over 14 years ago
A lot more work done on Preferences dialog; now added a class-based system for tabs, which makes things much more manageable. One or two structural changes have been made too, the largest being renaming src/ui/lin to src/ui/gtk. More... over 14 years ago
Added a TinyPic sharing extension, as well as improving the Sharing tab in the prefs some more. One or two other minor bugs fixed too. More... over 14 years ago
Fixed a few minor issues here and there. Also worked on Preferences window, adding a Sharing tab (though this is unfinished). I also added an alert sound (sound taken from http://www.freesound.org/samplesViewSingle.php?id=33369) after a QuickShot is captured. More... over 14 years ago
Added a WIP preferences system; also added a KeyBindingsManager class which has a few minor bugs related to modifier keys needing to be fixed. More... over 14 years ago
Made the ConfigManager class a singleton and added primitive wildcard support to FileConfigManager. More... over 14 years ago
QuickShot functionality complete; various enhancements/fixes added in codebase. A preferences dialog is the next thing that needs to be done. More... over 14 years ago