summaryrefslogtreecommitdiff
path: root/contrib/browser-plugin
AgeCommit message (Expand)AuthorFilesLines
2011-11-18browser-plugin: Make it compile with newest xulrunnerMatthias Klumpp1-2/+2
2011-09-02browser-plugin: Fix build with GTK+ < 2.24Frederic Crozat1-0/+4
2011-07-20browser-plugin: Port from dbus-glib to GDBusRichard Hughes5-231/+113
2011-07-15trivial: remove some #ifdef code that is always TRUERichard Hughes1-2/+0
2011-06-16Fix a build error in the browser plugin when using old versions of gdkRichard Hughes1-4/+4
2011-06-13Autogenerate the .gitignore files using git.mkRichard Hughes2-25/+2
2011-04-24browser-plugin: Remove deprecated symbolsMatthias Klumpp2-1/+2
2010-09-13browser-plugin: Do not query PkDesktop by defaultRichard Hughes1-4/+6
2010-09-13browser-plugin: Fix up 2 small memory leaks in error pathsRichard Hughes1-9/+11
2010-06-05Assign names to our idle sources when using new versions of glib2Richard Hughes1-0/+3
2010-06-02trivial: remove the word link after unistd.h insanityRichard Hughes1-10/+9
2010-01-27Update the Free Software Foundation addressRichard Hughes6-6/+6
2010-01-12trivial: rename foo_[to|from]_text to foo_[to|from}_string functions, to fit ...Richard Hughes1-1/+1
2010-01-04trivial: fix up some NULL/FALSE typosRichard Hughes1-2/+2
2009-11-09Just for packagekit-glib2, drop the 'Code' from PkError as it's a redundant s...Richard Hughes1-2/+2
2009-10-22Switch to a 100% GObject design in packagekit-glib2, and get rid of the typed...Richard Hughes1-21/+25
2009-09-29Add a compile time agreement of API unstableness in any external tools using ...Richard Hughes1-0/+1
2009-09-22trivial: prefer pk_results_get_error_code() over pk_results_get_exit_code() i...Richard Hughes1-11/+7
2009-09-10trivial: it's been pointed out I don't need the '_enum' suffix in structure m...Richard Hughes1-3/+3
2009-09-09Make glib2 compulsory, and convert all users to use the new libraryRichard Hughes2-169/+0
2009-09-09glib2: convert the browser plugin to opionally use glib2Richard Hughes3-1/+196
2009-09-09browser-plugin: don't unref plugin twice to fix a crash when firefox is closedRichard Hughes1-1/+0
2009-08-23Add more plugin polish with coloured backgrounds and curved edgesMatthias Clasen4-35/+132
2009-08-21Make the browser plugin interaction betterMatthias Clasen1-2/+151
2009-08-20Reduce the amount of GUI interaction in the web pluginRichard Hughes1-1/+1
2009-08-12browser-plugin: PackageKit browser plugin must support windowed mode.Martin Stransky2-106/+228
2009-07-20plugin: use the pdata instance handle, rather than our own lookup functionRichard Hughes4-266/+16
2009-07-15plugin: use PkClientPool in the browser pluginRichard Hughes1-53/+28
2009-07-15Rewrite the browser plugin in C, to fix several issues and add functionalityRichard Hughes16-1481/+2373
2009-06-25Require new style xulrunner headers (breaks compile on F10, but simplifies code)Richard Hughes8-1175/+20
2009-06-25Depend on gtk2+ >= 2.14.0 for the browser pluginRichard Hughes1-8/+0
2009-06-25Make the PackageKit plugin available to firefoxRichard Hughes1-6/+5
2009-06-06Enable the warning GSEAL_ENABLE and fix up build failuresRichard Hughes1-7/+13
2009-02-02bugfix: add an option to configure so we can specify a different browser plug...Richard Hughes1-1/+1
2009-01-31trivial: add another truckload of translator commentsRichard Hughes1-1/+1
2009-01-19trivial: fix to last patch fixing compile on old xulrunner versionsRichard Hughes1-1/+1
2009-01-19bugfix: fix compile of the browser plugin with newer versions of xulrunnerRichard Hughes3-15/+188
2009-01-19trivial: fix building the mozilla plugin on f11 now uint16 is not typedef'dRichard Hughes2-2/+2
2008-12-24bugfix: enable more compiler warnings on GCC, and stop abusing global CFLAGS ...Richard Hughes1-0/+1
2008-12-08trivial: rename packagekit-plugin to browser-plugin in the source tree. no co...Richard Hughes13-0/+2689