summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-09-16Disable the preferences action while shootingDavid King1-0/+4
2013-09-09Skip loading effects with missing pluginsDavid King1-3/+12
2013-09-02Do not override errors in camera_state_change_nullHans de Goede1-1/+4
2013-07-11Refactor thumbnail context menu event handlingDavid King1-33/+42
2013-07-11Use GAction for thumbnail popup menu actionsDavid King1-54/+64
2013-07-07Move gettext initialization to main()David King2-5/+4
2013-07-07Make actions insensitive when no webcam is presentDavid King1-9/+9
2013-07-01Add touch event handler for selecting effectsDavid King1-8/+7
2013-06-30Move action sensitivity handling to ApplicationDavid King2-73/+31
2013-06-30Remove unnecessary instance_pos attributeDavid King1-2/+0
2013-06-30Do not show thumbnails in fullscreenHans de Goede1-6/+12
2013-06-30Remove unused move_all_to_trash actionDavid King1-51/+1
2013-06-30Remove wide-mode and fullscreen GSettings keysDavid King2-71/+6
2013-06-30Mark cheese_[gtk_]init() arguments as allow-noneDavid King1-2/+2
2013-06-30Refactor command-line argument handlingDavid King2-55/+79
2013-06-30Refactor Application startupDavid King2-129/+148
2013-06-30Split main() and Application into separate filesDavid King2-532/+553
2013-06-26Show an error message if the camera state is NULLDavid King2-3/+13
2013-06-26Add CheeseWindow.show_error() methodHans de Goede1-36/+56
2013-06-24Use shoot action when handling the webcam buttonHans de Goede1-1/+1
2013-06-24Disable effects and mode actions while shootingDavid King1-4/+8
2013-06-24Fix de-activation of effects buttonHans de Goede1-6/+3
2013-06-19Reorder Help and About in the app menuEkaterina Gerasimova1-2/+2
2013-06-17Remove unused Cheese.MainWindow.get_data_file_dirDavid King1-27/+0
2013-06-16Fix assertion failures when taking a photoHans de Goede1-0/+7
2013-06-16Fix updating sensitivity of device selection comboHans de Goede1-2/+7
2013-06-05Remove nautilus-sendto sharing supportDavid King2-178/+0
2013-05-14Disable the shoot action if the effects are shownDavid King1-0/+5
2013-05-14Stop the running countdown on destructionDavid King1-0/+5
2013-04-20Avoid Vala warning about copying delegatesDavid King1-1/+1
2013-04-20Avoid deprecated clutter_actor_animateDavid King2-19/+24
2013-04-20Avoid deprecated clutter_table_layout_set_expandDavid King1-3/+1
2013-04-20Use ClutterActor rather than ClutterRectangleDavid King1-4/+4
2013-04-20User ClutterActor rather than ClutterBoxDavid King1-20/+26
2013-04-19Avoid Vala compiler warning about implicit beginDavid King1-4/+4
2013-04-19Fix cheese_thumb_view_new() prototypeDavid King1-1/+1
2013-04-19Remove some unnecessary "static" keywordsDavid King1-5/+5
2013-04-15Replace GtkBox casts with GtkGrid castsDavid King1-4/+4
2013-03-11Improve some translatable strings, bug 695459David King2-3/+5
2013-01-20Avoid using libgeeDavid King2-123/+140
2013-01-06Eliminate an instance-used-via-static warningNick Black1-4/+1
2013-01-06Avoid deprecated GFile attribute syntaxNick Black1-2/+2
2013-01-02Shoot when the webcam capture button is pressedDavid King1-4/+39
2012-12-02Return to the video view after selecting an effectCatherine1-0/+3
2012-11-12Handle thumbnail directory creation, bug 671614Shao Changbin1-0/+31
2012-10-15Add some missing mnemonics, bug 684513Jiro Matsuzawa1-3/+3
2012-09-03Depend on gstreamer-1.0Thiago Santos1-1/+1
2012-09-03Handle photo/video moved to monitored directoriesRaluca Elena Podiuc1-2/+9
2012-08-22Request correct number of thumbview columnsHans de Goede4-4/+25
2012-06-25Add accelerators to menu itemsDavid King1-4/+12