index
:
mchehab/camorama.git
check_libv4l
dist_improvements
experimental_gtk4
fixes
fps
gtk3_deprecated_conversion
gtk3_improvements
gtkbuilder
improvements_and_fixes
master
no_libgnomeui
po_update
resolution_improvement
scale_gtk_output
schemas
userptr
v4l2_convert
video_device_selection
camorama development repository
Mauro Carvalho Chehab
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-19
Bump version to 0.20.5
0.20.5
Mauro Carvalho Chehab
51
-60
/
+66
2018-09-19
Archive the GSettings schema
Mauro Carvalho Chehab
2
-2
/
+2
2018-09-19
Merge pull request #26 from mchehab/gsettings
Mauro Carvalho Chehab
65
-6651
/
+11457
2018-09-19
Update Brazilian Portuguese translation
Mauro Carvalho Chehab
1
-17
/
+16
2018-09-19
Update translation files in order to have gschema settings
Mauro Carvalho Chehab
48
-5936
/
+10970
2018-09-19
Update hostname messages at the schema
Mauro Carvalho Chehab
1
-2
/
+2
2018-09-19
Allow translations to data/org.gnome.camorama.gschema.xml
Mauro Carvalho Chehab
4
-1
/
+9
2018-09-19
Use GSettings instead of Gconf-2
Mauro Carvalho Chehab
17
-714
/
+479
2018-09-18
Bump version to 0.20.4
Mauro Carvalho Chehab
51
-396
/
+402
2018-09-18
Merge pull request #25 from mchehab/schemas
Mauro Carvalho Chehab
4
-25
/
+74
2018-09-18
preserve last used resolution if not changed via command line
schemas
Mauro Carvalho Chehab
4
-3
/
+38
2018-09-18
Do more fixes at Camorama's schema
Mauro Carvalho Chehab
2
-22
/
+36
2018-09-18
Merge pull request #24 from mchehab/fps
Mauro Carvalho Chehab
52
-507
/
+1004
2018-09-18
Update Brazilian Portuguese traslation
fps
Mauro Carvalho Chehab
1
-8
/
+6
2018-09-18
Refresh the translation files
Mauro Carvalho Chehab
48
-480
/
+960
2018-09-18
v4l: get maximum fps for each resolution and display
Mauro Carvalho Chehab
3
-6
/
+36
2018-09-18
camorama.schemas: update schema file
Mauro Carvalho Chehab
1
-16
/
+5
2018-09-07
Merge pull request #23 from mchehab/experimental_gtk4
Mauro Carvalho Chehab
68
-4037
/
+10773
2018-09-07
Bump version to 0.20.3
0.20.3
experimental_gtk4
Mauro Carvalho Chehab
3
-15
/
+29
2018-09-07
callbacks: prevent destroying the preferences widget
Mauro Carvalho Chehab
3
-0
/
+12
2018-09-07
callbacks: Avoid leaking memory
Mauro Carvalho Chehab
1
-4
/
+8
2018-09-07
interface.h: rename Gconf2 keys
Mauro Carvalho Chehab
4
-83
/
+97
2018-09-07
main: Store camera device
Mauro Carvalho Chehab
1
-0
/
+2
2018-09-07
main: add some g_free() in order to reduce memleak warnings
Mauro Carvalho Chehab
1
-8
/
+21
2018-09-07
Optimize global widgets
Mauro Carvalho Chehab
3
-5
/
+5
2018-09-07
Update remaining translations
Mauro Carvalho Chehab
48
-3876
/
+7094
2018-09-07
Add missing pt_BR translations
Mauro Carvalho Chehab
1
-2
/
+18
2018-09-07
add support for gtk4 on configure.ac (experimental)
Mauro Carvalho Chehab
3
-2
/
+19
2018-09-07
add the compatibility bits needed to build it with gtk 4
Mauro Carvalho Chehab
1
-0
/
+18
2018-09-07
Change GtkHScale to GtkScale
Mauro Carvalho Chehab
2
-11
/
+11
2018-09-07
Add backward support for gtk2
Mauro Carvalho Chehab
4
-1
/
+37
2018-09-07
main: make it use gtk_application_new() & friends
Mauro Carvalho Chehab
5
-35
/
+56
2018-09-07
camorama-gtk4.ui: Get rid of everything that gtk4-builder-tool complains
Mauro Carvalho Chehab
1
-254
/
+58
2018-09-07
Copy data/camorama-gtk3.ui into data/camorama-gtk4.ui
Mauro Carvalho Chehab
1
-0
/
+1764
2018-09-07
camorama-gtk3: explicitly use the obsoleted GtkImageMenuItem
Mauro Carvalho Chehab
1
-22
/
+35
2018-09-07
Get rid of obsolete Gtk3 widgets
Mauro Carvalho Chehab
1
-730
/
+680
2018-09-06
Merge pull request #22 from mchehab/fixes
Mauro Carvalho Chehab
1
-0
/
+4
2018-09-06
Allow having different UIs depending on Gtk version
Mauro Carvalho Chehab
11
-17
/
+1837
2018-09-06
fileio: don't try to mount if remote update is disabled
fixes
Mauro Carvalho Chehab
1
-0
/
+4
2018-09-06
Merge pull request #21 from mchehab/gtk3_deprecated_conversion
Mauro Carvalho Chehab
63
-1992
/
+1761
2018-09-06
Update translation files
gtk3_deprecated_conversion
Mauro Carvalho Chehab
48
-1783
/
+1717
2018-09-06
gtk_menu_popup() is deprecated on gtk 3.22
Mauro Carvalho Chehab
1
-0
/
+6
2018-09-06
get rid of the unused xpm_label_box() function
Mauro Carvalho Chehab
2
-23
/
+0
2018-09-06
main: use gdk_monitor_get_geometry() on newer Gtk 3
Mauro Carvalho Chehab
1
-2
/
+18
2018-09-06
Remove the tray icon
Mauro Carvalho Chehab
10
-161
/
+6
2018-09-05
camorama-window: fix tray icon
Mauro Carvalho Chehab
2
-22
/
+12
2018-09-05
Change default to build with Gtk3
Mauro Carvalho Chehab
3
-13
/
+14
2018-09-05
Merge pull request #20 from mchehab/gtk3_improvements
0.20.2
Mauro Carvalho Chehab
80
-9034
/
+11690
2018-09-05
Bump version to 0.20.2
Mauro Carvalho Chehab
51
-877
/
+880
2018-09-05
add support for scaling the image with cairo
Mauro Carvalho Chehab
5
-20
/
+47
[next]
Privacy Policy